为什么数组值出现在impala中但不出现在hive中?

时间:2018-03-06 14:47:49

标签: hive impala

我的表(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。为什么会这样?我甚至会理解逆。

1 个答案:

答案 0 :(得分:0)

我找到了答案。数据是从字符串而不是数组中的spark作业写的。