我的表(HIVE)中有一个列定义为数组。
const index = require('./server/index');
const foo = require('./server/foo');
app.use('/', index);
app.use('/foo', foo);
// catch everything else
app.use(function (req, res) {
res.send('catch all');
})
名字中的价值实例:乔|吉米
当我在Impala中查询表时,我检索数据但在hive中我只有NULL。为什么会这样?我甚至会理解逆。
答案 0 :(得分:0)
我找到了答案。数据是从字符串而不是数组中的spark作业写的。