将从Hive表查询的数据转换为JSON或任何其他单行格式

时间:2016-03-17 12:33:40

标签: hadoop hive

我在其中一列中有HTML内容,我想查询该列 并将其转换为单行字符串,以便能够将其传递给脚本。 在下面的查询中,我想将'Body.Content'转换为单行。由于此内容包含许多新行字符和制表符,而SampleHive.exe将获取输入,因为只有一行用每个参数的制表符分隔。

SELECT TRANSFORM (Body.Content, DateTimeReceived, Importance) USING 'SampleHive.exe' AS (Content string, DateTimeReceived string, Importance string) FROM message_table LIMIT 1;

0 个答案:

没有答案