Re: Hbase 1.1.1 API documentation link

2016-11-11 Thread Denise Rogers
Cool! Thanks Josh! I read the section of the guide that supports updates. Thanks again for validating this. Regards, Denise Sent from mi iPhone > On Nov 11, 2016, at 4:39 PM, Josh Elser wrote: > > Your understanding is incorrect. You can update existing rows :) > > Would encourage you to

Re: Hbase 1.1.1 API documentation link

2016-11-11 Thread Josh Elser
Your understanding is incorrect. You can update existing rows :) Would encourage you to read through the HBase book that Stack had earlier sent. It covers simple architecture questions like this. http://hbase.apache.org/book.html Denise Rogers wrote: In reading the material in the link you s

Re: Hbase 1.1.1 API documentation link

2016-11-11 Thread Denise Rogers
In reading the material in the link you sent. It seems that you can update an existing row through the put command. I was of the understanding that hbase does not support updates to existing rows. I just need a definitive rule on updates in hbase. Regards, Denise Sent from mi iPhone > On

Re: Hbase 1.1.1 API documentation link

2016-11-11 Thread Stack
Link to 1.1. docs is not up. See under 'Documentation and API' tab. See the tail of the menu. Just above the 0.94 item, there is a new 1.1 doc. St.Ack On Mon, Nov 7, 2016 at 4:30 PM, Stack wrote: > On Mon, Nov 7, 2016 at 2:43 PM, Sean Busbey wrote: > >> I think most folks are looking for javad

RE: Can connect to HBase via Java API but can't create table

2016-11-11 Thread Oliver Buckley-Salmon
Hi, HBase is running in Pseudo Clustered mode with Zookeeper in a docker container based on the nerdammer/hbase image. Could it be that Zookeeper is returning 0.0.0.0 as the IP address and I need to map the server's IP address to that in my hosts file? I can connect to Zookeeper fine so my mac