将数据从Hive视图移动到Hive外部表时,以'\ n'结尾的行不起作用

时间:2018-10-09 16:37:23

标签: hive hiveql hdinsight

我在下面的配置单元中创建了外部表

create external table tablename (column details)
row format delimited
fields terminated by ','
lines terminated by '\n'
location 'location in which the data gets stored'

但是,在创建和加载该外部表之后。我看到文件夹中的基础数据文件包含一行数据。即换行设置不起作用。

我正在通过Azure高清洞察群集运行hiveql

0 个答案:

没有答案