Re: Error while HBase from source code

2014-09-03 Thread Dima Spivak
Sanjiv, If you're feeling adventurous (and are running on a Linux machine), check out https://issues.apache.org/jira/browse/HBASE-11885, which was opened to address the difficulties you've encountered. -Dima On Wed, Sep 3, 2014 at 4:39 PM, Ted Yu wrote: > bq. hbase.regionserver.global.memstor

Re: Error while HBase from source code

2014-09-03 Thread Ted Yu
bq. hbase.regionserver.global.memstore.size is 0.4 hfile.block.cache.size is 68.09002 Can you check the values for the following configs ? hfile.block.cache.size (default 0.4) hbase.bucketcache.size Cheers On Tue, Sep 2, 2014 at 5:12 AM, @Sanjiv Singh wrote: > I checked at both hbase-defau

Re: Error while HBase from source code

2014-09-03 Thread Misty Stanley-Jones
I think somehow you must be looking at a different hbase-site.xml file. Can you please create a new user on your system and run through the whole Quickstart chapter (http://hbase.apache.org/book.html#quickstart) with everything fresh, and let us know what happens? You certainly shouldn't have any b

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/

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

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 @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 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
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
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
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-01 Thread @Sanjiv Singh
Any help on this ...issue is still not resolved. Regards Sanjiv Singh Mob : +091 9990-447-339 On Mon, Sep 1, 2014 at 5:31 PM, @Sanjiv Singh wrote: > Hi Matteo, > > Following your steps, I was able to build binary package hbase-2. > 0.0-SNAPSHOT-bin.tar.gz ..today I used the same to run hbase

Re: Error while HBase from source code

2014-09-01 Thread @Sanjiv Singh
Hi Matteo, Following your steps, I was able to build binary package hbase-2. 0.0-SNAPSHOT-bin.tar.gz ..today I used the same to run hbase locally it is giving error when i tried to start with start-hbase.sh I am totally lost with it , as don't have clue about the error. Please help me on this.

Re: Error while HBase from source code

2014-08-22 Thread @Sanjiv Singh
Any update on this ? Regards Sanjiv Singh Mob : +091 9990-447-339 On Fri, Aug 22, 2014 at 8:02 PM, @Sanjiv Singh wrote: > Any update on this ? > > Regards > Sanjiv Singh > Mob : +091 9990-447-339 > > > On Fri, Aug 22, 2014 at 2:27 PM, @Sanjiv Singh > wrote: > >> Thanks for quick response..