1 NULL
the schema of test into:
create table test(
a tinyint,
b tinyint
)
ROW FORMAT SERDE 'org.openx.data.jsonserde.JsonSerDe';
so,what's going wrong? Can insertinto function be applied to a hive table?
why I keep geting 111,NULL instead of 111,222?
--
View t
nx.data.jsonserde.JsonSerDe';
so,what's going wrong? Can insertinto function be applied to a hive table?
why I keep geting 111,NULL instead of 111,222?
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/a-hivectx-ins