Loading Data from a .txt file to Table Stored as ORC in Hive

后端 未结 5 907
隐瞒了意图╮
隐瞒了意图╮ 2020-12-01 01:30

I have a data file which is in .txt format. I am using the file to load data into Hive tables. When I load the file in a table like

CREATE TABL         


        
5条回答
  •  半阙折子戏
    2020-12-01 02:03

    Since Hive does not do any transformation to our input data, the format needs to be the same: either the file should be in ORC format, or we can load data from a text file to a text table in Hive.

提交回复
热议问题