Re: Writing data to HBase using Spark

2014-06-12 Thread Nan Zhu
ase see sample code attached at > > https://issues.apache.org/jira/browse/SPARK-944. > > > > > > If you reply to this email, your message will be added to the discussion > > below: > > http://apache-spark-user-list.1001560.n3.nabble.com/Writing-data-to-

Re: Writing data to HBase using Spark

2014-06-12 Thread Kanwaldeep
.nabble.com/Writing-data-to-HBase-using-Spark-tp7304p7501.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Writing data to HBase using Spark

2014-06-12 Thread Mayur Rustagi
wrote: >> >>> Please see sample code attached at >>> https://issues.apache.org/jira/browse/SPARK-944. >>> >>> >>> -- >>> If you reply to this email, your message will be added to the >>> discussio

Re: Writing data to HBase using Spark

2014-06-12 Thread gaurav.dasgupta
park User List] > wrote: > >> Please see sample code attached at >> https://issues.apache.org/jira/browse/SPARK-944. >> >> >> -- >> If you reply to this email, your message will be added to the >> discussion below: >>

Re: Writing data to HBase using Spark

2014-06-11 Thread gaurav.dasgupta
wrote: > Please see sample code attached at > https://issues.apache.org/jira/browse/SPARK-944. > > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://apache-spark-user-list.1001560.n3.nabble.com/

Re: Writing data to HBase using Spark

2014-06-09 Thread Kanwaldeep
Please see sample code attached at https://issues.apache.org/jira/browse/SPARK-944. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Writing-data-to-HBase-using-Spark-tp7304p7305.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Writing data to HBase using Spark

2014-06-09 Thread Vibhor Banga
Hi, I am reading data from a HBase table to RDD and then using foreach on that RDD I am doing some processing on every Result of HBase table. After this processing I want to store the processed data back to another HBase table. How can I do that ? If I use standard Hadoop and HBase classes to wri