Re: [ANNOUNCE] Apache Phoenix meetup in SF on Tue, Feb 24th

2015-01-22 Thread Talat Uyarer
When I try to attend the event. Meetup throw this error: "You're not allowed to join groups in other countries." Could you open country limit of joining ? 2015-01-22 20:25 GMT+02:00 James Taylor : > I'm excited to announce the first ever Apache Phoenix meetup, hosted > by salesforce.com in San Fra

Re: [ANNOUNCE] Apache Phoenix meetup in SF on Tue, Feb 24th

2015-01-22 Thread su...@certusnet.com.cn
Great news! Hope good slides shareing after the meetup. Wish all be good. Thanks, Sun. CertusNet From: James Taylor Date: 2015-01-23 02:25 To: user; d...@phoenix.apache.org; HBase User; HBase Dev Subject: [ANNOUNCE] Apache Phoenix meetup in SF on Tue, Feb 24th I'm excited to announce the f

Re: Does 'online region merge' make regions unavailable for some time?

2015-01-22 Thread Ted Yu
I did an experiment on a lightly populated table by merging second and third regions which were on the same region server. hbase(main):001:0> merge_region '41e99dcbb6e92a54925a4abc825c7dce', 'c53fbfe2dd70e7fb83d099aee3bf7758' SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an expl

Re: Hbase Error When running Map reduce

2015-01-22 Thread Ted Yu
Nishanth : Please also tell us which hbase release you're using. See if there was log similar to the following in region server logs: 2015-01-21 20:07:12,780 WARN [JvmPauseMonitor] util.JvmPauseMonitor: Detected pause in JVM or host machine (eg GC): pause of approximately 72135ms On Thu, Jan 22

Re: Hbase Error When running Map reduce

2015-01-22 Thread Esteban Gutierrez
Hi Nishanth, There are too many things that might be causing that problem and might depend on your cluster deployment (cluster size, network, spindles, etc.) or even related to the key design or how you are using filters in the scanner that triggers the timeout. Have you looked into if the regions

Hbase Error When running Map reduce

2015-01-22 Thread Nishanth S
Hi All, I am running a map reduce job which scans the hbase table for a particular time period and then creates some files from that.The job runs fine for 10 minutes or so and few around 10% of maps get completed succesfully.Here is the error that I am getting.Can some one help? 15/01/22 19:34:

Re: zookeeper connection loss on table copy

2015-01-22 Thread Shaun Elliott
The peer address property was not a problem. On January 22, 2015 9:50:44 AM "Ted Yu-3 [via Apache HBase]" wrote: > > > Here is the help message for peer.adr parameter: > > peer.adr Address of the peer cluster given in the format > > hbase.zookeeer.quorum:hbase.zookeeper.client.port:zookeep

[ANNOUNCE] Apache Phoenix meetup in SF on Tue, Feb 24th

2015-01-22 Thread James Taylor
I'm excited to announce the first ever Apache Phoenix meetup, hosted by salesforce.com in San Francisco on Tuesday, February 24th @ 6pm. More details here: http://www.meetup.com/San-Francisco-Apache-Phoenix-Meetup/events/220009583/ Please ping me if you're interested in presenting your companies u

Re: zookeeper connection loss on table copy

2015-01-22 Thread Ted Yu
Here is the help message for peer.adr parameter: peer.adr Address of the peer cluster given in the format hbase.zookeeer.quorum:hbase.zookeeper.client.port:zookeeper.znode.parent Looks like the parameter in your initial command didn't conform to the above format. On Thu, Jan 22, 2015 at 9:3

Re: zookeeper connection loss on table copy

2015-01-22 Thread Shaun Elliott
I'm not sure why it is trying to connect to ZK on localhost, maybe that is the default? I added this property to the job to get it to work: -Dhbase.zookeep.quorum=host1,host2,host3 -- View this message in context: http://apache-hbase.679495.n3.nabble.com/zookeeper-connection-loss-on-table-copy