Creating Hive table using TEXTFILE format and importing data
We will see how to create a table in Hive using TEXTFILE format and how to import data into the table. TEXTFILE Textfile format stores data as plain text files. Textfile format enables rapid development due to its simplicity but other file formats like ORC are much better when it comes…