[jira] [Created] (HBASE-14222) Improve DrainBarrier

2015-08-13 Thread Hiroshi Ikeda (JIRA)
Hiroshi Ikeda created HBASE-14222: - Summary: Improve DrainBarrier Key: HBASE-14222 URL: https://issues.apache.org/jira/browse/HBASE-14222 Project: HBase Issue Type: Bug Components:

[jira] [Created] (HBASE-14221) Reduce the number of time row comparison is done in a Scan

2015-08-13 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-14221: -- Summary: Reduce the number of time row comparison is done in a Scan Key: HBASE-14221 URL: https://issues.apache.org/jira/browse/HBASE-14221 Project

Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Jean-Marc Spaggiari
OK... Think is, I installed a distribution a while ago on this server and there is still config files even if the distribution is not running. bin/hbase catches them with HADOOP_JAVA_LIBRARY_PATH and add them all to the classpath, which mess everything. Using export HBASE_DISABLE_HADOOP_CLASSPATH_L

Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Jean-Marc Spaggiari
@Ted: Very interesting point! This should not be there at all! It seems to be taking another config file form somewhere else even if I setup HBASE_HOME... @Nick: Running fully local. No HDFS: hbase@hbasetest1:~/ dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/hbase-1.1.2$ ps -eaf UIDPI

Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Nick Dimiduk
On Thu, Aug 13, 2015 at 4:56 PM, Jean-Marc Spaggiari < jean-m...@spaggiari.org> wrote: > I tried by exporting both HBASE_HOME and JAVA_HOME but still fail. > > Here are the logs: > > http://pastebin.com/SCXfsA4c > > hbase@hbasetest1:~/ > dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/hbase-1.

Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Ted Yu
J-M: There is more than one place in the log where CDH showed up. Looking at logs/hbase-tyu-master-TYus-MacBook-Pro.local.log I found jackson-jaxrs-1.9.3.jar coming from local maven repo (I built from source). Can you try building from source and try again ? Cheers On Thu, Aug 13, 2015 at 4:56

Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Jean-Marc Spaggiari
I tried by exporting both HBASE_HOME and JAVA_HOME but still fail. Here are the logs: http://pastebin.com/SCXfsA4c hbase@hbasetest1:~/ dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/hbase-1.1.2$ echo $JAVA_HOME /usr/local/jdk1.8.0_45/ hbase@hbasetest1:~/ dist.apache.org/repos/dist/dev/hbase

Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Andrew Purtell
I don't think my statement deserves a derisive "uh...". Agreed, it would be good to stick with Apache HBase release artifacts when evaluating Apache HBase release candidates. On Thu, Aug 13, 2015 at 4:36 PM, Ted Yu wrote: > Uh ... > That is equivalent to HBase 1.1.1 > > Will filter out such inf

Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Ted Yu
+1 Ran test suite using Java 1.8.0_45 - passed Checked signature Cluster testing involving 1.1.2 master and 1.1.1 region servers was positive Verified on Mac that standalone mode works Will continue with cluster testing On Thu, Aug 13, 2015 at 2:21 PM, Nick Dimiduk wrote: > I'm happy to annou

Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Nick Dimiduk
On Thu, Aug 13, 2015 at 4:35 PM, Jean-Marc Spaggiari < jean-m...@spaggiari.org> wrote: > Quick question here. Are we supposed to be able to start the standalone > mode just by doing the extract, export JAVA_HOME and start-hbase.sh? It > doesn't work anymore for me. > > So just running start-hbase.

Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Ted Yu
Uh ... That is equivalent to HBase 1.1.1 Will filter out such information in subsequent emails. On Thu, Aug 13, 2015 at 4:27 PM, Andrew Purtell wrote: > What is hdp-2.3.0.0-2556? Doesn't look like any artifact this project has > released. > > > > On Thu, Aug 13, 2015 at 4:07 PM, Ted Yu wrote:

Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Jean-Marc Spaggiari
Quick question here. Are we supposed to be able to start the standalone mode just by doing the extract, export JAVA_HOME and start-hbase.sh? It doesn't work anymore for me. So just running start-hbase.sh doesn't allow me to run HBase anymore. Is that expected? 2015-08-13 19:27 GMT-04:00 Andrew Pu

Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Andrew Purtell
What is hdp-2.3.0.0-2556? Doesn't look like any artifact this project has released. On Thu, Aug 13, 2015 at 4:07 PM, Ted Yu wrote: > I replaced the hbase/lib dir of an existing 1.1.1 deployment with lib dir > built from 1.1.2 RC0 > > I tried to use hbase shell and encountered the following: >

Re: [VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Ted Yu
I replaced the hbase/lib dir of an existing 1.1.1 deployment with lib dir built from 1.1.2 RC0 I tried to use hbase shell and encountered the following: ArgumentError: wrong number of arguments (3 for 2) (root) at /usr/hdp/2.3.0.0-2556/hbase/bin/hirb.rb:134 After the following copy, I was abl

Re: In Windows, cannot capture HBase prompt('hbase(main):001:0>') from neither standard output nor standard error using process API

2015-08-13 Thread Nick Dimiduk
dev to bcc Hi Dinesh, I'm not sure what you mean by "process API". Are you launching the hbase shell as an external process? Would be better to use an HBase client. We have a nice one in Java. We also have REST and Thrift gateways, which are launched as separate processes. There's also Apache Pho

[jira] [Resolved] (HBASE-13376) Improvements to Stochastic load balancer

2015-08-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-13376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-13376. Resolution: Fixed Fix Version/s: 1.3.0 > Improvements to Stochastic load balancer >

[VOTE] First release candidate for HBase 1.1.2 (RC0) is available

2015-08-13 Thread Nick Dimiduk
I'm happy to announce the first release candidate of HBase 1.1.2 (HBase-1.1.2RC0) is available for download at https://dist.apache.org/repos/dist/dev/hbase/hbase-1.1.2RC0/ Maven artifacts are also available in the staging repository https://repository.apache.org/content/repositories/orgapachehbase

[jira] [Created] (HBASE-14220) test-patch.sh should verify src tgz generates and builds correctly

2015-08-13 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HBASE-14220: Summary: test-patch.sh should verify src tgz generates and builds correctly Key: HBASE-14220 URL: https://issues.apache.org/jira/browse/HBASE-14220 Project: HBase

[jira] [Resolved] (HBASE-12952) Seek with prefixtree may hang

2015-08-13 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-12952. Resolution: Incomplete Fix Version/s: (was: 1.1.3) (was: 1

[jira] [Created] (HBASE-14219) src tgz no longer builds after HBASE-14085

2015-08-13 Thread Nick Dimiduk (JIRA)
Nick Dimiduk created HBASE-14219: Summary: src tgz no longer builds after HBASE-14085 Key: HBASE-14219 URL: https://issues.apache.org/jira/browse/HBASE-14219 Project: HBase Issue Type: Bug

In Windows, cannot capture HBase prompt('hbase(main):001:0>') from neither standard output nor standard error using process API

2015-08-13 Thread dinuswt22
I have configured HBase(hbase-0.98.13-hadoop2-bin.tar) in windows. It works well when started as shell in cmd.exe; When I try to run HBase through Process api in c# or java, hbase prompt('hbase(main):001:0>') is not received, but I could able to run HBase shell, execute commands and receive er