Using the SchemaRDD / DataFrame API via HiveContext
Assume you're using the latest code, something probably like:
val hc = new HiveContext(sc)
import hc.implicits._
existedRdd.toDF().insertInto("hivetable")
or
existedRdd.toDF().registerTempTable("mydata")
hc.sql("insert into hivetable as select xxx from mydata")
-----Original Message-----
From: patcharee [mailto:[email protected]]
Sent: Tuesday, March 3, 2015 7:09 PM
To: [email protected]
Subject: insert Hive table with RDD
Hi,
How can I insert an existing hive table with an RDD containing my data?
Any examples?
Best,
Patcharee
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected] For additional
commands, e-mail: [email protected]