Re: Error while HBase from source code

2014-09-02 Thread Dima Spivak
Hi Sanjiv, Are you looking to run HBase in standalone mode (all daemons in one JVM) or pseudo-distributed mode (each with its own process, but on one host)? Have you tried following the instructions on http://hbase.apache.org/book.html regarding configurations to switch between the two? All the b

Re: Error while HBase from source code

2014-09-02 Thread @Sanjiv Singh
Hi Dima, It's standalone mode where all daemons in one JVM. I have not changed any single configuration , i tried to start hbase with all default configuration. Let me know if need info to debug. Regards Sanjiv Singh Mob : +091 9990-447-339 On Tue, Sep 2, 2014 at 1:21 PM, Dima Spivak wrot

Re: Error while HBase from source code

2014-09-02 Thread tobe
The default configuration should work well. Check if you set $HADOOP_HOME and $HBASE_HOME or not. On Tue, Sep 2, 2014 at 5:00 PM, @Sanjiv Singh wrote: > Hi Dima, > > It's standalone mode where all daemons in one JVM. I have not changed any > single configuration , i tried to start hbase with al

Re: Error while HBase from source code

2014-09-02 Thread @Sanjiv Singh
I just checked, following are defined for these. # pointing to hadoop 1.x HADOOP_HOME=/usr/local/hadoop/hadoop-1.2.1/ # directory which is created after extracting hbase-2.0.0-SNAPSHOT-bin.tar.gz HBASE_HOME=/usr/local/hbase/hbase-2.0.0-SNAPSHOT/ Regards Sanjiv Singh Mob : +091 9990-447-339 O

Re: Error while HBase from source code

2014-09-02 Thread tobe
I think you should NOT set HADOOP_HOME and HBASE_HOME, which have made some trouble for me. On Tue, Sep 2, 2014 at 5:48 PM, @Sanjiv Singh wrote: > I just checked, following are defined for these. > > # pointing to hadoop 1.x > HADOOP_HOME=/usr/local/hadoop/hadoop-1.2.1/ > > # directory which is

Re: Error while HBase from source code

2014-09-02 Thread @Sanjiv Singh
Hi Tobe, I have removed HADOOP_HOME and HBASE_HOME , now i am getting different error like below \ Caused by: java.lang.IllegalArgumentException: Don't understand io engine name for cache - prefix with file:, heap or offheap at org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getIOEngineFromNa

Re: Error while HBase from source code

2014-09-02 Thread @Sanjiv Singh
Looking at the source-code , it seems like "hbase.bucketcache.ioengine" must be set to one of these "file:" , "offheap" , "heap". it might help in debugging the issue . Regards Sanjiv Singh Mob : +091 9990-447-339 On Tue, Sep 2, 2014 at 3:45 PM, @Sanjiv Singh wrote: > Hi Tobe, > > I have r

Re: Error while HBase from source code

2014-09-02 Thread tobe
By default, HBase use onheap LruBlockCache which doesn't require to configure bucketcache.ioengine. Please double check your configuration file, hbase-site.xml. It would be ok if it doesn't have any property. On Tue, Sep 2, 2014 at 6:29 PM, @Sanjiv Singh wrote: > Looking at the source-code , it

[jira] [Created] (HBASE-11877) Make TableSplit more readable

2014-09-02 Thread Liu Shaohui (JIRA)
Liu Shaohui created HBASE-11877: --- Summary: Make TableSplit more readable Key: HBASE-11877 URL: https://issues.apache.org/jira/browse/HBASE-11877 Project: HBase Issue Type: Improvement

Re: Error while HBase from source code

2014-09-02 Thread @Sanjiv Singh
I checked at both hbase-default.xml and hbase-site.xml in my code base. There is nothing defined in hbase-site.xml for this property and no value defined for property "hbase.bucketcache.ioengine" in hbase-default.xml. I am not sure what's wrong with it. See for default value : https://github.com/

[jira] [Created] (HBASE-11878) TestVisibilityLabelsWithDistributedLogReplay#testAddVisibilityLabelsOnRSRestart sometimes fails due to VisibilityController not yet initialized

2014-09-02 Thread Ted Yu (JIRA)
Ted Yu created HBASE-11878: -- Summary: TestVisibilityLabelsWithDistributedLogReplay#testAddVisibilityLabelsOnRSRestart sometimes fails due to VisibilityController not yet initialized Key: HBASE-11878 URL: https://issues.

Re: [VOTE] [FAILED] Re: The 1st HBase 0.98.6 release candidate (RC0) is available, vote closing 9/2/2014

2014-09-02 Thread Ted Yu
Thanks to Jean-Marc's assistance, the cause for TestVisibilityLabelsWithDistributedLogReplay#testAddVisibilityLabelsOnRSRestart failure has been found. I logged HBASE-11878 and attached a preliminary patch. Cheers On Mon, Sep 1, 2014 at 10:41 AM, Ted Yu wrote: > Searching for 'hbase.Resource

Re: [VOTE] [FAILED] Re: The 1st HBase 0.98.6 release candidate (RC0) is available, vote closing 9/2/2014

