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" wrote: > Ok, btw I've u

Re: Cannot connect to Hbase via Java API

2014-12-18 Thread Marco
Yes, that's all possible. 2014-12-18 14:12 GMT+01:00 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 be

Re: Hbase_cluster formation in Windows

2014-12-18 Thread SandhiyaNagaraj
Hi Please tell the way for how to create hbase_cluster on windows without cygwin. Thanks& regards. -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Hbase-cluster-formation-in-Windows-tp4066946p4066977.html Sent from the HBase User mailing list archive at Nabble.com

Re: Cannot connect to Hbase via Java API

2014-12-18 Thread Wilm Schumacher
Hi, I just took a look into the hdp 2.2 sandbox, and unfortunately it was a waste of time and I went older ;). At the first boot, without me doing anything in the configs, zookeeper throwed errors at startup and got killed (couldn't connect). However, ignoring this I started hbase, which hdp reco

Re: Hbase_cluster formation in Windows

2014-12-18 Thread Esteban Gutierrez
Hello, I'm not aware if anyone has been able to do it without cygwin. The start up scripts and Hadoop require cygwin in order to work correctly. regards, esteban. -- Cloudera, Inc. On Wed, Dec 17, 2014 at 8:10 PM, SandhiyaNagaraj wrote: > > Hi > > Please tell the way for how to create hbas

Re: Cannot connect to Hbase via Java API

2014-12-18 Thread Marco
Hi Wilm, I also think, I'll try it with a hbase standalone install. Also via the logging of Apache Phoenix, I see that this framework can without any issues use the region server and it's the same hbase-site.xml.,. Nevertheless, thank you very much for your efforts!!! Best wishes, Marco 2014-12

Re: Spark-HBase connector

2014-12-18 Thread Stack
On Tue, Dec 16, 2014 at 10:52 AM, Stack wrote: > > On Sun, Dec 14, 2014 at 10:49 PM, Mukesh Jha > wrote: >> >> Hello Experts, >> >> I've come across multiple posts where users want to read/write to hbase >> from Spark/Spark-streaming apps and everyone has to implement the same >> logic. >> >> Doe