Re: SQL Statement on DataFrame

2016-02-04 Thread Nishant Aggarwal
Hi Ted, I am using Spark-Shell to do this. I am using Phoenix's client jar for integrating Spark with HBASE. All the operations will be done on Spark side. Thanks, Nishant Thanks and Regards Nishant Aggarwal, PMP Cell No:- +91 99588 94305 http://in.linkedin.com/pub/nishant-aggarwal/53/698/11b

SQL Statement on DataFrame

2016-02-04 Thread Nishant Aggarwal
Dear All, I am working on a scenario mentioned below. Need your help: Task: Load the data from HBASE using Phoenix into Spark as a DataFrame, do the operation and store the data back to HBASE using Phoenix. I know this is feasible via writing code. My question is, Is it possible to load the

Re: SQL Statement on DataFrame

2016-02-04 Thread Ted Yu
Did you mean using bin/sqlline.py to perform the query ? Have you asked on Phoenix mailing list ? Phoenix has phoenix-spark module. Cheers On Thu, Feb 4, 2016 at 7:28 PM, Nishant Aggarwal wrote: > Dear All, > > I am working on a scenario mentioned below. Need your