Member since
04-11-2018
1
Post
0
Kudos Received
0
Solutions
04-16-2018
11:49 AM
Hi Sandeep , Thanks for the post .By using the above steps I am able to read the data from phoenix. But unable to write. While trying to save a table using the below mentioned command ....df.save("org.apache.phoenix.spark", SaveMode.Overwrite, Map("table" -> "tabel", "zkUrl" -> "zkurl")) ---its showing error .. "error: value save is not a member of org.apache.spark.sql.DataFrame" .. Could you please suggest how to resolve this issue ?
... View more