2014-09-02 Thread Jean-Marc Spaggiari
Tried Ted's patch on 3 servers. The 3 passed. 2014-09-02 10:40 GMT-04:00 Ted Yu : > Thanks to Jean-Marc's assistance, the cause > for > TestVisibilityLabelsWithDistributedLogReplay#testAddVisibilityLabelsOnRSRestart > failure has been found. > > I logged HBASE-11878 and attached a preliminary pa

Re: [VOTE] The 1st hbase 0.94.23 release candidate is available for download

2014-09-02 Thread Andrew Purtell
+1 Sums and signature looks good Tarball structure looks good Built from source Unit tests pass Ran LoadTestTool, no unusual warnings or errors in the logs On Tue, Aug 26, 2014 at 7:38 PM, lars hofhansl wrote: > The 1st 0.94.23 RC is available for download at > http://people.apache.org/~larsh

[jira] [Created] (HBASE-11879) Change TableInputFormatBase to take interface arguments

2014-09-02 Thread Carter (JIRA)
Carter created HBASE-11879: -- Summary: Change TableInputFormatBase to take interface arguments Key: HBASE-11879 URL: https://issues.apache.org/jira/browse/HBASE-11879 Project: HBase Issue Type: Impro

[REMINDER] 0.99.0 RC0 on Sep 8

2014-09-02 Thread Enis Söztutar
Just a friendly reminder that I'll try to cut the first RC Monday next week (Sep 8). Please let me know (in this thread or jira) if you need a patch in before the cut. Enis

[jira] [Created] (HBASE-11880) NPE in MasterStatusServlet

2014-09-02 Thread Jimmy Xiang (JIRA)
Jimmy Xiang created HBASE-11880: --- Summary: NPE in MasterStatusServlet Key: HBASE-11880 URL: https://issues.apache.org/jira/browse/HBASE-11880 Project: HBase Issue Type: Bug Components

Re: [VOTE] [FAILED] Re: The 1st HBase 0.98.6 release candidate (RC0) is available, vote closing 9/2/2014

2014-09-02 Thread Ted Yu
Thanks J-M Your effort is valuable. On Tue, Sep 2, 2014 at 11:16 AM, Jean-Marc Spaggiari < jean-m...@spaggiari.org> wrote: > Tried Ted's patch on 3 servers. The 3 passed. > > > 2014-09-02 10:40 GMT-04:00 Ted Yu : > > > Thanks to Jean-Marc's assistance, the cause > > for > > > TestVisibilityLabe

[jira] [Created] (HBASE-11881) Improve the swift structures for KeyValue lists

2014-09-02 Thread Manukranth Kolloju (JIRA)
Manukranth Kolloju created HBASE-11881: -- Summary: Improve the swift structures for KeyValue lists Key: HBASE-11881 URL: https://issues.apache.org/jira/browse/HBASE-11881 Project: HBase I

Re: [REMINDER] 0.99.0 RC0 on Sep 8

2014-09-02 Thread Sergey Soldatov
Enis, I will have a patch for HBASE-11072. Working on the rebase. Hopefully it will be available tomorrow. Thanks, Sergey On Tue, Sep 2, 2014 at 10:28 PM, Enis Söztutar wrote: > Just a friendly reminder that I'll try to cut the first RC Monday next week > (Sep 8). > > Please let me know (in this

Re: [VOTE] The 1st hbase 0.94.23 release candidate is available for download

2014-09-02 Thread Jean-Marc Spaggiari
Done with the perfs tests too. 0.94.23 is overall very similar to 0.94.22, slightly faster. Compared all those tests: FilteredScanTest RandomReadTest RandomSeekScanTestRandomScanWithRange10Test RandomScanWithRange100Test RandomScanWithRange1000Test SequentialReadTest SequentialWriteTest RandomWri

[jira] [Created] (HBASE-11882) Row level consistency may not be maintained with bulk load and compaction

2014-09-02 Thread Jerry He (JIRA)
Jerry He created HBASE-11882: Summary: Row level consistency may not be maintained with bulk load and compaction Key: HBASE-11882 URL: https://issues.apache.org/jira/browse/HBASE-11882 Project: HBase

[jira] [Created] (HBASE-11883) Refactoring of ZookeeperWrapper

2014-09-02 Thread Yi Deng (JIRA)
Yi Deng created HBASE-11883: --- Summary: Refactoring of ZookeeperWrapper Key: HBASE-11883 URL: https://issues.apache.org/jira/browse/HBASE-11883 Project: HBase Issue Type: Bug Components: I

Re: Thrift client authentication skipped for HBase thrift server

2014-09-02 Thread Jimmy Xiang
Kashif, HBASE-11349/HBASE-11474 is indeed to authenticate Thrift clients using Kerberos. Is this what you are looking for? For Thrift server authentication, it is already there. Please refer to the hbase book http://hbase.apache.org/book/security.html#hbase.secure.configuration Section 8.1.4 for m

Re: [VOTE] The 1st hbase 0.94.23 release candidate is available for download

