hive数据查询导出
|
|
出错FAILED: ParseException line 2:0 cannot recognize input near 'row' 'format' 'delimited' in statement
原因
This is because the hive query will by default use the ^ as the delimiter. You can try the same by exporting to local file system.That should be supported.
解决
create an external table to the location where you want your output file.Use create table as command and insert the required data into the external table.By that you will get the data in the HDFS location