Re: a hivectx insertinto issue-can inertinto function be applied to a hive table

2014-10-18 Thread Cheng Lian
}).collect(); the input is : {"a":"111","b":"222"} {"a":"111","b":"222"} the output is: 2 Name:111 Name:NULL while from hive: hive> select * from test; OK 111 NULL 11

a hivectx insertinto issue-can inertinto function be applied to a hive table

2014-10-18 Thread valgrind_girl
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

Re: a hivectx insertinto issue

2014-10-14 Thread valgrind_girl
.nabble.com/a-hivectx-insertinto-issue-tp16365p16378.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h

Re: a hivectx insertinto issue

2014-10-14 Thread valgrind_girl
}).collect(); the input is : {"a":"111","b":"222"} {"a":"111","b":"222"} the output is: 2 Name:111 Name:222 while from hive: hive> select * from test; OK 111 NULL 111 NULL so,what's going wro