Section 8:74.Creating Table using orc File Format – Order_items
In Hive, you can create a table using the STORED AS clause to specify the file format in which the table data will be stored. Here are the steps to create a table using the STORED AS clause in Hive: you could store the table data in ORC format by specifying STORED AS ORC. In …
Section 8:74.Creating Table using orc File Format – Order_items Read More »