Hi Talat - I started hadoop using start-all.sh, I started Hbase using start-hbase.sh, I would expect HMaster should start from those two commands? I can see HMaster when I enter sudo jps in the terminal.
hbase-stie.xml ==================== *<property>* * <name>hbase.rootdir</name>* * <value>hdfs://localhost:54310/hbase</value>* * </property>* * <property>* * <name>hbase.cluster.distributed</name>* * <value>true</value>* * </property>* * <property>* * <name>hbase.zookeeper.quorum</name>* * <value>localhost</value>* * </property>* * <property>* * <name>dfs.replication</name>* * <value>1</value>* * </property>* * <property>* * <name>hbase.zookeeper.property.clientPort</name>* * <value>2181</value>* * </property>* * <property>* * <name>hbase.zookeeper.property.dataDir</name>* * <value>/home/mohammad/hbase/zookeeper</value>* * </property>* On Tue, Oct 8, 2013 at 2:51 PM, Talat Uyarer <[email protected]>wrote: > Hi Laxmi, > > This is not about compatibly. It means about HMaster is not working. Do > you start HMaster ? You can use jps,distributed with Oracle JVM, command > for check HMaster. > > I think this error cause by wrong settings. What's your > hbase.zookeeper.quorom configuration? Can you share your hbase-site.xml > > > ----- Orijinal Mesaj ----- > Kimden: "A Laxmi" <[email protected]> > Kime: [email protected] > Gönderilenler: 8 Ekim Salı 2013 21:19:58 > Konu: Re: Hadoop version for HBase 0.90.6 for Nutch 2.2.1? > > Not sure if Hadoop 1.2.1 is a compatible for HBase 0.90.6, I got the > following error when I tried to list hbase tables - > > *Error: org.apache.hadoop/hbase.MasterNotRunningException: Retried 7 times* > > > > > On Sun, Oct 6, 2013 at 12:32 AM, A Laxmi <[email protected]> wrote: > > > Thanks, Talat! :) > > > > > > On Sun, Oct 6, 2013 at 12:24 AM, Talat UYARER <[email protected] > >wrote: > > > >> Hi Laxmi, > >> > >> Hbase now is not suitable for Hadoop YARN(2.x). You should use 1.x > >> versions for Hadoop. You can use lastest stable version of Hadoop. We > use > >> Hadoop 1.2.1 version on our cluster. > >> About HBase you can use every 0.90.x version. > >> > >> Take it easy, > >> Talat > >> > >> 06-10-2013 07:09 tarihinde, A Laxmi yazdı: > >> > >> Hi, I have no other option than to install HBase 0.90.6 as it is only > >>> recommended stable version for Nutch 2.2.1 other than 0.90.4. > >>> > >>> My question, which Hadoop version is recommended for HBase 0.90.6 to > work > >>> on pseudo distributed mode for Nutch? > >>> > >>> Thanks > >>> > >>> > >> > > >

