Re: Confusion with new 1.0 clint API

2016-02-11 Thread Serega Sheypak
>A flush every time you add to BufferedMutator? Yes > That will result in an rpc I realize this fact. >let the BufferedMutator backing buffer fill and auto flush It's my next step :) Just wanted to to get rid of exception and see how it goes. >may want to consider using Table.put(List puts)

Re: Regionserver IP in Meta

2016-02-11 Thread Samir Ahmic
Hi Anna What version of hbase you are using ? In most cases regoinserver will be bind on address which is resolved value of HOSTNAME environment variable. Try "ping $HOSTNAME" to determine hostname of server then you can add this line to /etc/hosts: eth0_ip_address

hbase filter based on dynamic column qualifier's value

2016-02-11 Thread Mukesh Jha
Hi I'm storing an array of attributes having attributes+index as qualifier name, my column family name is 'cf' here. Each row in my HBase table that looks like below. cf:attribute1 -> 'value apple' cf:attribute2 -> 'value banana' cf:attribute{N} -> 'value iphone' cf:someId1 ->

Regionserver IP in Meta

2016-02-11 Thread Anna Claiborne
Hello I am setting up multiple test environments composed of Hbase/OpenTSDB. Each test environment consists of 1 stand alone Hbase server and 1 to n OpenTSDB servers. The issue I am having is getting the Hbase region server to resolve to the IPv4 address on eth0, as opposed to 127.0.0.1. The

Re: hbase filter based on dynamic column qualifier's value

2016-02-11 Thread Ted Yu
Please take a look at filterKeyValue(Cell) method of SingleColumnValueFilter : if (!CellUtil.matchingColumn(c, this.columnFamily, this.columnQualifier)) { When you write your own Filter supporting multiple columns, rewrite the above check to fit your needs. Cheers On Thu, Feb 11, 2016 at

ApacheCon NA 2016 - Important Dates!!!

2016-02-11 Thread Melissa Warnkin
Hello everyone! I hope this email finds you well.  I hope everyone is as excited about ApacheCon as I am! I'd like to remind you all of a couple of important dates, as well as ask for your assistance in spreading the word! Please use your social media platform(s) to get the word out! The more