Fwd: [HELP:]Save Spark Dataframe in Phoenix Table

2016-04-09 Thread Divya Gehlot
Hi, The code which I using to connect to Phoenix for writing def writeToTable(df: DataFrame,dbtable: String) = { val phx_properties = collection.immutable.Map[String, String]( "zkUrl" -> "localhost:2181:/hbase-unsecure", "table" -> dbtable) df.write.format("org.apache.phoenix.spark").mode(SaveMode

Fwd: [HELP:]Save Spark Dataframe in Phoenix Table

2016-04-09 Thread Divya Gehlot
Reposting for other user benefits -- Forwarded message -- From: Divya Gehlot Date: 8 April 2016 at 19:54 Subject: Re: [HELP:]Save Spark Dataframe in Phoenix Table To: Josh Mahonin Hi Josh, I am doing in the same manner as mentioned in Phoenix Spark manner. Using the latest versi