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.
>>>>
>>>> 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
>
> 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

Reply via email to