InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) The Avro file dump utility analyzes ORC files(b) Streams are compressed using a codec, which is specified as a table property for all streams in that table(c) The ODC file dump utility analyzes ORC files(d) All of the mentioned |
|
Answer» Right choice is (b) Streams are compressed using a codec, which is specified as a table property for all streams in that table The explanation is: The codec can be Snappy, Zlib, or none. |
|