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?
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;
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?
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?
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?
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?