spark sqlでhiveのtableにinsertするには
- spark sqlではhiveqlの"insert into table 〜 values 〜"が使えない on ver.1.6.2
なので、次で回避
sqlContext.sql("insert into sandbox.test3 select t.* from (select 3, '3') t")
hive> desc test3;
OK
c1 int
c2 string
Time taken: 0.114 seconds, Fetched: 2 row(s)
hive>
Author And Source
この問題について(spark sqlでhiveのtableにinsertするには), 我々は、より多くの情報をここで見つけました https://qiita.com/rikima/items/a8d097a2b3045000f7bc著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .