1.
The hdfs_stream script is used by the Oracle SQL Connector for HDFS to perform a specific task to access data. What is the purpose of this script?
2.
How should you encrypt the Hadoop data that sits on disk?
3.
You want to set up access control lists on your NameNode in your Big Data Appliance. However, when you try to do so, you get an error stating "the NameNode disallows creation of ACLs." What is the cause of the error?
4.
What does the following line do in Apache Pig? products = LOAD '/user/oracle/products' AS (prod_id, item);
5.
What is the output of the following six commands when they are executed by using the Oracle XML Extensions for Hive in the Oracle XQuery for Hadoop Connector? 1. $ echo "xxx" > src.txt 2. $ hive --auxpath $OXH_HOME/hive/lib -i $OXH_HOME/hive/init.sql 3. hive> CREATE TABLE src (dummy STRING); 4. hive> LOAD DATA LOCAL INPATH 'src.txt' OVERWRITE INTO TABLE src; 5. hive> SELECT * FROM src; OK xxx 6. hive> SELECT xml_query ("x/y", "123456") FROM src;
6.
The NoSQL KVStore experiences a node failure. One of the replicas is promoted to primary. How will the NoSQL client that accesses the store know that there has been a change in the architecture?
7.
Your customer is experiencing significant degradation in the performance of Hive queries. The customer wants to continue using SQL as the main query language for the HDFS store. Which option can the customer use to improve performance?
8.
Your customer keeps getting an error when writing a key/value pair to a NoSQL replica. What is causing the error?
9.
The log data for your customer's Apache web server has seven string columns. What is the correct command to load the log data from the file 'sample.log' into a new Hive table LOGS that does not currently exist?
10.
Your customer's Oracle NoSQL store has a replication factor of 3. One of the customer's replica nodes goes down. What will be the long-term performance impact on the customer's NoSQL database if the node is replaced?