exam questions

Exam 1z0-449 All Questions

View all questions & answers for the 1z0-449 exam

Exam 1z0-449 topic 1 question 43 discussion

Actual exam question from Oracle's 1z0-449
Question #: 43
Topic #: 1
[All 1z0-449 Questions]

Your customer receives data in JSON format.
Which option should you use to load this data into Hive tables?

  • A. Python
  • B. Sqoop
  • C. a custom Java program
  • D. Flume
  • E. SerDe
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️
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.
The JsonSerDe for JSON files is available in Hive 0.12 and later.
References:
https://cwiki.apache.org/confluence/display/Hive/SerDe

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...