My porjcet use sequence file store raw log data.
The key is file name,
The value is filecontent, it contents many of row.
How can I used it in hive
Is there anything like hadoop inputformat,so that I could split the key,value to multilines
我的项目目前使用sequence来存储原始数据,
Key保存的文件名称
Value是日志的内容,通常会存在很多行数据
在hive里我们有什么办法能够直接使用这种数据么?能够将他们拆分成多行来进行分析
不知道邵挣大哥是否在这里,是否可以帮忙解答一下。