Re: Inserting into Temporary Phoenix table using Spark plugin

2016-11-16 Thread Josh Mahonin
Hi Hussain, I'm not familiar with the Spark temporary table syntax. Perhaps you can work around it by using other options, such as the DataFrame.save() functionality which is documented [1] and unit tested [2]. I suspect what you're encountering is a valid use case. If you could also file a JIRA

Inserting into Temporary Phoenix table using Spark plugin

2016-11-16 Thread Hussain Pirosha
I am trying to insert into temporary table created on a Spark (v 1.6) DataFrame loaded using Phoenix-Spark (v 4.4) plugin. Below is the code: val sc = new SparkContext("local", "phoenix-test") val configuration = new Configuration() configuration.set("zookeeper.znode.parent", "/hbase-unsecure")