Valid 1z0-449 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-449 Exam! ExamDiscuss.com now offer the newest 1z0-449 exam dumps, the ExamDiscuss.com 1z0-449 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-449 dumps with Test Engine here:
Your customer has three XML files in HDFS with the following contents. Each XML file contains comments made by users on a specific day. Each comment can have zero or more "likes" from other users. The customer wants you to query this data and load it into the Oracle Database on Exadata. How should you parse this data?
Correct Answer: B
Explanation/Reference: Using Oracle SQL Connector for HDFS, you can use Oracle Database to access and analyze data residing in Apache Hadoop in these formats: Data Pump files in HDFS Delimited text files in HDFS Delimited text files in Apache Hive tables SerDe is short for Serializer/Deserializer. Hive uses the SerDe interface for IO. The interface handles both serialization and deserialization and also interpreting the results of serialization as individual fields for processing. A SerDe allows Hive to read in data from a table, and write it back out to HDFS in any custom format. Anyone can write their own SerDe for their own data formats. References: https://docs.oracle.com/cd/E53356_01/doc.30/e53067/osch.htm#BDCUG126 https://cwiki.apache.org/confluence/display/Hive/SerDe