Re: reading Hbase table in Spark

2016-12-08 Thread Asher
Hi Mich, can you describe the detail about used phoenix read/write hbase table in spark for RDD's process. thx -- View this message in context: http://apache-hbase.679495.n3.nabble.com/reading-Hbase-table-in-Spark-tp4083260p4084996.html Sent from the HBase User mailing list archive at

Re: Cannot connect to Hbase via Java API

2014-12-18 Thread Asher Devuyst
Are you able to put data to the table, scan data from the table, and count the rows all using the shell? You mentioned you could start the shell, but not that you had done any operations with it. I would start there before using the api. On Dec 18, 2014 2:08 AM, Marco marco@gmail.com wrote:

Re: is there any way to copy data from one table to another while updating rowKey??

2013-11-15 Thread Asher
); } return put; } --Asher