【发布时间】:2013-09-26 01:56:45
【问题描述】:
cqlsh:test> alter table example add t int;
then ,
bash$dse hive
hive> use test; desc example;
OK
k int from deserializer
v string from deserializer
在 hive 中看不到新列 t。
dse 版本是 3.1.3。
我需要做什么?
【问题讨论】:
标签: hadoop cassandra hive datastax-enterprise