Re: [VOTE] The 3rd HBase 0.98.10 release candidate (RC2) is available, vote closing 2/4/2015

2015-02-03 Thread lars hofhansl
+1 - built from source- read 20m rows in parallel from 10 clients, while writing 10m rows with 10 other clients.- nothing undue in the logs- poked around in the generated tarball All good from my end. -- Lars From: Andrew Purtell apurt...@apache.org To: dev@hbase.apache.org

Re: Re: Re: Wrong Configuration lead to a failure when enabling table

2015-02-03 Thread ramkrishna vasudevan
It is not only about the state on the table descriptor but also the in memory state in the AM. I remember some time back Rajeshbabu worked on a HBCK like tool which will forcefully change the state of these tables in such cases. I don't remember the JIRA now.I thought of restarting the master

Re: Re: Re: Wrong Configuration lead to a failure when enabling table

2015-02-03 Thread ramkrishna vasudevan
I tried reproducing this scenario on trunk. The same problem exists. Currently in the master the table state is noted in the Table descriptor and not on the ZK. In 0.98.XX version it should be on the zk. When we tried to enable the table the region assignment failed due to ClassNotFound and

Re: Re: Re: Wrong Configuration lead to a failure when enabling table

2015-02-03 Thread Ted Yu
What about creating an offline tool which can modify the table descriptor so that table goes to designated state ? Cheers On Tue, Feb 3, 2015 at 8:51 PM, ramkrishna vasudevan ramkrishna.s.vasude...@gmail.com wrote: I tried reproducing this scenario on trunk. The same problem exists.

Re: Re: Re: Wrong Configuration lead to a failure when enabling table

2015-02-03 Thread Ted Yu
Looks like the NPE was caused by the following method in BaseLoadBalancer returning null: protected MapServerName, ListHRegionInfo assignMasterRegions( CollectionHRegionInfo regions, ListServerName servers) { if (servers == null || regions == null || regions.isEmpty()) {

[jira] [Created] (HBASE-12960) Cannot run the hbase shell command on Windows

2015-02-03 Thread Lukas Eder (JIRA)
Lukas Eder created HBASE-12960: -- Summary: Cannot run the hbase shell command on Windows Key: HBASE-12960 URL: https://issues.apache.org/jira/browse/HBASE-12960 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-12963) Add note about jdk8 compilation to the guide

2015-02-03 Thread Sean Busbey (JIRA)
Sean Busbey created HBASE-12963: --- Summary: Add note about jdk8 compilation to the guide Key: HBASE-12963 URL: https://issues.apache.org/jira/browse/HBASE-12963 Project: HBase Issue Type: Bug

[jira] [Created] (HBASE-12961) Negative values in read and write region server metrics

2015-02-03 Thread Victoria (JIRA)
Victoria created HBASE-12961: Summary: Negative values in read and write region server metrics Key: HBASE-12961 URL: https://issues.apache.org/jira/browse/HBASE-12961 Project: HBase Issue Type:

[jira] [Created] (HBASE-12962) TestHFileBlockIndex.testBlockIndex() commented out during HBASE-10531

2015-02-03 Thread ramkrishna.s.vasudevan (JIRA)
ramkrishna.s.vasudevan created HBASE-12962: -- Summary: TestHFileBlockIndex.testBlockIndex() commented out during HBASE-10531 Key: HBASE-12962 URL: https://issues.apache.org/jira/browse/HBASE-12962

Re: [VOTE] Fourth release candidate for HBase 1.0.0 (RC3) is available. Please vote by Feb 11 2015

2015-02-03 Thread Ted Yu
+1 based on the following: Checked signature Ran test suite Loaded tarball on a 5-node cluster Ran LoadTestTool which passed Will continue testing. On Mon, Feb 2, 2015 at 5:11 PM, Enis Söztutar e...@apache.org wrote: To get the ball rolling, here are the tests that I have done so far. No

[jira] [Resolved] (HBASE-7332) [webui] HMaster webui should display the number of regions a table has.

2015-02-03 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-7332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-7332. -- Resolution: Fixed Fix Version/s: 1.1.0 2.0.0 Release Note: Adds counts for

[jira] [Created] (HBASE-12964) Add the ability for hbase-daemon.sh to start in the foreground

2015-02-03 Thread Elliott Clark (JIRA)
Elliott Clark created HBASE-12964: - Summary: Add the ability for hbase-daemon.sh to start in the foreground Key: HBASE-12964 URL: https://issues.apache.org/jira/browse/HBASE-12964 Project: HBase

[jira] [Resolved] (HBASE-12809) Remove unnecessary calls to Table.setAutoFlush()

2015-02-03 Thread Solomon Duskis (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Solomon Duskis resolved HBASE-12809. Resolution: Duplicate This was fixed in a different issue. Remove unnecessary calls to

read HBase regions in MPP way?

2015-02-03 Thread Demai Ni
hi, Guys, I am looking for a way to Read HBase table through MPP(Postgres-XC). And hoping to get some suggestions to either validate or invalidate the approach. Kind of like Apache Drill, but through PostgresSQL. Long story about why Postgres, and how c/c++ will give me headache for months to

[jira] [Created] (HBASE-12965) Enhance the delete option to pass Filters

2015-02-03 Thread IMRANKHAN SHAJAHAN (JIRA)
IMRANKHAN SHAJAHAN created HBASE-12965: -- Summary: Enhance the delete option to pass Filters Key: HBASE-12965 URL: https://issues.apache.org/jira/browse/HBASE-12965 Project: HBase Issue

[jira] [Created] (HBASE-12959) Compact never end when table's dataBlockEncoding using PREFIX_TREE

2015-02-03 Thread wuchengzhi (JIRA)
wuchengzhi created HBASE-12959: -- Summary: Compact never end when table's dataBlockEncoding using PREFIX_TREE Key: HBASE-12959 URL: https://issues.apache.org/jira/browse/HBASE-12959 Project: HBase