2014-09-02 Thread Stack
+1 Verified md5 and sig. Checked out docs and javadoc. Looks good (we should probably update the 0.94 docs again...) Started in standalone mode (it rode nicely over the mess that is on my machine left over from other versions...) Loaded in some data. Verified it there. Looked in logs. Clean

Re: [REMINDER] 0.99.0 RC0 on Sep 8

2014-09-02 Thread rajesh babu Chintaguntla
Enis, I will have a patch for HBASE-10576. I will upload it tomorrow mostly. Thanks, Rajeshbabu. On Wed, Sep 3, 2014 at 12:18 AM, Sergey Soldatov wrote: > Enis, > I will have a patch for HBASE-11072. Working on the rebase. Hopefully > it will be available tomorrow. > > Thanks, > Sergey > > O

[jira] [Resolved] (HBASE-11878) TestVisibilityLabelsWithDistributedLogReplay#testAddVisibilityLabelsOnRSRestart sometimes fails due to VisibilityController not yet initialized

2014-09-02 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11878. Resolution: Fixed > TestVisibilityLabelsWithDistributedLogReplay#testAddVisibilityLabelsOnR

[jira] [Resolved] (HBASE-11854) MetricsRegion.updateScanNext takes 20% of overall RegionScannerImpl.nextRaw call

2014-09-02 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11854. Resolution: Duplicate Fix Version/s: (was: 0.98.7) (was: 2

[jira] [Created] (HBASE-11884) RegionServer Thrift RPC queue for control messages, to prevent blocking on read/write queues

2014-09-02 Thread Alex Goltman (JIRA)
Alex Goltman created HBASE-11884: Summary: RegionServer Thrift RPC queue for control messages, to prevent blocking on read/write queues Key: HBASE-11884 URL: https://issues.apache.org/jira/browse/HBASE-11884

[jira] [Resolved] (HBASE-11230) Remove getRowOrBefore from HTableInterface and HTable

2014-09-02 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-11230. --- Resolution: Implemented Implemented as a part of HBASE-11797 > Remove getRowOrBefore from HT

[jira] [Resolved] (HBASE-11863) WAL files are not archived and stays in the WAL directory after splitting

2014-09-02 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar resolved HBASE-11863. --- Resolution: Fixed Hadoop Flags: Reviewed > WAL files are not archived and stays in the

[jira] [Reopened] (HBASE-11868) Data loss in hlog when the hdfs is unavailable

2014-09-02 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell reopened HBASE-11868: This change causes reproducible test failures in TestHRegion and TestHregionBusyWait. Revertin

[jira] [Created] (HBASE-11885) Provide a Dockerfile to easily build and run HBase from source

2014-09-02 Thread Dima Spivak (JIRA)
Dima Spivak created HBASE-11885: --- Summary: Provide a Dockerfile to easily build and run HBase from source Key: HBASE-11885 URL: https://issues.apache.org/jira/browse/HBASE-11885 Project: HBase

[jira] [Resolved] (HBASE-11868) Data loss in hlog when the hdfs is unavailable

2014-09-02 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-11868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-11868. Resolution: Fixed Fix Version/s: (was: 0.98.7) 0.98.6 Applied

​The ​2nd HBase 0.98.6​ ​release candidate (RC​1) is available, vote closing 9/9/2014

2014-09-02 Thread Andrew Purtell
​ ​The 2nd HBase 0.98.6 release candidate (RC1) is available for download at ​​ ​ https://people.apache.org/~apurtell/0.98.6RC1/ and Maven artifacts are also available in the temporary repository https://repository.apache.org/content/repositories/orgapachehbase-1034 Signed with my code signing key

[jira] [Created] (HBASE-11886) The creator of the table should have all permissions on the table

2014-09-02 Thread Devaraj Das (JIRA)
Devaraj Das created HBASE-11886: --- Summary: The creator of the table should have all permissions on the table Key: HBASE-11886 URL: https://issues.apache.org/jira/browse/HBASE-11886 Project: HBase

Re: ​The ​2nd HBase 0.98.6​ ​release candidate (RC​1) is available, vote closing 9/9/2014

2014-09-02 Thread Devaraj Das
I meant to send this mail earlier in the evening but wasn't able to.. Apologies. Andrew could you take a look at HBASE-11886 and see if it should be fixed in this release. I think it's a serious usability issue but will defer to your call. On Tue, Sep 2, 2014 at 10:17 PM, Andrew Purtell wrote: >

RE: Thrift client authentication skipped for HBase thrift server

2014-09-02 Thread Kashif Jawed Siddiqui
Hi Jimmy, HBASE-11349/HBASE-11474 is to authenticate the connection from thrift server to HBase. Here by the term thrift clients, I mean clients trying to access HBase via thrift server. For example, clients in any unsecure machine will connect to thrift server port 90

Region server heap used memory usage

2014-09-02 Thread 牛兆捷
Dear all: Is there any ways to monitor or profiling the memory usage of region server heap? For example, how many are assigned to memstore, blockcache, storefileindex or else. Thanks. -- *Regards,* *Zhaojie*