Member since
03-17-2018
7
Posts
2
Kudos Received
0
Solutions
05-31-2018
02:26 PM
I found answer by myself ... use df.saveToPhoenix(Map("table" -> "OUTPUT_TABLE", "zkUrl" -> hbaseConnectionString))
... View more
05-31-2018
02:25 PM
1 Kudo
Hi Anusuya, In spark2, in order to save your dataframe to Phoenix table ... instead of df.save("org.apache.phoenix.spark", SaveMode.Overwrite, Map("table" -> "OUTPUT_TABLE", "zkUrl" -> hbaseConnectionString)) use df.saveToPhoenix(Map("table" -> "OUTPUT_TABLE", "zkUrl" -> hbaseConnectionString))
... View more
03-27-2018
05:48 PM
How can I save this "df" to other table of Phoenix ?
... View more
03-17-2018
07:00 AM
Thanks alot @Sandeep Nemuri. It worked (y)
... View more
03-17-2018
02:56 AM
1 Kudo
Labels: