|
|
yogesh.kumar13@... 2012-07-10, 07:06
________________________________
Hi All,
I am new to hadoop and hbase, and running Hadoop over single node cluster so as Hbase also,
I have used command start-hbase.sh
it only starts Hmaster no other threads like Hregionserver
here are the changes that I have made in hbase/conf/hbase-env.sh export JAVA_HOME=/Library/Java/Home and set the Hbase_Home.
does i need to make more changer in hbase-env.sh or in hbase-site.xml for single node cluster Please suggest, Thanks & regards Yogesh Kumar
Please do not print this email unless it is absolutely necessary.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
-
Re: Hbase installation.
Harsh J 2012-07-10, 07:35
Yogesh, Please follow the section for Pseudo-distributed and distributed deployment, documented here: http://hbase.apache.org/book.html#standalone_dist. If you do not follow the instructions there, and lack proper hbase-site.xml configs, your HBase starts in a standalone (Local FS) mode and does not require a HRegionServer to function, which is what I suspect you're running into. On Tue, Jul 10, 2012 at 12:36 PM, <[EMAIL PROTECTED]> wrote: > > ________________________________ > > Hi All, > > I am new to hadoop and hbase, and running Hadoop over single node cluster so as Hbase also, > > I have used command > start-hbase.sh > > it only starts Hmaster > no other threads like Hregionserver > > here are the changes that I have made in hbase/conf/hbase-env.sh > export JAVA_HOME=/Library/Java/Home > and set the Hbase_Home. > > does i need to make more changer in hbase-env.sh or in hbase-site.xml for single node cluster > Please suggest, > Thanks & regards > Yogesh Kumar > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. > > www.wipro.com -- Harsh J
-
Re: Hbase installation.
Mohammad Tariq 2012-07-10, 07:46
Hi Yogesh, Can you paste the content of your core-site.xml and hbase-site.xml files?? Regards, Mohammad Tariq On Tue, Jul 10, 2012 at 1:05 PM, Harsh J <[EMAIL PROTECTED]> wrote: > Yogesh, > > Please follow the section for Pseudo-distributed and distributed > deployment, documented here: > http://hbase.apache.org/book.html#standalone_dist. > > If you do not follow the instructions there, and lack proper > hbase-site.xml configs, your HBase starts in a standalone (Local FS) > mode and does not require a HRegionServer to function, which is what I > suspect you're running into. > > On Tue, Jul 10, 2012 at 12:36 PM, <[EMAIL PROTECTED]> wrote: >> >> ________________________________ >> >> Hi All, >> >> I am new to hadoop and hbase, and running Hadoop over single node cluster so as Hbase also, >> >> I have used command >> start-hbase.sh >> >> it only starts Hmaster >> no other threads like Hregionserver >> >> here are the changes that I have made in hbase/conf/hbase-env.sh >> export JAVA_HOME=/Library/Java/Home >> and set the Hbase_Home. >> >> does i need to make more changer in hbase-env.sh or in hbase-site.xml for single node cluster >> Please suggest, >> Thanks & regards >> Yogesh Kumar >> >> Please do not print this email unless it is absolutely necessary. >> >> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. >> >> WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. >> >> www.wipro.com > > > > -- > Harsh J
-
RE: Hbase installation.
yogesh.kumar13@... 2012-07-10, 08:28
Thanks Harsh :-), I followed that url and made changes in hbase-site.xml. And as mentioned in this page hbase is working, I am little bit in doubt that does HRegionServer run only on distributed nodes ? single node setup doesn't require HRegionServer if so then why? Please suggest Regards Yogesh Kumar ________________________________________ From: Harsh J [[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2012 1:05 PM To: [EMAIL PROTECTED] Subject: Re: Hbase installation. Yogesh, Please follow the section for Pseudo-distributed and distributed deployment, documented here: http://hbase.apache.org/book.html#standalone_dist. If you do not follow the instructions there, and lack proper hbase-site.xml configs, your HBase starts in a standalone (Local FS) mode and does not require a HRegionServer to function, which is what I suspect you're running into. On Tue, Jul 10, 2012 at 12:36 PM, <[EMAIL PROTECTED]> wrote: > > ________________________________ > > Hi All, > > I am new to hadoop and hbase, and running Hadoop over single node cluster so as Hbase also, > > I have used command > start-hbase.sh > > it only starts Hmaster > no other threads like Hregionserver > > here are the changes that I have made in hbase/conf/hbase-env.sh > export JAVA_HOME=/Library/Java/Home > and set the Hbase_Home. > > does i need to make more changer in hbase-env.sh or in hbase-site.xml for single node cluster > Please suggest, > Thanks & regards > Yogesh Kumar > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. > > www.wipro.com -- Harsh J Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
-
RE: Hbase installation.
yogesh.kumar13@... 2012-07-10, 08:33
Hello Mohammad :-) Thanks for replying :-) here is the hadoop/core-site.xml <configuration> <property> <name>fs.default.name</name> <value>hdfs://localhost:9000</value> </property> </configuration> and here is hbase-site.xml <configuration> <property> <name>hbase.rootdir</name> <value>HADOOP/HBASE-0.92.1/hbase-0.92.1-security</value> </property> </configuration> Hbase is working but I am wondering about HRegionServer, its not starting, Does HRegionServer run on single node cluster? Please suggest regarding this. Thanks & Regards Yogesh Kumar ________________________________________ From: Mohammad Tariq [[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2012 1:16 PM To: [EMAIL PROTECTED] Subject: Re: Hbase installation. Hi Yogesh, Can you paste the content of your core-site.xml and hbase-site.xml files?? Regards, Mohammad Tariq On Tue, Jul 10, 2012 at 1:05 PM, Harsh J <[EMAIL PROTECTED]> wrote: > Yogesh, > > Please follow the section for Pseudo-distributed and distributed > deployment, documented here: > http://hbase.apache.org/book.html#standalone_dist. > > If you do not follow the instructions there, and lack proper > hbase-site.xml configs, your HBase starts in a standalone (Local FS) > mode and does not require a HRegionServer to function, which is what I > suspect you're running into. > > On Tue, Jul 10, 2012 at 12:36 PM, <[EMAIL PROTECTED]> wrote: >> >> ________________________________ >> >> Hi All, >> >> I am new to hadoop and hbase, and running Hadoop over single node cluster so as Hbase also, >> >> I have used command >> start-hbase.sh >> >> it only starts Hmaster >> no other threads like Hregionserver >> >> here are the changes that I have made in hbase/conf/hbase-env.sh >> export JAVA_HOME=/Library/Java/Home >> and set the Hbase_Home. >> >> does i need to make more changer in hbase-env.sh or in hbase-site.xml for single node cluster >> Please suggest, >> Thanks & regards >> Yogesh Kumar >> >> Please do not print this email unless it is absolutely necessary. >> >> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. >> >> WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. >> >> www.wipro.com > > > > -- > Harsh J Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
-
Re: Hbase installation.
Mohammad Tariq 2012-07-10, 09:06
Hello Yogesh, There are 2 types of modes that can be configured on a single machine viz. standalone and pseudo-distributed..RegionServer is required in both the cases (not only in fully distributed mode). It is the place where our data is stored. Regards, Mohammad Tariq On Tue, Jul 10, 2012 at 2:03 PM, <[EMAIL PROTECTED]> wrote: > Hello Mohammad :-) > > Thanks for replying :-) > > here is the > hadoop/core-site.xml > > <configuration> > <property> > <name>fs.default.name</name> > <value>hdfs://localhost:9000</value> > </property> > </configuration> > > > and here is hbase-site.xml > > <configuration> > <property> > <name>hbase.rootdir</name> > <value>HADOOP/HBASE-0.92.1/hbase-0.92.1-security</value> > </property> > </configuration> > > > Hbase is working but I am wondering about HRegionServer, its not starting, > Does HRegionServer run on single node cluster? > > Please suggest regarding this. > > Thanks & Regards > Yogesh Kumar > > ________________________________________ > From: Mohammad Tariq [[EMAIL PROTECTED]] > Sent: Tuesday, July 10, 2012 1:16 PM > To: [EMAIL PROTECTED] > Subject: Re: Hbase installation. > > Hi Yogesh, > > Can you paste the content of your core-site.xml and > hbase-site.xml files?? > > Regards, > Mohammad Tariq > > > On Tue, Jul 10, 2012 at 1:05 PM, Harsh J <[EMAIL PROTECTED]> wrote: >> Yogesh, >> >> Please follow the section for Pseudo-distributed and distributed >> deployment, documented here: >> http://hbase.apache.org/book.html#standalone_dist. >> >> If you do not follow the instructions there, and lack proper >> hbase-site.xml configs, your HBase starts in a standalone (Local FS) >> mode and does not require a HRegionServer to function, which is what I >> suspect you're running into. >> >> On Tue, Jul 10, 2012 at 12:36 PM, <[EMAIL PROTECTED]> wrote: >>> >>> ________________________________ >>> >>> Hi All, >>> >>> I am new to hadoop and hbase, and running Hadoop over single node cluster so as Hbase also, >>> >>> I have used command >>> start-hbase.sh >>> >>> it only starts Hmaster >>> no other threads like Hregionserver >>> >>> here are the changes that I have made in hbase/conf/hbase-env.sh >>> export JAVA_HOME=/Library/Java/Home >>> and set the Hbase_Home. >>> >>> does i need to make more changer in hbase-env.sh or in hbase-site.xml for single node cluster >>> Please suggest, >>> Thanks & regards >>> Yogesh Kumar >>> >>> Please do not print this email unless it is absolutely necessary. >>> >>> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. >>> >>> WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. >>> >>> www.wipro.com >> >> >> >> -- >> Harsh J > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
-
RE: Hbase installation.
yogesh.kumar13@... 2012-07-10, 09:12
Hello Mohammad, Thanks :-) , I dont know what I am doing wrong that my HRegionServer is not running, I am running single node cluster, hadoop/core-site.xml <configuration> <property> <name>fs.default.name</name> <value>hdfs://localhost:9000</value> </property> </configuration> and here is hbase-site.xml <configuration> <property> <name>hbase.rootdir</name> <value>HADOOP/HBASE-0.92.1/hbase-0.92.1-security</value> </property> </configuration> here are the changes that I have made in hbase/conf/hbase-env.sh export JAVA_HOME=/Library/Java/Home and set the Hbase_Home. The HMaster is running but the HRegionServer is not, Please help. Thanks & Regards Yogesh Kumar ________________________________________ From: Mohammad Tariq [[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2012 2:36 PM To: [EMAIL PROTECTED] Subject: Re: Hbase installation. Hello Yogesh, There are 2 types of modes that can be configured on a single machine viz. standalone and pseudo-distributed..RegionServer is required in both the cases (not only in fully distributed mode). It is the place where our data is stored. Regards, Mohammad Tariq On Tue, Jul 10, 2012 at 2:03 PM, <[EMAIL PROTECTED]> wrote: > Hello Mohammad :-) > > Thanks for replying :-) > > here is the > hadoop/core-site.xml > > <configuration> > <property> > <name>fs.default.name</name> > <value>hdfs://localhost:9000</value> > </property> > </configuration> > > > and here is hbase-site.xml > > <configuration> > <property> > <name>hbase.rootdir</name> > <value>HADOOP/HBASE-0.92.1/hbase-0.92.1-security</value> > </property> > </configuration> > > > Hbase is working but I am wondering about HRegionServer, its not starting, > Does HRegionServer run on single node cluster? > > Please suggest regarding this. > > Thanks & Regards > Yogesh Kumar > > ________________________________________ > From: Mohammad Tariq [[EMAIL PROTECTED]] > Sent: Tuesday, July 10, 2012 1:16 PM > To: [EMAIL PROTECTED] > Subject: Re: Hbase installation. > > Hi Yogesh, > > Can you paste the content of your core-site.xml and > hbase-site.xml files?? > > Regards, > Mohammad Tariq > > > On Tue, Jul 10, 2012 at 1:05 PM, Harsh J <[EMAIL PROTECTED]> wrote: >> Yogesh, >> >> Please follow the section for Pseudo-distributed and distributed >> deployment, documented here: >> http://hbase.apache.org/book.html#standalone_dist. >> >> If you do not follow the instructions there, and lack proper >> hbase-site.xml configs, your HBase starts in a standalone (Local FS) >> mode and does not require a HRegionServer to function, which is what I >> suspect you're running into. >> >> On Tue, Jul 10, 2012 at 12:36 PM, <[EMAIL PROTECTED]> wrote: >>> >>> ________________________________ >>> >>> Hi All, >>> >>> I am new to hadoop and hbase, and running Hadoop over single node cluster so as Hbase also, >>> >>> I have used command >>> start-hbase.sh >>> >>> it only starts Hmaster >>> no other threads like Hregionserver >>> >>> here are the changes that I have made in hbase/conf/hbase-env.sh >>> export JAVA_HOME=/Library/Java/Home >>> and set the Hbase_Home. >>> >>> does i need to make more changer in hbase-env.sh or in hbase-site.xml for single node cluster >>> Please suggest, >>> Thanks & regards >>> Yogesh Kumar >>> >>> Please do not print this email unless it is absolutely necessary. >>> >>> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. >>> >>> WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
-
Re: Hbase installation.
Mohammad Tariq 2012-07-10, 09:14
Can you paste the logs here?? Regards, Mohammad Tariq On Tue, Jul 10, 2012 at 2:42 PM, <[EMAIL PROTECTED]> wrote: > Hello Mohammad, > > Thanks :-) , I dont know what I am doing wrong that my HRegionServer is not running, I am running single node cluster, > > hadoop/core-site.xml > > <configuration> > <property> > <name>fs.default.name</name> > <value>hdfs://localhost:9000</value> > </property> > </configuration> > > > and here is hbase-site.xml > > <configuration> > <property> > <name>hbase.rootdir</name> > <value>HADOOP/HBASE-0.92.1/hbase-0.92.1-security</value> > </property> > </configuration> > > here are the changes that I have made in hbase/conf/hbase-env.sh > export JAVA_HOME=/Library/Java/Home > and set the Hbase_Home. > > The HMaster is running but the HRegionServer is not, > Please help. > > Thanks & Regards > Yogesh Kumar > > > ________________________________________ > From: Mohammad Tariq [[EMAIL PROTECTED]] > Sent: Tuesday, July 10, 2012 2:36 PM > To: [EMAIL PROTECTED] > Subject: Re: Hbase installation. > > Hello Yogesh, > > There are 2 types of modes that can be configured on a single > machine viz. standalone and pseudo-distributed..RegionServer is > required in both the cases (not only in fully distributed mode). It is > the place where our data is stored. > > Regards, > Mohammad Tariq > > > On Tue, Jul 10, 2012 at 2:03 PM, <[EMAIL PROTECTED]> wrote: >> Hello Mohammad :-) >> >> Thanks for replying :-) >> >> here is the >> hadoop/core-site.xml >> >> <configuration> >> <property> >> <name>fs.default.name</name> >> <value>hdfs://localhost:9000</value> >> </property> >> </configuration> >> >> >> and here is hbase-site.xml >> >> <configuration> >> <property> >> <name>hbase.rootdir</name> >> <value>HADOOP/HBASE-0.92.1/hbase-0.92.1-security</value> >> </property> >> </configuration> >> >> >> Hbase is working but I am wondering about HRegionServer, its not starting, >> Does HRegionServer run on single node cluster? >> >> Please suggest regarding this. >> >> Thanks & Regards >> Yogesh Kumar >> >> ________________________________________ >> From: Mohammad Tariq [[EMAIL PROTECTED]] >> Sent: Tuesday, July 10, 2012 1:16 PM >> To: [EMAIL PROTECTED] >> Subject: Re: Hbase installation. >> >> Hi Yogesh, >> >> Can you paste the content of your core-site.xml and >> hbase-site.xml files?? >> >> Regards, >> Mohammad Tariq >> >> >> On Tue, Jul 10, 2012 at 1:05 PM, Harsh J <[EMAIL PROTECTED]> wrote: >>> Yogesh, >>> >>> Please follow the section for Pseudo-distributed and distributed >>> deployment, documented here: >>> http://hbase.apache.org/book.html#standalone_dist. >>> >>> If you do not follow the instructions there, and lack proper >>> hbase-site.xml configs, your HBase starts in a standalone (Local FS) >>> mode and does not require a HRegionServer to function, which is what I >>> suspect you're running into. >>> >>> On Tue, Jul 10, 2012 at 12:36 PM, <[EMAIL PROTECTED]> wrote: >>>> >>>> ________________________________ >>>> >>>> Hi All, >>>> >>>> I am new to hadoop and hbase, and running Hadoop over single node cluster so as Hbase also, >>>> >>>> I have used command >>>> start-hbase.sh >>>> >>>> it only starts Hmaster >>>> no other threads like Hregionserver >>>> >>>> here are the changes that I have made in hbase/conf/hbase-env.sh >>>> export JAVA_HOME=/Library/Java/Home >>>> and set the Hbase_Home. >>>> >>>> does i need to make more changer in hbase-env.sh or in hbase-site.xml for single node cluster >>>> Please suggest, >>>> Thanks & regards >>>> Yogesh Kumar >>>> >>>> Please do not print this email unless it is absolutely necessary. >>>> >>>> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
-
RE: Hbase installation.
yogesh.kumar13@... 2012-07-10, 09:42
Here is the hbase-master log Tue Jul 10 15:10:54 IST 2012 Starting master on mediaadmins-iMac-2.local core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 256 pipe size (512 bytes, -p) 1 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 266 virtual memory (kbytes, -v) unlimited 2012-07-10 15:10:55,870 INFO org.apache.hadoop.hbase.util.VersionInfo: HBase 0.92.1 2012-07-10 15:10:55,871 INFO org.apache.hadoop.hbase.util.VersionInfo: Subversion https://svn.apache.org/repos/asf/hbase/branches/0.92 -r 1298924 2012-07-10 15:10:55,871 INFO org.apache.hadoop.hbase.util.VersionInfo: Compiled by jenkins on Fri Mar 9 19:16:55 UTC 2012 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:zookeeper.version=3.4.3-1240972, built on 02/06/2012 10:48 GMT 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:host.name=10.203.33.76 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:java.version=1.6.0_26 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:java.vendor=Apple Inc. 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:java.home=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:java.class.path=/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/conf:/Library/Java/Home/lib/tools.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/hbase-0.92.1-security-tests.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/hbase-0.92.1-security.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/activation-1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/asm-3.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/avro-1.5.3.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/avro-ipc-1.5.3.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-beanutils-1.7.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-beanutils-core-1.8.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-cli-1.2.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-codec-1.4.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-collections-3.2.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-configuration-1.6.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-digester-1.8.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-el-1.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-httpclient-3.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-lang-2.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-logging-1.1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-math-2.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-net-1.4.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/core-3.1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/guava-r09.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/hadoop-core-1.0.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/high-scale-lib-1.1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/httpclient-4.0.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/httpcore-4.0.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jackson-core-asl-1.5.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jackson-jaxrs-1.5.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jackson-mapper-asl-1.5.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jackson-xc-1.5.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jamon-runtime-2.3.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jasper-compiler-5.5.23.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jasper-runtime-5.5.23.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jaxb-api-2.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jaxb-impl-2.1.12.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jersey-core-1.4.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jersey-json-1.4.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jersey-server-1.4.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jettison-1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jetty-6.1.26.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jetty-util-6.1.26.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jruby-complete-1.6.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jsp-2.1-6.1.14.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jsp-api-2.1-6.1.14.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/libthrift-0.7.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/log4j-1.2.16.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/netty-3.2.4.Final.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/protobuf-java-2.4.0a.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/servlet-api-2.5-6.1.14.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/servlet-api-2.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/slf4j-api-1.5.8.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/slf4j-log4j12-1.5.8.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/snappy-java-1.0.3.2.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/stax-api-1.0.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/velocity-1.7.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/xmlenc-0.52.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/zookeeper-3.4.3.jar: 2012-07-10 15:10:56,037 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:java.library.path=/HADOOP/hadoop-0.20.2/bin/../lib/native/Mac_OS_X-x86_64-64:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/native/Mac_OS_X-x86_64-64 2012-07-10 15:10:56,037 INFO org.apache.zookeeper.ser
-
Re: Hbase installation.
Mohammad Tariq 2012-07-10, 09:49
This is happening because you are trying to run Hbase in standalone mode, but your Hbase is looking for Hdfs instead of local FS. And this is because of the wrong value of your hbase.rootdir property. You should give something like this - <property> <name>hbase.rootdir</name> <value>file:///home/yogesh/hbase.dir</value> </property> Regards, Mohammad Tariq On Tue, Jul 10, 2012 at 3:12 PM, <[EMAIL PROTECTED]> wrote: > Here is the hbase-master log > > Tue Jul 10 15:10:54 IST 2012 Starting master on mediaadmins-iMac-2.local > core file size (blocks, -c) 0 > data seg size (kbytes, -d) unlimited > file size (blocks, -f) unlimited > max locked memory (kbytes, -l) unlimited > max memory size (kbytes, -m) unlimited > open files (-n) 256 > pipe size (512 bytes, -p) 1 > stack size (kbytes, -s) 8192 > cpu time (seconds, -t) unlimited > max user processes (-u) 266 > virtual memory (kbytes, -v) unlimited > 2012-07-10 15:10:55,870 INFO org.apache.hadoop.hbase.util.VersionInfo: HBase 0.92.1 > 2012-07-10 15:10:55,871 INFO org.apache.hadoop.hbase.util.VersionInfo: Subversion https://svn.apache.org/repos/asf/hbase/branches/0.92 -r 1298924 > 2012-07-10 15:10:55,871 INFO org.apache.hadoop.hbase.util.VersionInfo: Compiled by jenkins on Fri Mar 9 19:16:55 UTC 2012 > 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:zookeeper.version=3.4.3-1240972, built on 02/06/2012 10:48 GMT > 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:host.name=10.203.33.76 > 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:java.version=1.6.0_26 > 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:java.vendor=Apple Inc. > 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:java.home=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home > 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:java.class.path=/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/conf:/Library/Java/Home/lib/tools.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/hbase-0.92.1-security-tests.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/hbase-0.92.1-security.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/activation-1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/asm-3.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/avro-1.5.3.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/avro-ipc-1.5.3.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-beanutils-1.7.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-beanutils-core-1.8.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-cli-1.2.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-codec-1.4.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-collections-3.2.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-configuration-1.6.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-digester-1.8.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-el-1.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-httpclient-3.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-lang-2.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-logging-1.1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-math-2.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-net-1.4.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/core-3.1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/guava-r09.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/hadoop-core-1.0.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/high-scale-lib-1.1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/httpclient-4.0.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/httpcore-4.0.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jackson-core-asl-1.5.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jackson-jaxrs-1.5.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jackson-mapper-asl-1.5.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jackson-xc-1.5.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jamon-runtime-2.3.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jasper-compiler-5.5.23.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jasper-runtime-5.5.23.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jaxb-api-2.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jaxb-impl-2.1.12.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jersey-core-1.4.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jersey-json-1.4.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jersey-server-1.4.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jettison-1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jetty-6.1.26.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jetty-util-6.1.26.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jruby-complete-1.6.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jsp-2.1-6.1.14.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jsp-api-2.1-6.1.14.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/libthrift-0.7.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/log4j-1.2.16.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/netty-3.2.4.Final.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/protobuf-java-2.4.0a.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/servlet-api-2.5-6.1.14.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/servlet-api-2.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/slf4j-api-1.5.8.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/slf4j-log4j12-1.5.8.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/snappy-java-1.0.3.2.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/sta
-
Re: Hbase installation.
Mohammad Tariq 2012-07-10, 09:51
But I would suggest you to use Hbase atleast in pseudo distributed mode. It will help you in getting the concepts in a better manner. Regards, Mohammad Tariq On Tue, Jul 10, 2012 at 3:19 PM, Mohammad Tariq <[EMAIL PROTECTED]> wrote: > This is happening because you are trying to run Hbase in standalone > mode, but your Hbase is looking for Hdfs instead of local FS. And this > is because of the wrong value of your hbase.rootdir property. You > should give something like this - > > <property> > <name>hbase.rootdir</name> > <value>file:///home/yogesh/hbase.dir</value> > </property> > > Regards, > Mohammad Tariq > > > On Tue, Jul 10, 2012 at 3:12 PM, <[EMAIL PROTECTED]> wrote: >> Here is the hbase-master log >> >> Tue Jul 10 15:10:54 IST 2012 Starting master on mediaadmins-iMac-2.local >> core file size (blocks, -c) 0 >> data seg size (kbytes, -d) unlimited >> file size (blocks, -f) unlimited >> max locked memory (kbytes, -l) unlimited >> max memory size (kbytes, -m) unlimited >> open files (-n) 256 >> pipe size (512 bytes, -p) 1 >> stack size (kbytes, -s) 8192 >> cpu time (seconds, -t) unlimited >> max user processes (-u) 266 >> virtual memory (kbytes, -v) unlimited >> 2012-07-10 15:10:55,870 INFO org.apache.hadoop.hbase.util.VersionInfo: HBase 0.92.1 >> 2012-07-10 15:10:55,871 INFO org.apache.hadoop.hbase.util.VersionInfo: Subversion https://svn.apache.org/repos/asf/hbase/branches/0.92 -r 1298924 >> 2012-07-10 15:10:55,871 INFO org.apache.hadoop.hbase.util.VersionInfo: Compiled by jenkins on Fri Mar 9 19:16:55 UTC 2012 >> 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:zookeeper.version=3.4.3-1240972, built on 02/06/2012 10:48 GMT >> 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:host.name=10.203.33.76 >> 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:java.version=1.6.0_26 >> 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:java.vendor=Apple Inc. >> 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:java.home=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home >> 2012-07-10 15:10:56,036 INFO org.apache.zookeeper.server.ZooKeeperServer: Server environment:java.class.path=/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/conf:/Library/Java/Home/lib/tools.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/hbase-0.92.1-security-tests.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/hbase-0.92.1-security.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/activation-1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/asm-3.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/avro-1.5.3.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/avro-ipc-1.5.3.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-beanutils-1.7.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-beanutils-core-1.8.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-cli-1.2.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-codec-1.4.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-collections-3.2.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-configuration-1.6.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-digester-1.8.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-el-1.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-httpclient-3.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-lang-2.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-logging-1.1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-math-2.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/commons-net-1.4.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/core-3.1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/guava-r09.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/hadoop-core-1.0.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/high-scale-lib-1.1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/httpclient-4.0.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/httpcore-4.0.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jackson-core-asl-1.5.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jackson-jaxrs-1.5.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jackson-mapper-asl-1.5.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jackson-xc-1.5.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jamon-runtime-2.3.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jasper-compiler-5.5.23.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jasper-runtime-5.5.23.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jaxb-api-2.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jaxb-impl-2.1.12.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jersey-core-1.4.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jersey-json-1.4.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jersey-server-1.4.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jettison-1.1.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jetty-6.1.26.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jetty-util-6.1.26.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jruby-complete-1.6.5.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jsp-2.1-6.1.14.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/jsp-api-2.1-6.1.14.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/libthrift-0.7.0.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/log4j-1.2.16.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/netty-3.2.4.Final.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/protobuf-java-2.4.0a.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-security/lib/servlet-api-2.5-6.1.14.jar:/HADOOP/Hbase-0.92.1/hbase-0.92.1-se
|
|