You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by "Yves S. Garret" <yo...@gmail.com> on 2013/04/25 18:52:51 UTC

HBase is not running.

Hi all,

I'm having an issue with getting HBase to run.  I'm following this tutorial:
http://hbase.apache.org/book.html#start_hbase

When I run that command [ bin/start-hbase.sh start ], nothing happens.  At
all.
My question is why.  I have Java 1.7 on this machine, do I _need_ to get
1.6?

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hi, I have a small update.  The stable build seems to be working.

Thanks again for your help.


On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Yves,
>
> 0.95.0 is a developer version. If you are starting with HBase, I will
> recommend you to choose a more stable version like 0.94.6.1.
>
> Regarding the 3 choices you are listing below.
> 1) This one is HBase 0.95 running over Hadoop 1.0
> 2) This one is HBase 0.95 running over Hadoop 2.0
> 3) This one are the HBase source classes.
>
> Again, I think you are better to go with a stable version for the
> first steps: http://www.bizdirusa.com/mirrors/apache/hbase/stable/
>
> Would you mind to retry you tests with this version and let me know if
> it's working better?
>
> JM
>
> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > Hi, I'm trying to run 0.95.0.
> >
> > I've tried both and nothing worked.
> >
> > I do have another question.  When I go to download hbase, I get the
> > following 3 choices:
> > http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
> >
> > The 3 choices:
> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
> > - hbase-0.95.0-hadoop2-bin.tar.gz
> > - hbase-0.95.0-src.tar.gz
> >
> > Which of those should I download and work with?  The instructions
> > were somewhat vague on that and I think this might be causing me
> > some headaches in this process.
> >
> > By the way, thank you for your answer, very appreciated!
> >
> >
> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
> > jean-marc@spaggiari.org> wrote:
> >
> >> Hi Yves,
> >>
> >> Which version of HBase are you trying with? It should be working with
> Java
> >> 1.7.
> >>
> >> To start HBase, are you trying "bin/start-hbase.sh start" as you said
> >> below? On only "bin/start-hbase.sh"? The later is the correct one
> >> while the former as an extra "start" not required at the end.
> >>
> >> JM
> >>
> >>
> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> > Hi all,
> >> >
> >> > I'm having an issue with getting HBase to run.  I'm following this
> >> tutorial:
> >> > http://hbase.apache.org/book.html#start_hbase
> >> >
> >> > When I run that command [ bin/start-hbase.sh start ], nothing happens.
> >>  At
> >> > all.
> >> > My question is why.  I have Java 1.7 on this machine, do I _need_ to
> get
> >> > 1.6?
> >>
>

Re: HBase is not running.

Posted by Mohammad Tariq <do...@gmail.com>.
Hi JM :)

      Sorry about the previous mail. I didn't notice that.

@Yves : I agree with Jean. Please make sure you have proper name
resolution, which is vital for a proper Hbase setup. To make things
             simple you could just make use of 127.0.0.1, since you are
running in standalone mode. Comment out other bindings.

Warm Regards,
Tariq
https://mtariq.jux.com/
cloudfront.blogspot.com


On Fri, Apr 26, 2013 at 2:52 AM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Yves,
>
> You seems to have some network configuration issue with your installation.
>
> "java.net.BindException: Cannot assign requested address" and
> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
>
> How is your host file configured? You need to have your host name
> pointing to you local IP (and not 127.0.0.1).
>
> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > My mistake.  I thought I had all of those logs.  This is what I currently
> > have:
> > http://bin.cakephp.org/view/2112130549
> >
> > I have $JAVA_HOME set to this:
> > /usr/java/jdk1.7.0_17
> > I have extracted 0.94 and ran bin/start-hbase.sh
> >
> > Thanks for your help!
> >
> >
> >
> > On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> > jean-marc@spaggiari.org> wrote:
> >
> >> Hi Mohammad,
> >>
> >> He is running standalone, so no need to update the zookeeper qorum yet.
> >>
> >> Yes, can you share the entire hbase-ysg-master-ysg.connect.log file?
> >> Not just the first lines. Or what you sent is already all?
> >>
> >> So what have you done yet? Downloaded 0.94, extracted it, setup the
> >> JAVA_HOME and ran bin/start-hbase.sh ?
> >>
> >> JMS
> >>
> >> 2013/4/25 Mohammad Tariq <do...@gmail.com>:
> >> > Hello Yves,
> >> >
> >> >        The log seems to be incomplete. Could you please the complete
> >> > logs?Have you set the "hbase.zookeeper.quorum "property properly?Is
> your
> >> > Hadoop running fine?
> >> >
> >> > Warm Regards,
> >> > Tariq
> >> > https://mtariq.jux.com/
> >> > cloudfront.blogspot.com
> >> >
> >> >
> >> > On Fri, Apr 26, 2013 at 2:00 AM, Yves S. Garret
> >> > <yo...@gmail.com>wrote:
> >> >
> >> >> Hi again.  I have 3 log files and only one of them had anything in
> them,
> >> >> here are the file names.  I'm assuming that you're talking about the
> >> >> directory ${APACHE_HBASE_HOME}/logs, yes?
> >> >>
> >> >> Here are the file names:
> >> >> -rw-rw-r--. 1 user user 12465 Apr 25 14:54
> >> hbase-ysg-master-ysg.connect.log
> >> >> -rw-rw-r--. 1 user user     0 Apr 25 14:54
> >> hbase-ysg-master-ysg.connect.out
> >> >> -rw-rw-r--. 1 user user     0 Apr 25 14:54 SecurityAuth.audit
> >> >>
> >> >> Also, to answer your question about the UI, I tried that URL (I'm
> doing
> >> all
> >> >> of this on my laptop just to learn at the moment) and neither the URL
> >> nor
> >> >> localhost:60010 worked.  So, the answer to your question is that the
> UI
> >> is
> >> >> not showing up.  This could be due to not being far along in the
> >> tutorial,
> >> >> perhaps?
> >> >>
> >> >> Thanks again!
> >> >>
> >> >>
> >> >> On Thu, Apr 25, 2013 at 4:22 PM, Jean-Marc Spaggiari <
> >> >> jean-marc@spaggiari.org> wrote:
> >> >>
> >> >> > There is no stupid question ;)
> >> >> >
> >> >> > Are the log truncated? Anything else after that? Or that's all what
> >> you
> >> >> > have?
> >> >> >
> >> >> > For the UI, you can access it with
> >> >> http://192.168.X.X:60010/master-status
> >> >> >
> >> >> > Replace the X with your own IP. You should see some information
> about
> >> >> > your HBase cluster (even in Standalone mode).
> >> >> >
> >> >> > JMS
> >> >> >
> >> >> > 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> > > Here are the logs, what should I be looking for?  Seems like
> >> everything
> >> >> > > is fine for the moment, no?
> >> >> > >
> >> >> > > http://bin.cakephp.org/view/2144893539
> >> >> > >
> >> >> > > The web UI?  What do you mean?  Sorry if this is a stupid
> question,
> >> I'm
> >> >> > > a Hadoop newb.
> >> >> > >
> >> >> > > On Thu, Apr 25, 2013 at 3:19 PM, Jean-Marc Spaggiari <
> >> >> > > jean-marc@spaggiari.org> wrote:
> >> >> > >
> >> >> > >> Before trying the shell, can you look at the server logs and
> see if
> >> >> > >> everything is fine?
> >> >> > >>
> >> >> > >> Also, is the web UI working fine?
> >> >> > >>
> >> >> > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> > >> > Ok, spoke too soon :) .
> >> >> > >> >
> >> >> > >> > I ran this command [ create 'test', 'cf' ] and this is the
> result
> >> >> > that I
> >> >> > >> > got:
> >> >> > >> > http://bin.cakephp.org/view/168926019
> >> >> > >> >
> >> >> > >> > This is after running help<enter> and having this run just
> fine.
> >> >> > >> >
> >> >> > >> >
> >> >> > >> > On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
> >> >> > >> > jean-marc@spaggiari.org> wrote:
> >> >> > >> >
> >> >> > >> >> Hi Yves,
> >> >> > >> >>
> >> >> > >> >> 0.95.0 is a developer version. If you are starting with
> HBase, I
> >> >> will
> >> >> > >> >> recommend you to choose a more stable version like 0.94.6.1.
> >> >> > >> >>
> >> >> > >> >> Regarding the 3 choices you are listing below.
> >> >> > >> >> 1) This one is HBase 0.95 running over Hadoop 1.0
> >> >> > >> >> 2) This one is HBase 0.95 running over Hadoop 2.0
> >> >> > >> >> 3) This one are the HBase source classes.
> >> >> > >> >>
> >> >> > >> >> Again, I think you are better to go with a stable version for
> >> the
> >> >> > >> >> first steps:
> >> http://www.bizdirusa.com/mirrors/apache/hbase/stable/
> >> >> > >> >>
> >> >> > >> >> Would you mind to retry you tests with this version and let
> me
> >> know
> >> >> > if
> >> >> > >> >> it's working better?
> >> >> > >> >>
> >> >> > >> >> JM
> >> >> > >> >>
> >> >> > >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> > >> >> > Hi, I'm trying to run 0.95.0.
> >> >> > >> >> >
> >> >> > >> >> > I've tried both and nothing worked.
> >> >> > >> >> >
> >> >> > >> >> > I do have another question.  When I go to download hbase, I
> >> get
> >> >> the
> >> >> > >> >> > following 3 choices:
> >> >> > >> >> >
> http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
> >> >> > >> >> >
> >> >> > >> >> > The 3 choices:
> >> >> > >> >> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
> >> >> > >> >> > - hbase-0.95.0-hadoop2-bin.tar.gz
> >> >> > >> >> > - hbase-0.95.0-src.tar.gz
> >> >> > >> >> >
> >> >> > >> >> > Which of those should I download and work with?  The
> >> instructions
> >> >> > >> >> > were somewhat vague on that and I think this might be
> causing
> >> me
> >> >> > >> >> > some headaches in this process.
> >> >> > >> >> >
> >> >> > >> >> > By the way, thank you for your answer, very appreciated!
> >> >> > >> >> >
> >> >> > >> >> >
> >> >> > >> >> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
> >> >> > >> >> > jean-marc@spaggiari.org> wrote:
> >> >> > >> >> >
> >> >> > >> >> >> Hi Yves,
> >> >> > >> >> >>
> >> >> > >> >> >> Which version of HBase are you trying with? It should be
> >> working
> >> >> > with
> >> >> > >> >> Java
> >> >> > >> >> >> 1.7.
> >> >> > >> >> >>
> >> >> > >> >> >> To start HBase, are you trying "bin/start-hbase.sh start"
> as
> >> you
> >> >> > said
> >> >> > >> >> >> below? On only "bin/start-hbase.sh"? The later is the
> correct
> >> >> one
> >> >> > >> >> >> while the former as an extra "start" not required at the
> end.
> >> >> > >> >> >>
> >> >> > >> >> >> JM
> >> >> > >> >> >>
> >> >> > >> >> >>
> >> >> > >> >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> > >> >> >> > Hi all,
> >> >> > >> >> >> >
> >> >> > >> >> >> > I'm having an issue with getting HBase to run.  I'm
> >> following
> >> >> > this
> >> >> > >> >> >> tutorial:
> >> >> > >> >> >> > http://hbase.apache.org/book.html#start_hbase
> >> >> > >> >> >> >
> >> >> > >> >> >> > When I run that command [ bin/start-hbase.sh start ],
> >> nothing
> >> >> > >> happens.
> >> >> > >> >> >>  At
> >> >> > >> >> >> > all.
> >> >> > >> >> >> > My question is why.  I have Java 1.7 on this machine,
> do I
> >> >> > _need_
> >> >> > >> to
> >> >> > >> >> get
> >> >> > >> >> >> > 1.6?
> >> >> > >> >> >>
> >> >> > >> >>
> >> >> > >>
> >> >> >
> >> >>
> >>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hi Jean-Marc.  Thanks for the tip.  However, for the moment at least,
I'm going to be abandoning my forays into HBase, I received direction
to focus on Hive instead.

Again, thank you.  Should I need help in the near future, I'll be sure to
send the mailing list an enquiry.


On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Yves,
>
> Your host file looks good.
>
> Don't even try the shell until you get the UI displayed correctly and the
> server logs saying that initialization is done.
>
> So what do you have on the logs when you are trying with this new host
> file?
>
> JM
>
> 2013/4/28 Asaf Mesika <as...@gmail.com>
>
> > Http://Devving.com has a good post on setting hosts file for stand alone
> > hbase
> >
> > On Saturday, April 27, 2013, Yves S. Garret wrote:
> >
> > > Hi, but I don't understand what you mean.  Did I miss a step
> > > in the tutorial?
> > >
> > >
> > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
> > lfedotov@hortonworks.com<javascript:;>
> > > >wrote:
> > >
> > > > Looks like your zookeeper configuration is incorrect in HBase.
> > > >
> > > > Check it out.
> > > >
> > > > Thank you!
> > > >
> > > > Sincerely,
> > > > Leonid Fedotov
> > > > Technical Support Engineer
> > > >
> > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> > > >
> > > > > Hi, thanks for your reply.
> > > > >
> > > > > I did [ hostname ] in my linux OS and this is what I have for a
> > > > > hostname [ ysg.connect ].
> > > > >
> > > > > This is how my hosts file looks like.
> > > > > 127.0.0.1   localhost localhost.localdomain localhost4
> > > > > localhost4.localdomain4
> > > > > 127.0.0.1   localhost
> > > > > 192.168.1.6 ysg.connect
> > > > > ::1         localhost localhost.localdomain localhost6
> > > > > localhost6.localdomain6
> > > > >
> > > > > Now, I fired up the shell and this is the result that I got when I
> > > > > tried to execute [ create 'test', 'cf' ].  This is the error that I
> > > got:
> > > > > http://bin.cakephp.org/view/1016732333
> > > > >
> > > > > The weird thing is that after starting the shell, executing that
> > > > > command, having that command error out and keep going and
> > > > > then exiting the command, I checked the logs and... nothing
> > > > > was displayed.  It's as if nothing was stored.
> > > > >
> > > > >
> > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
> > > > > jean-marc@spaggiari.org> wrote:
> > > > >
> > > > >> Hi Yves,
> > > > >>
> > > > >> You need to add an entry with your host name and your local IP.
> > > > >>
> > > > >> As an example, here is mine:
> > > > >>
> > > > >> 127.0.0.1       localhost
> > > > >> 192.168.23.2    buldo
> > > > >>
> > > > >> My host name is buldo.
> > > > >>
> > > > >> JM
> > > > >>
> > > > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > >>> Hi Jean, this is my /etc/hosts.
> > > > >>>
> > > > >>> 127.0.0.1   localhost localhost.localdomain localhost4
> > > > >>> localhost4.localdomain4
> > > > >>> 127.0.0.1   localhost
> > > > >>> ::1         localhost localhost.localdomain localhost6
> > > > >>> localhost6.localdomain6
> > > > >>>
> > > > >>>
> > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
> > > > >>> jean-marc@spaggiari.org> wrote:
> > > > >>>
> > > > >>>> Hi Yves,
> > > > >>>>
> > > > >>>> You seems to have some network configuration issue with your
> > > > >> installation.
> > > > >>>>
> > > > >>>> "java.net.BindException: Cannot assign requested address" and
> > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> > > > >>>>
> > > > >>>> How is your host file configured? You need to have your host
> name
> > > > >>>> pointing to you local IP (and not 127.0.0.1).
> > > > >>>>
> > > > >>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > >>>>> My mistake.  I thought I had all of those logs.  This is what I
> > > > >> currently
> > > > >>>>> have:
> > > > >>>>> http://bin.cakephp.org/view/2112130549
> > > > >>>>>
> > > > >>>>> I have $JAVA_HOME set to this:
> > > > >>>>> /usr/java/jdk1.7.0_17
> > > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
> > > > >>>>>
> > > > >>>>> Thanks for your help!
> > > > >>>>>
> > > > >>>>>
> > > > >>>>>
> > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> > > > >>>>> jean-marc@spaggiari.org> wrote:
> > > > >>>>>
> > > > >>>>>> Hi Mohammad,
> > > > >>>>>>
> > > >
> >
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Forgot to add, out of the 3 files in logs:
-rw-rw-r--. 1 ysg ysg 26439 May  1 22:04 hbase-ysg-master-ysg.connect.log
-rw-rw-r--. 1 ysg ysg     0 May  1 22:04 hbase-ysg-master-ysg.connect.out
-rw-rw-r--. 1 ysg ysg     0 May  1 22:04 SecurityAuth.audit

Only the .log file has anything in it.  Not sure if that's relevant info.


On Wed, May 1, 2013 at 10:10 PM, Yves S. Garret
<yo...@gmail.com>wrote:

> One more little update.
>
> I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
> using these configuration settings:
> http://bin.cakephp.org/view/1134614486
>
> After I rand it, I checked
> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> this is what I saw:
> http://bin.cakephp.org/view/823736802
>
> I hope that sheds some light for you guys.
>
>
> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret <
> yoursurrogategod@gmail.com> wrote:
>
>> Hi guys, one more question.
>>
>> I'm looking at this <http://hbase.apache.org/book/quickstart.html> link
>> in section 1.2.1 and where I have to modify
>> conf/hbase-site.xml, for parts hbase.rootdir and
>> hbase.zookeper.property.dataDir, to what should I set hbase.rootdir?
>> At the moment, I have hbase.rootdir set to
>> /media/alternative-storage-do-not-touch/zookeeper.  Is that fine?
>> Also, for hbase.zookeper.property.dataDir, I currently have it set to
>> ${HBASE_HOME}/bin/hbase, does that make sense?
>>
>> I realize that some of these questions could be annoying, but I'd
>> like to make sure that I'm on the right track and don't screw
>> something up, getting a weird run-time error in the future :) .
>>
>>
>> On Wed, May 1, 2013 at 8:23 PM, Yves S. Garret <
>> yoursurrogategod@gmail.com> wrote:
>>
>>> Done.  I'll go through the previously mentioned tutorial with
>>> this in mind.
>>>
>>> Thank you for your help.
>>>
>>>
>>> On Wed, May 1, 2013 at 4:39 PM, shashwat shriparv <
>>> dwivedishashwat@gmail.com> wrote:
>>>
>>>> Commment out everything in /etc/host file add 127.0.0.1 localhost and
>>>> then try.
>>>>
>>>>
>>>> *Thanks & Regards    *
>>>>
>>>> ∞
>>>> Shashwat Shriparv
>>>>
>>>>
>>>>
>>>> On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq <do...@gmail.com>
>>>> wrote:
>>>>
>>>> > Hello Yves,
>>>> >
>>>> >        I think by that JM means that you should first make sure that
>>>> all
>>>> > you Hbase daemons are running fine. The webUI is a pretty convenient
>>>> tool
>>>> > which allows you to monitor everything in a simpler way. If you are
>>>> able to
>>>> > see the webUI properly, it means everything is in place and you can
>>>> move
>>>> > ahead. You can then proceed with your shell exercises.
>>>> >
>>>> > Yes..It's the same tool JM was referring to. Do you still have any
>>>> > problem?What do your logs say?
>>>> >
>>>> > Warm Regards,
>>>> > Tariq
>>>> > https://mtariq.jux.com/
>>>> > cloudfront.blogspot.com
>>>> >
>>>> >
>>>> > On Thu, May 2, 2013 at 1:47 AM, Yves S. Garret
>>>> > <yo...@gmail.com>wrote:
>>>> >
>>>> > > Ok, I spoke too soon.  I tried going from Nutch to Hive... not
>>>> supported
>>>> > > (but adding support to it sounds like a fun side-project :) ).
>>>>  But, I
>>>> > can
>>>> > > go to HBase.
>>>> > >
>>>> > > Jean-Marc, I do have a question for you.  When you said that I
>>>> should
>>>> > > get the UI going before anything else, what did you mean?  I'm
>>>> guessing
>>>> > > that this is the tool in question:
>>>> > > http://hbase.apache.org/book/trouble.tools.html
>>>> > >
>>>> > >
>>>> > > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
>>>> > > jean-marc@spaggiari.org> wrote:
>>>> > >
>>>> > > > Hi Yves,
>>>> > > >
>>>> > > > Your host file looks good.
>>>> > > >
>>>> > > > Don't even try the shell until you get the UI displayed correctly
>>>> and
>>>> > the
>>>> > > > server logs saying that initialization is done.
>>>> > > >
>>>> > > > So what do you have on the logs when you are trying with this new
>>>> host
>>>> > > > file?
>>>> > > >
>>>> > > > JM
>>>> > > >
>>>> > > > 2013/4/28 Asaf Mesika <as...@gmail.com>
>>>> > > >
>>>> > > > > Http://Devving.com has a good post on setting hosts file for
>>>> stand
>>>> > > alone
>>>> > > > > hbase
>>>> > > > >
>>>> > > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
>>>> > > > >
>>>> > > > > > Hi, but I don't understand what you mean.  Did I miss a step
>>>> > > > > > in the tutorial?
>>>> > > > > >
>>>> > > > > >
>>>> > > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
>>>> > > > > lfedotov@hortonworks.com<javascript:;>
>>>> > > > > > >wrote:
>>>> > > > > >
>>>> > > > > > > Looks like your zookeeper configuration is incorrect in
>>>> HBase.
>>>> > > > > > >
>>>> > > > > > > Check it out.
>>>> > > > > > >
>>>> > > > > > > Thank you!
>>>> > > > > > >
>>>> > > > > > > Sincerely,
>>>> > > > > > > Leonid Fedotov
>>>> > > > > > > Technical Support Engineer
>>>> > > > > > >
>>>> > > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
>>>> > > > > > >
>>>> > > > > > > > Hi, thanks for your reply.
>>>> > > > > > > >
>>>> > > > > > > > I did [ hostname ] in my linux OS and this is what I have
>>>> for a
>>>> > > > > > > > hostname [ ysg.connect ].
>>>> > > > > > > >
>>>> > > > > > > > This is how my hosts file looks like.
>>>> > > > > > > > 127.0.0.1   localhost localhost.localdomain localhost4
>>>> > > > > > > > localhost4.localdomain4
>>>> > > > > > > > 127.0.0.1   localhost
>>>> > > > > > > > 192.168.1.6 ysg.connect
>>>> > > > > > > > ::1         localhost localhost.localdomain localhost6
>>>> > > > > > > > localhost6.localdomain6
>>>> > > > > > > >
>>>> > > > > > > > Now, I fired up the shell and this is the result that I
>>>> got
>>>> > when
>>>> > > I
>>>> > > > > > > > tried to execute [ create 'test', 'cf' ].  This is the
>>>> error
>>>> > > that I
>>>> > > > > > got:
>>>> > > > > > > > http://bin.cakephp.org/view/1016732333
>>>> > > > > > > >
>>>> > > > > > > > The weird thing is that after starting the shell,
>>>> executing
>>>> > that
>>>> > > > > > > > command, having that command error out and keep going and
>>>> > > > > > > > then exiting the command, I checked the logs and...
>>>> nothing
>>>> > > > > > > > was displayed.  It's as if nothing was stored.
>>>> > > > > > > >
>>>> > > > > > > >
>>>> > > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
>>>> > > > > > > > jean-marc@spaggiari.org> wrote:
>>>> > > > > > > >
>>>> > > > > > > >> Hi Yves,
>>>> > > > > > > >>
>>>> > > > > > > >> You need to add an entry with your host name and your
>>>> local
>>>> > IP.
>>>> > > > > > > >>
>>>> > > > > > > >> As an example, here is mine:
>>>> > > > > > > >>
>>>> > > > > > > >> 127.0.0.1       localhost
>>>> > > > > > > >> 192.168.23.2    buldo
>>>> > > > > > > >>
>>>> > > > > > > >> My host name is buldo.
>>>> > > > > > > >>
>>>> > > > > > > >> JM
>>>> > > > > > > >>
>>>> > > > > > > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>>>> > > > > > > >>> Hi Jean, this is my /etc/hosts.
>>>> > > > > > > >>>
>>>> > > > > > > >>> 127.0.0.1   localhost localhost.localdomain localhost4
>>>> > > > > > > >>> localhost4.localdomain4
>>>> > > > > > > >>> 127.0.0.1   localhost
>>>> > > > > > > >>> ::1         localhost localhost.localdomain localhost6
>>>> > > > > > > >>> localhost6.localdomain6
>>>> > > > > > > >>>
>>>> > > > > > > >>>
>>>> > > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
>>>> > > > > > > >>> jean-marc@spaggiari.org> wrote:
>>>> > > > > > > >>>
>>>> > > > > > > >>>> Hi Yves,
>>>> > > > > > > >>>>
>>>> > > > > > > >>>> You seems to have some network configuration issue
>>>> with your
>>>> > > > > > > >> installation.
>>>> > > > > > > >>>>
>>>> > > > > > > >>>> "java.net.BindException: Cannot assign requested
>>>> address"
>>>> > and
>>>> > > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
>>>> > > > > > > >>>>
>>>> > > > > > > >>>> How is your host file configured? You need to have
>>>> your host
>>>> > > > name
>>>> > > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
>>>> > > > > > > >>>>
>>>> > > > > > > >>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>>>> > > > > > > >>>>> My mistake.  I thought I had all of those logs.  This
>>>> is
>>>> > > what I
>>>> > > > > > > >> currently
>>>> > > > > > > >>>>> have:
>>>> > > > > > > >>>>> http://bin.cakephp.org/view/2112130549
>>>> > > > > > > >>>>>
>>>> > > > > > > >>>>> I have $JAVA_HOME set to this:
>>>> > > > > > > >>>>> /usr/java/jdk1.7.0_17
>>>> > > > > > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
>>>> > > > > > > >>>>>
>>>> > > > > > > >>>>> Thanks for your help!
>>>> > > > > > > >>>>>
>>>> > > > > > > >>>>>
>>>> > > > > > > >>>>>
>>>> > > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
>>>> > > > > > > >>>>> jean-marc@spaggiari.org> wrote:
>>>> > > > > > > >>>>>
>>>> > > > > > > >>>>>> Hi Mohammad,
>>>> > > > > > > >>>>>>
>>>> > > > > > >
>>>> > > > >
>>>> > > >
>>>> > >
>>>> >
>>>>
>>>
>>>
>>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
On Tue, May 21, 2013 at 10:00 AM, Yves S. Garret <yoursurrogategod@gmail.com
> wrote:

> Ok, it seems to be working now.  I changed my environment variables
> as a result.  However, when I try to get the web GUI to work, it doesn't
> work :) .  That's where I'm stuck right now.
>
>
> On Tue, May 21, 2013 at 9:21 AM, Yves S. Garret <
> yoursurrogategod@gmail.com> wrote:
>
>> Also, I keep hearing that Java 6 is required.  Currently I have Java 7
>> installed.  Is this an issue or do I need to downgrade?
>>
>>
>> On Tue, May 21, 2013 at 9:18 AM, Yves S. Garret <
>> yoursurrogategod@gmail.com> wrote:
>>
>>> Hi Mohammad,
>>>
>>> I was following your tutorial and when I got to the part when you do
>>> $ bin/start-hbase.sh, this is what I get:
>>> http://bin.cakephp.org/view/428090088
>>>
>>> I'll keep looking online for an answer, but was I supposed to do
>>> something
>>> else besides this?
>>>
>>> This is the contents of my bashrc:
>>> http://bin.cakephp.org/view/629885150
>>>
>>> This is what happens when I run "hadoop version":
>>> $ hadoop version
>>> Hadoop 1.0.4
>>> Subversion
>>> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0 -r
>>> 1393290
>>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
>>> From source with checksum fe2baea87c4c81a2c505767f3f9b71f4
>>>
>>> No issues, I'm guessing.
>>>
>>> Not sure where I'm tripping up.
>>>
>>>
>>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <do...@gmail.com>wrote:
>>>
>>>> Yes..You can do that. I would suggest you to start fresh and setup a
>>>> single
>>>> node setup first. Once it is working fine, extending it to multiple
>>>> machines is just a matter of copying the config files. I have explained
>>>> the
>>>> procedure here<
>>>> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
>>>> >.
>>>> Try to follow this and hopefully you'll be able to do it properly. If
>>>> you
>>>> further need any help let us know.
>>>>
>>>> Warm Regards,
>>>> Tariq
>>>> https://mtariq.jux.com/
>>>> cloudfront.blogspot.com
>>>>
>>>>
>>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
>>>> <yo...@gmail.com>wrote:
>>>>
>>>> > Hi Tariq, can those two paths be one in the same?  I'd like to just
>>>> > dump everything into one directory if that's possible.
>>>> >
>>>> >
>>>> > On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <do...@gmail.com>
>>>> > wrote:
>>>> >
>>>> > > hbase.rootdir the directory HBase writes data to. I you are
>>>> planning to
>>>> > > have a distributed HBase setup then set this property to some a
>>>> directory
>>>> > > in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise point
>>>> some
>>>> > dir
>>>> > > on your local FS. And for hbase.zookeper.property.dataDir, create a
>>>> > > separate dir outside your HBASE_HOME and as the value.
>>>> > >
>>>> > > Warm Regards,
>>>> > > Tariq
>>>> > > https://mtariq.jux.com/
>>>> > > cloudfront.blogspot.com
>>>> > >
>>>> > >
>>>> > > On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
>>>> > > <yo...@gmail.com>wrote:
>>>> > >
>>>> > > > One more little update.
>>>> > > >
>>>> > > > I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
>>>> > > > using these configuration settings:
>>>> > > > http://bin.cakephp.org/view/1134614486
>>>> > > >
>>>> > > > After I rand it, I checked
>>>> > > > $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
>>>> > > > this is what I saw:
>>>> > > > http://bin.cakephp.org/view/823736802
>>>> > > >
>>>> > > > I hope that sheds some light for you guys.
>>>> > > >
>>>> > > >
>>>> > > > On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
>>>> > > > <yo...@gmail.com>wrote:
>>>> > > >
>>>> > > > > Hi guys, one more question.
>>>> > > > >
>>>> > > > > I'm looking at this <
>>>> http://hbase.apache.org/book/quickstart.html>
>>>> > > link
>>>> > > > > in section 1.2.1 and where I have to modify
>>>> > > > > conf/hbase-site.xml, for parts hbase.rootdir and
>>>> > > > > hbase.zookeper.property.dataDir, to what should I set
>>>> hbase.rootdir?
>>>> > > > > At the moment, I have hbase.rootdir set to
>>>> > > > > /media/alternative-storage-do-not-touch/zookeeper.  Is that
>>>> fine?
>>>> > > > > Also, for hbase.zookeper.property.dataDir, I currently have it
>>>> set to
>>>> > > > > ${HBASE_HOME}/bin/hbase, does that make sense?
>>>> > > > >
>>>> > > > > I realize that some of these questions could be annoying, but
>>>> I'd
>>>> > > > > like to make sure that I'm on the right track and don't screw
>>>> > > > > something up, getting a weird run-time error in the future :) .
>>>> > > > >
>>>> > > > >
>>>> > > > > On Wed, May 1, 2013 at 8:23 PM, Yves S. Garret <
>>>> > > > yoursurrogategod@gmail.com
>>>> > > > > > wrote:
>>>> > > > >
>>>> > > > >> Done.  I'll go through the previously mentioned tutorial with
>>>> > > > >> this in mind.
>>>> > > > >>
>>>> > > > >> Thank you for your help.
>>>> > > > >>
>>>> > > > >>
>>>> > > > >> On Wed, May 1, 2013 at 4:39 PM, shashwat shriparv <
>>>> > > > >> dwivedishashwat@gmail.com> wrote:
>>>> > > > >>
>>>> > > > >>> Commment out everything in /etc/host file add 127.0.0.1
>>>> localhost
>>>> > and
>>>> > > > >>> then try.
>>>> > > > >>>
>>>> > > > >>>
>>>> > > > >>> *Thanks & Regards    *
>>>> > > > >>>
>>>> > > > >>> ∞
>>>> > > > >>> Shashwat Shriparv
>>>> > > > >>>
>>>> > > > >>>
>>>> > > > >>>
>>>> > > > >>> On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq <
>>>> dontariq@gmail.com
>>>> > >
>>>> > > > >>> wrote:
>>>> > > > >>>
>>>> > > > >>> > Hello Yves,
>>>> > > > >>> >
>>>> > > > >>> >        I think by that JM means that you should first make
>>>> sure
>>>> > > that
>>>> > > > >>> all
>>>> > > > >>> > you Hbase daemons are running fine. The webUI is a pretty
>>>> > > convenient
>>>> > > > >>> tool
>>>> > > > >>> > which allows you to monitor everything in a simpler way. If
>>>> you
>>>> > are
>>>> > > > >>> able to
>>>> > > > >>> > see the webUI properly, it means everything is in place and
>>>> you
>>>> > can
>>>> > > > >>> move
>>>> > > > >>> > ahead. You can then proceed with your shell exercises.
>>>> > > > >>> >
>>>> > > > >>> > Yes..It's the same tool JM was referring to. Do you still
>>>> have
>>>> > any
>>>> > > > >>> > problem?What do your logs say?
>>>> > > > >>> >
>>>> > > > >>> > Warm Regards,
>>>> > > > >>> > Tariq
>>>> > > > >>> > https://mtariq.jux.com/
>>>> > > > >>> > cloudfront.blogspot.com
>>>> > > > >>> >
>>>> > > > >>> >
>>>> > > > >>> > On Thu, May 2, 2013 at 1:47 AM, Yves S. Garret
>>>> > > > >>> > <yo...@gmail.com>wrote:
>>>> > > > >>> >
>>>> > > > >>> > > Ok, I spoke too soon.  I tried going from Nutch to
>>>> Hive... not
>>>> > > > >>> supported
>>>> > > > >>> > > (but adding support to it sounds like a fun side-project
>>>> :) ).
>>>> > > >  But,
>>>> > > > >>> I
>>>> > > > >>> > can
>>>> > > > >>> > > go to HBase.
>>>> > > > >>> > >
>>>> > > > >>> > > Jean-Marc, I do have a question for you.  When you said
>>>> that I
>>>> > > > should
>>>> > > > >>> > > get the UI going before anything else, what did you mean?
>>>>  I'm
>>>> > > > >>> guessing
>>>> > > > >>> > > that this is the tool in question:
>>>> > > > >>> > > http://hbase.apache.org/book/trouble.tools.html
>>>> > > > >>> > >
>>>> > > > >>> > >
>>>> > > > >>> > > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
>>>> > > > >>> > > jean-marc@spaggiari.org> wrote:
>>>> > > > >>> > >
>>>> > > > >>> > > > Hi Yves,
>>>> > > > >>> > > >
>>>> > > > >>> > > > Your host file looks good.
>>>> > > > >>> > > >
>>>> > > > >>> > > > Don't even try the shell until you get the UI displayed
>>>> > > correctly
>>>> > > > >>> and
>>>> > > > >>> > the
>>>> > > > >>> > > > server logs saying that initialization is done.
>>>> > > > >>> > > >
>>>> > > > >>> > > > So what do you have on the logs when you are trying
>>>> with this
>>>> > > new
>>>> > > > >>> host
>>>> > > > >>> > > > file?
>>>> > > > >>> > > >
>>>> > > > >>> > > > JM
>>>> > > > >>> > > >
>>>> > > > >>> > > > 2013/4/28 Asaf Mesika <as...@gmail.com>
>>>> > > > >>> > > >
>>>> > > > >>> > > > > Http://Devving.com has a good post on setting hosts
>>>> file
>>>> > for
>>>> > > > >>> stand
>>>> > > > >>> > > alone
>>>> > > > >>> > > > > hbase
>>>> > > > >>> > > > >
>>>> > > > >>> > > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
>>>> > > > >>> > > > >
>>>> > > > >>> > > > > > Hi, but I don't understand what you mean.  Did I
>>>> miss a
>>>> > > step
>>>> > > > >>> > > > > > in the tutorial?
>>>> > > > >>> > > > > >
>>>> > > > >>> > > > > >
>>>> > > > >>> > > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
>>>> > > > >>> > > > > lfedotov@hortonworks.com<javascript:;>
>>>> > > > >>> > > > > > >wrote:
>>>> > > > >>> > > > > >
>>>> > > > >>> > > > > > > Looks like your zookeeper configuration is
>>>> incorrect in
>>>> > > > >>> HBase.
>>>> > > > >>> > > > > > >
>>>> > > > >>> > > > > > > Check it out.
>>>> > > > >>> > > > > > >
>>>> > > > >>> > > > > > > Thank you!
>>>> > > > >>> > > > > > >
>>>> > > > >>> > > > > > > Sincerely,
>>>> > > > >>> > > > > > > Leonid Fedotov
>>>> > > > >>> > > > > > > Technical Support Engineer
>>>> > > > >>> > > > > > >
>>>> > > > >>> > > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
>>>> > > > >>> > > > > > >
>>>> > > > >>> > > > > > > > Hi, thanks for your reply.
>>>> > > > >>> > > > > > > >
>>>> > > > >>> > > > > > > > I did [ hostname ] in my linux OS and this is
>>>> what I
>>>> > > have
>>>> > > > >>> for a
>>>> > > > >>> > > > > > > > hostname [ ysg.connect ].
>>>> > > > >>> > > > > > > >
>>>> > > > >>> > > > > > > > This is how my hosts file looks like.
>>>> > > > >>> > > > > > > > 127.0.0.1   localhost localhost.localdomain
>>>> > localhost4
>>>> > > > >>> > > > > > > > localhost4.localdomain4
>>>> > > > >>> > > > > > > > 127.0.0.1   localhost
>>>> > > > >>> > > > > > > > 192.168.1.6 ysg.connect
>>>> > > > >>> > > > > > > > ::1         localhost localhost.localdomain
>>>> > localhost6
>>>> > > > >>> > > > > > > > localhost6.localdomain6
>>>> > > > >>> > > > > > > >
>>>> > > > >>> > > > > > > > Now, I fired up the shell and this is the result
>>>> > that I
>>>> > > > got
>>>> > > > >>> > when
>>>> > > > >>> > > I
>>>> > > > >>> > > > > > > > tried to execute [ create 'test', 'cf' ].  This
>>>> is
>>>> > the
>>>> > > > >>> error
>>>> > > > >>> > > that I
>>>> > > > >>> > > > > > got:
>>>> > > > >>> > > > > > > > http://bin.cakephp.org/view/1016732333
>>>> > > > >>> > > > > > > >
>>>> > > > >>> > > > > > > > The weird thing is that after starting the
>>>> shell,
>>>> > > > executing
>>>> > > > >>> > that
>>>> > > > >>> > > > > > > > command, having that command error out and keep
>>>> going
>>>> > > and
>>>> > > > >>> > > > > > > > then exiting the command, I checked the logs
>>>> and...
>>>> > > > nothing
>>>> > > > >>> > > > > > > > was displayed.  It's as if nothing was stored.
>>>> > > > >>> > > > > > > >
>>>> > > > >>> > > > > > > >
>>>> > > > >>> > > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc
>>>> Spaggiari
>>>> > <
>>>> > > > >>> > > > > > > > jean-marc@spaggiari.org> wrote:
>>>> > > > >>> > > > > > > >
>>>> > > > >>> > > > > > > >> Hi Yves,
>>>> > > > >>> > > > > > > >>
>>>> > > > >>> > > > > > > >> You need to add an entry with your host name
>>>> and
>>>> > your
>>>> > > > >>> local
>>>> > > > >>> > IP.
>>>> > > > >>> > > > > > > >>
>>>> > > > >>> > > > > > > >> As an example, here is mine:
>>>> > > > >>> > > > > > > >>
>>>> > > > >>> > > > > > > >> 127.0.0.1       localhost
>>>> > > > >>> > > > > > > >> 192.168.23.2    buldo
>>>> > > > >>> > > > > > > >>
>>>> > > > >>> > > > > > > >> My host name is buldo.
>>>> > > > >>> > > > > > > >>
>>>> > > > >>> > > > > > > >> JM
>>>> > > > >>> > > > > > > >>
>>>> > > > >>> > > > > > > >> 2013/4/25 Yves S. Garret <
>>>> > yoursurrogategod@gmail.com
>>>> > > >:
>>>> > > > >>> > > > > > > >>> Hi Jean, this is my /etc/hosts.
>>>> > > > >>> > > > > > > >>>
>>>> > > > >>> > > > > > > >>> 127.0.0.1   localhost localhost.localdomain
>>>> > > localhost4
>>>> > > > >>> > > > > > > >>> localhost4.localdomain4
>>>> > > > >>> > > > > > > >>> 127.0.0.1   localhost
>>>> > > > >>> > > > > > > >>> ::1         localhost localhost.localdomain
>>>> > > localhost6
>>>> > > > >>> > > > > > > >>> localhost6.localdomain6
>>>> > > > >>> > > > > > > >>>
>>>> > > > >>> > > > > > > >>>
>>>> > > > >>> > > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc
>>>> > Spaggiari
>>>> > > <
>>>> > > > >>> > > > > > > >>> jean-marc@spaggiari.org> wrote:
>>>> > > > >>> > > > > > > >>>
>>>> > > > >>> > > > > > > >>>> Hi Yves,
>>>> > > > >>> > > > > > > >>>>
>>>> > > > >>> > > > > > > >>>> You seems to have some network configuration
>>>> issue
>>>> > > > with
>>>> > > > >>> your
>>>> > > > >>> > > > > > > >> installation.
>>>> > > > >>> > > > > > > >>>>
>>>> > > > >>> > > > > > > >>>> "java.net.BindException: Cannot assign
>>>> requested
>>>> > > > >>> address"
>>>> > > > >>> > and
>>>> > > > >>> > > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0
>>>> "
>>>> > > > >>> > > > > > > >>>>
>>>> > > > >>> > > > > > > >>>> How is your host file configured? You need
>>>> to have
>>>> > > > your
>>>> > > > >>> host
>>>> > > > >>> > > > name
>>>> > > > >>> > > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
>>>> > > > >>> > > > > > > >>>>
>>>> > > > >>> > > > > > > >>>> 2013/4/25 Yves S. Garret <
>>>> > > yoursurrogategod@gmail.com
>>>> > > > >:
>>>> > > > >>> > > > > > > >>>>> My mistake.  I thought I had all of those
>>>> logs.
>>>> > >  This
>>>> > > > >>> is
>>>> > > > >>> > > what I
>>>> > > > >>> > > > > > > >> currently
>>>> > > > >>> > > > > > > >>>>> have:
>>>> > > > >>> > > > > > > >>>>> http://bin.cakephp.org/view/2112130549
>>>> > > > >>> > > > > > > >>>>>
>>>> > > > >>> > > > > > > >>>>> I have $JAVA_HOME set to this:
>>>> > > > >>> > > > > > > >>>>> /usr/java/jdk1.7.0_17
>>>> > > > >>> > > > > > > >>>>> I have extracted 0.94 and ran
>>>> bin/start-hbase.sh
>>>> > > > >>> > > > > > > >>>>>
>>>> > > > >>> > > > > > > >>>>> Thanks for your help!
>>>> > > > >>> > > > > > > >>>>>
>>>> > > > >>> > > > > > > >>>>>
>>>> > > > >>> > > > > > > >>>>>
>>>> > > > >>> > > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc
>>>> > > Spaggiari
>>>> > > > <
>>>> > > > >>> > > > > > > >>>>> jean-marc@spaggiari.org> wrote:
>>>> > > > >>> > > > > > > >>>>>
>>>> > > > >>> > > > > > > >>>>>> Hi Mohammad,
>>>> > > > >>> > > > > > > >>>>>>
>>>> > > > >>> > > > > > >
>>>> > > > >>> > > > >
>>>> > > > >>> > > >
>>>> > > > >>> > >
>>>> > > > >>> >
>>>> > > > >>>
>>>> > > > >>
>>>> > > > >>
>>>> > > > >
>>>> > > >
>>>> > >
>>>> >
>>>>
>>>
>>>
>>
>
Another update.

1 - Hbase did start when I ran start-hbase.sh, this is what I saw:
     $ start-hbase.sh
     starting master, logging to
/media/alternative-storage-do-not-touch/hbase-0.94.7/logs/hbase-ysg-master-ysg.connect.out

     What strikes me about this is the fact that is that it _seems_ wrong
     since I expected output about Zookeeper... which I did not see, and
leads
     me to believe that it's not configured/integrated in correctly.  Am I
     wrong in my assumption?

2 - The HBase shell started, but I had issues with getting help to work, as
     demonstrated below:

     http://bin.cakephp.org/view/1896781076

3 - The Web GUI does not work and when I try to create a table, I get the
     super-long error message.  It's the same as in the April 25th e-mail.

4 - In order to get HBase and Nutch to better like each other, I found this
     tutorial:
     https://wiki.apache.org/nutch/Nutch2Tutorial

     Thoughts?

I'll keep chewing on this problem and let you know where I'm at.

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Ok, it seems to be working now.  I changed my environment variables
as a result.  However, when I try to get the web GUI to work, it doesn't
work :) .  That's where I'm stuck right now.


On Tue, May 21, 2013 at 9:21 AM, Yves S. Garret
<yo...@gmail.com>wrote:

> Also, I keep hearing that Java 6 is required.  Currently I have Java 7
> installed.  Is this an issue or do I need to downgrade?
>
>
> On Tue, May 21, 2013 at 9:18 AM, Yves S. Garret <
> yoursurrogategod@gmail.com> wrote:
>
>> Hi Mohammad,
>>
>> I was following your tutorial and when I got to the part when you do
>> $ bin/start-hbase.sh, this is what I get:
>> http://bin.cakephp.org/view/428090088
>>
>> I'll keep looking online for an answer, but was I supposed to do something
>> else besides this?
>>
>> This is the contents of my bashrc:
>> http://bin.cakephp.org/view/629885150
>>
>> This is what happens when I run "hadoop version":
>> $ hadoop version
>> Hadoop 1.0.4
>> Subversion
>> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0 -r
>> 1393290
>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
>> From source with checksum fe2baea87c4c81a2c505767f3f9b71f4
>>
>> No issues, I'm guessing.
>>
>> Not sure where I'm tripping up.
>>
>>
>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <do...@gmail.com>wrote:
>>
>>> Yes..You can do that. I would suggest you to start fresh and setup a
>>> single
>>> node setup first. Once it is working fine, extending it to multiple
>>> machines is just a matter of copying the config files. I have explained
>>> the
>>> procedure here<
>>> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
>>> >.
>>> Try to follow this and hopefully you'll be able to do it properly. If you
>>> further need any help let us know.
>>>
>>> Warm Regards,
>>> Tariq
>>> https://mtariq.jux.com/
>>> cloudfront.blogspot.com
>>>
>>>
>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
>>> <yo...@gmail.com>wrote:
>>>
>>> > Hi Tariq, can those two paths be one in the same?  I'd like to just
>>> > dump everything into one directory if that's possible.
>>> >
>>> >
>>> > On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <do...@gmail.com>
>>> > wrote:
>>> >
>>> > > hbase.rootdir the directory HBase writes data to. I you are planning
>>> to
>>> > > have a distributed HBase setup then set this property to some a
>>> directory
>>> > > in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise point
>>> some
>>> > dir
>>> > > on your local FS. And for hbase.zookeper.property.dataDir, create a
>>> > > separate dir outside your HBASE_HOME and as the value.
>>> > >
>>> > > Warm Regards,
>>> > > Tariq
>>> > > https://mtariq.jux.com/
>>> > > cloudfront.blogspot.com
>>> > >
>>> > >
>>> > > On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
>>> > > <yo...@gmail.com>wrote:
>>> > >
>>> > > > One more little update.
>>> > > >
>>> > > > I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
>>> > > > using these configuration settings:
>>> > > > http://bin.cakephp.org/view/1134614486
>>> > > >
>>> > > > After I rand it, I checked
>>> > > > $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
>>> > > > this is what I saw:
>>> > > > http://bin.cakephp.org/view/823736802
>>> > > >
>>> > > > I hope that sheds some light for you guys.
>>> > > >
>>> > > >
>>> > > > On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
>>> > > > <yo...@gmail.com>wrote:
>>> > > >
>>> > > > > Hi guys, one more question.
>>> > > > >
>>> > > > > I'm looking at this <
>>> http://hbase.apache.org/book/quickstart.html>
>>> > > link
>>> > > > > in section 1.2.1 and where I have to modify
>>> > > > > conf/hbase-site.xml, for parts hbase.rootdir and
>>> > > > > hbase.zookeper.property.dataDir, to what should I set
>>> hbase.rootdir?
>>> > > > > At the moment, I have hbase.rootdir set to
>>> > > > > /media/alternative-storage-do-not-touch/zookeeper.  Is that fine?
>>> > > > > Also, for hbase.zookeper.property.dataDir, I currently have it
>>> set to
>>> > > > > ${HBASE_HOME}/bin/hbase, does that make sense?
>>> > > > >
>>> > > > > I realize that some of these questions could be annoying, but I'd
>>> > > > > like to make sure that I'm on the right track and don't screw
>>> > > > > something up, getting a weird run-time error in the future :) .
>>> > > > >
>>> > > > >
>>> > > > > On Wed, May 1, 2013 at 8:23 PM, Yves S. Garret <
>>> > > > yoursurrogategod@gmail.com
>>> > > > > > wrote:
>>> > > > >
>>> > > > >> Done.  I'll go through the previously mentioned tutorial with
>>> > > > >> this in mind.
>>> > > > >>
>>> > > > >> Thank you for your help.
>>> > > > >>
>>> > > > >>
>>> > > > >> On Wed, May 1, 2013 at 4:39 PM, shashwat shriparv <
>>> > > > >> dwivedishashwat@gmail.com> wrote:
>>> > > > >>
>>> > > > >>> Commment out everything in /etc/host file add 127.0.0.1
>>> localhost
>>> > and
>>> > > > >>> then try.
>>> > > > >>>
>>> > > > >>>
>>> > > > >>> *Thanks & Regards    *
>>> > > > >>>
>>> > > > >>> ∞
>>> > > > >>> Shashwat Shriparv
>>> > > > >>>
>>> > > > >>>
>>> > > > >>>
>>> > > > >>> On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq <
>>> dontariq@gmail.com
>>> > >
>>> > > > >>> wrote:
>>> > > > >>>
>>> > > > >>> > Hello Yves,
>>> > > > >>> >
>>> > > > >>> >        I think by that JM means that you should first make
>>> sure
>>> > > that
>>> > > > >>> all
>>> > > > >>> > you Hbase daemons are running fine. The webUI is a pretty
>>> > > convenient
>>> > > > >>> tool
>>> > > > >>> > which allows you to monitor everything in a simpler way. If
>>> you
>>> > are
>>> > > > >>> able to
>>> > > > >>> > see the webUI properly, it means everything is in place and
>>> you
>>> > can
>>> > > > >>> move
>>> > > > >>> > ahead. You can then proceed with your shell exercises.
>>> > > > >>> >
>>> > > > >>> > Yes..It's the same tool JM was referring to. Do you still
>>> have
>>> > any
>>> > > > >>> > problem?What do your logs say?
>>> > > > >>> >
>>> > > > >>> > Warm Regards,
>>> > > > >>> > Tariq
>>> > > > >>> > https://mtariq.jux.com/
>>> > > > >>> > cloudfront.blogspot.com
>>> > > > >>> >
>>> > > > >>> >
>>> > > > >>> > On Thu, May 2, 2013 at 1:47 AM, Yves S. Garret
>>> > > > >>> > <yo...@gmail.com>wrote:
>>> > > > >>> >
>>> > > > >>> > > Ok, I spoke too soon.  I tried going from Nutch to Hive...
>>> not
>>> > > > >>> supported
>>> > > > >>> > > (but adding support to it sounds like a fun side-project
>>> :) ).
>>> > > >  But,
>>> > > > >>> I
>>> > > > >>> > can
>>> > > > >>> > > go to HBase.
>>> > > > >>> > >
>>> > > > >>> > > Jean-Marc, I do have a question for you.  When you said
>>> that I
>>> > > > should
>>> > > > >>> > > get the UI going before anything else, what did you mean?
>>>  I'm
>>> > > > >>> guessing
>>> > > > >>> > > that this is the tool in question:
>>> > > > >>> > > http://hbase.apache.org/book/trouble.tools.html
>>> > > > >>> > >
>>> > > > >>> > >
>>> > > > >>> > > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
>>> > > > >>> > > jean-marc@spaggiari.org> wrote:
>>> > > > >>> > >
>>> > > > >>> > > > Hi Yves,
>>> > > > >>> > > >
>>> > > > >>> > > > Your host file looks good.
>>> > > > >>> > > >
>>> > > > >>> > > > Don't even try the shell until you get the UI displayed
>>> > > correctly
>>> > > > >>> and
>>> > > > >>> > the
>>> > > > >>> > > > server logs saying that initialization is done.
>>> > > > >>> > > >
>>> > > > >>> > > > So what do you have on the logs when you are trying with
>>> this
>>> > > new
>>> > > > >>> host
>>> > > > >>> > > > file?
>>> > > > >>> > > >
>>> > > > >>> > > > JM
>>> > > > >>> > > >
>>> > > > >>> > > > 2013/4/28 Asaf Mesika <as...@gmail.com>
>>> > > > >>> > > >
>>> > > > >>> > > > > Http://Devving.com has a good post on setting hosts
>>> file
>>> > for
>>> > > > >>> stand
>>> > > > >>> > > alone
>>> > > > >>> > > > > hbase
>>> > > > >>> > > > >
>>> > > > >>> > > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
>>> > > > >>> > > > >
>>> > > > >>> > > > > > Hi, but I don't understand what you mean.  Did I
>>> miss a
>>> > > step
>>> > > > >>> > > > > > in the tutorial?
>>> > > > >>> > > > > >
>>> > > > >>> > > > > >
>>> > > > >>> > > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
>>> > > > >>> > > > > lfedotov@hortonworks.com<javascript:;>
>>> > > > >>> > > > > > >wrote:
>>> > > > >>> > > > > >
>>> > > > >>> > > > > > > Looks like your zookeeper configuration is
>>> incorrect in
>>> > > > >>> HBase.
>>> > > > >>> > > > > > >
>>> > > > >>> > > > > > > Check it out.
>>> > > > >>> > > > > > >
>>> > > > >>> > > > > > > Thank you!
>>> > > > >>> > > > > > >
>>> > > > >>> > > > > > > Sincerely,
>>> > > > >>> > > > > > > Leonid Fedotov
>>> > > > >>> > > > > > > Technical Support Engineer
>>> > > > >>> > > > > > >
>>> > > > >>> > > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
>>> > > > >>> > > > > > >
>>> > > > >>> > > > > > > > Hi, thanks for your reply.
>>> > > > >>> > > > > > > >
>>> > > > >>> > > > > > > > I did [ hostname ] in my linux OS and this is
>>> what I
>>> > > have
>>> > > > >>> for a
>>> > > > >>> > > > > > > > hostname [ ysg.connect ].
>>> > > > >>> > > > > > > >
>>> > > > >>> > > > > > > > This is how my hosts file looks like.
>>> > > > >>> > > > > > > > 127.0.0.1   localhost localhost.localdomain
>>> > localhost4
>>> > > > >>> > > > > > > > localhost4.localdomain4
>>> > > > >>> > > > > > > > 127.0.0.1   localhost
>>> > > > >>> > > > > > > > 192.168.1.6 ysg.connect
>>> > > > >>> > > > > > > > ::1         localhost localhost.localdomain
>>> > localhost6
>>> > > > >>> > > > > > > > localhost6.localdomain6
>>> > > > >>> > > > > > > >
>>> > > > >>> > > > > > > > Now, I fired up the shell and this is the result
>>> > that I
>>> > > > got
>>> > > > >>> > when
>>> > > > >>> > > I
>>> > > > >>> > > > > > > > tried to execute [ create 'test', 'cf' ].  This
>>> is
>>> > the
>>> > > > >>> error
>>> > > > >>> > > that I
>>> > > > >>> > > > > > got:
>>> > > > >>> > > > > > > > http://bin.cakephp.org/view/1016732333
>>> > > > >>> > > > > > > >
>>> > > > >>> > > > > > > > The weird thing is that after starting the shell,
>>> > > > executing
>>> > > > >>> > that
>>> > > > >>> > > > > > > > command, having that command error out and keep
>>> going
>>> > > and
>>> > > > >>> > > > > > > > then exiting the command, I checked the logs
>>> and...
>>> > > > nothing
>>> > > > >>> > > > > > > > was displayed.  It's as if nothing was stored.
>>> > > > >>> > > > > > > >
>>> > > > >>> > > > > > > >
>>> > > > >>> > > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc
>>> Spaggiari
>>> > <
>>> > > > >>> > > > > > > > jean-marc@spaggiari.org> wrote:
>>> > > > >>> > > > > > > >
>>> > > > >>> > > > > > > >> Hi Yves,
>>> > > > >>> > > > > > > >>
>>> > > > >>> > > > > > > >> You need to add an entry with your host name and
>>> > your
>>> > > > >>> local
>>> > > > >>> > IP.
>>> > > > >>> > > > > > > >>
>>> > > > >>> > > > > > > >> As an example, here is mine:
>>> > > > >>> > > > > > > >>
>>> > > > >>> > > > > > > >> 127.0.0.1       localhost
>>> > > > >>> > > > > > > >> 192.168.23.2    buldo
>>> > > > >>> > > > > > > >>
>>> > > > >>> > > > > > > >> My host name is buldo.
>>> > > > >>> > > > > > > >>
>>> > > > >>> > > > > > > >> JM
>>> > > > >>> > > > > > > >>
>>> > > > >>> > > > > > > >> 2013/4/25 Yves S. Garret <
>>> > yoursurrogategod@gmail.com
>>> > > >:
>>> > > > >>> > > > > > > >>> Hi Jean, this is my /etc/hosts.
>>> > > > >>> > > > > > > >>>
>>> > > > >>> > > > > > > >>> 127.0.0.1   localhost localhost.localdomain
>>> > > localhost4
>>> > > > >>> > > > > > > >>> localhost4.localdomain4
>>> > > > >>> > > > > > > >>> 127.0.0.1   localhost
>>> > > > >>> > > > > > > >>> ::1         localhost localhost.localdomain
>>> > > localhost6
>>> > > > >>> > > > > > > >>> localhost6.localdomain6
>>> > > > >>> > > > > > > >>>
>>> > > > >>> > > > > > > >>>
>>> > > > >>> > > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc
>>> > Spaggiari
>>> > > <
>>> > > > >>> > > > > > > >>> jean-marc@spaggiari.org> wrote:
>>> > > > >>> > > > > > > >>>
>>> > > > >>> > > > > > > >>>> Hi Yves,
>>> > > > >>> > > > > > > >>>>
>>> > > > >>> > > > > > > >>>> You seems to have some network configuration
>>> issue
>>> > > > with
>>> > > > >>> your
>>> > > > >>> > > > > > > >> installation.
>>> > > > >>> > > > > > > >>>>
>>> > > > >>> > > > > > > >>>> "java.net.BindException: Cannot assign
>>> requested
>>> > > > >>> address"
>>> > > > >>> > and
>>> > > > >>> > > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
>>> > > > >>> > > > > > > >>>>
>>> > > > >>> > > > > > > >>>> How is your host file configured? You need to
>>> have
>>> > > > your
>>> > > > >>> host
>>> > > > >>> > > > name
>>> > > > >>> > > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
>>> > > > >>> > > > > > > >>>>
>>> > > > >>> > > > > > > >>>> 2013/4/25 Yves S. Garret <
>>> > > yoursurrogategod@gmail.com
>>> > > > >:
>>> > > > >>> > > > > > > >>>>> My mistake.  I thought I had all of those
>>> logs.
>>> > >  This
>>> > > > >>> is
>>> > > > >>> > > what I
>>> > > > >>> > > > > > > >> currently
>>> > > > >>> > > > > > > >>>>> have:
>>> > > > >>> > > > > > > >>>>> http://bin.cakephp.org/view/2112130549
>>> > > > >>> > > > > > > >>>>>
>>> > > > >>> > > > > > > >>>>> I have $JAVA_HOME set to this:
>>> > > > >>> > > > > > > >>>>> /usr/java/jdk1.7.0_17
>>> > > > >>> > > > > > > >>>>> I have extracted 0.94 and ran
>>> bin/start-hbase.sh
>>> > > > >>> > > > > > > >>>>>
>>> > > > >>> > > > > > > >>>>> Thanks for your help!
>>> > > > >>> > > > > > > >>>>>
>>> > > > >>> > > > > > > >>>>>
>>> > > > >>> > > > > > > >>>>>
>>> > > > >>> > > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc
>>> > > Spaggiari
>>> > > > <
>>> > > > >>> > > > > > > >>>>> jean-marc@spaggiari.org> wrote:
>>> > > > >>> > > > > > > >>>>>
>>> > > > >>> > > > > > > >>>>>> Hi Mohammad,
>>> > > > >>> > > > > > > >>>>>>
>>> > > > >>> > > > > > >
>>> > > > >>> > > > >
>>> > > > >>> > > >
>>> > > > >>> > >
>>> > > > >>> >
>>> > > > >>>
>>> > > > >>
>>> > > > >>
>>> > > > >
>>> > > >
>>> > >
>>> >
>>>
>>
>>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Also, I keep hearing that Java 6 is required.  Currently I have Java 7
installed.  Is this an issue or do I need to downgrade?


On Tue, May 21, 2013 at 9:18 AM, Yves S. Garret
<yo...@gmail.com>wrote:

> Hi Mohammad,
>
> I was following your tutorial and when I got to the part when you do
> $ bin/start-hbase.sh, this is what I get:
> http://bin.cakephp.org/view/428090088
>
> I'll keep looking online for an answer, but was I supposed to do something
> else besides this?
>
> This is the contents of my bashrc:
> http://bin.cakephp.org/view/629885150
>
> This is what happens when I run "hadoop version":
> $ hadoop version
> Hadoop 1.0.4
> Subversion
> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0 -r
> 1393290
> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> From source with checksum fe2baea87c4c81a2c505767f3f9b71f4
>
> No issues, I'm guessing.
>
> Not sure where I'm tripping up.
>
>
> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <do...@gmail.com> wrote:
>
>> Yes..You can do that. I would suggest you to start fresh and setup a
>> single
>> node setup first. Once it is working fine, extending it to multiple
>> machines is just a matter of copying the config files. I have explained
>> the
>> procedure here<
>> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
>> >.
>> Try to follow this and hopefully you'll be able to do it properly. If you
>> further need any help let us know.
>>
>> Warm Regards,
>> Tariq
>> https://mtariq.jux.com/
>> cloudfront.blogspot.com
>>
>>
>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
>> <yo...@gmail.com>wrote:
>>
>> > Hi Tariq, can those two paths be one in the same?  I'd like to just
>> > dump everything into one directory if that's possible.
>> >
>> >
>> > On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <do...@gmail.com>
>> > wrote:
>> >
>> > > hbase.rootdir the directory HBase writes data to. I you are planning
>> to
>> > > have a distributed HBase setup then set this property to some a
>> directory
>> > > in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise point
>> some
>> > dir
>> > > on your local FS. And for hbase.zookeper.property.dataDir, create a
>> > > separate dir outside your HBASE_HOME and as the value.
>> > >
>> > > Warm Regards,
>> > > Tariq
>> > > https://mtariq.jux.com/
>> > > cloudfront.blogspot.com
>> > >
>> > >
>> > > On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
>> > > <yo...@gmail.com>wrote:
>> > >
>> > > > One more little update.
>> > > >
>> > > > I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
>> > > > using these configuration settings:
>> > > > http://bin.cakephp.org/view/1134614486
>> > > >
>> > > > After I rand it, I checked
>> > > > $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
>> > > > this is what I saw:
>> > > > http://bin.cakephp.org/view/823736802
>> > > >
>> > > > I hope that sheds some light for you guys.
>> > > >
>> > > >
>> > > > On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
>> > > > <yo...@gmail.com>wrote:
>> > > >
>> > > > > Hi guys, one more question.
>> > > > >
>> > > > > I'm looking at this <http://hbase.apache.org/book/quickstart.html
>> >
>> > > link
>> > > > > in section 1.2.1 and where I have to modify
>> > > > > conf/hbase-site.xml, for parts hbase.rootdir and
>> > > > > hbase.zookeper.property.dataDir, to what should I set
>> hbase.rootdir?
>> > > > > At the moment, I have hbase.rootdir set to
>> > > > > /media/alternative-storage-do-not-touch/zookeeper.  Is that fine?
>> > > > > Also, for hbase.zookeper.property.dataDir, I currently have it
>> set to
>> > > > > ${HBASE_HOME}/bin/hbase, does that make sense?
>> > > > >
>> > > > > I realize that some of these questions could be annoying, but I'd
>> > > > > like to make sure that I'm on the right track and don't screw
>> > > > > something up, getting a weird run-time error in the future :) .
>> > > > >
>> > > > >
>> > > > > On Wed, May 1, 2013 at 8:23 PM, Yves S. Garret <
>> > > > yoursurrogategod@gmail.com
>> > > > > > wrote:
>> > > > >
>> > > > >> Done.  I'll go through the previously mentioned tutorial with
>> > > > >> this in mind.
>> > > > >>
>> > > > >> Thank you for your help.
>> > > > >>
>> > > > >>
>> > > > >> On Wed, May 1, 2013 at 4:39 PM, shashwat shriparv <
>> > > > >> dwivedishashwat@gmail.com> wrote:
>> > > > >>
>> > > > >>> Commment out everything in /etc/host file add 127.0.0.1
>> localhost
>> > and
>> > > > >>> then try.
>> > > > >>>
>> > > > >>>
>> > > > >>> *Thanks & Regards    *
>> > > > >>>
>> > > > >>> ∞
>> > > > >>> Shashwat Shriparv
>> > > > >>>
>> > > > >>>
>> > > > >>>
>> > > > >>> On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq <
>> dontariq@gmail.com
>> > >
>> > > > >>> wrote:
>> > > > >>>
>> > > > >>> > Hello Yves,
>> > > > >>> >
>> > > > >>> >        I think by that JM means that you should first make
>> sure
>> > > that
>> > > > >>> all
>> > > > >>> > you Hbase daemons are running fine. The webUI is a pretty
>> > > convenient
>> > > > >>> tool
>> > > > >>> > which allows you to monitor everything in a simpler way. If
>> you
>> > are
>> > > > >>> able to
>> > > > >>> > see the webUI properly, it means everything is in place and
>> you
>> > can
>> > > > >>> move
>> > > > >>> > ahead. You can then proceed with your shell exercises.
>> > > > >>> >
>> > > > >>> > Yes..It's the same tool JM was referring to. Do you still have
>> > any
>> > > > >>> > problem?What do your logs say?
>> > > > >>> >
>> > > > >>> > Warm Regards,
>> > > > >>> > Tariq
>> > > > >>> > https://mtariq.jux.com/
>> > > > >>> > cloudfront.blogspot.com
>> > > > >>> >
>> > > > >>> >
>> > > > >>> > On Thu, May 2, 2013 at 1:47 AM, Yves S. Garret
>> > > > >>> > <yo...@gmail.com>wrote:
>> > > > >>> >
>> > > > >>> > > Ok, I spoke too soon.  I tried going from Nutch to Hive...
>> not
>> > > > >>> supported
>> > > > >>> > > (but adding support to it sounds like a fun side-project :)
>> ).
>> > > >  But,
>> > > > >>> I
>> > > > >>> > can
>> > > > >>> > > go to HBase.
>> > > > >>> > >
>> > > > >>> > > Jean-Marc, I do have a question for you.  When you said
>> that I
>> > > > should
>> > > > >>> > > get the UI going before anything else, what did you mean?
>>  I'm
>> > > > >>> guessing
>> > > > >>> > > that this is the tool in question:
>> > > > >>> > > http://hbase.apache.org/book/trouble.tools.html
>> > > > >>> > >
>> > > > >>> > >
>> > > > >>> > > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
>> > > > >>> > > jean-marc@spaggiari.org> wrote:
>> > > > >>> > >
>> > > > >>> > > > Hi Yves,
>> > > > >>> > > >
>> > > > >>> > > > Your host file looks good.
>> > > > >>> > > >
>> > > > >>> > > > Don't even try the shell until you get the UI displayed
>> > > correctly
>> > > > >>> and
>> > > > >>> > the
>> > > > >>> > > > server logs saying that initialization is done.
>> > > > >>> > > >
>> > > > >>> > > > So what do you have on the logs when you are trying with
>> this
>> > > new
>> > > > >>> host
>> > > > >>> > > > file?
>> > > > >>> > > >
>> > > > >>> > > > JM
>> > > > >>> > > >
>> > > > >>> > > > 2013/4/28 Asaf Mesika <as...@gmail.com>
>> > > > >>> > > >
>> > > > >>> > > > > Http://Devving.com has a good post on setting hosts
>> file
>> > for
>> > > > >>> stand
>> > > > >>> > > alone
>> > > > >>> > > > > hbase
>> > > > >>> > > > >
>> > > > >>> > > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
>> > > > >>> > > > >
>> > > > >>> > > > > > Hi, but I don't understand what you mean.  Did I miss
>> a
>> > > step
>> > > > >>> > > > > > in the tutorial?
>> > > > >>> > > > > >
>> > > > >>> > > > > >
>> > > > >>> > > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
>> > > > >>> > > > > lfedotov@hortonworks.com<javascript:;>
>> > > > >>> > > > > > >wrote:
>> > > > >>> > > > > >
>> > > > >>> > > > > > > Looks like your zookeeper configuration is
>> incorrect in
>> > > > >>> HBase.
>> > > > >>> > > > > > >
>> > > > >>> > > > > > > Check it out.
>> > > > >>> > > > > > >
>> > > > >>> > > > > > > Thank you!
>> > > > >>> > > > > > >
>> > > > >>> > > > > > > Sincerely,
>> > > > >>> > > > > > > Leonid Fedotov
>> > > > >>> > > > > > > Technical Support Engineer
>> > > > >>> > > > > > >
>> > > > >>> > > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
>> > > > >>> > > > > > >
>> > > > >>> > > > > > > > Hi, thanks for your reply.
>> > > > >>> > > > > > > >
>> > > > >>> > > > > > > > I did [ hostname ] in my linux OS and this is
>> what I
>> > > have
>> > > > >>> for a
>> > > > >>> > > > > > > > hostname [ ysg.connect ].
>> > > > >>> > > > > > > >
>> > > > >>> > > > > > > > This is how my hosts file looks like.
>> > > > >>> > > > > > > > 127.0.0.1   localhost localhost.localdomain
>> > localhost4
>> > > > >>> > > > > > > > localhost4.localdomain4
>> > > > >>> > > > > > > > 127.0.0.1   localhost
>> > > > >>> > > > > > > > 192.168.1.6 ysg.connect
>> > > > >>> > > > > > > > ::1         localhost localhost.localdomain
>> > localhost6
>> > > > >>> > > > > > > > localhost6.localdomain6
>> > > > >>> > > > > > > >
>> > > > >>> > > > > > > > Now, I fired up the shell and this is the result
>> > that I
>> > > > got
>> > > > >>> > when
>> > > > >>> > > I
>> > > > >>> > > > > > > > tried to execute [ create 'test', 'cf' ].  This is
>> > the
>> > > > >>> error
>> > > > >>> > > that I
>> > > > >>> > > > > > got:
>> > > > >>> > > > > > > > http://bin.cakephp.org/view/1016732333
>> > > > >>> > > > > > > >
>> > > > >>> > > > > > > > The weird thing is that after starting the shell,
>> > > > executing
>> > > > >>> > that
>> > > > >>> > > > > > > > command, having that command error out and keep
>> going
>> > > and
>> > > > >>> > > > > > > > then exiting the command, I checked the logs
>> and...
>> > > > nothing
>> > > > >>> > > > > > > > was displayed.  It's as if nothing was stored.
>> > > > >>> > > > > > > >
>> > > > >>> > > > > > > >
>> > > > >>> > > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc
>> Spaggiari
>> > <
>> > > > >>> > > > > > > > jean-marc@spaggiari.org> wrote:
>> > > > >>> > > > > > > >
>> > > > >>> > > > > > > >> Hi Yves,
>> > > > >>> > > > > > > >>
>> > > > >>> > > > > > > >> You need to add an entry with your host name and
>> > your
>> > > > >>> local
>> > > > >>> > IP.
>> > > > >>> > > > > > > >>
>> > > > >>> > > > > > > >> As an example, here is mine:
>> > > > >>> > > > > > > >>
>> > > > >>> > > > > > > >> 127.0.0.1       localhost
>> > > > >>> > > > > > > >> 192.168.23.2    buldo
>> > > > >>> > > > > > > >>
>> > > > >>> > > > > > > >> My host name is buldo.
>> > > > >>> > > > > > > >>
>> > > > >>> > > > > > > >> JM
>> > > > >>> > > > > > > >>
>> > > > >>> > > > > > > >> 2013/4/25 Yves S. Garret <
>> > yoursurrogategod@gmail.com
>> > > >:
>> > > > >>> > > > > > > >>> Hi Jean, this is my /etc/hosts.
>> > > > >>> > > > > > > >>>
>> > > > >>> > > > > > > >>> 127.0.0.1   localhost localhost.localdomain
>> > > localhost4
>> > > > >>> > > > > > > >>> localhost4.localdomain4
>> > > > >>> > > > > > > >>> 127.0.0.1   localhost
>> > > > >>> > > > > > > >>> ::1         localhost localhost.localdomain
>> > > localhost6
>> > > > >>> > > > > > > >>> localhost6.localdomain6
>> > > > >>> > > > > > > >>>
>> > > > >>> > > > > > > >>>
>> > > > >>> > > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc
>> > Spaggiari
>> > > <
>> > > > >>> > > > > > > >>> jean-marc@spaggiari.org> wrote:
>> > > > >>> > > > > > > >>>
>> > > > >>> > > > > > > >>>> Hi Yves,
>> > > > >>> > > > > > > >>>>
>> > > > >>> > > > > > > >>>> You seems to have some network configuration
>> issue
>> > > > with
>> > > > >>> your
>> > > > >>> > > > > > > >> installation.
>> > > > >>> > > > > > > >>>>
>> > > > >>> > > > > > > >>>> "java.net.BindException: Cannot assign
>> requested
>> > > > >>> address"
>> > > > >>> > and
>> > > > >>> > > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
>> > > > >>> > > > > > > >>>>
>> > > > >>> > > > > > > >>>> How is your host file configured? You need to
>> have
>> > > > your
>> > > > >>> host
>> > > > >>> > > > name
>> > > > >>> > > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
>> > > > >>> > > > > > > >>>>
>> > > > >>> > > > > > > >>>> 2013/4/25 Yves S. Garret <
>> > > yoursurrogategod@gmail.com
>> > > > >:
>> > > > >>> > > > > > > >>>>> My mistake.  I thought I had all of those
>> logs.
>> > >  This
>> > > > >>> is
>> > > > >>> > > what I
>> > > > >>> > > > > > > >> currently
>> > > > >>> > > > > > > >>>>> have:
>> > > > >>> > > > > > > >>>>> http://bin.cakephp.org/view/2112130549
>> > > > >>> > > > > > > >>>>>
>> > > > >>> > > > > > > >>>>> I have $JAVA_HOME set to this:
>> > > > >>> > > > > > > >>>>> /usr/java/jdk1.7.0_17
>> > > > >>> > > > > > > >>>>> I have extracted 0.94 and ran
>> bin/start-hbase.sh
>> > > > >>> > > > > > > >>>>>
>> > > > >>> > > > > > > >>>>> Thanks for your help!
>> > > > >>> > > > > > > >>>>>
>> > > > >>> > > > > > > >>>>>
>> > > > >>> > > > > > > >>>>>
>> > > > >>> > > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc
>> > > Spaggiari
>> > > > <
>> > > > >>> > > > > > > >>>>> jean-marc@spaggiari.org> wrote:
>> > > > >>> > > > > > > >>>>>
>> > > > >>> > > > > > > >>>>>> Hi Mohammad,
>> > > > >>> > > > > > > >>>>>>
>> > > > >>> > > > > > >
>> > > > >>> > > > >
>> > > > >>> > > >
>> > > > >>> > >
>> > > > >>> >
>> > > > >>>
>> > > > >>
>> > > > >>
>> > > > >
>> > > >
>> > >
>> >
>>
>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
No problem.

This is hadoop-metrics.properties:
http://bin.cakephp.org/view/697496673

This is hbase-env.sh:
http://bin.cakephp.org/view/693824872

This is hbase-policy.xml:
http://bin.cakephp.org/view/1578555029

This is hbase-site.xml:
http://bin.cakephp.org/view/175451749

This is log4j.properties:
http://bin.cakephp.org/view/1723862625

This is regionservers:
localhost


On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq <do...@gmail.com> wrote:

> Is this the only thing which appears on your screen?Could you please show
> me your config files?
>
> Warm Regards,
> Tariq
> cloudfront.blogspot.com
>
>
> On Wed, May 22, 2013 at 2:49 AM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
> > This is what happens when I start hbase.
> >
> > $ bin/start-hbase.sh
> > starting master, logging to
> >
> >
> /media/alternative-storage-do-not-touch/hbase-0.94.7/logs/hbase-ysg-master-ysg.connect.out
> >
> > No real problems or error or warnings... but it does not have the same
> > output that you have in your blog... perhaps that's an issue?
> >
> >
> > On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq <do...@gmail.com>
> > wrote:
> >
> > > No issues.
> > >
> > > Are the HBase daemons running fine?Are you able to initiate anything
> from
> > > the shell?
> > >
> > > Warm Regards,
> > > Tariq
> > > cloudfront.blogspot.com
> > >
> > >
> > > On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret
> > > <yo...@gmail.com>wrote:
> > >
> > > > Hi, sorry, I thought I had more info than what was displayed in my
> > > > e-mail a little earlier today that had the little list, but I did
> not.
> > > >
> > > > My biggest hangup is getting that Web GUI to work.  That's really
> > > > where I'm stuck.  I followed your tutorial on the cloudfront blog and
> > > > when it came time to go to http://localhost:60010, I did not see an
> > > > output.
> > > >
> > > >
> > > > On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <do...@gmail.com>
> > > > wrote:
> > > >
> > > > > sure..
> > > > >
> > > > > Warm Regards,
> > > > > Tariq
> > > > > cloudfront.blogspot.com
> > > > >
> > > > >
> > > > > On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
> > > > > <yo...@gmail.com>wrote:
> > > > >
> > > > > > Hello,
> > > > > >
> > > > > > No, still having issues.  I'll give you some more details in a
> > > second.
> > > > > >
> > > > > >
> > > > > > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <
> > dontariq@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Hey Yves,
> > > > > > >
> > > > > > >         I am sorry for being unresponsive. I was travelling and
> > was
> > > > out
> > > > > > of
> > > > > > > reach. What's the current status?Are you good now?
> > > > > > >
> > > > > > > Warm Regards,
> > > > > > > Tariq
> > > > > > > cloudfront.blogspot.com
> > > > > > >
> > > > > > >
> > > > > > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <
> > > asaf.mesika@gmail.com
> > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Yes.
> > > > > > > >
> > > > > > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
> > > > > > > yoursurrogategod@gmail.com>
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > Do you mean this?
> > > > > > > > >
> > > > > > > > > http://blog.devving.com/hbase-quickstart-guide/
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
> > > > > asaf.mesika@gmail.com>
> > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > >> Devving.com has a good tutorial on HBase first setup
> > > > > > > > >>
> > > > > > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> > > > > > > > >>
> > > > > > > > >>> Hi Mohammad,
> > > > > > > > >>>
> > > > > > > > >>> I was following your tutorial and when I got to the part
> > when
> > > > you
> > > > > > do
> > > > > > > > >>> $ bin/start-hbase.sh, this is what I get:
> > > > > > > > >>> http://bin.cakephp.org/view/428090088
> > > > > > > > >>>
> > > > > > > > >>> I'll keep looking online for an answer, but was I
> supposed
> > to
> > > > do
> > > > > > > > >> something
> > > > > > > > >>> else besides this?
> > > > > > > > >>>
> > > > > > > > >>> This is the contents of my bashrc:
> > > > > > > > >>> http://bin.cakephp.org/view/629885150
> > > > > > > > >>>
> > > > > > > > >>> This is what happens when I run "hadoop version":
> > > > > > > > >>> $ hadoop version
> > > > > > > > >>> Hadoop 1.0.4
> > > > > > > > >>> Subversion
> > > > > > > > >>>
> > > > > >
> > https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
> > > > > > > > >>> 1393290
> > > > > > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> > > > > > > > >>> From source with checksum
> fe2baea87c4c81a2c505767f3f9b71f4
> > > > > > > > >>>
> > > > > > > > >>> No issues, I'm guessing.
> > > > > > > > >>>
> > > > > > > > >>> Not sure where I'm tripping up.
> > > > > > > > >>>
> > > > > > > > >>>
> > > > > > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <
> > > > > dontariq@gmail.com
> > > > > > >
> > > > > > > > >> wrote:
> > > > > > > > >>>
> > > > > > > > >>>> Yes..You can do that. I would suggest you to start fresh
> > and
> > > > > > setup a
> > > > > > > > >>> single
> > > > > > > > >>>> node setup first. Once it is working fine, extending it
> to
> > > > > > multiple
> > > > > > > > >>>> machines is just a matter of copying the config files. I
> > > have
> > > > > > > > explained
> > > > > > > > >>> the
> > > > > > > > >>>> procedure here<
> > > > > > > > >>>>
> > > > > > > > >>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> > > > > > > > >>>>> .
> > > > > > > > >>>> Try to follow this and hopefully you'll be able to do it
> > > > > properly.
> > > > > > > If
> > > > > > > > >> you
> > > > > > > > >>>> further need any help let us know.
> > > > > > > > >>>>
> > > > > > > > >>>> Warm Regards,
> > > > > > > > >>>> Tariq
> > > > > > > > >>>> https://mtariq.jux.com/
> > > > > > > > >>>> cloudfront.blogspot.com
> > > > > > > > >>>>
> > > > > > > > >>>>
> > > > > > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> > > > > > > > >>>> <yo...@gmail.com>wrote:
> > > > > > > > >>>>
> > > > > > > > >>>>> Hi Tariq, can those two paths be one in the same?  I'd
> > like
> > > > to
> > > > > > just
> > > > > > > > >>>>> dump everything into one directory if that's possible.
> > > > > > > > >>>>>
> > > > > > > > >>>>>
> > > > > > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <
> > > > > > > dontariq@gmail.com>
> > > > > > > > >>>>> wrote:
> > > > > > > > >>>>>
> > > > > > > > >>>>>> hbase.rootdir the directory HBase writes data to. I
> you
> > > are
> > > > > > > > >> planning
> > > > > > > > >>> to
> > > > > > > > >>>>>> have a distributed HBase setup then set this property
> to
> > > > some
> > > > > a
> > > > > > > > >>>> directory
> > > > > > > > >>>>>> in your HDFS, like "hdfs://NN_MACHINE:9000/hbase".
> > > Otherwise
> > > > > > point
> > > > > > > > >>> some
> > > > > > > > >>>>> dir
> > > > > > > > >>>>>> on your local FS. And for
> > hbase.zookeper.property.dataDir,
> > > > > > create
> > > > > > > a
> > > > > > > > >>>>>> separate dir outside your HBASE_HOME and as the value.
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Warm Regards,
> > > > > > > > >>>>>> Tariq
> > > > > > > > >>>>>> https://mtariq.jux.com/
> > > > > > > > >>>>>> cloudfront.blogspot.com
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > > > > > > > >>>>>> <yo...@gmail.com>wrote:
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>> One more little update.
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> I ran this command in HBASE_HOME [ $
> bin/start-hbase.sh
> > > ],
> > > > > > > > >>>>>>> using these configuration settings:
> > > > > > > > >>>>>>> http://bin.cakephp.org/view/1134614486
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> After I rand it, I checked
> > > > > > > > >>>>>>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > > > > > > > >>>>>>> this is what I saw:
> > > > > > > > >>>>>>> http://bin.cakephp.org/view/823736802
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> I hope that sheds some light for you guys.
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > > > > > > > >>>>>>> <yo...@gmail.com>wrote:
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>>> Hi guys, one more question.
> > > > > > > > >>>>>>>>
> > > > > > > > >>>>>>>> I'm looking at this <
> > > > > > > > >>> http://hbase.apache.org/book/quickstart.html>
> > > > > > > > >>>>>> link
> > > > > > > > >>>>>>>> in section 1.2.1 and where I have to modify
> > > > > > > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir and
> > > > > > > > >>>>>>>> hbase.zookeper.property.dataDir, to what should I
> set
> > > > > > > > >>>> hbase.rootdir?
> > > > > > > > >>>>>>>> At the moment, I have hbase.rootdir set to
> > > > > > > > >>>>>>>> /media/alternative-storage-do-not-touch/zookeeper.
>  Is
> > > > that
> > > > > > > > >> fine?
> > > > > > > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I
> currently
> > > > have
> > > > > it
> > > > > > > > >>> set
> > > > > > > > >>>> to
> > > > > > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
> > > > > > > > >>>>>>>>
> > > > > > > > >>>>>>>> I realize that some of these questions could be
> > > annoying,
> > > > > but
> > > > > > > > >> I'd
> > > > > > > > >>>>>>>> like to make sure that I'm on the right track and
> > don't
> > > > > screw
> > > > > > > > >>>>>>>> something up, ge
> > > > > > > > >>
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
How does Zookeeper fit into this picture?  For hbase.zookeeper.quorum,
I have it set to localhost.  Would I need to include Zookeeper or start it
up in some way in order to get it to run?


On Wed, May 22, 2013 at 1:44 PM, Jay Vyas <ja...@gmail.com> wrote:

> Yves, im going through the same issues, very tricky first time around.  Use
> the stable version.  Try these 3 tips : I just finished getting it working
> and wrote it up in distributed mode on a cluster of VMs.
>
> http://jayunit100.blogspot.com/2013/05/debugging-hbase-installation.html
>
>
>
>
> On Wed, May 22, 2013 at 1:02 PM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
> > How weird.  When I start up hbase using start-hbase.sh and then
> > check to make sure that the process is running, I don't see anything
> > with JPS.  However, when I run stop-hbase.sh and then check my
> > java processes, I *DO* see a Java process running in JPS... why?
> >
> >
> > On Wed, May 22, 2013 at 11:28 AM, Yves S. Garret <
> > yoursurrogategod@gmail.com
> > > wrote:
> >
> > > Still stuck on this.
> > >
> > > I did something different, I tried version 0.92.2.  This is the log
> from
> > > that older version.
> > > http://bin.cakephp.org/view/617939270
> > >
> > > The other weird thing that I noticed with version on 0.92.2 is this.  I
> > > started
> > > HBase and this is the output that I got:
> > > $ $HBASE_HOME/bin/start-hbase.sh
> > > starting master, logging to
> > >
> >
> /media/alternative-storage-do-not-touch/hbase-install/hbase-0.92.2/logs/hbase-ysg-master-ysg.connect.out
> > >
> > > (pardon the annoyingly long file name)
> > >
> > > Now, when I run JPS, this is what I see:
> > > $ $JAVA_HOME/bin/jps
> > > 14038 RunJar
> > > 2059 Jps
> > >
> > > HBase... is not running?  What the heck?
> > >
> > >
> > > On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq <dontariq@gmail.com
> > >wrote:
> > >
> > >> Is this the only thing which appears on your screen?Could you please
> > show
> > >> me your config files?
> > >>
> > >> Warm Regards,
> > >> Tariq
> > >> cloudfront.blogspot.com
> > >>
> > >>
> > >> On Wed, May 22, 2013 at 2:49 AM, Yves S. Garret
> > >> <yo...@gmail.com>wrote:
> > >>
> > >> > This is what happens when I start hbase.
> > >> >
> > >> > $ bin/start-hbase.sh
> > >> > starting master, logging to
> > >> >
> > >> >
> > >>
> >
> /media/alternative-storage-do-not-touch/hbase-0.94.7/logs/hbase-ysg-master-ysg.connect.out
> > >> >
> > >> > No real problems or error or warnings... but it does not have the
> same
> > >> > output that you have in your blog... perhaps that's an issue?
> > >> >
> > >> >
> > >> > On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq <dontariq@gmail.com
> >
> > >> > wrote:
> > >> >
> > >> > > No issues.
> > >> > >
> > >> > > Are the HBase daemons running fine?Are you able to initiate
> anything
> > >> from
> > >> > > the shell?
> > >> > >
> > >> > > Warm Regards,
> > >> > > Tariq
> > >> > > cloudfront.blogspot.com
> > >> > >
> > >> > >
> > >> > > On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret
> > >> > > <yo...@gmail.com>wrote:
> > >> > >
> > >> > > > Hi, sorry, I thought I had more info than what was displayed in
> my
> > >> > > > e-mail a little earlier today that had the little list, but I
> did
> > >> not.
> > >> > > >
> > >> > > > My biggest hangup is getting that Web GUI to work.  That's
> really
> > >> > > > where I'm stuck.  I followed your tutorial on the cloudfront
> blog
> > >> and
> > >> > > > when it came time to go to http://localhost:60010, I did not
> see
> > an
> > >> > > > output.
> > >> > > >
> > >> > > >
> > >> > > > On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <
> > dontariq@gmail.com
> > >> >
> > >> > > > wrote:
> > >> > > >
> > >> > > > > sure..
> > >> > > > >
> > >> > > > > Warm Regards,
> > >> > > > > Tariq
> > >> > > > > cloudfront.blogspot.com
> > >> > > > >
> > >> > > > >
> > >> > > > > On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
> > >> > > > > <yo...@gmail.com>wrote:
> > >> > > > >
> > >> > > > > > Hello,
> > >> > > > > >
> > >> > > > > > No, still having issues.  I'll give you some more details
> in a
> > >> > > second.
> > >> > > > > >
> > >> > > > > >
> > >> > > > > > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <
> > >> > dontariq@gmail.com>
> > >> > > > > > wrote:
> > >> > > > > >
> > >> > > > > > > Hey Yves,
> > >> > > > > > >
> > >> > > > > > >         I am sorry for being unresponsive. I was
> travelling
> > >> and
> > >> > was
> > >> > > > out
> > >> > > > > > of
> > >> > > > > > > reach. What's the current status?Are you good now?
> > >> > > > > > >
> > >> > > > > > > Warm Regards,
> > >> > > > > > > Tariq
> > >> > > > > > > cloudfront.blogspot.com
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <
> > >> > > asaf.mesika@gmail.com
> > >> > > > >
> > >> > > > > > > wrote:
> > >> > > > > > >
> > >> > > > > > > > Yes.
> > >> > > > > > > >
> > >> > > > > > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
> > >> > > > > > > yoursurrogategod@gmail.com>
> > >> > > > > > > > wrote:
> > >> > > > > > > >
> > >> > > > > > > > > Do you mean this?
> > >> > > > > > > > >
> > >> > > > > > > > > http://blog.devving.com/hbase-quickstart-guide/
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
> > >> > > > > asaf.mesika@gmail.com>
> > >> > > > > > > > wrote:
> > >> > > > > > > > >
> > >> > > > > > > > >> Devving.com has a good tutorial on HBase first setup
> > >> > > > > > > > >>
> > >> > > > > > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> > >> > > > > > > > >>
> > >> > > > > > > > >>> Hi Mohammad,
> > >> > > > > > > > >>>
> > >> > > > > > > > >>> I was following your tutorial and when I got to the
> > part
> > >> > when
> > >> > > > you
> > >> > > > > > do
> > >> > > > > > > > >>> $ bin/start-hbase.sh, this is what I get:
> > >> > > > > > > > >>> http://bin.cakephp.org/view/428090088
> > >> > > > > > > > >>>
> > >> > > > > > > > >>> I'll keep looking online for an answer, but was I
> > >> supposed
> > >> > to
> > >> > > > do
> > >> > > > > > > > >> something
> > >> > > > > > > > >>> else besides this?
> > >> > > > > > > > >>>
> > >> > > > > > > > >>> This is the contents of my bashrc:
> > >> > > > > > > > >>> http://bin.cakephp.org/view/629885150
> > >> > > > > > > > >>>
> > >> > > > > > > > >>> This is what happens when I run "hadoop version":
> > >> > > > > > > > >>> $ hadoop version
> > >> > > > > > > > >>> Hadoop 1.0.4
> > >> > > > > > > > >>> Subversion
> > >> > > > > > > > >>>
> > >> > > > > >
> > >> >
> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
> > >> > > > > > > > >>> 1393290
> > >> > > > > > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> > >> > > > > > > > >>> From source with checksum
> > >> fe2baea87c4c81a2c505767f3f9b71f4
> > >> > > > > > > > >>>
> > >> > > > > > > > >>> No issues, I'm guessing.
> > >> > > > > > > > >>>
> > >> > > > > > > > >>> Not sure where I'm tripping up.
> > >> > > > > > > > >>>
> > >> > > > > > > > >>>
> > >> > > > > > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <
> > >> > > > > dontariq@gmail.com
> > >> > > > > > >
> > >> > > > > > > > >> wrote:
> > >> > > > > > > > >>>
> > >> > > > > > > > >>>> Yes..You can do that. I would suggest you to start
> > >> fresh
> > >> > and
> > >> > > > > > setup a
> > >> > > > > > > > >>> single
> > >> > > > > > > > >>>> node setup first. Once it is working fine,
> extending
> > >> it to
> > >> > > > > > multiple
> > >> > > > > > > > >>>> machines is just a matter of copying the config
> > files.
> > >> I
> > >> > > have
> > >> > > > > > > > explained
> > >> > > > > > > > >>> the
> > >> > > > > > > > >>>> procedure here<
> > >> > > > > > > > >>>>
> > >> > > > > > > > >>>
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> > >> > > > > > > > >>>>> .
> > >> > > > > > > > >>>> Try to follow this and hopefully you'll be able to
> do
> > >> it
> > >> > > > > properly.
> > >> > > > > > > If
> > >> > > > > > > > >> you
> > >> > > > > > > > >>>> further need any help let us know.
> > >> > > > > > > > >>>>
> > >> > > > > > > > >>>> Warm Regards,
> > >> > > > > > > > >>>> Tariq
> > >> > > > > > > > >>>> https://mtariq.jux.com/
> > >> > > > > > > > >>>> cloudfront.blogspot.com
> > >> > > > > > > > >>>>
> > >> > > > > > > > >>>>
> > >> > > > > > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> > >> > > > > > > > >>>> <yo...@gmail.com>wrote:
> > >> > > > > > > > >>>>
> > >> > > > > > > > >>>>> Hi Tariq, can those two paths be one in the same?
> >  I'd
> > >> > like
> > >> > > > to
> > >> > > > > > just
> > >> > > > > > > > >>>>> dump everything into one directory if that's
> > possible.
> > >> > > > > > > > >>>>>
> > >> > > > > > > > >>>>>
> > >> > > > > > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <
> > >> > > > > > > dontariq@gmail.com>
> > >> > > > > > > > >>>>> wrote:
> > >> > > > > > > > >>>>>
> > >> > > > > > > > >>>>>> hbase.rootdir the directory HBase writes data
> to. I
> > >> you
> > >> > > are
> > >> > > > > > > > >> planning
> > >> > > > > > > > >>> to
> > >> > > > > > > > >>>>>> have a distributed HBase setup then set this
> > >> property to
> > >> > > > some
> > >> > > > > a
> > >> > > > > > > > >>>> directory
> > >> > > > > > > > >>>>>> in your HDFS, like
> "hdfs://NN_MACHINE:9000/hbase".
> > >> > > Otherwise
> > >> > > > > > point
> > >> > > > > > > > >>> some
> > >> > > > > > > > >>>>> dir
> > >> > > > > > > > >>>>>> on your local FS. And for
> > >> > hbase.zookeper.property.dataDir,
> > >> > > > > > create
> > >> > > > > > > a
> > >> > > > > > > > >>>>>> separate dir outside your HBASE_HOME and as the
> > >> value.
> > >> > > > > > > > >>>>>>
> > >> > > > > > > > >>>>>> Warm Regards,
> > >> > > > > > > > >>>>>> Tariq
> > >> > > > > > > > >>>>>> https://mtariq.jux.com/
> > >> > > > > > > > >>>>>> cloudfront.blogspot.com
> > >> > > > > > > > >>>>>>
> > >> > > > > > > > >>>>>>
> > >> > > > > > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > >> > > > > > > > >>>>>> <yo...@gmail.com>wrote:
> > >> > > > > > > > >>>>>>
> > >> > > > > > > > >>>>>>> One more little update.
> > >> > > > > > > > >>>>>>>
> > >> > > > > > > > >>>>>>> I ran this command in HBASE_HOME [ $
> > >> bin/start-hbase.sh
> > >> > > ],
> > >> > > > > > > > >>>>>>> using these configuration settings:
> > >> > > > > > > > >>>>>>> http://bin.cakephp.org/view/1134614486
> > >> > > > > > > > >>>>>>>
> > >> > > > > > > > >>>>>>> After I rand it, I checked
> > >> > > > > > > > >>>>>>>
> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log
> > >> and
> > >> > > > > > > > >>>>>>> this is what I saw:
> > >> > > > > > > > >>>>>>> http://bin.cakephp.org/view/823736802
> > >> > > > > > > > >>>>>>>
> > >> > > > > > > > >>>>>>> I hope that sheds some light for you guys.
> > >> > > > > > > > >>>>>>>
> > >> > > > > > > > >>>>>>>
> > >> > > > > > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > >> > > > > > > > >>>>>>> <yo...@gmail.com>wrote:
> > >> > > > > > > > >>>>>>>
> > >> > > > > > > > >>>>>>>> Hi guys, one more question.
> > >> > > > > > > > >>>>>>>>
> > >> > > > > > > > >>>>>>>> I'm looking at this <
> > >> > > > > > > > >>> http://hbase.apache.org/book/quickstart.html>
> > >> > > > > > > > >>>>>> link
> > >> > > > > > > > >>>>>>>> in section 1.2.1 and where I have to modify
> > >> > > > > > > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir
> and
> > >> > > > > > > > >>>>>>>> hbase.zookeper.property.dataDir, to what
> should I
> > >> set
> > >> > > > > > > > >>>> hbase.rootdir?
> > >> > > > > > > > >>>>>>>> At the moment, I have hbase.rootdir set to
> > >> > > > > > > > >>>>>>>>
> > /media/alternative-storage-do-not-touch/zookeeper.
> > >>  Is
> > >> > > > that
> > >> > > > > > > > >> fine?
> > >> > > > > > > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I
> > >> currently
> > >> > > > have
> > >> > > > > it
> > >> > > > > > > > >>> set
> > >> > > > > > > > >>>> to
> > >> > > > > > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
> > >> > > > > > > > >>>>>>>>
> > >> > > > > > > > >>>>>>>> I realize that some of these questions could be
> > >> > > annoying,
> > >> > > > > but
> > >> > > > > > > > >> I'd
> > >> > > > > > > > >>>>>>>> like to make sure that I'm on the right track
> and
> > >> > don't
> > >> > > > > screw
> > >> > > > > > > > >>>>>>>> something up, ge
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> > >
> > >
> >
>
>
>
> --
> Jay Vyas
> http://jayunit100.blogspot.com
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Ok, that's done.  Now, when I go to either 127.0.0.1:60010 I get that
a connection was reset or do "list" in the shell, it all just hangs for a
while and I don't see a response, until I get a very long Java exception.
Here are the contents of the log:

<goog_1815417154>
http://bin.cakephp.org/view/105173437


On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> No, I meant hbase.master.ipc.address and
> hbase.regionserver.ipc.address. See
> https://issues.apache.org/jira/browse/HBASE-8148.
>
> J-D
>
> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
> <yo...@gmail.com> wrote:
> > Do you mean hbase.master.info.bindAddress and
> > hbase.regionserver.info.bindAddress?  I couldn't find
> > anything else in the docs.  But having said that, both
> > are set to 0.0.0.0 by default.
> >
> > Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
> > no web gui.
> >
> >
> > On Thu, May 23, 2013 at 7:19 PM, Jean-Daniel Cryans <jdcryans@apache.org
> >wrote:
> >
> >> It should only be a matter of network configuration and not a matter
> >> of whether you are a Hadoop expert or not. HBase is just trying to get
> >> the machine's hostname and bind to it and in your case it's given
> >> something it cannot use. It's unfortunate.
> >>
> >> IIUC your machine is hosted on cox.net? And it seems that while
> >> providing that machine they at some point set it up so that its
> >> hostname would resolve to a public address. Sounds like a
> >> misconfiguration. Anyways, you can edit your /etc/hosts so that your
> >> hostname points to 127.0.0.1 or, since you are using 0.94.7, set both
> >> hbase.master.ipc.address and hbase.regionserver.ipc.address to 0.0.0.0
> >> in your hbase-site.xml so that it binds on the wildcard address
> >> instead.
> >>
> >> J-D
> >>
> >> On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
> >> <yo...@gmail.com> wrote:
> >> > How weird.  Admittedly I'm not terribly knowledgeable about Hadoop
> >> > and all of its sub-projects, but I don't recall ever setting any
> >> networking
> >> > info to something other than localhost.  What would cause this?
> >> >
> >> >
> >> > On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <
> jdcryans@apache.org
> >> >wrote:
> >> >
> >> >> That's your problem:
> >> >>
> >> >> Caused by: java.net.BindException: Problem binding to
> >> >> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign
> requested
> >> >> address
> >> >>
> >> >> Either it's a public address and you can't bind to it or someone else
> >> >> is using it.
> >> >>
> >> >> J-D
> >> >>
> >> >> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
> >> >> <yo...@gmail.com> wrote:
> >> >> > Here is my dump of the sole log file in the logs directory:
> >> >> > http://bin.cakephp.org/view/2116332048
> >> >> >
> >> >> >
> >> >> > On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <
> >> jdcryans@apache.org
> >> >> >wrote:
> >> >> >
> >> >> >> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <ja...@gmail.com>
> >> wrote:
> >> >> >> > 1) Should hbase-master be changed to localhost?
> >> >> >> >
> >> >> >> > Maybe Try changing /etc/hosts to match the actual non loopback
> ip
> >> of
> >> >> >> your machine... (i.e. just run Ifconfig | grep 1 and see what ip
> >> comes
> >> >> out
> >> >> >> :))
> >> >> >> >  and make sure your /etc/hosts matches the file in my blog post,
> >> (you
> >> >> >> need hbase-master to be defined in your /etc/hosts...).
> >> >> >>
> >> >> >> hbase.master was dropped around 2009 now that we have zookeeper.
> So
> >> >> >> you can set it to whatever you want, it won't change anything :)
> >> >> >>
> >> >> >> >
> >> >> >> > 2) zookeeper parent seems bad..
> >> >> >> >
> >> >> >> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that it's
> >> >> >> consistent with what you defined in zookeeper parent node.
> >> >> >>
> >> >> >> Those two are really unrelated, /hbase is the default so no need
> to
> >> >> >> override it, and I'm guessing that hbase.rootdir is somewhere
> >> writable
> >> >> >> so that's all good.
> >> >> >>
> >> >> >> Now, regarding the "Check the value configured in
> >> >> >> 'zookeeper.znode.parent", it's triggered when the client wants to
> >> read
> >> >> >> the /hbase znode in ZooKeeper but it's unable to. If it doesn't
> >> exist,
> >> >> >> it might be because your HBase is homed elsewhere. It could also
> be
> >> >> >> that HBase isn't running at all so the Master never got to create
> it.
> >> >> >>
> >> >> >> BTW you can start the shell with -d and it's gonna give more info
> and
> >> >> >> dump all the stack traces.
> >> >> >>
> >> >> >> Going by this thread I would guess that HBase isn't running so the
> >> >> >> shell won't help. Another way to check is pointing your browser to
> >> >> >> localhost:60010 and see if the master is responding. If not, time
> to
> >> >> >> open up the log and see what's up.
> >> >> >>
> >> >> >> J-D
> >> >> >>
> >> >>
> >>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hostname is "ysg.connect".  I'm ok with not using it in distributed mode,
for now.

This is my ifconfig info:
$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:1A:92:46:8C:66
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2523 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2523 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:168399 (164.4 KiB)  TX bytes:168399 (164.4 KiB)

wlan0     Link encap:Ethernet  HWaddr 00:1B:77:10:CE:4E
          inet addr:192.168.1.7  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::21b:77ff:fe10:ce4e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4075657 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2310106 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1222625846 (1.1 GiB)  TX bytes:271875357 (259.2 MiB)


On Fri, May 24, 2013 at 4:03 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> This is a machine identity problem. HBase simply uses the normal Java
> APIs and asks "who am I?". The answer it gets is
> ip72-215-225-9.at.at.cox.net. Changing this should only be a matter of
> DNS configs, starting with /etc/hosts. What is your machine's hostname
> exactly (run "hostname")? When you ping it, what does it return? That
> should get you started. Does you machine even have a local IP when you
> run ifconfig? If not, all you can do is force everything to localhost
> in your network configs. It also means you cannot use HBase in a
> distributed fashion.
>
> Changing the code seems like a waste of time, HBase is inherently
> distributed and it relies on machines having their network correctly
> configured. Your time might be better spent using a VM on your own
> machine.
>
> J-D
>
> On Fri, May 24, 2013 at 12:38 PM, Yves S. Garret
> <yo...@gmail.com> wrote:
> > That seems to be the case.  The thing that I don't get is if I missed any
> > "global" setting in order to make everything turn towards localhost.
>  What
> > am I missing?
> >
> > I'll scour the HBase docs again.
> >
> >
> > On Fri, May 24, 2013 at 1:17 PM, Jay Vyas <ja...@gmail.com> wrote:
> >
> >> Yes ... get hostname and /etc/hosts synced up properly and i bet that
> will
> >> fix it
> >>
> >>
> >> On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <
> jdcryans@apache.org
> >> >wrote:
> >>
> >> > Ah yeah the master advertised itself as:
> >> >
> >> > Attempting connect to Master server at
> >> > ip72-215-225-9.at.at.cox.net,46122,1369408257140
> >> >
> >> > So the region server cannot find it since that's the public address
> >> > and nothing's reachable through that. Now you really need to fix your
> >> > networking :)
> >> >
> >> > J-D
> >> >
> >> > On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
> >> > <yo...@gmail.com> wrote:
> >> > > Ok, weird, it still seems to be looking towards Cox.
> >> > >
> >> > > Here is my hbase-site.xml file:
> >> > > http://bin.cakephp.org/view/628322266
> >> > >
> >> > >
> >> > > On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <
> >> jdcryans@apache.org
> >> > >wrote:
> >> > >
> >> > >> No, I meant hbase.master.ipc.address and
> >> > >> hbase.regionserver.ipc.address. See
> >> > >> https://issues.apache.org/jira/browse/HBASE-8148.
> >> > >>
> >> > >> J-D
> >> > >>
> >> > >> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
> >> > >> <yo...@gmail.com> wrote:
> >> > >> > Do you mean hbase.master.info.bindAddress and
> >> > >> > hbase.regionserver.info.bindAddress?  I couldn't find
> >> > >> > anything else in the docs.  But having said that, both
> >> > >> > are set to 0.0.0.0 by default.
> >> > >> >
> >> > >> > Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
> >> > >> > no web gui.
> >> > >> >
> >> > >> >
> >> > >> > On Thu, May 23, 2013 at 7:19 PM, Jean-Daniel Cryans <
> >> > jdcryans@apache.org
> >> > >> >wrote:
> >> > >> >
> >> > >> >> It should only be a matter of network configuration and not a
> >> matter
> >> > >> >> of whether you are a Hadoop expert or not. HBase is just trying
> to
> >> > get
> >> > >> >> the machine's hostname and bind to it and in your case it's
> given
> >> > >> >> something it cannot use. It's unfortunate.
> >> > >> >>
> >> > >> >> IIUC your machine is hosted on cox.net? And it seems that while
> >> > >> >> providing that machine they at some point set it up so that its
> >> > >> >> hostname would resolve to a public address. Sounds like a
> >> > >> >> misconfiguration. Anyways, you can edit your /etc/hosts so that
> >> your
> >> > >> >> hostname points to 127.0.0.1 or, since you are using 0.94.7, set
> >> both
> >> > >> >> hbase.master.ipc.address and hbase.regionserver.ipc.address to
> >> > 0.0.0.0
> >> > >> >> in your hbase-site.xml so that it binds on the wildcard address
> >> > >> >> instead.
> >> > >> >>
> >> > >> >> J-D
> >> > >> >>
> >> > >> >> On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
> >> > >> >> <yo...@gmail.com> wrote:
> >> > >> >> > How weird.  Admittedly I'm not terribly knowledgeable about
> >> Hadoop
> >> > >> >> > and all of its sub-projects, but I don't recall ever setting
> any
> >> > >> >> networking
> >> > >> >> > info to something other than localhost.  What would cause
> this?
> >> > >> >> >
> >> > >> >> >
> >> > >> >> > On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <
> >> > >> jdcryans@apache.org
> >> > >> >> >wrote:
> >> > >> >> >
> >> > >> >> >> That's your problem:
> >> > >> >> >>
> >> > >> >> >> Caused by: java.net.BindException: Problem binding to
> >> > >> >> >> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign
> >> > >> requested
> >> > >> >> >> address
> >> > >> >> >>
> >> > >> >> >> Either it's a public address and you can't bind to it or
> someone
> >> > else
> >> > >> >> >> is using it.
> >> > >> >> >>
> >> > >> >> >> J-D
> >> > >> >> >>
> >> > >> >> >> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
> >> > >> >> >> <yo...@gmail.com> wrote:
> >> > >> >> >> > Here is my dump of the sole log file in the logs directory:
> >> > >> >> >> > http://bin.cakephp.org/view/2116332048
> >> > >> >> >> >
> >> > >> >> >> >
> >> > >> >> >> > On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <
> >> > >> >> jdcryans@apache.org
> >> > >> >> >> >wrote:
> >> > >> >> >> >
> >> > >> >> >> >> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <
> >> > jayunit100@gmail.com>
> >> > >> >> wrote:
> >> > >> >> >> >> > 1) Should hbase-master be changed to localhost?
> >> > >> >> >> >> >
> >> > >> >> >> >> > Maybe Try changing /etc/hosts to match the actual non
> >> > loopback
> >> > >> ip
> >> > >> >> of
> >> > >> >> >> >> your machine... (i.e. just run Ifconfig | grep 1 and see
> what
> >> > ip
> >> > >> >> comes
> >> > >> >> >> out
> >> > >> >> >> >> :))
> >> > >> >> >> >> >  and make sure your /etc/hosts matches the file in my
> blog
> >> > post,
> >> > >> >> (you
> >> > >> >> >> >> need hbase-master to be defined in your /etc/hosts...).
> >> > >> >> >> >>
> >> > >> >> >> >> hbase.master was dropped around 2009 now that we have
> >> > zookeeper.
> >> > >> So
> >> > >> >> >> >> you can set it to whatever you want, it won't change
> anything
> >> > :)
> >> > >> >> >> >>
> >> > >> >> >> >> >
> >> > >> >> >> >> > 2) zookeeper parent seems bad..
> >> > >> >> >> >> >
> >> > >> >> >> >> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so
> that
> >> > it's
> >> > >> >> >> >> consistent with what you defined in zookeeper parent node.
> >> > >> >> >> >>
> >> > >> >> >> >> Those two are really unrelated, /hbase is the default so
> no
> >> > need
> >> > >> to
> >> > >> >> >> >> override it, and I'm guessing that hbase.rootdir is
> somewhere
> >> > >> >> writable
> >> > >> >> >> >> so that's all good.
> >> > >> >> >> >>
> >> > >> >> >> >> Now, regarding the "Check the value configured in
> >> > >> >> >> >> 'zookeeper.znode.parent", it's triggered when the client
> >> wants
> >> > to
> >> > >> >> read
> >> > >> >> >> >> the /hbase znode in ZooKeeper but it's unable to. If it
> >> doesn't
> >> > >> >> exist,
> >> > >> >> >> >> it might be because your HBase is homed elsewhere. It
> could
> >> > also
> >> > >> be
> >> > >> >> >> >> that HBase isn't running at all so the Master never got to
> >> > create
> >> > >> it.
> >> > >> >> >> >>
> >> > >> >> >> >> BTW you can start the shell with -d and it's gonna give
> more
> >> > info
> >> > >> and
> >> > >> >> >> >> dump all the stack traces.
> >> > >> >> >> >>
> >> > >> >> >> >> Going by this thread I would guess that HBase isn't
> running
> >> so
> >> > the
> >> > >> >> >> >> shell won't help. Another way to check is pointing your
> >> > browser to
> >> > >> >> >> >> localhost:60010 and see if the master is responding. If
> not,
> >> > time
> >> > >> to
> >> > >> >> >> >> open up the log and see what's up.
> >> > >> >> >> >>
> >> > >> >> >> >> J-D
> >> > >> >> >> >>
> >> > >> >> >>
> >> > >> >>
> >> > >>
> >> >
> >>
> >>
> >>
> >> --
> >> Jay Vyas
> >> http://jayunit100.blogspot.com
> >>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
I can.  I'll change /etc/sysconfig/network to localhost, for a hostname.

In CentOS/Fedora/Red Hat, /etc/hostname does not exist and it's
/etc/sysconfig/network :) .


On Fri, May 24, 2013 at 4:25 PM, Jay Vyas <ja...@gmail.com> wrote:

> +1 for a VM on your own machine.  That's how I do it because its easy to
> control and muck with network settings .
>
> Cant you just Edit etc/hostname file ?
>
> On May 24, 2013, at 4:03 PM, Jean-Daniel Cryans <jd...@apache.org>
> wrote:
>
> > This is a machine identity problem. HBase simply uses the normal Java
> > APIs and asks "who am I?". The answer it gets is
> > ip72-215-225-9.at.at.cox.net. Changing this should only be a matter of
> > DNS configs, starting with /etc/hosts. What is your machine's hostname
> > exactly (run "hostname")? When you ping it, what does it return? That
> > should get you started. Does you machine even have a local IP when you
> > run ifconfig? If not, all you can do is force everything to localhost
> > in your network configs. It also means you cannot use HBase in a
> > distributed fashion.
> >
> > Changing the code seems like a waste of time, HBase is inherently
> > distributed and it relies on machines having their network correctly
> > configured. Your time might be better spent using a VM on your own
> > machine.
> >
> > J-D
> >
> > On Fri, May 24, 2013 at 12:38 PM, Yves S. Garret
> > <yo...@gmail.com> wrote:
> >> That seems to be the case.  The thing that I don't get is if I missed
> any
> >> "global" setting in order to make everything turn towards localhost.
>  What
> >> am I missing?
> >>
> >> I'll scour the HBase docs again.
> >>
> >>
> >> On Fri, May 24, 2013 at 1:17 PM, Jay Vyas <ja...@gmail.com> wrote:
> >>
> >>> Yes ... get hostname and /etc/hosts synced up properly and i bet that
> will
> >>> fix it
> >>>
> >>>
> >>> On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <
> jdcryans@apache.org
> >>>> wrote:
> >>>
> >>>> Ah yeah the master advertised itself as:
> >>>>
> >>>> Attempting connect to Master server at
> >>>> ip72-215-225-9.at.at.cox.net,46122,1369408257140
> >>>>
> >>>> So the region server cannot find it since that's the public address
> >>>> and nothing's reachable through that. Now you really need to fix your
> >>>> networking :)
> >>>>
> >>>> J-D
> >>>>
> >>>> On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
> >>>> <yo...@gmail.com> wrote:
> >>>>> Ok, weird, it still seems to be looking towards Cox.
> >>>>>
> >>>>> Here is my hbase-site.xml file:
> >>>>> http://bin.cakephp.org/view/628322266
> >>>>>
> >>>>>
> >>>>> On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <
> >>> jdcryans@apache.org
> >>>>> wrote:
> >>>>>
> >>>>>> No, I meant hbase.master.ipc.address and
> >>>>>> hbase.regionserver.ipc.address. See
> >>>>>> https://issues.apache.org/jira/browse/HBASE-8148.
> >>>>>>
> >>>>>> J-D
> >>>>>>
> >>>>>> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
> >>>>>> <yo...@gmail.com> wrote:
> >>>>>>> Do you mean hbase.master.info.bindAddress and
> >>>>>>> hbase.regionserver.info.bindAddress?  I couldn't find
> >>>>>>> anything else in the docs.  But having said that, both
> >>>>>>> are set to 0.0.0.0 by default.
> >>>>>>>
> >>>>>>> Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
> >>>>>>> no web gui.
> >>>>>>>
> >>>>>>>
> >>>>>>> On Thu, May 23, 2013 at 7:19 PM, Jean-Daniel Cryans <
> >>>> jdcryans@apache.org
> >>>>>>> wrote:
> >>>>>>>
> >>>>>>>> It should only be a matter of network configuration and not a
> >>> matter
> >>>>>>>> of whether you are a Hadoop expert or not. HBase is just trying to
> >>>> get
> >>>>>>>> the machine's hostname and bind to it and in your case it's given
> >>>>>>>> something it cannot use. It's unfortunate.
> >>>>>>>>
> >>>>>>>> IIUC your machine is hosted on cox.net? And it seems that while
> >>>>>>>> providing that machine they at some point set it up so that its
> >>>>>>>> hostname would resolve to a public address. Sounds like a
> >>>>>>>> misconfiguration. Anyways, you can edit your /etc/hosts so that
> >>> your
> >>>>>>>> hostname points to 127.0.0.1 or, since you are using 0.94.7, set
> >>> both
> >>>>>>>> hbase.master.ipc.address and hbase.regionserver.ipc.address to
> >>>> 0.0.0.0
> >>>>>>>> in your hbase-site.xml so that it binds on the wildcard address
> >>>>>>>> instead.
> >>>>>>>>
> >>>>>>>> J-D
> >>>>>>>>
> >>>>>>>> On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
> >>>>>>>> <yo...@gmail.com> wrote:
> >>>>>>>>> How weird.  Admittedly I'm not terribly knowledgeable about
> >>> Hadoop
> >>>>>>>>> and all of its sub-projects, but I don't recall ever setting any
> >>>>>>>> networking
> >>>>>>>>> info to something other than localhost.  What would cause this?
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <
> >>>>>> jdcryans@apache.org
> >>>>>>>>> wrote:
> >>>>>>>>>
> >>>>>>>>>> That's your problem:
> >>>>>>>>>>
> >>>>>>>>>> Caused by: java.net.BindException: Problem binding to
> >>>>>>>>>> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign
> >>>>>> requested
> >>>>>>>>>> address
> >>>>>>>>>>
> >>>>>>>>>> Either it's a public address and you can't bind to it or someone
> >>>> else
> >>>>>>>>>> is using it.
> >>>>>>>>>>
> >>>>>>>>>> J-D
> >>>>>>>>>>
> >>>>>>>>>> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
> >>>>>>>>>> <yo...@gmail.com> wrote:
> >>>>>>>>>>> Here is my dump of the sole log file in the logs directory:
> >>>>>>>>>>> http://bin.cakephp.org/view/2116332048
> >>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>> On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <
> >>>>>>>> jdcryans@apache.org
> >>>>>>>>>>> wrote:
> >>>>>>>>>>>
> >>>>>>>>>>>> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <
> >>>> jayunit100@gmail.com>
> >>>>>>>> wrote:
> >>>>>>>>>>>>> 1) Should hbase-master be changed to localhost?
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Maybe Try changing /etc/hosts to match the actual non
> >>>> loopback
> >>>>>> ip
> >>>>>>>> of
> >>>>>>>>>>>> your machine... (i.e. just run Ifconfig | grep 1 and see what
> >>>> ip
> >>>>>>>> comes
> >>>>>>>>>> out
> >>>>>>>>>>>> :))
> >>>>>>>>>>>>> and make sure your /etc/hosts matches the file in my blog
> >>>> post,
> >>>>>>>> (you
> >>>>>>>>>>>> need hbase-master to be defined in your /etc/hosts...).
> >>>>>>>>>>>>
> >>>>>>>>>>>> hbase.master was dropped around 2009 now that we have
> >>>> zookeeper.
> >>>>>> So
> >>>>>>>>>>>> you can set it to whatever you want, it won't change anything
> >>>> :)
> >>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> 2) zookeeper parent seems bad..
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Change hbase-rootdir to "hbase" (in hbase.rootdir) so that
> >>>> it's
> >>>>>>>>>>>> consistent with what you defined in zookeeper parent node.
> >>>>>>>>>>>>
> >>>>>>>>>>>> Those two are really unrelated, /hbase is the default so no
> >>>> need
> >>>>>> to
> >>>>>>>>>>>> override it, and I'm guessing that hbase.rootdir is somewhere
> >>>>>>>> writable
> >>>>>>>>>>>> so that's all good.
> >>>>>>>>>>>>
> >>>>>>>>>>>> Now, regarding the "Check the value configured in
> >>>>>>>>>>>> 'zookeeper.znode.parent", it's triggered when the client
> >>> wants
> >>>> to
> >>>>>>>> read
> >>>>>>>>>>>> the /hbase znode in ZooKeeper but it's unable to. If it
> >>> doesn't
> >>>>>>>> exist,
> >>>>>>>>>>>> it might be because your HBase is homed elsewhere. It could
> >>>> also
> >>>>>> be
> >>>>>>>>>>>> that HBase isn't running at all so the Master never got to
> >>>> create
> >>>>>> it.
> >>>>>>>>>>>>
> >>>>>>>>>>>> BTW you can start the shell with -d and it's gonna give more
> >>>> info
> >>>>>> and
> >>>>>>>>>>>> dump all the stack traces.
> >>>>>>>>>>>>
> >>>>>>>>>>>> Going by this thread I would guess that HBase isn't running
> >>> so
> >>>> the
> >>>>>>>>>>>> shell won't help. Another way to check is pointing your
> >>>> browser to
> >>>>>>>>>>>> localhost:60010 and see if the master is responding. If not,
> >>>> time
> >>>>>> to
> >>>>>>>>>>>> open up the log and see what's up.
> >>>>>>>>>>>>
> >>>>>>>>>>>> J-D
> >>>
> >>>
> >>>
> >>> --
> >>> Jay Vyas
> >>> http://jayunit100.blogspot.com
> >>>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Seems like a part of it was cut off.


On Tue, May 28, 2013 at 6:15 PM, Jay Vyas <ja...@gmail.com> wrote:

> Here's my config.  This is for a different file system so it might provide
> some insight compared with the examples online (
> http://hbase.apache.org/book/example_config.html)
>
> You need the fully qualified name for the hbase.rootdir.
>
> <property>
>                                 <name>hbase.master</name>
>                                 <value>hbase-master:60000</value>
>                                 <description>The host and port that the
> HBase master runs at.
>                                                      A value of 'local'
> runs the master and a regionserver
>                                                      in a single process.
>                                 </description>
>                 </property>
>
>                 <property>
>                                 <name>hbase.rootdir</name>
>
> <value>glusterfs://hbase-master:9000/hbase</value>
>                                 <description>The directory shared by region
> servers.</description>
>                 </property>
>
>                 <property>
>                                 <name>hbase.cluster.distributed</name>
>                                 <value>true</value>
>                                 <description>The mode the cluster will be
> in. Possible values are
>                                 false: standalone and pseudo-distributed
> setups with managed
>                                 Zookeeper true: fully-distributed with
> unmanaged Zookeeper
>                                 Quorum (see hbase-env.sh)
>                                 </description>
>                 </property>
>                 <property>
>
> <name>hbase.zookeeper.property.clientPort</name>
>                                 <value>2222</value>
>                 <description>Property from ZooKeeper's config zoo.cfg.
>                                 The port at which the clients will connect.
>                                 </description>
>                 </property>
>
>         <property>
>             <name>zookeeper.znode.parent</name>
>             <value>/hbase-master</value>
>         </property>
>

Re: HBase is not running.

Posted by Jay Vyas <ja...@gmail.com>.
Here's my config.  This is for a different file system so it might provide
some insight compared with the examples online (
http://hbase.apache.org/book/example_config.html)

You need the fully qualified name for the hbase.rootdir.

<property>
                                <name>hbase.master</name>
                                <value>hbase-master:60000</value>
                                <description>The host and port that the
HBase master runs at.
                                                     A value of 'local'
runs the master and a regionserver
                                                     in a single process.
                                </description>
                </property>

                <property>
                                <name>hbase.rootdir</name>

<value>glusterfs://hbase-master:9000/hbase</value>
                                <description>The directory shared by region
servers.</description>
                </property>

                <property>
                                <name>hbase.cluster.distributed</name>
                                <value>true</value>
                                <description>The mode the cluster will be
in. Possible values are
                                false: standalone and pseudo-distributed
setups with managed
                                Zookeeper true: fully-distributed with
unmanaged Zookeeper
                                Quorum (see hbase-env.sh)
                                </description>
                </property>
                <property>

<name>hbase.zookeeper.property.clientPort</name>
                                <value>2222</value>
                <description>Property from ZooKeeper's config zoo.cfg.
                                The port at which the clients will connect.
                                </description>
                </property>

        <property>
            <name>zookeeper.znode.parent</name>
            <value>/hbase-master</value>
        </property>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Or, even better, if someone has a sample hbase-site.xml file
that I can see, that would be even better :) .


On Tue, May 28, 2013 at 6:05 PM, Yves S. Garret
<yo...@gmail.com>wrote:

> Ok, I finally got HBase to work.  With the current networking configs
> and then just tried to run it with the default configs.  I didn't change
> the
> path to the directory, which I think I was messing up in hbase-site.xml.
>
> One more question, how should the syntax look like in this thing?  If I
> want to store the data in /hbase (from the root directory), should the path
> look like this?
>
> <property>
>   <name>hbase.rootdir</name>
>   <value>file:/hbase</value>
> </property>
>
>
>
>
> On Tue, May 28, 2013 at 1:08 PM, Yves S. Garret <
> yoursurrogategod@gmail.com> wrote:
>
>> Ok, it's obvious that this is a networking issue.  I'm running on CentOS
>> and the hostname file is not in /etc, it's located in
>> /etc/sysconfig/network
>> instead.
>>
>> This is how that file looks like at the moment:
>> NETWORKING=yes
>> HOSTNAME=ysg.connect
>>
>> /etc/hosts is like this:
>> 127.0.0.1   localhost   ysg.connect
>>
>>
>> On Tue, May 28, 2013 at 1:05 PM, Yves S. Garret <
>> yoursurrogategod@gmail.com> wrote:
>>
>>> Just curious, but what's zookeeper.sh in the bin directory of HBase?
>>>
>>>
>>> On Fri, May 24, 2013 at 10:27 PM, Jay Vyas <ja...@gmail.com> wrote:
>>>
>>>> Yes that's a great post it helped me appreciate the complexity of the
>>>> whole thing to. There's gotta be a JIRA in here somewhere :)
>>>>
>>>> Sent from my iPhone
>>>>
>>>> On May 24, 2013, at 7:08 PM, "Yves S. Garret" <
>>>> yoursurrogategod@gmail.com> wrote:
>>>>
>>>> > I do want to know.  Maybe that'll get my problem resolved.
>>>> >
>>>> >
>>>> > On Fri, May 24, 2013 at 5:00 PM, Asaf Mesika <as...@gmail.com>
>>>> wrote:
>>>> >
>>>> >> If you truly want to understand the weirdness behind what you
>>>> witnessed,
>>>> >> then make a big cup of coffee, prepare a notebook with a pen and sit
>>>> down
>>>> >> to read this:
>>>> http://blog.devving.com/why-does-hbase-care-about-etchosts/
>>>> >> My friend at devving.com had a fight like this with HBase pseudo
>>>> mode, but
>>>> >> decided to go really deep into HBase code , JVM, Dns resolving and
>>>> Linux
>>>> >> standards.
>>>> >>
>>>> >>
>>>> >> On Friday, May 24, 2013, Jay Vyas wrote:
>>>> >>
>>>> >>> +1 for a VM on your own machine.  That's how I do it because its
>>>> easy to
>>>> >>> control and muck with network settings .
>>>> >>>
>>>> >>> Cant you just Edit etc/hostname file ?
>>>> >>>
>>>> >>> On May 24, 2013, at 4:03 PM, Jean-Daniel Cryans <
>>>> jdcryans@apache.org>
>>>> >>> wrote:
>>>> >>>
>>>> >>>> This is a machine identity problem. HBase simply uses the normal
>>>> Java
>>>> >>>> APIs and asks "who am I?". The answer it gets is
>>>> >>>> ip72-215-225-9.at.at.cox.net. Changing this should only be a
>>>> matter of
>>>> >>>> DNS configs, starting with /etc/hosts. What is your machine's
>>>> hostname
>>>> >>>> exactly (run "hostname")? When you ping it, what does it return?
>>>> That
>>>> >>>> should get you started. Does you machine even have a local IP when
>>>> you
>>>> >>>> run ifconfig? If not, all you can do is force everything to
>>>> localhost
>>>> >>>> in your network configs. It also means you cannot use HBase in a
>>>> >>>> distributed fashion.
>>>> >>>>
>>>> >>>> Changing the code seems like a waste of time, HBase is inherently
>>>> >>>> distributed and it relies on machines having their network
>>>> correctly
>>>> >>>> configured. Your time might be better spent using a VM on your own
>>>> >>>> machine.
>>>> >>>>
>>>> >>>> J-D
>>>> >>>>
>>>> >>>> On Fri, May 24, 2013 at 12:38 PM, Yves S. Garret
>>>> >>>> <yo...@gmail.com> wrote:
>>>> >>>>> That seems to be the case.  The thing that I don't get is if I
>>>> missed
>>>> >>> any
>>>> >>>>> "global" setting in order to make everything turn towards
>>>> localhost.
>>>> >>> What
>>>> >>>>> am I missing?
>>>> >>>>>
>>>> >>>>> I'll scour the HBase docs again.
>>>> >>>>>
>>>> >>>>>
>>>> >>>>> On Fri, May 24, 2013 at 1:17 PM, Jay Vyas <ja...@gmail.com>
>>>> >> wrote:
>>>> >>>>>
>>>> >>>>>> Yes ... get hostname and /etc/hosts synced up properly and i bet
>>>> that
>>>> >>> will
>>>> >>>>>> fix it
>>>> >>>>>>
>>>> >>>>>>
>>>> >>>>>> On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <
>>>> >>> jdcryans@apache.org
>>>> >>>>>>> wrote:
>>>> >>>>>>
>>>> >>>>>>> Ah yeah the master advertised itself as:
>>>> >>>>>>>
>>>> >>>>>>> Attempting connect to Master server at
>>>> >>>>>>> ip72-215-225-9.at.at.cox.net,46122,1369408257140
>>>> >>>>>>>
>>>> >>>>>>> So the region server cannot find it since that's the public
>>>> address
>>>> >>>>>>> and nothing's reachable through that. Now you really need to fix
>>>> >> your
>>>> >>>>>>> networking :)
>>>> >>>>>>>
>>>> >>>>>>> J-D
>>>> >>>>>>>
>>>> >>>>>>> On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
>>>> >>>>>>> <yo...@gmail.com> wrote:
>>>> >>>>>>>> Ok, weird, it still seems to be looking towards Cox.
>>>> >>>>>>>>
>>>> >>>>>>>> Here is my hbase-site.xml file:
>>>> >>>>>>>> http://bin.cakephp.org/view/628322266
>>>> >>>>>>>>
>>>> >>>>>>>>
>>>> >>>>>>>> On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <
>>>> >>>>>> jdcryans@apache.org
>>>> >>>>>>>> wrote:
>>>> >>>>>>>>
>>>> >>>>>>>>> No, I meant hbase.master.ipc.address and
>>>> >>>>>>>>> hbase.regionserver.ipc.address. See
>>>> >>>>>>>>> https://issues.apache.org/jira/browse/HBASE-8148.
>>>> >>>>>>>>>
>>>> >>>>>>>>> J-D
>>>> >>>>>>>>>
>>>> >>>>>>>>> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
>>>> >>>>>>>>> <yo...@gmail.com> wrote:
>>>> >>>>>>>>>> Do you mean hbase.master.info.bindAddress and
>>>> >>>>>>>>>> hbase.regionserver.info.bindAddress?  I couldn't find
>>>> >>>>>>>>>> anything else in the docs.  But having said that, both
>>>> >>>>>>>>>> are set to 0.0.0.0 by default.
>>>> >>>>>>>>>>
>>>> >>>>>>>>>> Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
>>>> >>>>>>>>>> no web gui.
>>>> >>
>>>>
>>>
>>>
>>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Ok, I finally got HBase to work.  With the current networking configs
and then just tried to run it with the default configs.  I didn't change the
path to the directory, which I think I was messing up in hbase-site.xml.

One more question, how should the syntax look like in this thing?  If I
want to store the data in /hbase (from the root directory), should the path
look like this?

<property>
  <name>hbase.rootdir</name>
  <value>file:/hbase</value>
</property>




On Tue, May 28, 2013 at 1:08 PM, Yves S. Garret
<yo...@gmail.com>wrote:

> Ok, it's obvious that this is a networking issue.  I'm running on CentOS
> and the hostname file is not in /etc, it's located in
> /etc/sysconfig/network
> instead.
>
> This is how that file looks like at the moment:
> NETWORKING=yes
> HOSTNAME=ysg.connect
>
> /etc/hosts is like this:
> 127.0.0.1   localhost   ysg.connect
>
>
> On Tue, May 28, 2013 at 1:05 PM, Yves S. Garret <
> yoursurrogategod@gmail.com> wrote:
>
>> Just curious, but what's zookeeper.sh in the bin directory of HBase?
>>
>>
>> On Fri, May 24, 2013 at 10:27 PM, Jay Vyas <ja...@gmail.com> wrote:
>>
>>> Yes that's a great post it helped me appreciate the complexity of the
>>> whole thing to. There's gotta be a JIRA in here somewhere :)
>>>
>>> Sent from my iPhone
>>>
>>> On May 24, 2013, at 7:08 PM, "Yves S. Garret" <
>>> yoursurrogategod@gmail.com> wrote:
>>>
>>> > I do want to know.  Maybe that'll get my problem resolved.
>>> >
>>> >
>>> > On Fri, May 24, 2013 at 5:00 PM, Asaf Mesika <as...@gmail.com>
>>> wrote:
>>> >
>>> >> If you truly want to understand the weirdness behind what you
>>> witnessed,
>>> >> then make a big cup of coffee, prepare a notebook with a pen and sit
>>> down
>>> >> to read this:
>>> http://blog.devving.com/why-does-hbase-care-about-etchosts/
>>> >> My friend at devving.com had a fight like this with HBase pseudo
>>> mode, but
>>> >> decided to go really deep into HBase code , JVM, Dns resolving and
>>> Linux
>>> >> standards.
>>> >>
>>> >>
>>> >> On Friday, May 24, 2013, Jay Vyas wrote:
>>> >>
>>> >>> +1 for a VM on your own machine.  That's how I do it because its
>>> easy to
>>> >>> control and muck with network settings .
>>> >>>
>>> >>> Cant you just Edit etc/hostname file ?
>>> >>>
>>> >>> On May 24, 2013, at 4:03 PM, Jean-Daniel Cryans <jdcryans@apache.org
>>> >
>>> >>> wrote:
>>> >>>
>>> >>>> This is a machine identity problem. HBase simply uses the normal
>>> Java
>>> >>>> APIs and asks "who am I?". The answer it gets is
>>> >>>> ip72-215-225-9.at.at.cox.net. Changing this should only be a
>>> matter of
>>> >>>> DNS configs, starting with /etc/hosts. What is your machine's
>>> hostname
>>> >>>> exactly (run "hostname")? When you ping it, what does it return?
>>> That
>>> >>>> should get you started. Does you machine even have a local IP when
>>> you
>>> >>>> run ifconfig? If not, all you can do is force everything to
>>> localhost
>>> >>>> in your network configs. It also means you cannot use HBase in a
>>> >>>> distributed fashion.
>>> >>>>
>>> >>>> Changing the code seems like a waste of time, HBase is inherently
>>> >>>> distributed and it relies on machines having their network correctly
>>> >>>> configured. Your time might be better spent using a VM on your own
>>> >>>> machine.
>>> >>>>
>>> >>>> J-D
>>> >>>>
>>> >>>> On Fri, May 24, 2013 at 12:38 PM, Yves S. Garret
>>> >>>> <yo...@gmail.com> wrote:
>>> >>>>> That seems to be the case.  The thing that I don't get is if I
>>> missed
>>> >>> any
>>> >>>>> "global" setting in order to make everything turn towards
>>> localhost.
>>> >>> What
>>> >>>>> am I missing?
>>> >>>>>
>>> >>>>> I'll scour the HBase docs again.
>>> >>>>>
>>> >>>>>
>>> >>>>> On Fri, May 24, 2013 at 1:17 PM, Jay Vyas <ja...@gmail.com>
>>> >> wrote:
>>> >>>>>
>>> >>>>>> Yes ... get hostname and /etc/hosts synced up properly and i bet
>>> that
>>> >>> will
>>> >>>>>> fix it
>>> >>>>>>
>>> >>>>>>
>>> >>>>>> On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <
>>> >>> jdcryans@apache.org
>>> >>>>>>> wrote:
>>> >>>>>>
>>> >>>>>>> Ah yeah the master advertised itself as:
>>> >>>>>>>
>>> >>>>>>> Attempting connect to Master server at
>>> >>>>>>> ip72-215-225-9.at.at.cox.net,46122,1369408257140
>>> >>>>>>>
>>> >>>>>>> So the region server cannot find it since that's the public
>>> address
>>> >>>>>>> and nothing's reachable through that. Now you really need to fix
>>> >> your
>>> >>>>>>> networking :)
>>> >>>>>>>
>>> >>>>>>> J-D
>>> >>>>>>>
>>> >>>>>>> On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
>>> >>>>>>> <yo...@gmail.com> wrote:
>>> >>>>>>>> Ok, weird, it still seems to be looking towards Cox.
>>> >>>>>>>>
>>> >>>>>>>> Here is my hbase-site.xml file:
>>> >>>>>>>> http://bin.cakephp.org/view/628322266
>>> >>>>>>>>
>>> >>>>>>>>
>>> >>>>>>>> On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <
>>> >>>>>> jdcryans@apache.org
>>> >>>>>>>> wrote:
>>> >>>>>>>>
>>> >>>>>>>>> No, I meant hbase.master.ipc.address and
>>> >>>>>>>>> hbase.regionserver.ipc.address. See
>>> >>>>>>>>> https://issues.apache.org/jira/browse/HBASE-8148.
>>> >>>>>>>>>
>>> >>>>>>>>> J-D
>>> >>>>>>>>>
>>> >>>>>>>>> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
>>> >>>>>>>>> <yo...@gmail.com> wrote:
>>> >>>>>>>>>> Do you mean hbase.master.info.bindAddress and
>>> >>>>>>>>>> hbase.regionserver.info.bindAddress?  I couldn't find
>>> >>>>>>>>>> anything else in the docs.  But having said that, both
>>> >>>>>>>>>> are set to 0.0.0.0 by default.
>>> >>>>>>>>>>
>>> >>>>>>>>>> Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
>>> >>>>>>>>>> no web gui.
>>> >>
>>>
>>
>>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Ok, it's obvious that this is a networking issue.  I'm running on CentOS
and the hostname file is not in /etc, it's located in /etc/sysconfig/network
instead.

This is how that file looks like at the moment:
NETWORKING=yes
HOSTNAME=ysg.connect

/etc/hosts is like this:
127.0.0.1   localhost   ysg.connect


On Tue, May 28, 2013 at 1:05 PM, Yves S. Garret
<yo...@gmail.com>wrote:

> Just curious, but what's zookeeper.sh in the bin directory of HBase?
>
>
> On Fri, May 24, 2013 at 10:27 PM, Jay Vyas <ja...@gmail.com> wrote:
>
>> Yes that's a great post it helped me appreciate the complexity of the
>> whole thing to. There's gotta be a JIRA in here somewhere :)
>>
>> Sent from my iPhone
>>
>> On May 24, 2013, at 7:08 PM, "Yves S. Garret" <yo...@gmail.com>
>> wrote:
>>
>> > I do want to know.  Maybe that'll get my problem resolved.
>> >
>> >
>> > On Fri, May 24, 2013 at 5:00 PM, Asaf Mesika <as...@gmail.com>
>> wrote:
>> >
>> >> If you truly want to understand the weirdness behind what you
>> witnessed,
>> >> then make a big cup of coffee, prepare a notebook with a pen and sit
>> down
>> >> to read this:
>> http://blog.devving.com/why-does-hbase-care-about-etchosts/
>> >> My friend at devving.com had a fight like this with HBase pseudo
>> mode, but
>> >> decided to go really deep into HBase code , JVM, Dns resolving and
>> Linux
>> >> standards.
>> >>
>> >>
>> >> On Friday, May 24, 2013, Jay Vyas wrote:
>> >>
>> >>> +1 for a VM on your own machine.  That's how I do it because its easy
>> to
>> >>> control and muck with network settings .
>> >>>
>> >>> Cant you just Edit etc/hostname file ?
>> >>>
>> >>> On May 24, 2013, at 4:03 PM, Jean-Daniel Cryans <jd...@apache.org>
>> >>> wrote:
>> >>>
>> >>>> This is a machine identity problem. HBase simply uses the normal Java
>> >>>> APIs and asks "who am I?". The answer it gets is
>> >>>> ip72-215-225-9.at.at.cox.net. Changing this should only be a matter
>> of
>> >>>> DNS configs, starting with /etc/hosts. What is your machine's
>> hostname
>> >>>> exactly (run "hostname")? When you ping it, what does it return? That
>> >>>> should get you started. Does you machine even have a local IP when
>> you
>> >>>> run ifconfig? If not, all you can do is force everything to localhost
>> >>>> in your network configs. It also means you cannot use HBase in a
>> >>>> distributed fashion.
>> >>>>
>> >>>> Changing the code seems like a waste of time, HBase is inherently
>> >>>> distributed and it relies on machines having their network correctly
>> >>>> configured. Your time might be better spent using a VM on your own
>> >>>> machine.
>> >>>>
>> >>>> J-D
>> >>>>
>> >>>> On Fri, May 24, 2013 at 12:38 PM, Yves S. Garret
>> >>>> <yo...@gmail.com> wrote:
>> >>>>> That seems to be the case.  The thing that I don't get is if I
>> missed
>> >>> any
>> >>>>> "global" setting in order to make everything turn towards localhost.
>> >>> What
>> >>>>> am I missing?
>> >>>>>
>> >>>>> I'll scour the HBase docs again.
>> >>>>>
>> >>>>>
>> >>>>> On Fri, May 24, 2013 at 1:17 PM, Jay Vyas <ja...@gmail.com>
>> >> wrote:
>> >>>>>
>> >>>>>> Yes ... get hostname and /etc/hosts synced up properly and i bet
>> that
>> >>> will
>> >>>>>> fix it
>> >>>>>>
>> >>>>>>
>> >>>>>> On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <
>> >>> jdcryans@apache.org
>> >>>>>>> wrote:
>> >>>>>>
>> >>>>>>> Ah yeah the master advertised itself as:
>> >>>>>>>
>> >>>>>>> Attempting connect to Master server at
>> >>>>>>> ip72-215-225-9.at.at.cox.net,46122,1369408257140
>> >>>>>>>
>> >>>>>>> So the region server cannot find it since that's the public
>> address
>> >>>>>>> and nothing's reachable through that. Now you really need to fix
>> >> your
>> >>>>>>> networking :)
>> >>>>>>>
>> >>>>>>> J-D
>> >>>>>>>
>> >>>>>>> On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
>> >>>>>>> <yo...@gmail.com> wrote:
>> >>>>>>>> Ok, weird, it still seems to be looking towards Cox.
>> >>>>>>>>
>> >>>>>>>> Here is my hbase-site.xml file:
>> >>>>>>>> http://bin.cakephp.org/view/628322266
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <
>> >>>>>> jdcryans@apache.org
>> >>>>>>>> wrote:
>> >>>>>>>>
>> >>>>>>>>> No, I meant hbase.master.ipc.address and
>> >>>>>>>>> hbase.regionserver.ipc.address. See
>> >>>>>>>>> https://issues.apache.org/jira/browse/HBASE-8148.
>> >>>>>>>>>
>> >>>>>>>>> J-D
>> >>>>>>>>>
>> >>>>>>>>> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
>> >>>>>>>>> <yo...@gmail.com> wrote:
>> >>>>>>>>>> Do you mean hbase.master.info.bindAddress and
>> >>>>>>>>>> hbase.regionserver.info.bindAddress?  I couldn't find
>> >>>>>>>>>> anything else in the docs.  But having said that, both
>> >>>>>>>>>> are set to 0.0.0.0 by default.
>> >>>>>>>>>>
>> >>>>>>>>>> Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
>> >>>>>>>>>> no web gui.
>> >>
>>
>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Just curious, but what's zookeeper.sh in the bin directory of HBase?


On Fri, May 24, 2013 at 10:27 PM, Jay Vyas <ja...@gmail.com> wrote:

> Yes that's a great post it helped me appreciate the complexity of the
> whole thing to. There's gotta be a JIRA in here somewhere :)
>
> Sent from my iPhone
>
> On May 24, 2013, at 7:08 PM, "Yves S. Garret" <yo...@gmail.com>
> wrote:
>
> > I do want to know.  Maybe that'll get my problem resolved.
> >
> >
> > On Fri, May 24, 2013 at 5:00 PM, Asaf Mesika <as...@gmail.com>
> wrote:
> >
> >> If you truly want to understand the weirdness behind what you witnessed,
> >> then make a big cup of coffee, prepare a notebook with a pen and sit
> down
> >> to read this:
> http://blog.devving.com/why-does-hbase-care-about-etchosts/
> >> My friend at devving.com had a fight like this with HBase pseudo mode,
> but
> >> decided to go really deep into HBase code , JVM, Dns resolving and Linux
> >> standards.
> >>
> >>
> >> On Friday, May 24, 2013, Jay Vyas wrote:
> >>
> >>> +1 for a VM on your own machine.  That's how I do it because its easy
> to
> >>> control and muck with network settings .
> >>>
> >>> Cant you just Edit etc/hostname file ?
> >>>
> >>> On May 24, 2013, at 4:03 PM, Jean-Daniel Cryans <jd...@apache.org>
> >>> wrote:
> >>>
> >>>> This is a machine identity problem. HBase simply uses the normal Java
> >>>> APIs and asks "who am I?". The answer it gets is
> >>>> ip72-215-225-9.at.at.cox.net. Changing this should only be a matter
> of
> >>>> DNS configs, starting with /etc/hosts. What is your machine's hostname
> >>>> exactly (run "hostname")? When you ping it, what does it return? That
> >>>> should get you started. Does you machine even have a local IP when you
> >>>> run ifconfig? If not, all you can do is force everything to localhost
> >>>> in your network configs. It also means you cannot use HBase in a
> >>>> distributed fashion.
> >>>>
> >>>> Changing the code seems like a waste of time, HBase is inherently
> >>>> distributed and it relies on machines having their network correctly
> >>>> configured. Your time might be better spent using a VM on your own
> >>>> machine.
> >>>>
> >>>> J-D
> >>>>
> >>>> On Fri, May 24, 2013 at 12:38 PM, Yves S. Garret
> >>>> <yo...@gmail.com> wrote:
> >>>>> That seems to be the case.  The thing that I don't get is if I missed
> >>> any
> >>>>> "global" setting in order to make everything turn towards localhost.
> >>> What
> >>>>> am I missing?
> >>>>>
> >>>>> I'll scour the HBase docs again.
> >>>>>
> >>>>>
> >>>>> On Fri, May 24, 2013 at 1:17 PM, Jay Vyas <ja...@gmail.com>
> >> wrote:
> >>>>>
> >>>>>> Yes ... get hostname and /etc/hosts synced up properly and i bet
> that
> >>> will
> >>>>>> fix it
> >>>>>>
> >>>>>>
> >>>>>> On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <
> >>> jdcryans@apache.org
> >>>>>>> wrote:
> >>>>>>
> >>>>>>> Ah yeah the master advertised itself as:
> >>>>>>>
> >>>>>>> Attempting connect to Master server at
> >>>>>>> ip72-215-225-9.at.at.cox.net,46122,1369408257140
> >>>>>>>
> >>>>>>> So the region server cannot find it since that's the public address
> >>>>>>> and nothing's reachable through that. Now you really need to fix
> >> your
> >>>>>>> networking :)
> >>>>>>>
> >>>>>>> J-D
> >>>>>>>
> >>>>>>> On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
> >>>>>>> <yo...@gmail.com> wrote:
> >>>>>>>> Ok, weird, it still seems to be looking towards Cox.
> >>>>>>>>
> >>>>>>>> Here is my hbase-site.xml file:
> >>>>>>>> http://bin.cakephp.org/view/628322266
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <
> >>>>>> jdcryans@apache.org
> >>>>>>>> wrote:
> >>>>>>>>
> >>>>>>>>> No, I meant hbase.master.ipc.address and
> >>>>>>>>> hbase.regionserver.ipc.address. See
> >>>>>>>>> https://issues.apache.org/jira/browse/HBASE-8148.
> >>>>>>>>>
> >>>>>>>>> J-D
> >>>>>>>>>
> >>>>>>>>> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
> >>>>>>>>> <yo...@gmail.com> wrote:
> >>>>>>>>>> Do you mean hbase.master.info.bindAddress and
> >>>>>>>>>> hbase.regionserver.info.bindAddress?  I couldn't find
> >>>>>>>>>> anything else in the docs.  But having said that, both
> >>>>>>>>>> are set to 0.0.0.0 by default.
> >>>>>>>>>>
> >>>>>>>>>> Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
> >>>>>>>>>> no web gui.
> >>
>

Re: HBase is not running.

Posted by Jay Vyas <ja...@gmail.com>.
Yes that's a great post it helped me appreciate the complexity of the whole thing to. There's gotta be a JIRA in here somewhere :)

Sent from my iPhone

On May 24, 2013, at 7:08 PM, "Yves S. Garret" <yo...@gmail.com> wrote:

> I do want to know.  Maybe that'll get my problem resolved.
> 
> 
> On Fri, May 24, 2013 at 5:00 PM, Asaf Mesika <as...@gmail.com> wrote:
> 
>> If you truly want to understand the weirdness behind what you witnessed,
>> then make a big cup of coffee, prepare a notebook with a pen and sit down
>> to read this: http://blog.devving.com/why-does-hbase-care-about-etchosts/
>> My friend at devving.com had a fight like this with HBase pseudo mode, but
>> decided to go really deep into HBase code , JVM, Dns resolving and Linux
>> standards.
>> 
>> 
>> On Friday, May 24, 2013, Jay Vyas wrote:
>> 
>>> +1 for a VM on your own machine.  That's how I do it because its easy to
>>> control and muck with network settings .
>>> 
>>> Cant you just Edit etc/hostname file ?
>>> 
>>> On May 24, 2013, at 4:03 PM, Jean-Daniel Cryans <jd...@apache.org>
>>> wrote:
>>> 
>>>> This is a machine identity problem. HBase simply uses the normal Java
>>>> APIs and asks "who am I?". The answer it gets is
>>>> ip72-215-225-9.at.at.cox.net. Changing this should only be a matter of
>>>> DNS configs, starting with /etc/hosts. What is your machine's hostname
>>>> exactly (run "hostname")? When you ping it, what does it return? That
>>>> should get you started. Does you machine even have a local IP when you
>>>> run ifconfig? If not, all you can do is force everything to localhost
>>>> in your network configs. It also means you cannot use HBase in a
>>>> distributed fashion.
>>>> 
>>>> Changing the code seems like a waste of time, HBase is inherently
>>>> distributed and it relies on machines having their network correctly
>>>> configured. Your time might be better spent using a VM on your own
>>>> machine.
>>>> 
>>>> J-D
>>>> 
>>>> On Fri, May 24, 2013 at 12:38 PM, Yves S. Garret
>>>> <yo...@gmail.com> wrote:
>>>>> That seems to be the case.  The thing that I don't get is if I missed
>>> any
>>>>> "global" setting in order to make everything turn towards localhost.
>>> What
>>>>> am I missing?
>>>>> 
>>>>> I'll scour the HBase docs again.
>>>>> 
>>>>> 
>>>>> On Fri, May 24, 2013 at 1:17 PM, Jay Vyas <ja...@gmail.com>
>> wrote:
>>>>> 
>>>>>> Yes ... get hostname and /etc/hosts synced up properly and i bet that
>>> will
>>>>>> fix it
>>>>>> 
>>>>>> 
>>>>>> On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <
>>> jdcryans@apache.org
>>>>>>> wrote:
>>>>>> 
>>>>>>> Ah yeah the master advertised itself as:
>>>>>>> 
>>>>>>> Attempting connect to Master server at
>>>>>>> ip72-215-225-9.at.at.cox.net,46122,1369408257140
>>>>>>> 
>>>>>>> So the region server cannot find it since that's the public address
>>>>>>> and nothing's reachable through that. Now you really need to fix
>> your
>>>>>>> networking :)
>>>>>>> 
>>>>>>> J-D
>>>>>>> 
>>>>>>> On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
>>>>>>> <yo...@gmail.com> wrote:
>>>>>>>> Ok, weird, it still seems to be looking towards Cox.
>>>>>>>> 
>>>>>>>> Here is my hbase-site.xml file:
>>>>>>>> http://bin.cakephp.org/view/628322266
>>>>>>>> 
>>>>>>>> 
>>>>>>>> On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <
>>>>>> jdcryans@apache.org
>>>>>>>> wrote:
>>>>>>>> 
>>>>>>>>> No, I meant hbase.master.ipc.address and
>>>>>>>>> hbase.regionserver.ipc.address. See
>>>>>>>>> https://issues.apache.org/jira/browse/HBASE-8148.
>>>>>>>>> 
>>>>>>>>> J-D
>>>>>>>>> 
>>>>>>>>> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
>>>>>>>>> <yo...@gmail.com> wrote:
>>>>>>>>>> Do you mean hbase.master.info.bindAddress and
>>>>>>>>>> hbase.regionserver.info.bindAddress?  I couldn't find
>>>>>>>>>> anything else in the docs.  But having said that, both
>>>>>>>>>> are set to 0.0.0.0 by default.
>>>>>>>>>> 
>>>>>>>>>> Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
>>>>>>>>>> no web gui.
>> 

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
I do want to know.  Maybe that'll get my problem resolved.


On Fri, May 24, 2013 at 5:00 PM, Asaf Mesika <as...@gmail.com> wrote:

> If you truly want to understand the weirdness behind what you witnessed,
> then make a big cup of coffee, prepare a notebook with a pen and sit down
> to read this: http://blog.devving.com/why-does-hbase-care-about-etchosts/
> My friend at devving.com had a fight like this with HBase pseudo mode, but
> decided to go really deep into HBase code , JVM, Dns resolving and Linux
> standards.
>
>
> On Friday, May 24, 2013, Jay Vyas wrote:
>
> > +1 for a VM on your own machine.  That's how I do it because its easy to
> > control and muck with network settings .
> >
> > Cant you just Edit etc/hostname file ?
> >
> > On May 24, 2013, at 4:03 PM, Jean-Daniel Cryans <jd...@apache.org>
> > wrote:
> >
> > > This is a machine identity problem. HBase simply uses the normal Java
> > > APIs and asks "who am I?". The answer it gets is
> > > ip72-215-225-9.at.at.cox.net. Changing this should only be a matter of
> > > DNS configs, starting with /etc/hosts. What is your machine's hostname
> > > exactly (run "hostname")? When you ping it, what does it return? That
> > > should get you started. Does you machine even have a local IP when you
> > > run ifconfig? If not, all you can do is force everything to localhost
> > > in your network configs. It also means you cannot use HBase in a
> > > distributed fashion.
> > >
> > > Changing the code seems like a waste of time, HBase is inherently
> > > distributed and it relies on machines having their network correctly
> > > configured. Your time might be better spent using a VM on your own
> > > machine.
> > >
> > > J-D
> > >
> > > On Fri, May 24, 2013 at 12:38 PM, Yves S. Garret
> > > <yo...@gmail.com> wrote:
> > >> That seems to be the case.  The thing that I don't get is if I missed
> > any
> > >> "global" setting in order to make everything turn towards localhost.
> >  What
> > >> am I missing?
> > >>
> > >> I'll scour the HBase docs again.
> > >>
> > >>
> > >> On Fri, May 24, 2013 at 1:17 PM, Jay Vyas <ja...@gmail.com>
> wrote:
> > >>
> > >>> Yes ... get hostname and /etc/hosts synced up properly and i bet that
> > will
> > >>> fix it
> > >>>
> > >>>
> > >>> On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <
> > jdcryans@apache.org
> > >>>> wrote:
> > >>>
> > >>>> Ah yeah the master advertised itself as:
> > >>>>
> > >>>> Attempting connect to Master server at
> > >>>> ip72-215-225-9.at.at.cox.net,46122,1369408257140
> > >>>>
> > >>>> So the region server cannot find it since that's the public address
> > >>>> and nothing's reachable through that. Now you really need to fix
> your
> > >>>> networking :)
> > >>>>
> > >>>> J-D
> > >>>>
> > >>>> On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
> > >>>> <yo...@gmail.com> wrote:
> > >>>>> Ok, weird, it still seems to be looking towards Cox.
> > >>>>>
> > >>>>> Here is my hbase-site.xml file:
> > >>>>> http://bin.cakephp.org/view/628322266
> > >>>>>
> > >>>>>
> > >>>>> On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <
> > >>> jdcryans@apache.org
> > >>>>> wrote:
> > >>>>>
> > >>>>>> No, I meant hbase.master.ipc.address and
> > >>>>>> hbase.regionserver.ipc.address. See
> > >>>>>> https://issues.apache.org/jira/browse/HBASE-8148.
> > >>>>>>
> > >>>>>> J-D
> > >>>>>>
> > >>>>>> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
> > >>>>>> <yo...@gmail.com> wrote:
> > >>>>>>> Do you mean hbase.master.info.bindAddress and
> > >>>>>>> hbase.regionserver.info.bindAddress?  I couldn't find
> > >>>>>>> anything else in the docs.  But having said that, both
> > >>>>>>> are set to 0.0.0.0 by default.
> > >>>>>>>
> > >>>>>>> Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
> > >>>>>>> no web gui.
> > >>>>>>>
> > >>>>>>>
> > >>>>
>

Re: HBase is not running.

Posted by Asaf Mesika <as...@gmail.com>.
If you truly want to understand the weirdness behind what you witnessed,
then make a big cup of coffee, prepare a notebook with a pen and sit down
to read this: http://blog.devving.com/why-does-hbase-care-about-etchosts/
My friend at devving.com had a fight like this with HBase pseudo mode, but
decided to go really deep into HBase code , JVM, Dns resolving and Linux
standards.


On Friday, May 24, 2013, Jay Vyas wrote:

> +1 for a VM on your own machine.  That's how I do it because its easy to
> control and muck with network settings .
>
> Cant you just Edit etc/hostname file ?
>
> On May 24, 2013, at 4:03 PM, Jean-Daniel Cryans <jd...@apache.org>
> wrote:
>
> > This is a machine identity problem. HBase simply uses the normal Java
> > APIs and asks "who am I?". The answer it gets is
> > ip72-215-225-9.at.at.cox.net. Changing this should only be a matter of
> > DNS configs, starting with /etc/hosts. What is your machine's hostname
> > exactly (run "hostname")? When you ping it, what does it return? That
> > should get you started. Does you machine even have a local IP when you
> > run ifconfig? If not, all you can do is force everything to localhost
> > in your network configs. It also means you cannot use HBase in a
> > distributed fashion.
> >
> > Changing the code seems like a waste of time, HBase is inherently
> > distributed and it relies on machines having their network correctly
> > configured. Your time might be better spent using a VM on your own
> > machine.
> >
> > J-D
> >
> > On Fri, May 24, 2013 at 12:38 PM, Yves S. Garret
> > <yo...@gmail.com> wrote:
> >> That seems to be the case.  The thing that I don't get is if I missed
> any
> >> "global" setting in order to make everything turn towards localhost.
>  What
> >> am I missing?
> >>
> >> I'll scour the HBase docs again.
> >>
> >>
> >> On Fri, May 24, 2013 at 1:17 PM, Jay Vyas <ja...@gmail.com> wrote:
> >>
> >>> Yes ... get hostname and /etc/hosts synced up properly and i bet that
> will
> >>> fix it
> >>>
> >>>
> >>> On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <
> jdcryans@apache.org
> >>>> wrote:
> >>>
> >>>> Ah yeah the master advertised itself as:
> >>>>
> >>>> Attempting connect to Master server at
> >>>> ip72-215-225-9.at.at.cox.net,46122,1369408257140
> >>>>
> >>>> So the region server cannot find it since that's the public address
> >>>> and nothing's reachable through that. Now you really need to fix your
> >>>> networking :)
> >>>>
> >>>> J-D
> >>>>
> >>>> On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
> >>>> <yo...@gmail.com> wrote:
> >>>>> Ok, weird, it still seems to be looking towards Cox.
> >>>>>
> >>>>> Here is my hbase-site.xml file:
> >>>>> http://bin.cakephp.org/view/628322266
> >>>>>
> >>>>>
> >>>>> On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <
> >>> jdcryans@apache.org
> >>>>> wrote:
> >>>>>
> >>>>>> No, I meant hbase.master.ipc.address and
> >>>>>> hbase.regionserver.ipc.address. See
> >>>>>> https://issues.apache.org/jira/browse/HBASE-8148.
> >>>>>>
> >>>>>> J-D
> >>>>>>
> >>>>>> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
> >>>>>> <yo...@gmail.com> wrote:
> >>>>>>> Do you mean hbase.master.info.bindAddress and
> >>>>>>> hbase.regionserver.info.bindAddress?  I couldn't find
> >>>>>>> anything else in the docs.  But having said that, both
> >>>>>>> are set to 0.0.0.0 by default.
> >>>>>>>
> >>>>>>> Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
> >>>>>>> no web gui.
> >>>>>>>
> >>>>>>>
> >>>>

Re: HBase is not running.

Posted by Jay Vyas <ja...@gmail.com>.
+1 for a VM on your own machine.  That's how I do it because its easy to control and muck with network settings . 

Cant you just Edit etc/hostname file ?

On May 24, 2013, at 4:03 PM, Jean-Daniel Cryans <jd...@apache.org> wrote:

> This is a machine identity problem. HBase simply uses the normal Java
> APIs and asks "who am I?". The answer it gets is
> ip72-215-225-9.at.at.cox.net. Changing this should only be a matter of
> DNS configs, starting with /etc/hosts. What is your machine's hostname
> exactly (run "hostname")? When you ping it, what does it return? That
> should get you started. Does you machine even have a local IP when you
> run ifconfig? If not, all you can do is force everything to localhost
> in your network configs. It also means you cannot use HBase in a
> distributed fashion.
> 
> Changing the code seems like a waste of time, HBase is inherently
> distributed and it relies on machines having their network correctly
> configured. Your time might be better spent using a VM on your own
> machine.
> 
> J-D
> 
> On Fri, May 24, 2013 at 12:38 PM, Yves S. Garret
> <yo...@gmail.com> wrote:
>> That seems to be the case.  The thing that I don't get is if I missed any
>> "global" setting in order to make everything turn towards localhost.  What
>> am I missing?
>> 
>> I'll scour the HBase docs again.
>> 
>> 
>> On Fri, May 24, 2013 at 1:17 PM, Jay Vyas <ja...@gmail.com> wrote:
>> 
>>> Yes ... get hostname and /etc/hosts synced up properly and i bet that will
>>> fix it
>>> 
>>> 
>>> On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <jdcryans@apache.org
>>>> wrote:
>>> 
>>>> Ah yeah the master advertised itself as:
>>>> 
>>>> Attempting connect to Master server at
>>>> ip72-215-225-9.at.at.cox.net,46122,1369408257140
>>>> 
>>>> So the region server cannot find it since that's the public address
>>>> and nothing's reachable through that. Now you really need to fix your
>>>> networking :)
>>>> 
>>>> J-D
>>>> 
>>>> On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
>>>> <yo...@gmail.com> wrote:
>>>>> Ok, weird, it still seems to be looking towards Cox.
>>>>> 
>>>>> Here is my hbase-site.xml file:
>>>>> http://bin.cakephp.org/view/628322266
>>>>> 
>>>>> 
>>>>> On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <
>>> jdcryans@apache.org
>>>>> wrote:
>>>>> 
>>>>>> No, I meant hbase.master.ipc.address and
>>>>>> hbase.regionserver.ipc.address. See
>>>>>> https://issues.apache.org/jira/browse/HBASE-8148.
>>>>>> 
>>>>>> J-D
>>>>>> 
>>>>>> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
>>>>>> <yo...@gmail.com> wrote:
>>>>>>> Do you mean hbase.master.info.bindAddress and
>>>>>>> hbase.regionserver.info.bindAddress?  I couldn't find
>>>>>>> anything else in the docs.  But having said that, both
>>>>>>> are set to 0.0.0.0 by default.
>>>>>>> 
>>>>>>> Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
>>>>>>> no web gui.
>>>>>>> 
>>>>>>> 
>>>>>>> On Thu, May 23, 2013 at 7:19 PM, Jean-Daniel Cryans <
>>>> jdcryans@apache.org
>>>>>>> wrote:
>>>>>>> 
>>>>>>>> It should only be a matter of network configuration and not a
>>> matter
>>>>>>>> of whether you are a Hadoop expert or not. HBase is just trying to
>>>> get
>>>>>>>> the machine's hostname and bind to it and in your case it's given
>>>>>>>> something it cannot use. It's unfortunate.
>>>>>>>> 
>>>>>>>> IIUC your machine is hosted on cox.net? And it seems that while
>>>>>>>> providing that machine they at some point set it up so that its
>>>>>>>> hostname would resolve to a public address. Sounds like a
>>>>>>>> misconfiguration. Anyways, you can edit your /etc/hosts so that
>>> your
>>>>>>>> hostname points to 127.0.0.1 or, since you are using 0.94.7, set
>>> both
>>>>>>>> hbase.master.ipc.address and hbase.regionserver.ipc.address to
>>>> 0.0.0.0
>>>>>>>> in your hbase-site.xml so that it binds on the wildcard address
>>>>>>>> instead.
>>>>>>>> 
>>>>>>>> J-D
>>>>>>>> 
>>>>>>>> On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
>>>>>>>> <yo...@gmail.com> wrote:
>>>>>>>>> How weird.  Admittedly I'm not terribly knowledgeable about
>>> Hadoop
>>>>>>>>> and all of its sub-projects, but I don't recall ever setting any
>>>>>>>> networking
>>>>>>>>> info to something other than localhost.  What would cause this?
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <
>>>>>> jdcryans@apache.org
>>>>>>>>> wrote:
>>>>>>>>> 
>>>>>>>>>> That's your problem:
>>>>>>>>>> 
>>>>>>>>>> Caused by: java.net.BindException: Problem binding to
>>>>>>>>>> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign
>>>>>> requested
>>>>>>>>>> address
>>>>>>>>>> 
>>>>>>>>>> Either it's a public address and you can't bind to it or someone
>>>> else
>>>>>>>>>> is using it.
>>>>>>>>>> 
>>>>>>>>>> J-D
>>>>>>>>>> 
>>>>>>>>>> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
>>>>>>>>>> <yo...@gmail.com> wrote:
>>>>>>>>>>> Here is my dump of the sole log file in the logs directory:
>>>>>>>>>>> http://bin.cakephp.org/view/2116332048
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <
>>>>>>>> jdcryans@apache.org
>>>>>>>>>>> wrote:
>>>>>>>>>>> 
>>>>>>>>>>>> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <
>>>> jayunit100@gmail.com>
>>>>>>>> wrote:
>>>>>>>>>>>>> 1) Should hbase-master be changed to localhost?
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Maybe Try changing /etc/hosts to match the actual non
>>>> loopback
>>>>>> ip
>>>>>>>> of
>>>>>>>>>>>> your machine... (i.e. just run Ifconfig | grep 1 and see what
>>>> ip
>>>>>>>> comes
>>>>>>>>>> out
>>>>>>>>>>>> :))
>>>>>>>>>>>>> and make sure your /etc/hosts matches the file in my blog
>>>> post,
>>>>>>>> (you
>>>>>>>>>>>> need hbase-master to be defined in your /etc/hosts...).
>>>>>>>>>>>> 
>>>>>>>>>>>> hbase.master was dropped around 2009 now that we have
>>>> zookeeper.
>>>>>> So
>>>>>>>>>>>> you can set it to whatever you want, it won't change anything
>>>> :)
>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 2) zookeeper parent seems bad..
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Change hbase-rootdir to "hbase" (in hbase.rootdir) so that
>>>> it's
>>>>>>>>>>>> consistent with what you defined in zookeeper parent node.
>>>>>>>>>>>> 
>>>>>>>>>>>> Those two are really unrelated, /hbase is the default so no
>>>> need
>>>>>> to
>>>>>>>>>>>> override it, and I'm guessing that hbase.rootdir is somewhere
>>>>>>>> writable
>>>>>>>>>>>> so that's all good.
>>>>>>>>>>>> 
>>>>>>>>>>>> Now, regarding the "Check the value configured in
>>>>>>>>>>>> 'zookeeper.znode.parent", it's triggered when the client
>>> wants
>>>> to
>>>>>>>> read
>>>>>>>>>>>> the /hbase znode in ZooKeeper but it's unable to. If it
>>> doesn't
>>>>>>>> exist,
>>>>>>>>>>>> it might be because your HBase is homed elsewhere. It could
>>>> also
>>>>>> be
>>>>>>>>>>>> that HBase isn't running at all so the Master never got to
>>>> create
>>>>>> it.
>>>>>>>>>>>> 
>>>>>>>>>>>> BTW you can start the shell with -d and it's gonna give more
>>>> info
>>>>>> and
>>>>>>>>>>>> dump all the stack traces.
>>>>>>>>>>>> 
>>>>>>>>>>>> Going by this thread I would guess that HBase isn't running
>>> so
>>>> the
>>>>>>>>>>>> shell won't help. Another way to check is pointing your
>>>> browser to
>>>>>>>>>>>> localhost:60010 and see if the master is responding. If not,
>>>> time
>>>>>> to
>>>>>>>>>>>> open up the log and see what's up.
>>>>>>>>>>>> 
>>>>>>>>>>>> J-D
>>> 
>>> 
>>> 
>>> --
>>> Jay Vyas
>>> http://jayunit100.blogspot.com
>>> 

Re: HBase is not running.

Posted by Jean-Daniel Cryans <jd...@apache.org>.
This is a machine identity problem. HBase simply uses the normal Java
APIs and asks "who am I?". The answer it gets is
ip72-215-225-9.at.at.cox.net. Changing this should only be a matter of
DNS configs, starting with /etc/hosts. What is your machine's hostname
exactly (run "hostname")? When you ping it, what does it return? That
should get you started. Does you machine even have a local IP when you
run ifconfig? If not, all you can do is force everything to localhost
in your network configs. It also means you cannot use HBase in a
distributed fashion.

Changing the code seems like a waste of time, HBase is inherently
distributed and it relies on machines having their network correctly
configured. Your time might be better spent using a VM on your own
machine.

J-D

On Fri, May 24, 2013 at 12:38 PM, Yves S. Garret
<yo...@gmail.com> wrote:
> That seems to be the case.  The thing that I don't get is if I missed any
> "global" setting in order to make everything turn towards localhost.  What
> am I missing?
>
> I'll scour the HBase docs again.
>
>
> On Fri, May 24, 2013 at 1:17 PM, Jay Vyas <ja...@gmail.com> wrote:
>
>> Yes ... get hostname and /etc/hosts synced up properly and i bet that will
>> fix it
>>
>>
>> On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <jdcryans@apache.org
>> >wrote:
>>
>> > Ah yeah the master advertised itself as:
>> >
>> > Attempting connect to Master server at
>> > ip72-215-225-9.at.at.cox.net,46122,1369408257140
>> >
>> > So the region server cannot find it since that's the public address
>> > and nothing's reachable through that. Now you really need to fix your
>> > networking :)
>> >
>> > J-D
>> >
>> > On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
>> > <yo...@gmail.com> wrote:
>> > > Ok, weird, it still seems to be looking towards Cox.
>> > >
>> > > Here is my hbase-site.xml file:
>> > > http://bin.cakephp.org/view/628322266
>> > >
>> > >
>> > > On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <
>> jdcryans@apache.org
>> > >wrote:
>> > >
>> > >> No, I meant hbase.master.ipc.address and
>> > >> hbase.regionserver.ipc.address. See
>> > >> https://issues.apache.org/jira/browse/HBASE-8148.
>> > >>
>> > >> J-D
>> > >>
>> > >> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
>> > >> <yo...@gmail.com> wrote:
>> > >> > Do you mean hbase.master.info.bindAddress and
>> > >> > hbase.regionserver.info.bindAddress?  I couldn't find
>> > >> > anything else in the docs.  But having said that, both
>> > >> > are set to 0.0.0.0 by default.
>> > >> >
>> > >> > Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
>> > >> > no web gui.
>> > >> >
>> > >> >
>> > >> > On Thu, May 23, 2013 at 7:19 PM, Jean-Daniel Cryans <
>> > jdcryans@apache.org
>> > >> >wrote:
>> > >> >
>> > >> >> It should only be a matter of network configuration and not a
>> matter
>> > >> >> of whether you are a Hadoop expert or not. HBase is just trying to
>> > get
>> > >> >> the machine's hostname and bind to it and in your case it's given
>> > >> >> something it cannot use. It's unfortunate.
>> > >> >>
>> > >> >> IIUC your machine is hosted on cox.net? And it seems that while
>> > >> >> providing that machine they at some point set it up so that its
>> > >> >> hostname would resolve to a public address. Sounds like a
>> > >> >> misconfiguration. Anyways, you can edit your /etc/hosts so that
>> your
>> > >> >> hostname points to 127.0.0.1 or, since you are using 0.94.7, set
>> both
>> > >> >> hbase.master.ipc.address and hbase.regionserver.ipc.address to
>> > 0.0.0.0
>> > >> >> in your hbase-site.xml so that it binds on the wildcard address
>> > >> >> instead.
>> > >> >>
>> > >> >> J-D
>> > >> >>
>> > >> >> On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
>> > >> >> <yo...@gmail.com> wrote:
>> > >> >> > How weird.  Admittedly I'm not terribly knowledgeable about
>> Hadoop
>> > >> >> > and all of its sub-projects, but I don't recall ever setting any
>> > >> >> networking
>> > >> >> > info to something other than localhost.  What would cause this?
>> > >> >> >
>> > >> >> >
>> > >> >> > On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <
>> > >> jdcryans@apache.org
>> > >> >> >wrote:
>> > >> >> >
>> > >> >> >> That's your problem:
>> > >> >> >>
>> > >> >> >> Caused by: java.net.BindException: Problem binding to
>> > >> >> >> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign
>> > >> requested
>> > >> >> >> address
>> > >> >> >>
>> > >> >> >> Either it's a public address and you can't bind to it or someone
>> > else
>> > >> >> >> is using it.
>> > >> >> >>
>> > >> >> >> J-D
>> > >> >> >>
>> > >> >> >> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
>> > >> >> >> <yo...@gmail.com> wrote:
>> > >> >> >> > Here is my dump of the sole log file in the logs directory:
>> > >> >> >> > http://bin.cakephp.org/view/2116332048
>> > >> >> >> >
>> > >> >> >> >
>> > >> >> >> > On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <
>> > >> >> jdcryans@apache.org
>> > >> >> >> >wrote:
>> > >> >> >> >
>> > >> >> >> >> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <
>> > jayunit100@gmail.com>
>> > >> >> wrote:
>> > >> >> >> >> > 1) Should hbase-master be changed to localhost?
>> > >> >> >> >> >
>> > >> >> >> >> > Maybe Try changing /etc/hosts to match the actual non
>> > loopback
>> > >> ip
>> > >> >> of
>> > >> >> >> >> your machine... (i.e. just run Ifconfig | grep 1 and see what
>> > ip
>> > >> >> comes
>> > >> >> >> out
>> > >> >> >> >> :))
>> > >> >> >> >> >  and make sure your /etc/hosts matches the file in my blog
>> > post,
>> > >> >> (you
>> > >> >> >> >> need hbase-master to be defined in your /etc/hosts...).
>> > >> >> >> >>
>> > >> >> >> >> hbase.master was dropped around 2009 now that we have
>> > zookeeper.
>> > >> So
>> > >> >> >> >> you can set it to whatever you want, it won't change anything
>> > :)
>> > >> >> >> >>
>> > >> >> >> >> >
>> > >> >> >> >> > 2) zookeeper parent seems bad..
>> > >> >> >> >> >
>> > >> >> >> >> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that
>> > it's
>> > >> >> >> >> consistent with what you defined in zookeeper parent node.
>> > >> >> >> >>
>> > >> >> >> >> Those two are really unrelated, /hbase is the default so no
>> > need
>> > >> to
>> > >> >> >> >> override it, and I'm guessing that hbase.rootdir is somewhere
>> > >> >> writable
>> > >> >> >> >> so that's all good.
>> > >> >> >> >>
>> > >> >> >> >> Now, regarding the "Check the value configured in
>> > >> >> >> >> 'zookeeper.znode.parent", it's triggered when the client
>> wants
>> > to
>> > >> >> read
>> > >> >> >> >> the /hbase znode in ZooKeeper but it's unable to. If it
>> doesn't
>> > >> >> exist,
>> > >> >> >> >> it might be because your HBase is homed elsewhere. It could
>> > also
>> > >> be
>> > >> >> >> >> that HBase isn't running at all so the Master never got to
>> > create
>> > >> it.
>> > >> >> >> >>
>> > >> >> >> >> BTW you can start the shell with -d and it's gonna give more
>> > info
>> > >> and
>> > >> >> >> >> dump all the stack traces.
>> > >> >> >> >>
>> > >> >> >> >> Going by this thread I would guess that HBase isn't running
>> so
>> > the
>> > >> >> >> >> shell won't help. Another way to check is pointing your
>> > browser to
>> > >> >> >> >> localhost:60010 and see if the master is responding. If not,
>> > time
>> > >> to
>> > >> >> >> >> open up the log and see what's up.
>> > >> >> >> >>
>> > >> >> >> >> J-D
>> > >> >> >> >>
>> > >> >> >>
>> > >> >>
>> > >>
>> >
>>
>>
>>
>> --
>> Jay Vyas
>> http://jayunit100.blogspot.com
>>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
That seems to be the case.  The thing that I don't get is if I missed any
"global" setting in order to make everything turn towards localhost.  What
am I missing?

I'll scour the HBase docs again.


On Fri, May 24, 2013 at 1:17 PM, Jay Vyas <ja...@gmail.com> wrote:

> Yes ... get hostname and /etc/hosts synced up properly and i bet that will
> fix it
>
>
> On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <jdcryans@apache.org
> >wrote:
>
> > Ah yeah the master advertised itself as:
> >
> > Attempting connect to Master server at
> > ip72-215-225-9.at.at.cox.net,46122,1369408257140
> >
> > So the region server cannot find it since that's the public address
> > and nothing's reachable through that. Now you really need to fix your
> > networking :)
> >
> > J-D
> >
> > On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
> > <yo...@gmail.com> wrote:
> > > Ok, weird, it still seems to be looking towards Cox.
> > >
> > > Here is my hbase-site.xml file:
> > > http://bin.cakephp.org/view/628322266
> > >
> > >
> > > On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <
> jdcryans@apache.org
> > >wrote:
> > >
> > >> No, I meant hbase.master.ipc.address and
> > >> hbase.regionserver.ipc.address. See
> > >> https://issues.apache.org/jira/browse/HBASE-8148.
> > >>
> > >> J-D
> > >>
> > >> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
> > >> <yo...@gmail.com> wrote:
> > >> > Do you mean hbase.master.info.bindAddress and
> > >> > hbase.regionserver.info.bindAddress?  I couldn't find
> > >> > anything else in the docs.  But having said that, both
> > >> > are set to 0.0.0.0 by default.
> > >> >
> > >> > Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
> > >> > no web gui.
> > >> >
> > >> >
> > >> > On Thu, May 23, 2013 at 7:19 PM, Jean-Daniel Cryans <
> > jdcryans@apache.org
> > >> >wrote:
> > >> >
> > >> >> It should only be a matter of network configuration and not a
> matter
> > >> >> of whether you are a Hadoop expert or not. HBase is just trying to
> > get
> > >> >> the machine's hostname and bind to it and in your case it's given
> > >> >> something it cannot use. It's unfortunate.
> > >> >>
> > >> >> IIUC your machine is hosted on cox.net? And it seems that while
> > >> >> providing that machine they at some point set it up so that its
> > >> >> hostname would resolve to a public address. Sounds like a
> > >> >> misconfiguration. Anyways, you can edit your /etc/hosts so that
> your
> > >> >> hostname points to 127.0.0.1 or, since you are using 0.94.7, set
> both
> > >> >> hbase.master.ipc.address and hbase.regionserver.ipc.address to
> > 0.0.0.0
> > >> >> in your hbase-site.xml so that it binds on the wildcard address
> > >> >> instead.
> > >> >>
> > >> >> J-D
> > >> >>
> > >> >> On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
> > >> >> <yo...@gmail.com> wrote:
> > >> >> > How weird.  Admittedly I'm not terribly knowledgeable about
> Hadoop
> > >> >> > and all of its sub-projects, but I don't recall ever setting any
> > >> >> networking
> > >> >> > info to something other than localhost.  What would cause this?
> > >> >> >
> > >> >> >
> > >> >> > On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <
> > >> jdcryans@apache.org
> > >> >> >wrote:
> > >> >> >
> > >> >> >> That's your problem:
> > >> >> >>
> > >> >> >> Caused by: java.net.BindException: Problem binding to
> > >> >> >> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign
> > >> requested
> > >> >> >> address
> > >> >> >>
> > >> >> >> Either it's a public address and you can't bind to it or someone
> > else
> > >> >> >> is using it.
> > >> >> >>
> > >> >> >> J-D
> > >> >> >>
> > >> >> >> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
> > >> >> >> <yo...@gmail.com> wrote:
> > >> >> >> > Here is my dump of the sole log file in the logs directory:
> > >> >> >> > http://bin.cakephp.org/view/2116332048
> > >> >> >> >
> > >> >> >> >
> > >> >> >> > On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <
> > >> >> jdcryans@apache.org
> > >> >> >> >wrote:
> > >> >> >> >
> > >> >> >> >> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <
> > jayunit100@gmail.com>
> > >> >> wrote:
> > >> >> >> >> > 1) Should hbase-master be changed to localhost?
> > >> >> >> >> >
> > >> >> >> >> > Maybe Try changing /etc/hosts to match the actual non
> > loopback
> > >> ip
> > >> >> of
> > >> >> >> >> your machine... (i.e. just run Ifconfig | grep 1 and see what
> > ip
> > >> >> comes
> > >> >> >> out
> > >> >> >> >> :))
> > >> >> >> >> >  and make sure your /etc/hosts matches the file in my blog
> > post,
> > >> >> (you
> > >> >> >> >> need hbase-master to be defined in your /etc/hosts...).
> > >> >> >> >>
> > >> >> >> >> hbase.master was dropped around 2009 now that we have
> > zookeeper.
> > >> So
> > >> >> >> >> you can set it to whatever you want, it won't change anything
> > :)
> > >> >> >> >>
> > >> >> >> >> >
> > >> >> >> >> > 2) zookeeper parent seems bad..
> > >> >> >> >> >
> > >> >> >> >> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that
> > it's
> > >> >> >> >> consistent with what you defined in zookeeper parent node.
> > >> >> >> >>
> > >> >> >> >> Those two are really unrelated, /hbase is the default so no
> > need
> > >> to
> > >> >> >> >> override it, and I'm guessing that hbase.rootdir is somewhere
> > >> >> writable
> > >> >> >> >> so that's all good.
> > >> >> >> >>
> > >> >> >> >> Now, regarding the "Check the value configured in
> > >> >> >> >> 'zookeeper.znode.parent", it's triggered when the client
> wants
> > to
> > >> >> read
> > >> >> >> >> the /hbase znode in ZooKeeper but it's unable to. If it
> doesn't
> > >> >> exist,
> > >> >> >> >> it might be because your HBase is homed elsewhere. It could
> > also
> > >> be
> > >> >> >> >> that HBase isn't running at all so the Master never got to
> > create
> > >> it.
> > >> >> >> >>
> > >> >> >> >> BTW you can start the shell with -d and it's gonna give more
> > info
> > >> and
> > >> >> >> >> dump all the stack traces.
> > >> >> >> >>
> > >> >> >> >> Going by this thread I would guess that HBase isn't running
> so
> > the
> > >> >> >> >> shell won't help. Another way to check is pointing your
> > browser to
> > >> >> >> >> localhost:60010 and see if the master is responding. If not,
> > time
> > >> to
> > >> >> >> >> open up the log and see what's up.
> > >> >> >> >>
> > >> >> >> >> J-D
> > >> >> >> >>
> > >> >> >>
> > >> >>
> > >>
> >
>
>
>
> --
> Jay Vyas
> http://jayunit100.blogspot.com
>

Re: HBase is not running.

Posted by Jay Vyas <ja...@gmail.com>.
Yes ... get hostname and /etc/hosts synced up properly and i bet that will
fix it


On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> Ah yeah the master advertised itself as:
>
> Attempting connect to Master server at
> ip72-215-225-9.at.at.cox.net,46122,1369408257140
>
> So the region server cannot find it since that's the public address
> and nothing's reachable through that. Now you really need to fix your
> networking :)
>
> J-D
>
> On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
> <yo...@gmail.com> wrote:
> > Ok, weird, it still seems to be looking towards Cox.
> >
> > Here is my hbase-site.xml file:
> > http://bin.cakephp.org/view/628322266
> >
> >
> > On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <jdcryans@apache.org
> >wrote:
> >
> >> No, I meant hbase.master.ipc.address and
> >> hbase.regionserver.ipc.address. See
> >> https://issues.apache.org/jira/browse/HBASE-8148.
> >>
> >> J-D
> >>
> >> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
> >> <yo...@gmail.com> wrote:
> >> > Do you mean hbase.master.info.bindAddress and
> >> > hbase.regionserver.info.bindAddress?  I couldn't find
> >> > anything else in the docs.  But having said that, both
> >> > are set to 0.0.0.0 by default.
> >> >
> >> > Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
> >> > no web gui.
> >> >
> >> >
> >> > On Thu, May 23, 2013 at 7:19 PM, Jean-Daniel Cryans <
> jdcryans@apache.org
> >> >wrote:
> >> >
> >> >> It should only be a matter of network configuration and not a matter
> >> >> of whether you are a Hadoop expert or not. HBase is just trying to
> get
> >> >> the machine's hostname and bind to it and in your case it's given
> >> >> something it cannot use. It's unfortunate.
> >> >>
> >> >> IIUC your machine is hosted on cox.net? And it seems that while
> >> >> providing that machine they at some point set it up so that its
> >> >> hostname would resolve to a public address. Sounds like a
> >> >> misconfiguration. Anyways, you can edit your /etc/hosts so that your
> >> >> hostname points to 127.0.0.1 or, since you are using 0.94.7, set both
> >> >> hbase.master.ipc.address and hbase.regionserver.ipc.address to
> 0.0.0.0
> >> >> in your hbase-site.xml so that it binds on the wildcard address
> >> >> instead.
> >> >>
> >> >> J-D
> >> >>
> >> >> On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
> >> >> <yo...@gmail.com> wrote:
> >> >> > How weird.  Admittedly I'm not terribly knowledgeable about Hadoop
> >> >> > and all of its sub-projects, but I don't recall ever setting any
> >> >> networking
> >> >> > info to something other than localhost.  What would cause this?
> >> >> >
> >> >> >
> >> >> > On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <
> >> jdcryans@apache.org
> >> >> >wrote:
> >> >> >
> >> >> >> That's your problem:
> >> >> >>
> >> >> >> Caused by: java.net.BindException: Problem binding to
> >> >> >> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign
> >> requested
> >> >> >> address
> >> >> >>
> >> >> >> Either it's a public address and you can't bind to it or someone
> else
> >> >> >> is using it.
> >> >> >>
> >> >> >> J-D
> >> >> >>
> >> >> >> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
> >> >> >> <yo...@gmail.com> wrote:
> >> >> >> > Here is my dump of the sole log file in the logs directory:
> >> >> >> > http://bin.cakephp.org/view/2116332048
> >> >> >> >
> >> >> >> >
> >> >> >> > On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <
> >> >> jdcryans@apache.org
> >> >> >> >wrote:
> >> >> >> >
> >> >> >> >> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <
> jayunit100@gmail.com>
> >> >> wrote:
> >> >> >> >> > 1) Should hbase-master be changed to localhost?
> >> >> >> >> >
> >> >> >> >> > Maybe Try changing /etc/hosts to match the actual non
> loopback
> >> ip
> >> >> of
> >> >> >> >> your machine... (i.e. just run Ifconfig | grep 1 and see what
> ip
> >> >> comes
> >> >> >> out
> >> >> >> >> :))
> >> >> >> >> >  and make sure your /etc/hosts matches the file in my blog
> post,
> >> >> (you
> >> >> >> >> need hbase-master to be defined in your /etc/hosts...).
> >> >> >> >>
> >> >> >> >> hbase.master was dropped around 2009 now that we have
> zookeeper.
> >> So
> >> >> >> >> you can set it to whatever you want, it won't change anything
> :)
> >> >> >> >>
> >> >> >> >> >
> >> >> >> >> > 2) zookeeper parent seems bad..
> >> >> >> >> >
> >> >> >> >> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that
> it's
> >> >> >> >> consistent with what you defined in zookeeper parent node.
> >> >> >> >>
> >> >> >> >> Those two are really unrelated, /hbase is the default so no
> need
> >> to
> >> >> >> >> override it, and I'm guessing that hbase.rootdir is somewhere
> >> >> writable
> >> >> >> >> so that's all good.
> >> >> >> >>
> >> >> >> >> Now, regarding the "Check the value configured in
> >> >> >> >> 'zookeeper.znode.parent", it's triggered when the client wants
> to
> >> >> read
> >> >> >> >> the /hbase znode in ZooKeeper but it's unable to. If it doesn't
> >> >> exist,
> >> >> >> >> it might be because your HBase is homed elsewhere. It could
> also
> >> be
> >> >> >> >> that HBase isn't running at all so the Master never got to
> create
> >> it.
> >> >> >> >>
> >> >> >> >> BTW you can start the shell with -d and it's gonna give more
> info
> >> and
> >> >> >> >> dump all the stack traces.
> >> >> >> >>
> >> >> >> >> Going by this thread I would guess that HBase isn't running so
> the
> >> >> >> >> shell won't help. Another way to check is pointing your
> browser to
> >> >> >> >> localhost:60010 and see if the master is responding. If not,
> time
> >> to
> >> >> >> >> open up the log and see what's up.
> >> >> >> >>
> >> >> >> >> J-D
> >> >> >> >>
> >> >> >>
> >> >>
> >>
>



-- 
Jay Vyas
http://jayunit100.blogspot.com

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
The thing that gets me, really gets me, is that the only thing inside of
/etc/hosts is this:
127.0.0.1    localhost

Also, I did a search for host.name and could not find it in any html files
(which I presume is the documentation).


On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> Ah yeah the master advertised itself as:
>
> Attempting connect to Master server at
> ip72-215-225-9.at.at.cox.net,46122,1369408257140
>
> So the region server cannot find it since that's the public address
> and nothing's reachable through that. Now you really need to fix your
> networking :)
>
> J-D
>
> On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
> <yo...@gmail.com> wrote:
> > Ok, weird, it still seems to be looking towards Cox.
> >
> > Here is my hbase-site.xml file:
> > http://bin.cakephp.org/view/628322266
> >
> >
> > On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <jdcryans@apache.org
> >wrote:
> >
> >> No, I meant hbase.master.ipc.address and
> >> hbase.regionserver.ipc.address. See
> >> https://issues.apache.org/jira/browse/HBASE-8148.
> >>
> >> J-D
> >>
> >> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
> >> <yo...@gmail.com> wrote:
> >> > Do you mean hbase.master.info.bindAddress and
> >> > hbase.regionserver.info.bindAddress?  I couldn't find
> >> > anything else in the docs.  But having said that, both
> >> > are set to 0.0.0.0 by default.
> >> >
> >> > Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
> >> > no web gui.
> >> >
> >> >
> >> > On Thu, May 23, 2013 at 7:19 PM, Jean-Daniel Cryans <
> jdcryans@apache.org
> >> >wrote:
> >> >
> >> >> It should only be a matter of network configuration and not a matter
> >> >> of whether you are a Hadoop expert or not. HBase is just trying to
> get
> >> >> the machine's hostname and bind to it and in your case it's given
> >> >> something it cannot use. It's unfortunate.
> >> >>
> >> >> IIUC your machine is hosted on cox.net? And it seems that while
> >> >> providing that machine they at some point set it up so that its
> >> >> hostname would resolve to a public address. Sounds like a
> >> >> misconfiguration. Anyways, you can edit your /etc/hosts so that your
> >> >> hostname points to 127.0.0.1 or, since you are using 0.94.7, set both
> >> >> hbase.master.ipc.address and hbase.regionserver.ipc.address to
> 0.0.0.0
> >> >> in your hbase-site.xml so that it binds on the wildcard address
> >> >> instead.
> >> >>
> >> >> J-D
> >> >>
> >> >> On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
> >> >> <yo...@gmail.com> wrote:
> >> >> > How weird.  Admittedly I'm not terribly knowledgeable about Hadoop
> >> >> > and all of its sub-projects, but I don't recall ever setting any
> >> >> networking
> >> >> > info to something other than localhost.  What would cause this?
> >> >> >
> >> >> >
> >> >> > On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <
> >> jdcryans@apache.org
> >> >> >wrote:
> >> >> >
> >> >> >> That's your problem:
> >> >> >>
> >> >> >> Caused by: java.net.BindException: Problem binding to
> >> >> >> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign
> >> requested
> >> >> >> address
> >> >> >>
> >> >> >> Either it's a public address and you can't bind to it or someone
> else
> >> >> >> is using it.
> >> >> >>
> >> >> >> J-D
> >> >> >>
> >> >> >> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
> >> >> >> <yo...@gmail.com> wrote:
> >> >> >> > Here is my dump of the sole log file in the logs directory:
> >> >> >> > http://bin.cakephp.org/view/2116332048
> >> >> >> >
> >> >> >> >
> >> >> >> > On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <
> >> >> jdcryans@apache.org
> >> >> >> >wrote:
> >> >> >> >
> >> >> >> >> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <
> jayunit100@gmail.com>
> >> >> wrote:
> >> >> >> >> > 1) Should hbase-master be changed to localhost?
> >> >> >> >> >
> >> >> >> >> > Maybe Try changing /etc/hosts to match the actual non
> loopback
> >> ip
> >> >> of
> >> >> >> >> your machine... (i.e. just run Ifconfig | grep 1 and see what
> ip
> >> >> comes
> >> >> >> out
> >> >> >> >> :))
> >> >> >> >> >  and make sure your /etc/hosts matches the file in my blog
> post,
> >> >> (you
> >> >> >> >> need hbase-master to be defined in your /etc/hosts...).
> >> >> >> >>
> >> >> >> >> hbase.master was dropped around 2009 now that we have
> zookeeper.
> >> So
> >> >> >> >> you can set it to whatever you want, it won't change anything
> :)
> >> >> >> >>
> >> >> >> >> >
> >> >> >> >> > 2) zookeeper parent seems bad..
> >> >> >> >> >
> >> >> >> >> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that
> it's
> >> >> >> >> consistent with what you defined in zookeeper parent node.
> >> >> >> >>
> >> >> >> >> Those two are really unrelated, /hbase is the default so no
> need
> >> to
> >> >> >> >> override it, and I'm guessing that hbase.rootdir is somewhere
> >> >> writable
> >> >> >> >> so that's all good.
> >> >> >> >>
> >> >> >> >> Now, regarding the "Check the value configured in
> >> >> >> >> 'zookeeper.znode.parent", it's triggered when the client wants
> to
> >> >> read
> >> >> >> >> the /hbase znode in ZooKeeper but it's unable to. If it doesn't
> >> >> exist,
> >> >> >> >> it might be because your HBase is homed elsewhere. It could
> also
> >> be
> >> >> >> >> that HBase isn't running at all so the Master never got to
> create
> >> it.
> >> >> >> >>
> >> >> >> >> BTW you can start the shell with -d and it's gonna give more
> info
> >> and
> >> >> >> >> dump all the stack traces.
> >> >> >> >>
> >> >> >> >> Going by this thread I would guess that HBase isn't running so
> the
> >> >> >> >> shell won't help. Another way to check is pointing your
> browser to
> >> >> >> >> localhost:60010 and see if the master is responding. If not,
> time
> >> to
> >> >> >> >> open up the log and see what's up.
> >> >> >> >>
> >> >> >> >> J-D
> >> >> >> >>
> >> >> >>
> >> >>
> >>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Here is what I don't get.  Why doesn't _everything_ go through
localhost?  Is there a way to force this?  Would I need to hack
up some HBase code in order to force this?


On Fri, May 24, 2013 at 12:41 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> Ah yeah the master advertised itself as:
>
> Attempting connect to Master server at
> ip72-215-225-9.at.at.cox.net,46122,1369408257140
>
> So the region server cannot find it since that's the public address
> and nothing's reachable through that. Now you really need to fix your
> networking :)
>
> J-D
>
> On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
> <yo...@gmail.com> wrote:
> > Ok, weird, it still seems to be looking towards Cox.
> >
> > Here is my hbase-site.xml file:
> > http://bin.cakephp.org/view/628322266
> >
> >
> > On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <jdcryans@apache.org
> >wrote:
> >
> >> No, I meant hbase.master.ipc.address and
> >> hbase.regionserver.ipc.address. See
> >> https://issues.apache.org/jira/browse/HBASE-8148.
> >>
> >> J-D
> >>
> >> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
> >> <yo...@gmail.com> wrote:
> >> > Do you mean hbase.master.info.bindAddress and
> >> > hbase.regionserver.info.bindAddress?  I couldn't find
> >> > anything else in the docs.  But having said that, both
> >> > are set to 0.0.0.0 by default.
> >> >
> >> > Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
> >> > no web gui.
> >> >
> >> >
> >> > On Thu, May 23, 2013 at 7:19 PM, Jean-Daniel Cryans <
> jdcryans@apache.org
> >> >wrote:
> >> >
> >> >> It should only be a matter of network configuration and not a matter
> >> >> of whether you are a Hadoop expert or not. HBase is just trying to
> get
> >> >> the machine's hostname and bind to it and in your case it's given
> >> >> something it cannot use. It's unfortunate.
> >> >>
> >> >> IIUC your machine is hosted on cox.net? And it seems that while
> >> >> providing that machine they at some point set it up so that its
> >> >> hostname would resolve to a public address. Sounds like a
> >> >> misconfiguration. Anyways, you can edit your /etc/hosts so that your
> >> >> hostname points to 127.0.0.1 or, since you are using 0.94.7, set both
> >> >> hbase.master.ipc.address and hbase.regionserver.ipc.address to
> 0.0.0.0
> >> >> in your hbase-site.xml so that it binds on the wildcard address
> >> >> instead.
> >> >>
> >> >> J-D
> >> >>
> >> >> On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
> >> >> <yo...@gmail.com> wrote:
> >> >> > How weird.  Admittedly I'm not terribly knowledgeable about Hadoop
> >> >> > and all of its sub-projects, but I don't recall ever setting any
> >> >> networking
> >> >> > info to something other than localhost.  What would cause this?
> >> >> >
> >> >> >
> >> >> > On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <
> >> jdcryans@apache.org
> >> >> >wrote:
> >> >> >
> >> >> >> That's your problem:
> >> >> >>
> >> >> >> Caused by: java.net.BindException: Problem binding to
> >> >> >> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign
> >> requested
> >> >> >> address
> >> >> >>
> >> >> >> Either it's a public address and you can't bind to it or someone
> else
> >> >> >> is using it.
> >> >> >>
> >> >> >> J-D
> >> >> >>
> >> >> >> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
> >> >> >> <yo...@gmail.com> wrote:
> >> >> >> > Here is my dump of the sole log file in the logs directory:
> >> >> >> > http://bin.cakephp.org/view/2116332048
> >> >> >> >
> >> >> >> >
> >> >> >> > On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <
> >> >> jdcryans@apache.org
> >> >> >> >wrote:
> >> >> >> >
> >> >> >> >> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <
> jayunit100@gmail.com>
> >> >> wrote:
> >> >> >> >> > 1) Should hbase-master be changed to localhost?
> >> >> >> >> >
> >> >> >> >> > Maybe Try changing /etc/hosts to match the actual non
> loopback
> >> ip
> >> >> of
> >> >> >> >> your machine... (i.e. just run Ifconfig | grep 1 and see what
> ip
> >> >> comes
> >> >> >> out
> >> >> >> >> :))
> >> >> >> >> >  and make sure your /etc/hosts matches the file in my blog
> post,
> >> >> (you
> >> >> >> >> need hbase-master to be defined in your /etc/hosts...).
> >> >> >> >>
> >> >> >> >> hbase.master was dropped around 2009 now that we have
> zookeeper.
> >> So
> >> >> >> >> you can set it to whatever you want, it won't change anything
> :)
> >> >> >> >>
> >> >> >> >> >
> >> >> >> >> > 2) zookeeper parent seems bad..
> >> >> >> >> >
> >> >> >> >> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that
> it's
> >> >> >> >> consistent with what you defined in zookeeper parent node.
> >> >> >> >>
> >> >> >> >> Those two are really unrelated, /hbase is the default so no
> need
> >> to
> >> >> >> >> override it, and I'm guessing that hbase.rootdir is somewhere
> >> >> writable
> >> >> >> >> so that's all good.
> >> >> >> >>
> >> >> >> >> Now, regarding the "Check the value configured in
> >> >> >> >> 'zookeeper.znode.parent", it's triggered when the client wants
> to
> >> >> read
> >> >> >> >> the /hbase znode in ZooKeeper but it's unable to. If it doesn't
> >> >> exist,
> >> >> >> >> it might be because your HBase is homed elsewhere. It could
> also
> >> be
> >> >> >> >> that HBase isn't running at all so the Master never got to
> create
> >> it.
> >> >> >> >>
> >> >> >> >> BTW you can start the shell with -d and it's gonna give more
> info
> >> and
> >> >> >> >> dump all the stack traces.
> >> >> >> >>
> >> >> >> >> Going by this thread I would guess that HBase isn't running so
> the
> >> >> >> >> shell won't help. Another way to check is pointing your
> browser to
> >> >> >> >> localhost:60010 and see if the master is responding. If not,
> time
> >> to
> >> >> >> >> open up the log and see what's up.
> >> >> >> >>
> >> >> >> >> J-D
> >> >> >> >>
> >> >> >>
> >> >>
> >>
>

Re: HBase is not running.

Posted by Jean-Daniel Cryans <jd...@apache.org>.
Ah yeah the master advertised itself as:

Attempting connect to Master server at
ip72-215-225-9.at.at.cox.net,46122,1369408257140

So the region server cannot find it since that's the public address
and nothing's reachable through that. Now you really need to fix your
networking :)

J-D

On Fri, May 24, 2013 at 8:21 AM, Yves S. Garret
<yo...@gmail.com> wrote:
> Ok, weird, it still seems to be looking towards Cox.
>
> Here is my hbase-site.xml file:
> http://bin.cakephp.org/view/628322266
>
>
> On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:
>
>> No, I meant hbase.master.ipc.address and
>> hbase.regionserver.ipc.address. See
>> https://issues.apache.org/jira/browse/HBASE-8148.
>>
>> J-D
>>
>> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
>> <yo...@gmail.com> wrote:
>> > Do you mean hbase.master.info.bindAddress and
>> > hbase.regionserver.info.bindAddress?  I couldn't find
>> > anything else in the docs.  But having said that, both
>> > are set to 0.0.0.0 by default.
>> >
>> > Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
>> > no web gui.
>> >
>> >
>> > On Thu, May 23, 2013 at 7:19 PM, Jean-Daniel Cryans <jdcryans@apache.org
>> >wrote:
>> >
>> >> It should only be a matter of network configuration and not a matter
>> >> of whether you are a Hadoop expert or not. HBase is just trying to get
>> >> the machine's hostname and bind to it and in your case it's given
>> >> something it cannot use. It's unfortunate.
>> >>
>> >> IIUC your machine is hosted on cox.net? And it seems that while
>> >> providing that machine they at some point set it up so that its
>> >> hostname would resolve to a public address. Sounds like a
>> >> misconfiguration. Anyways, you can edit your /etc/hosts so that your
>> >> hostname points to 127.0.0.1 or, since you are using 0.94.7, set both
>> >> hbase.master.ipc.address and hbase.regionserver.ipc.address to 0.0.0.0
>> >> in your hbase-site.xml so that it binds on the wildcard address
>> >> instead.
>> >>
>> >> J-D
>> >>
>> >> On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
>> >> <yo...@gmail.com> wrote:
>> >> > How weird.  Admittedly I'm not terribly knowledgeable about Hadoop
>> >> > and all of its sub-projects, but I don't recall ever setting any
>> >> networking
>> >> > info to something other than localhost.  What would cause this?
>> >> >
>> >> >
>> >> > On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <
>> jdcryans@apache.org
>> >> >wrote:
>> >> >
>> >> >> That's your problem:
>> >> >>
>> >> >> Caused by: java.net.BindException: Problem binding to
>> >> >> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign
>> requested
>> >> >> address
>> >> >>
>> >> >> Either it's a public address and you can't bind to it or someone else
>> >> >> is using it.
>> >> >>
>> >> >> J-D
>> >> >>
>> >> >> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
>> >> >> <yo...@gmail.com> wrote:
>> >> >> > Here is my dump of the sole log file in the logs directory:
>> >> >> > http://bin.cakephp.org/view/2116332048
>> >> >> >
>> >> >> >
>> >> >> > On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <
>> >> jdcryans@apache.org
>> >> >> >wrote:
>> >> >> >
>> >> >> >> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <ja...@gmail.com>
>> >> wrote:
>> >> >> >> > 1) Should hbase-master be changed to localhost?
>> >> >> >> >
>> >> >> >> > Maybe Try changing /etc/hosts to match the actual non loopback
>> ip
>> >> of
>> >> >> >> your machine... (i.e. just run Ifconfig | grep 1 and see what ip
>> >> comes
>> >> >> out
>> >> >> >> :))
>> >> >> >> >  and make sure your /etc/hosts matches the file in my blog post,
>> >> (you
>> >> >> >> need hbase-master to be defined in your /etc/hosts...).
>> >> >> >>
>> >> >> >> hbase.master was dropped around 2009 now that we have zookeeper.
>> So
>> >> >> >> you can set it to whatever you want, it won't change anything :)
>> >> >> >>
>> >> >> >> >
>> >> >> >> > 2) zookeeper parent seems bad..
>> >> >> >> >
>> >> >> >> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that it's
>> >> >> >> consistent with what you defined in zookeeper parent node.
>> >> >> >>
>> >> >> >> Those two are really unrelated, /hbase is the default so no need
>> to
>> >> >> >> override it, and I'm guessing that hbase.rootdir is somewhere
>> >> writable
>> >> >> >> so that's all good.
>> >> >> >>
>> >> >> >> Now, regarding the "Check the value configured in
>> >> >> >> 'zookeeper.znode.parent", it's triggered when the client wants to
>> >> read
>> >> >> >> the /hbase znode in ZooKeeper but it's unable to. If it doesn't
>> >> exist,
>> >> >> >> it might be because your HBase is homed elsewhere. It could also
>> be
>> >> >> >> that HBase isn't running at all so the Master never got to create
>> it.
>> >> >> >>
>> >> >> >> BTW you can start the shell with -d and it's gonna give more info
>> and
>> >> >> >> dump all the stack traces.
>> >> >> >>
>> >> >> >> Going by this thread I would guess that HBase isn't running so the
>> >> >> >> shell won't help. Another way to check is pointing your browser to
>> >> >> >> localhost:60010 and see if the master is responding. If not, time
>> to
>> >> >> >> open up the log and see what's up.
>> >> >> >>
>> >> >> >> J-D
>> >> >> >>
>> >> >>
>> >>
>>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Ok, weird, it still seems to be looking towards Cox.

Here is my hbase-site.xml file:
http://bin.cakephp.org/view/628322266


On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> No, I meant hbase.master.ipc.address and
> hbase.regionserver.ipc.address. See
> https://issues.apache.org/jira/browse/HBASE-8148.
>
> J-D
>
> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
> <yo...@gmail.com> wrote:
> > Do you mean hbase.master.info.bindAddress and
> > hbase.regionserver.info.bindAddress?  I couldn't find
> > anything else in the docs.  But having said that, both
> > are set to 0.0.0.0 by default.
> >
> > Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
> > no web gui.
> >
> >
> > On Thu, May 23, 2013 at 7:19 PM, Jean-Daniel Cryans <jdcryans@apache.org
> >wrote:
> >
> >> It should only be a matter of network configuration and not a matter
> >> of whether you are a Hadoop expert or not. HBase is just trying to get
> >> the machine's hostname and bind to it and in your case it's given
> >> something it cannot use. It's unfortunate.
> >>
> >> IIUC your machine is hosted on cox.net? And it seems that while
> >> providing that machine they at some point set it up so that its
> >> hostname would resolve to a public address. Sounds like a
> >> misconfiguration. Anyways, you can edit your /etc/hosts so that your
> >> hostname points to 127.0.0.1 or, since you are using 0.94.7, set both
> >> hbase.master.ipc.address and hbase.regionserver.ipc.address to 0.0.0.0
> >> in your hbase-site.xml so that it binds on the wildcard address
> >> instead.
> >>
> >> J-D
> >>
> >> On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
> >> <yo...@gmail.com> wrote:
> >> > How weird.  Admittedly I'm not terribly knowledgeable about Hadoop
> >> > and all of its sub-projects, but I don't recall ever setting any
> >> networking
> >> > info to something other than localhost.  What would cause this?
> >> >
> >> >
> >> > On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <
> jdcryans@apache.org
> >> >wrote:
> >> >
> >> >> That's your problem:
> >> >>
> >> >> Caused by: java.net.BindException: Problem binding to
> >> >> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign
> requested
> >> >> address
> >> >>
> >> >> Either it's a public address and you can't bind to it or someone else
> >> >> is using it.
> >> >>
> >> >> J-D
> >> >>
> >> >> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
> >> >> <yo...@gmail.com> wrote:
> >> >> > Here is my dump of the sole log file in the logs directory:
> >> >> > http://bin.cakephp.org/view/2116332048
> >> >> >
> >> >> >
> >> >> > On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <
> >> jdcryans@apache.org
> >> >> >wrote:
> >> >> >
> >> >> >> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <ja...@gmail.com>
> >> wrote:
> >> >> >> > 1) Should hbase-master be changed to localhost?
> >> >> >> >
> >> >> >> > Maybe Try changing /etc/hosts to match the actual non loopback
> ip
> >> of
> >> >> >> your machine... (i.e. just run Ifconfig | grep 1 and see what ip
> >> comes
> >> >> out
> >> >> >> :))
> >> >> >> >  and make sure your /etc/hosts matches the file in my blog post,
> >> (you
> >> >> >> need hbase-master to be defined in your /etc/hosts...).
> >> >> >>
> >> >> >> hbase.master was dropped around 2009 now that we have zookeeper.
> So
> >> >> >> you can set it to whatever you want, it won't change anything :)
> >> >> >>
> >> >> >> >
> >> >> >> > 2) zookeeper parent seems bad..
> >> >> >> >
> >> >> >> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that it's
> >> >> >> consistent with what you defined in zookeeper parent node.
> >> >> >>
> >> >> >> Those two are really unrelated, /hbase is the default so no need
> to
> >> >> >> override it, and I'm guessing that hbase.rootdir is somewhere
> >> writable
> >> >> >> so that's all good.
> >> >> >>
> >> >> >> Now, regarding the "Check the value configured in
> >> >> >> 'zookeeper.znode.parent", it's triggered when the client wants to
> >> read
> >> >> >> the /hbase znode in ZooKeeper but it's unable to. If it doesn't
> >> exist,
> >> >> >> it might be because your HBase is homed elsewhere. It could also
> be
> >> >> >> that HBase isn't running at all so the Master never got to create
> it.
> >> >> >>
> >> >> >> BTW you can start the shell with -d and it's gonna give more info
> and
> >> >> >> dump all the stack traces.
> >> >> >>
> >> >> >> Going by this thread I would guess that HBase isn't running so the
> >> >> >> shell won't help. Another way to check is pointing your browser to
> >> >> >> localhost:60010 and see if the master is responding. If not, time
> to
> >> >> >> open up the log and see what's up.
> >> >> >>
> >> >> >> J-D
> >> >> >>
> >> >>
> >>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Ok, didn't see that in hbase-0.94.7/docs/book.html, after doing a more
thorough search, found it in here on line 293:
hbase-0.94.7/docs/xref/org/apache/hadoop/hbase/master/HMaster.html

I'll make the change in hbase-site.xml.


On Thu, May 23, 2013 at 7:35 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> No, I meant hbase.master.ipc.address and
> hbase.regionserver.ipc.address. See
> https://issues.apache.org/jira/browse/HBASE-8148.
>
> J-D
>
> On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
> <yo...@gmail.com> wrote:
> > Do you mean hbase.master.info.bindAddress and
> > hbase.regionserver.info.bindAddress?  I couldn't find
> > anything else in the docs.  But having said that, both
> > are set to 0.0.0.0 by default.
> >
> > Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
> > no web gui.
> >
> >
> > On Thu, May 23, 2013 at 7:19 PM, Jean-Daniel Cryans <jdcryans@apache.org
> >wrote:
> >
> >> It should only be a matter of network configuration and not a matter
> >> of whether you are a Hadoop expert or not. HBase is just trying to get
> >> the machine's hostname and bind to it and in your case it's given
> >> something it cannot use. It's unfortunate.
> >>
> >> IIUC your machine is hosted on cox.net? And it seems that while
> >> providing that machine they at some point set it up so that its
> >> hostname would resolve to a public address. Sounds like a
> >> misconfiguration. Anyways, you can edit your /etc/hosts so that your
> >> hostname points to 127.0.0.1 or, since you are using 0.94.7, set both
> >> hbase.master.ipc.address and hbase.regionserver.ipc.address to 0.0.0.0
> >> in your hbase-site.xml so that it binds on the wildcard address
> >> instead.
> >>
> >> J-D
> >>
> >> On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
> >> <yo...@gmail.com> wrote:
> >> > How weird.  Admittedly I'm not terribly knowledgeable about Hadoop
> >> > and all of its sub-projects, but I don't recall ever setting any
> >> networking
> >> > info to something other than localhost.  What would cause this?
> >> >
> >> >
> >> > On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <
> jdcryans@apache.org
> >> >wrote:
> >> >
> >> >> That's your problem:
> >> >>
> >> >> Caused by: java.net.BindException: Problem binding to
> >> >> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign
> requested
> >> >> address
> >> >>
> >> >> Either it's a public address and you can't bind to it or someone else
> >> >> is using it.
> >> >>
> >> >> J-D
> >> >>
> >> >> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
> >> >> <yo...@gmail.com> wrote:
> >> >> > Here is my dump of the sole log file in the logs directory:
> >> >> > http://bin.cakephp.org/view/2116332048
> >> >> >
> >> >> >
> >> >> > On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <
> >> jdcryans@apache.org
> >> >> >wrote:
> >> >> >
> >> >> >> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <ja...@gmail.com>
> >> wrote:
> >> >> >> > 1) Should hbase-master be changed to localhost?
> >> >> >> >
> >> >> >> > Maybe Try changing /etc/hosts to match the actual non loopback
> ip
> >> of
> >> >> >> your machine... (i.e. just run Ifconfig | grep 1 and see what ip
> >> comes
> >> >> out
> >> >> >> :))
> >> >> >> >  and make sure your /etc/hosts matches the file in my blog post,
> >> (you
> >> >> >> need hbase-master to be defined in your /etc/hosts...).
> >> >> >>
> >> >> >> hbase.master was dropped around 2009 now that we have zookeeper.
> So
> >> >> >> you can set it to whatever you want, it won't change anything :)
> >> >> >>
> >> >> >> >
> >> >> >> > 2) zookeeper parent seems bad..
> >> >> >> >
> >> >> >> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that it's
> >> >> >> consistent with what you defined in zookeeper parent node.
> >> >> >>
> >> >> >> Those two are really unrelated, /hbase is the default so no need
> to
> >> >> >> override it, and I'm guessing that hbase.rootdir is somewhere
> >> writable
> >> >> >> so that's all good.
> >> >> >>
> >> >> >> Now, regarding the "Check the value configured in
> >> >> >> 'zookeeper.znode.parent", it's triggered when the client wants to
> >> read
> >> >> >> the /hbase znode in ZooKeeper but it's unable to. If it doesn't
> >> exist,
> >> >> >> it might be because your HBase is homed elsewhere. It could also
> be
> >> >> >> that HBase isn't running at all so the Master never got to create
> it.
> >> >> >>
> >> >> >> BTW you can start the shell with -d and it's gonna give more info
> and
> >> >> >> dump all the stack traces.
> >> >> >>
> >> >> >> Going by this thread I would guess that HBase isn't running so the
> >> >> >> shell won't help. Another way to check is pointing your browser to
> >> >> >> localhost:60010 and see if the master is responding. If not, time
> to
> >> >> >> open up the log and see what's up.
> >> >> >>
> >> >> >> J-D
> >> >> >>
> >> >>
> >>
>

Re: HBase is not running.

Posted by Jean-Daniel Cryans <jd...@apache.org>.
No, I meant hbase.master.ipc.address and
hbase.regionserver.ipc.address. See
https://issues.apache.org/jira/browse/HBASE-8148.

J-D

On Thu, May 23, 2013 at 4:34 PM, Yves S. Garret
<yo...@gmail.com> wrote:
> Do you mean hbase.master.info.bindAddress and
> hbase.regionserver.info.bindAddress?  I couldn't find
> anything else in the docs.  But having said that, both
> are set to 0.0.0.0 by default.
>
> Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
> no web gui.
>
>
> On Thu, May 23, 2013 at 7:19 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:
>
>> It should only be a matter of network configuration and not a matter
>> of whether you are a Hadoop expert or not. HBase is just trying to get
>> the machine's hostname and bind to it and in your case it's given
>> something it cannot use. It's unfortunate.
>>
>> IIUC your machine is hosted on cox.net? And it seems that while
>> providing that machine they at some point set it up so that its
>> hostname would resolve to a public address. Sounds like a
>> misconfiguration. Anyways, you can edit your /etc/hosts so that your
>> hostname points to 127.0.0.1 or, since you are using 0.94.7, set both
>> hbase.master.ipc.address and hbase.regionserver.ipc.address to 0.0.0.0
>> in your hbase-site.xml so that it binds on the wildcard address
>> instead.
>>
>> J-D
>>
>> On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
>> <yo...@gmail.com> wrote:
>> > How weird.  Admittedly I'm not terribly knowledgeable about Hadoop
>> > and all of its sub-projects, but I don't recall ever setting any
>> networking
>> > info to something other than localhost.  What would cause this?
>> >
>> >
>> > On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <jdcryans@apache.org
>> >wrote:
>> >
>> >> That's your problem:
>> >>
>> >> Caused by: java.net.BindException: Problem binding to
>> >> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign requested
>> >> address
>> >>
>> >> Either it's a public address and you can't bind to it or someone else
>> >> is using it.
>> >>
>> >> J-D
>> >>
>> >> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
>> >> <yo...@gmail.com> wrote:
>> >> > Here is my dump of the sole log file in the logs directory:
>> >> > http://bin.cakephp.org/view/2116332048
>> >> >
>> >> >
>> >> > On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <
>> jdcryans@apache.org
>> >> >wrote:
>> >> >
>> >> >> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <ja...@gmail.com>
>> wrote:
>> >> >> > 1) Should hbase-master be changed to localhost?
>> >> >> >
>> >> >> > Maybe Try changing /etc/hosts to match the actual non loopback ip
>> of
>> >> >> your machine... (i.e. just run Ifconfig | grep 1 and see what ip
>> comes
>> >> out
>> >> >> :))
>> >> >> >  and make sure your /etc/hosts matches the file in my blog post,
>> (you
>> >> >> need hbase-master to be defined in your /etc/hosts...).
>> >> >>
>> >> >> hbase.master was dropped around 2009 now that we have zookeeper. So
>> >> >> you can set it to whatever you want, it won't change anything :)
>> >> >>
>> >> >> >
>> >> >> > 2) zookeeper parent seems bad..
>> >> >> >
>> >> >> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that it's
>> >> >> consistent with what you defined in zookeeper parent node.
>> >> >>
>> >> >> Those two are really unrelated, /hbase is the default so no need to
>> >> >> override it, and I'm guessing that hbase.rootdir is somewhere
>> writable
>> >> >> so that's all good.
>> >> >>
>> >> >> Now, regarding the "Check the value configured in
>> >> >> 'zookeeper.znode.parent", it's triggered when the client wants to
>> read
>> >> >> the /hbase znode in ZooKeeper but it's unable to. If it doesn't
>> exist,
>> >> >> it might be because your HBase is homed elsewhere. It could also be
>> >> >> that HBase isn't running at all so the Master never got to create it.
>> >> >>
>> >> >> BTW you can start the shell with -d and it's gonna give more info and
>> >> >> dump all the stack traces.
>> >> >>
>> >> >> Going by this thread I would guess that HBase isn't running so the
>> >> >> shell won't help. Another way to check is pointing your browser to
>> >> >> localhost:60010 and see if the master is responding. If not, time to
>> >> >> open up the log and see what's up.
>> >> >>
>> >> >> J-D
>> >> >>
>> >>
>>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Do you mean hbase.master.info.bindAddress and
hbase.regionserver.info.bindAddress?  I couldn't find
anything else in the docs.  But having said that, both
are set to 0.0.0.0 by default.

Also, I checked out 127.0.0.1:60010 and 0.0.0.0:60010,
no web gui.


On Thu, May 23, 2013 at 7:19 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> It should only be a matter of network configuration and not a matter
> of whether you are a Hadoop expert or not. HBase is just trying to get
> the machine's hostname and bind to it and in your case it's given
> something it cannot use. It's unfortunate.
>
> IIUC your machine is hosted on cox.net? And it seems that while
> providing that machine they at some point set it up so that its
> hostname would resolve to a public address. Sounds like a
> misconfiguration. Anyways, you can edit your /etc/hosts so that your
> hostname points to 127.0.0.1 or, since you are using 0.94.7, set both
> hbase.master.ipc.address and hbase.regionserver.ipc.address to 0.0.0.0
> in your hbase-site.xml so that it binds on the wildcard address
> instead.
>
> J-D
>
> On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
> <yo...@gmail.com> wrote:
> > How weird.  Admittedly I'm not terribly knowledgeable about Hadoop
> > and all of its sub-projects, but I don't recall ever setting any
> networking
> > info to something other than localhost.  What would cause this?
> >
> >
> > On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <jdcryans@apache.org
> >wrote:
> >
> >> That's your problem:
> >>
> >> Caused by: java.net.BindException: Problem binding to
> >> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign requested
> >> address
> >>
> >> Either it's a public address and you can't bind to it or someone else
> >> is using it.
> >>
> >> J-D
> >>
> >> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
> >> <yo...@gmail.com> wrote:
> >> > Here is my dump of the sole log file in the logs directory:
> >> > http://bin.cakephp.org/view/2116332048
> >> >
> >> >
> >> > On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <
> jdcryans@apache.org
> >> >wrote:
> >> >
> >> >> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <ja...@gmail.com>
> wrote:
> >> >> > 1) Should hbase-master be changed to localhost?
> >> >> >
> >> >> > Maybe Try changing /etc/hosts to match the actual non loopback ip
> of
> >> >> your machine... (i.e. just run Ifconfig | grep 1 and see what ip
> comes
> >> out
> >> >> :))
> >> >> >  and make sure your /etc/hosts matches the file in my blog post,
> (you
> >> >> need hbase-master to be defined in your /etc/hosts...).
> >> >>
> >> >> hbase.master was dropped around 2009 now that we have zookeeper. So
> >> >> you can set it to whatever you want, it won't change anything :)
> >> >>
> >> >> >
> >> >> > 2) zookeeper parent seems bad..
> >> >> >
> >> >> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that it's
> >> >> consistent with what you defined in zookeeper parent node.
> >> >>
> >> >> Those two are really unrelated, /hbase is the default so no need to
> >> >> override it, and I'm guessing that hbase.rootdir is somewhere
> writable
> >> >> so that's all good.
> >> >>
> >> >> Now, regarding the "Check the value configured in
> >> >> 'zookeeper.znode.parent", it's triggered when the client wants to
> read
> >> >> the /hbase znode in ZooKeeper but it's unable to. If it doesn't
> exist,
> >> >> it might be because your HBase is homed elsewhere. It could also be
> >> >> that HBase isn't running at all so the Master never got to create it.
> >> >>
> >> >> BTW you can start the shell with -d and it's gonna give more info and
> >> >> dump all the stack traces.
> >> >>
> >> >> Going by this thread I would guess that HBase isn't running so the
> >> >> shell won't help. Another way to check is pointing your browser to
> >> >> localhost:60010 and see if the master is responding. If not, time to
> >> >> open up the log and see what's up.
> >> >>
> >> >> J-D
> >> >>
> >>
>

Re: HBase is not running.

Posted by Jean-Daniel Cryans <jd...@apache.org>.
It should only be a matter of network configuration and not a matter
of whether you are a Hadoop expert or not. HBase is just trying to get
the machine's hostname and bind to it and in your case it's given
something it cannot use. It's unfortunate.

IIUC your machine is hosted on cox.net? And it seems that while
providing that machine they at some point set it up so that its
hostname would resolve to a public address. Sounds like a
misconfiguration. Anyways, you can edit your /etc/hosts so that your
hostname points to 127.0.0.1 or, since you are using 0.94.7, set both
hbase.master.ipc.address and hbase.regionserver.ipc.address to 0.0.0.0
in your hbase-site.xml so that it binds on the wildcard address
instead.

J-D

On Thu, May 23, 2013 at 4:07 PM, Yves S. Garret
<yo...@gmail.com> wrote:
> How weird.  Admittedly I'm not terribly knowledgeable about Hadoop
> and all of its sub-projects, but I don't recall ever setting any networking
> info to something other than localhost.  What would cause this?
>
>
> On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:
>
>> That's your problem:
>>
>> Caused by: java.net.BindException: Problem binding to
>> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign requested
>> address
>>
>> Either it's a public address and you can't bind to it or someone else
>> is using it.
>>
>> J-D
>>
>> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
>> <yo...@gmail.com> wrote:
>> > Here is my dump of the sole log file in the logs directory:
>> > http://bin.cakephp.org/view/2116332048
>> >
>> >
>> > On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <jdcryans@apache.org
>> >wrote:
>> >
>> >> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <ja...@gmail.com> wrote:
>> >> > 1) Should hbase-master be changed to localhost?
>> >> >
>> >> > Maybe Try changing /etc/hosts to match the actual non loopback ip of
>> >> your machine... (i.e. just run Ifconfig | grep 1 and see what ip comes
>> out
>> >> :))
>> >> >  and make sure your /etc/hosts matches the file in my blog post, (you
>> >> need hbase-master to be defined in your /etc/hosts...).
>> >>
>> >> hbase.master was dropped around 2009 now that we have zookeeper. So
>> >> you can set it to whatever you want, it won't change anything :)
>> >>
>> >> >
>> >> > 2) zookeeper parent seems bad..
>> >> >
>> >> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that it's
>> >> consistent with what you defined in zookeeper parent node.
>> >>
>> >> Those two are really unrelated, /hbase is the default so no need to
>> >> override it, and I'm guessing that hbase.rootdir is somewhere writable
>> >> so that's all good.
>> >>
>> >> Now, regarding the "Check the value configured in
>> >> 'zookeeper.znode.parent", it's triggered when the client wants to read
>> >> the /hbase znode in ZooKeeper but it's unable to. If it doesn't exist,
>> >> it might be because your HBase is homed elsewhere. It could also be
>> >> that HBase isn't running at all so the Master never got to create it.
>> >>
>> >> BTW you can start the shell with -d and it's gonna give more info and
>> >> dump all the stack traces.
>> >>
>> >> Going by this thread I would guess that HBase isn't running so the
>> >> shell won't help. Another way to check is pointing your browser to
>> >> localhost:60010 and see if the master is responding. If not, time to
>> >> open up the log and see what's up.
>> >>
>> >> J-D
>> >>
>>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
How weird.  Admittedly I'm not terribly knowledgeable about Hadoop
and all of its sub-projects, but I don't recall ever setting any networking
info to something other than localhost.  What would cause this?


On Thu, May 23, 2013 at 6:26 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> That's your problem:
>
> Caused by: java.net.BindException: Problem binding to
> ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign requested
> address
>
> Either it's a public address and you can't bind to it or someone else
> is using it.
>
> J-D
>
> On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
> <yo...@gmail.com> wrote:
> > Here is my dump of the sole log file in the logs directory:
> > http://bin.cakephp.org/view/2116332048
> >
> >
> > On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <jdcryans@apache.org
> >wrote:
> >
> >> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <ja...@gmail.com> wrote:
> >> > 1) Should hbase-master be changed to localhost?
> >> >
> >> > Maybe Try changing /etc/hosts to match the actual non loopback ip of
> >> your machine... (i.e. just run Ifconfig | grep 1 and see what ip comes
> out
> >> :))
> >> >  and make sure your /etc/hosts matches the file in my blog post, (you
> >> need hbase-master to be defined in your /etc/hosts...).
> >>
> >> hbase.master was dropped around 2009 now that we have zookeeper. So
> >> you can set it to whatever you want, it won't change anything :)
> >>
> >> >
> >> > 2) zookeeper parent seems bad..
> >> >
> >> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that it's
> >> consistent with what you defined in zookeeper parent node.
> >>
> >> Those two are really unrelated, /hbase is the default so no need to
> >> override it, and I'm guessing that hbase.rootdir is somewhere writable
> >> so that's all good.
> >>
> >> Now, regarding the "Check the value configured in
> >> 'zookeeper.znode.parent", it's triggered when the client wants to read
> >> the /hbase znode in ZooKeeper but it's unable to. If it doesn't exist,
> >> it might be because your HBase is homed elsewhere. It could also be
> >> that HBase isn't running at all so the Master never got to create it.
> >>
> >> BTW you can start the shell with -d and it's gonna give more info and
> >> dump all the stack traces.
> >>
> >> Going by this thread I would guess that HBase isn't running so the
> >> shell won't help. Another way to check is pointing your browser to
> >> localhost:60010 and see if the master is responding. If not, time to
> >> open up the log and see what's up.
> >>
> >> J-D
> >>
>

Re: HBase is not running.

Posted by Jean-Daniel Cryans <jd...@apache.org>.
That's your problem:

Caused by: java.net.BindException: Problem binding to
ip72-215-225-9.at.at.cox.net/72.215.225.9:0 : Cannot assign requested
address

Either it's a public address and you can't bind to it or someone else
is using it.

J-D

On Thu, May 23, 2013 at 3:24 PM, Yves S. Garret
<yo...@gmail.com> wrote:
> Here is my dump of the sole log file in the logs directory:
> http://bin.cakephp.org/view/2116332048
>
>
> On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:
>
>> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <ja...@gmail.com> wrote:
>> > 1) Should hbase-master be changed to localhost?
>> >
>> > Maybe Try changing /etc/hosts to match the actual non loopback ip of
>> your machine... (i.e. just run Ifconfig | grep 1 and see what ip comes out
>> :))
>> >  and make sure your /etc/hosts matches the file in my blog post, (you
>> need hbase-master to be defined in your /etc/hosts...).
>>
>> hbase.master was dropped around 2009 now that we have zookeeper. So
>> you can set it to whatever you want, it won't change anything :)
>>
>> >
>> > 2) zookeeper parent seems bad..
>> >
>> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that it's
>> consistent with what you defined in zookeeper parent node.
>>
>> Those two are really unrelated, /hbase is the default so no need to
>> override it, and I'm guessing that hbase.rootdir is somewhere writable
>> so that's all good.
>>
>> Now, regarding the "Check the value configured in
>> 'zookeeper.znode.parent", it's triggered when the client wants to read
>> the /hbase znode in ZooKeeper but it's unable to. If it doesn't exist,
>> it might be because your HBase is homed elsewhere. It could also be
>> that HBase isn't running at all so the Master never got to create it.
>>
>> BTW you can start the shell with -d and it's gonna give more info and
>> dump all the stack traces.
>>
>> Going by this thread I would guess that HBase isn't running so the
>> shell won't help. Another way to check is pointing your browser to
>> localhost:60010 and see if the master is responding. If not, time to
>> open up the log and see what's up.
>>
>> J-D
>>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Here is my dump of the sole log file in the logs directory:
http://bin.cakephp.org/view/2116332048


On Thu, May 23, 2013 at 6:20 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <ja...@gmail.com> wrote:
> > 1) Should hbase-master be changed to localhost?
> >
> > Maybe Try changing /etc/hosts to match the actual non loopback ip of
> your machine... (i.e. just run Ifconfig | grep 1 and see what ip comes out
> :))
> >  and make sure your /etc/hosts matches the file in my blog post, (you
> need hbase-master to be defined in your /etc/hosts...).
>
> hbase.master was dropped around 2009 now that we have zookeeper. So
> you can set it to whatever you want, it won't change anything :)
>
> >
> > 2) zookeeper parent seems bad..
> >
> > Change hbase-rootdir to "hbase" (in hbase.rootdir) so that it's
> consistent with what you defined in zookeeper parent node.
>
> Those two are really unrelated, /hbase is the default so no need to
> override it, and I'm guessing that hbase.rootdir is somewhere writable
> so that's all good.
>
> Now, regarding the "Check the value configured in
> 'zookeeper.znode.parent", it's triggered when the client wants to read
> the /hbase znode in ZooKeeper but it's unable to. If it doesn't exist,
> it might be because your HBase is homed elsewhere. It could also be
> that HBase isn't running at all so the Master never got to create it.
>
> BTW you can start the shell with -d and it's gonna give more info and
> dump all the stack traces.
>
> Going by this thread I would guess that HBase isn't running so the
> shell won't help. Another way to check is pointing your browser to
> localhost:60010 and see if the master is responding. If not, time to
> open up the log and see what's up.
>
> J-D
>

Re: HBase is not running.

Posted by Jean-Daniel Cryans <jd...@apache.org>.
On Thu, May 23, 2013 at 2:50 PM, Jay Vyas <ja...@gmail.com> wrote:
> 1) Should hbase-master be changed to localhost?
>
> Maybe Try changing /etc/hosts to match the actual non loopback ip of your machine... (i.e. just run Ifconfig | grep 1 and see what ip comes out :))
>  and make sure your /etc/hosts matches the file in my blog post, (you need hbase-master to be defined in your /etc/hosts...).

hbase.master was dropped around 2009 now that we have zookeeper. So
you can set it to whatever you want, it won't change anything :)

>
> 2) zookeeper parent seems bad..
>
> Change hbase-rootdir to "hbase" (in hbase.rootdir) so that it's consistent with what you defined in zookeeper parent node.

Those two are really unrelated, /hbase is the default so no need to
override it, and I'm guessing that hbase.rootdir is somewhere writable
so that's all good.

Now, regarding the "Check the value configured in
'zookeeper.znode.parent", it's triggered when the client wants to read
the /hbase znode in ZooKeeper but it's unable to. If it doesn't exist,
it might be because your HBase is homed elsewhere. It could also be
that HBase isn't running at all so the Master never got to create it.

BTW you can start the shell with -d and it's gonna give more info and
dump all the stack traces.

Going by this thread I would guess that HBase isn't running so the
shell won't help. Another way to check is pointing your browser to
localhost:60010 and see if the master is responding. If not, time to
open up the log and see what's up.

J-D

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
On Thu, May 23, 2013 at 5:50 PM, Jay Vyas <ja...@gmail.com> wrote:

> 1) Should hbase-master be changed to localhost?
>
> Maybe Try changing /etc/hosts to match the actual non loopback ip of your
> machine... (i.e. just run Ifconfig | grep 1 and see what ip comes out :))
>  and make sure your /etc/hosts matches the file in my blog post, (you need
> hbase-master to be defined in your /etc/hosts...).
>

You mean like this?
127.0.0.1       localhost
192.168.1.3    hbase-master

>
> 2) zookeeper parent seems bad..
>
> Change hbase-rootdir to "hbase" (in hbase.rootdir) so that it's consistent
> with what you defined in zookeeper parent node.
>

Like so?
http://bin.cakephp.org/view/2005790890

>
> 3) killall -9 java and restart start-hbase.sh
>

Did that... web gui still not showing up.

>
>
>
> On May 23, 2013, at 5:31 PM, "Yves S. Garret" <yo...@gmail.com>
> wrote:
>
> > Here is the entire file:
> > http://bin.cakephp.org/view/1159889135
> >
> >
> > On Thu, May 23, 2013 at 4:35 PM, Jay Vyas <ja...@gmail.com> wrote:
> >
> >> depends on how you define hbase root in your hbase-site.xml ?
> >>
> >> Can you paste it here
> >>
>

Re: HBase is not running.

Posted by Jay Vyas <ja...@gmail.com>.
1) Should hbase-master be changed to localhost?

Maybe Try changing /etc/hosts to match the actual non loopback ip of your machine... (i.e. just run Ifconfig | grep 1 and see what ip comes out :))
 and make sure your /etc/hosts matches the file in my blog post, (you need hbase-master to be defined in your /etc/hosts...).

2) zookeeper parent seems bad.. 

Change hbase-rootdir to "hbase" (in hbase.rootdir) so that it's consistent with what you defined in zookeeper parent node.

3) killall -9 java and restart start-hbase.sh



On May 23, 2013, at 5:31 PM, "Yves S. Garret" <yo...@gmail.com> wrote:

> Here is the entire file:
> http://bin.cakephp.org/view/1159889135
> 
> 
> On Thu, May 23, 2013 at 4:35 PM, Jay Vyas <ja...@gmail.com> wrote:
> 
>> depends on how you define hbase root in your hbase-site.xml ?
>> 
>> Can you paste it here
>> 

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Here is the entire file:
http://bin.cakephp.org/view/1159889135


On Thu, May 23, 2013 at 4:35 PM, Jay Vyas <ja...@gmail.com> wrote:

> depends on how you define hbase root in your hbase-site.xml ?
>
> Can you paste it here
>

Re: HBase is not running.

Posted by Jay Vyas <ja...@gmail.com>.
depends on how you define hbase root in your hbase-site.xml ?

Can you paste it here

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
This is how hbase is looking from /
drwxr-xr-x.   2 user  user   4096 May 23 14:37 hbase

But, now that you mention it, would I need to have hdfs running as well?


On Thu, May 23, 2013 at 2:57 PM, Jay Vyas <ja...@gmail.com> wrote:

> I think this is simply an issue, then, that /hbase has the wrong privileges
> or is inaccessible .
>
> (1) Are you sure hdfs or whatever filesystem you are using is running and
> (2) has the /hbase directory in it with
> (3) liberal enough permissions?
>

Re: HBase is not running.

Posted by Jay Vyas <ja...@gmail.com>.
I think this is simply an issue, then, that /hbase has the wrong privileges
or is inaccessible .

(1) Are you sure hdfs or whatever filesystem you are using is running and
(2) has the /hbase directory in it with
(3) liberal enough permissions?

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Yup, just a single VM on one machine.  /etc/hosts is currently this:
127.0.0.1       localhost


On Thu, May 23, 2013 at 2:47 PM, Jay Vyas <ja...@gmail.com> wrote:

> Hi Yves !
>
> Okay... So - this is probably related to your last question.
>
> The zookeeper nodes should 1-1 match the /etc/hosts ...
> How many VMs do you have?
> Or are you just running in local mode with one jvm per HBASE process?
>
> I think that, if the latter, having "localhost" in the zookeeper xml will
> work.
>
>
>
>
>
>
>
> On Thu, May 23, 2013 at 1:48 PM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
> > Progress!  :)
> >
> > Now, I'm getting this error :)
> >
> > 13/05/23 13:29:00 ERROR
> > client.HConnectionManager$HConnectionImplementation: Check the
> > value configured in 'zookeeper.znode.parent'. There could be a
> > mismatch with the one configured in the master.
> >
> >
> > On Thu, May 23, 2013 at 1:15 PM, Yves S. Garret
> > <yo...@gmail.com>wrote:
> >
> > > Jay, I was looking at your blog and I noticed these entries for
> > Zookeeper:
> > >
> > >
> hbase-master,hbase-regionserver1,hbase-regionserver2,hbase-regionserver3
> > >
> > > Since I'm doing everything on my laptop, all that I would need to do is
> > > just
> > > put localhost in that location, yes?
> > >
> > >
> > > On Wed, May 22, 2013 at 1:44 PM, Jay Vyas <ja...@gmail.com>
> wrote:
> > >
> > >> Yves, im going through the same issues, very tricky first time around.
> > >>  Use
> > >> the stable version.  Try these 3 tips : I just finished getting it
> > working
> > >> and wrote it up in distributed mode on a cluster of VMs.
> > >>
> > >>
> > http://jayunit100.blogspot.com/2013/05/debugging-hbase-installation.html
> > >>
> > >>
> > >>
> > >>
> > >> On Wed, May 22, 2013 at 1:02 PM, Yves S. Garret
> > >> <yo...@gmail.com>wrote:
> > >>
> > >> > How weird.  When I start up hbase using start-hbase.sh and then
> > >> > check to make sure that the process is running, I don't see anything
> > >> > with JPS.  However, when I run stop-hbase.sh and then check my
> > >> > java processes, I *DO* see a Java process running in JPS... why?
> > >> >
> > >> >
> > >> > On Wed, May 22, 2013 at 11:28 AM, Yves S. Garret <
> > >> > yoursurrogategod@gmail.com
> > >> > > wrote:
> > >> >
> > >> > > Still stuck on this.
> > >> > >
> > >> > > I did something different, I tried version 0.92.2.  This is the
> log
> > >> from
> > >> > > that older version.
> > >> > > http://bin.cakephp.org/view/617939270
> > >> > >
> > >> > > The other weird thing that I noticed with version on 0.92.2 is
> this.
> > >>  I
> > >> > > started
> > >> > > HBase and this is the output that I got:
> > >> > > $ $HBASE_HOME/bin/start-hbase.sh
> > >> > > starting master, logging to
> > >> > >
> > >> >
> > >>
> >
> /media/alternative-storage-do-not-touch/hbase-install/hbase-0.92.2/logs/hbase-ysg-master-ysg.connect.out
> > >> > >
> > >> > > (pardon the annoyingly long file name)
> > >> > >
> > >> > > Now, when I run JPS, this is what I see:
> > >> > > $ $JAVA_HOME/bin/jps
> > >> > > 14038 RunJar
> > >> > > 2059 Jps
> > >> > >
> > >> > > HBase... is not running?  What the heck?
> > >> > >
> > >> > >
> > >> > > On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq <
> dontariq@gmail.com
> > >> > >wrote:
> > >> > >
> > >> > >> Is this the only thing which appears on your screen?Could you
> > please
> > >> > show
> > >> > >> me your config files?
> > >> > >>
> > >> > >> Warm Regards,
> > >> > >> Tariq
> > >> > >> cloudfront.blogspot.com
> > >> > >>
> > >> > >>
> > >> > >> On Wed, May 22, 2013 at 2:49 AM, Yves S. Garret
> > >> > >> <yo...@gmail.com>wrote:
> > >> > >>
> > >> > >> > This is what happens when I start hbase.
> > >> > >> >
> > >> > >> > $ bin/start-hbase.sh
> > >> > >> > starting master, logging to
> > >> > >> >
> > >> > >> >
> > >> > >>
> > >> >
> > >>
> >
> /media/alternative-storage-do-not-touch/hbase-0.94.7/logs/hbase-ysg-master-ysg.connect.out
> > >> > >> >
> > >> > >> > No real problems or error or warnings... but it does not have
> the
> > >> same
> > >> > >> > output that you have in your blog... perhaps that's an issue?
> > >> > >> >
> > >> > >> >
> > >> > >> > On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq <
> > >> dontariq@gmail.com>
> > >> > >> > wrote:
> > >> > >> >
> > >> > >> > > No issues.
> > >> > >> > >
> > >> > >> > > Are the HBase daemons running fine?Are you able to initiate
> > >> anything
> > >> > >> from
> > >> > >> > > the shell?
> > >> > >> > >
> > >> > >> > > Warm Regards,
> > >> > >> > > Tariq
> > >> > >> > > cloudfront.blogspot.com
> > >> > >> > >
> > >> > >> > >
> > >> > >> > > On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret
> > >> > >> > > <yo...@gmail.com>wrote:
> > >> > >> > >
> > >> > >> > > > Hi, sorry, I thought I had more info than what was
> displayed
> > >> in my
> > >> > >> > > > e-mail a little earlier today that had the little list,
> but I
> > >> did
> > >> > >> not.
> > >> > >> > > >
> > >> > >> > > > My biggest hangup is getting that Web GUI to work.  That's
> > >> really
> > >> > >> > > > where I'm stuck.  I followed your tutorial on the
> cloudfront
> > >> blog
> > >> > >> and
> > >> > >> > > > when it came time to go to http://localhost:60010, I did
> not
> > >> see
> > >> > an
> > >> > >> > > > output.
> > >> > >> > > >
> > >> > >> > > >
> > >> > >> > > > On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <
> > >> > dontariq@gmail.com
> > >> > >> >
> > >> > >> > > > wrote:
> > >> > >> > > >
> > >> > >> > > > > sure..
> > >> > >> > > > >
> > >> > >> > > > > Warm Regards,
> > >> > >> > > > > Tariq
> > >> > >> > > > > cloudfront.blogspot.com
> > >> > >> > > > >
> > >> > >> > > > >
> > >> > >> > > > > On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
> > >> > >> > > > > <yo...@gmail.com>wrote:
> > >> > >> > > > >
> > >> > >> > > > > > Hello,
> > >> > >> > > > > >
> > >> > >> > > > > > No, still having issues.  I'll give you some more
> details
> > >> in a
> > >> > >> > > second.
> > >> > >> > > > > >
> > >> > >> > > > > >
> > >> > >> > > > > > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <
> > >> > >> > dontariq@gmail.com>
> > >> > >> > > > > > wrote:
> > >> > >> > > > > >
> > >> > >> > > > > > > Hey Yves,
> > >> > >> > > > > > >
> > >> > >> > > > > > >         I am sorry for being unresponsive. I was
> > >> travelling
> > >> > >> and
> > >> > >> > was
> > >> > >> > > > out
> > >> > >> > > > > > of
> > >> > >> > > > > > > reach. What's the current status?Are you good now?
> > >> > >> > > > > > >
> > >> > >> > > > > > > Warm Regards,
> > >> > >> > > > > > > Tariq
> > >> > >> > > > > > > cloudfront.blogspot.com
> > >> > >> > > > > > >
> > >> > >> > > > > > >
> > >> > >> > > > > > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <
> > >> > >> > > asaf.mesika@gmail.com
> > >> > >> > > > >
> > >> > >> > > > > > > wrote:
> > >> > >> > > > > > >
> > >> > >> > > > > > > > Yes.
> > >> > >> > > > > > > >
> > >> > >> > > > > > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
> > >> > >> > > > > > > yoursurrogategod@gmail.com>
> > >> > >> > > > > > > > wrote:
> > >> > >> > > > > > > >
> > >> > >> > > > > > > > > Do you mean this?
> > >> > >> > > > > > > > >
> > >> > >> > > > > > > > > http://blog.devving.com/hbase-quickstart-guide/
> > >> > >> > > > > > > > >
> > >> > >> > > > > > > > >
> > >> > >> > > > > > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
> > >> > >> > > > > asaf.mesika@gmail.com>
> > >> > >> > > > > > > > wrote:
> > >> > >> > > > > > > > >
> > >> > >> > > > > > > > >> Devving.com has a good tutorial on HBase first
> > setup
> > >> > >> > > > > > > > >>
> > >> > >> > > > > > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> > >> > >> > > > > > > > >>
> > >> > >> > > > > > > > >>> Hi Mohammad,
> > >> > >> > > > > > > > >>>
> > >> > >> > > > > > > > >>> I was following your tutorial and when I got to
> > the
> > >> > part
> > >> > >> > when
> > >> > >> > > > you
> > >> > >> > > > > > do
> > >> > >> > > > > > > > >>> $ bin/start-hbase.sh, this is what I get:
> > >> > >> > > > > > > > >>> http://bin.cakephp.org/view/428090088
> > >> > >> > > > > > > > >>>
> > >> > >> > > > > > > > >>> I'll keep looking online for an answer, but
> was I
> > >> > >> supposed
> > >> > >> > to
> > >> > >> > > > do
> > >> > >> > > > > > > > >> something
> > >> > >> > > > > > > > >>> else besides this?
> > >> > >> > > > > > > > >>>
> > >> > >> > > > > > > > >>> This is the contents of my bashrc:
> > >> > >> > > > > > > > >>> http://bin.cakephp.org/view/629885150
> > >> > >> > > > > > > > >>>
> > >> > >> > > > > > > > >>> This is what happens when I run "hadoop
> version":
> > >> > >> > > > > > > > >>> $ hadoop version
> > >> > >> > > > > > > > >>> Hadoop 1.0.4
> > >> > >> > > > > > > > >>> Subversion
> > >> > >> > > > > > > > >>>
> > >> > >> > > > > >
> > >> > >> >
> > >> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
> > >> > >> > > > > > > > >>> 1393290
> > >> > >> > > > > > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC
> > >> 2012
> > >> > >> > > > > > > > >>> From source with checksum
> > >> > >> fe2baea87c4c81a2c505767f3f9b71f4
> > >> > >> > > > > > > > >>>
> > >> > >> > > > > > > > >>> No issues, I'm guessing.
> > >> > >> > > > > > > > >>>
> > >> > >> > > > > > > > >>> Not sure where I'm tripping up.
> > >> > >> > > > > > > > >>>
> > >> > >> > > > > > > > >>>
> > >> > >> > > > > > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq
> <
> > >> > >> > > > > dontariq@gmail.com
> > >> > >> > > > > > >
> > >> > >> > > > > > > > >> wrote:
> > >> > >> > > > > > > > >>>
> > >> > >> > > > > > > > >>>> Yes..You can do that. I would suggest you to
> > start
> > >> > >> fresh
> > >> > >> > and
> > >> > >> > > > > > setup a
> > >> > >> > > > > > > > >>> single
> > >> > >> > > > > > > > >>>> node setup first. Once it is working fine,
> > >> extending
> > >> > >> it to
> > >> > >> > > > > > multiple
> > >> > >> > > > > > > > >>>> machines is just a matter of copying the
> config
> > >> > files.
> > >> > >> I
> > >> > >> > > have
> > >> > >> > > > > > > > explained
> > >> > >> > > > > > > > >>> the
> > >> > >> > > > > > > > >>>> procedure here<
> > >> > >> > > > > > > > >>>>
> > >> > >> > > > > > > > >>>
> > >> > >> > > > > > > > >>
> > >> > >> > > > > > > >
> > >> > >> > > > > > >
> > >> > >> > > > > >
> > >> > >> > > > >
> > >> > >> > > >
> > >> > >> > >
> > >> > >> >
> > >> > >>
> > >> >
> > >>
> >
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> > >> > >> > > > > > > > >>>>> .
> > >> > >> > > > > > > > >>>> Try to follow this and hopefully you'll be
> able
> > >> to do
> > >> > >> it
> > >> > >> > > > > properly.
> > >> > >> > > > > > > If
> > >> > >> > > > > > > > >> you
> > >> > >> > > > > > > > >>>> further need any help let us know.
> > >> > >> > > > > > > > >>>>
> > >> > >> > > > > > > > >>>> Warm Regards,
> > >> > >> > > > > > > > >>>> Tariq
> > >> > >> > > > > > > > >>>> https://mtariq.jux.com/
> > >> > >> > > > > > > > >>>> cloudfront.blogspot.com
> > >> > >> > > > > > > > >>>>
> > >> > >> > > > > > > > >>>>
> > >> > >> > > > > > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S.
> Garret
> > >> > >> > > > > > > > >>>> <yo...@gmail.com>wrote:
> > >> > >> > > > > > > > >>>>
> > >> > >> > > > > > > > >>>>> Hi Tariq, can those two paths be one in the
> > same?
> > >> >  I'd
> > >> > >> > like
> > >> > >> > > > to
> > >> > >> > > > > > just
> > >> > >> > > > > > > > >>>>> dump everything into one directory if that's
> > >> > possible.
> > >> > >> > > > > > > > >>>>>
> > >> > >> > > > > > > > >>>>>
> > >> > >> > > > > > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad
> > Tariq <
> > >> > >> > > > > > > dontariq@gmail.com>
> > >> > >> > > > > > > > >>>>> wrote:
> > >> > >> > > > > > > > >>>>>
> > >> > >> > > > > > > > >>>>>> hbase.rootdir the directory HBase writes
> data
> > >> to. I
> > >> > >> you
> > >> > >> > > are
> > >> > >> > > > > > > > >> planning
> > >> > >> > > > > > > > >>> to
> > >> > >> > > > > > > > >>>>>> have a distributed HBase setup then set this
> > >> > >> property to
> > >> > >> > > > some
> > >> > >> > > > > a
> > >> > >> > > > > > > > >>>> directory
> > >> > >> > > > > > > > >>>>>> in your HDFS, like
> > >> "hdfs://NN_MACHINE:9000/hbase".
> > >> > >> > > Otherwise
> > >> > >> > > > > > point
> > >> > >> > > > > > > > >>> some
> > >> > >> > > > > > > > >>>>> dir
> > >> > >> > > > > > > > >>>>>> on your local FS. And for
> > >> > >> > hbase.zookeper.property.dataDir,
> > >> > >> > > > > > create
> > >> > >> > > > > > > a
> > >> > >> > > > > > > > >>>>>> separate dir outside your HBASE_HOME and as
> > the
> > >> > >> value.
> > >> > >> > > > > > > > >>>>>>
> > >> > >> > > > > > > > >>>>>> Warm Regards,
> > >> > >> > > > > > > > >>>>>> Tariq
> > >> > >> > > > > > > > >>>>>> https://mtariq.jux.com/
> > >> > >> > > > > > > > >>>>>> cloudfront.blogspot.com
> > >> > >> > > > > > > > >>>>>>
> > >> > >> > > > > > > > >>>>>>
> > >> > >> > > > > > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S.
> Garret
> > >> > >> > > > > > > > >>>>>> <yo...@gmail.com>wrote:
> > >> > >> > > > > > > > >>>>>>
> > >> > >> > > > > > > > >>>>>>> One more little update.
> > >> > >> > > > > > > > >>>>>>>
> > >> > >> > > > > > > > >>>>>>> I ran this command in HBASE_HOME [ $
> > >> > >> bin/start-hbase.sh
> > >> > >> > > ],
> > >> > >> > > > > > > > >>>>>>> using these configuration settings:
> > >> > >> > > > > > > > >>>>>>> http://bin.cakephp.org/view/1134614486
> > >> > >> > > > > > > > >>>>>>>
> > >> > >> > > > > > > > >>>>>>> After I rand it, I checked
> > >> > >> > > > > > > > >>>>>>>
> > >> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log
> > >> > >> and
> > >> > >> > > > > > > > >>>>>>> this is what I saw:
> > >> > >> > > > > > > > >>>>>>> http://bin.cakephp.org/view/823736802
> > >> > >> > > > > > > > >>>>>>>
> > >> > >> > > > > > > > >>>>>>> I hope that sheds some light for you guys.
> > >> > >> > > > > > > > >>>>>>>
> > >> > >> > > > > > > > >>>>>>>
> > >> > >> > > > > > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S.
> > Garret
> > >> > >> > > > > > > > >>>>>>> <yo...@gmail.com>wrote:
> > >> > >> > > > > > > > >>>>>>>
> > >> > >> > > > > > > > >>>>>>>> Hi guys, one more question.
> > >> > >> > > > > > > > >>>>>>>>
> > >> > >> > > > > > > > >>>>>>>> I'm looking at this <
> > >> > >> > > > > > > > >>> http://hbase.apache.org/book/quickstart.html>
> > >> > >> > > > > > > > >>>>>> link
> > >> > >> > > > > > > > >>>>>>>> in section 1.2.1 and where I have to
> modify
> > >> > >> > > > > > > > >>>>>>>> conf/hbase-site.xml, for parts
> hbase.rootdir
> > >> and
> > >> > >> > > > > > > > >>>>>>>> hbase.zookeper.property.dataDir, to what
> > >> should I
> > >> > >> set
> > >> > >> > > > > > > > >>>> hbase.rootdir?
> > >> > >> > > > > > > > >>>>>>>> At the moment, I have hbase.rootdir set to
> > >> > >> > > > > > > > >>>>>>>>
> > >> > /media/alternative-storage-do-not-touch/zookeeper.
> > >> > >>  Is
> > >> > >> > > > that
> > >> > >> > > > > > > > >> fine?
> > >> > >> > > > > > > > >>>>>>>> Also, for
> hbase.zookeper.property.dataDir, I
> > >> > >> currently
> > >> > >> > > > have
> > >> > >> > > > > it
> > >> > >> > > > > > > > >>> set
> > >> > >> > > > > > > > >>>> to
> > >> > >> > > > > > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make
> > sense?
> > >> > >> > > > > > > > >>>>>>>>
> > >> > >> > > > > > > > >>>>>>>> I realize that some of these questions
> could
> > >> be
> > >> > >> > > annoying,
> > >> > >> > > > > but
> > >> > >> > > > > > > > >> I'd
> > >> > >> > > > > > > > >>>>>>>> like to make sure that I'm on the right
> > track
> > >> and
> > >> > >> > don't
> > >> > >> > > > > screw
> > >> > >> > > > > > > > >>>>>>>> something up, ge
> > >> > >> > > > > > > > >>
> > >> > >> > > > > > > >
> > >> > >> > > > > > > >
> > >> > >> > > > > > >
> > >> > >> > > > > >
> > >> > >> > > > >
> > >> > >> > > >
> > >> > >> > >
> > >> > >> >
> > >> > >>
> > >> > >
> > >> > >
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> Jay Vyas
> > >> http://jayunit100.blogspot.com
> > >>
> > >
> > >
> >
>
>
>
> --
> Jay Vyas
> http://jayunit100.blogspot.com
>

Re: HBase is not running.

Posted by Jay Vyas <ja...@gmail.com>.
Hi Yves !

Okay... So - this is probably related to your last question.

The zookeeper nodes should 1-1 match the /etc/hosts ...
How many VMs do you have?
Or are you just running in local mode with one jvm per HBASE process?

I think that, if the latter, having "localhost" in the zookeeper xml will
work.







On Thu, May 23, 2013 at 1:48 PM, Yves S. Garret
<yo...@gmail.com>wrote:

> Progress!  :)
>
> Now, I'm getting this error :)
>
> 13/05/23 13:29:00 ERROR
> client.HConnectionManager$HConnectionImplementation: Check the
> value configured in 'zookeeper.znode.parent'. There could be a
> mismatch with the one configured in the master.
>
>
> On Thu, May 23, 2013 at 1:15 PM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
> > Jay, I was looking at your blog and I noticed these entries for
> Zookeeper:
> >
> > hbase-master,hbase-regionserver1,hbase-regionserver2,hbase-regionserver3
> >
> > Since I'm doing everything on my laptop, all that I would need to do is
> > just
> > put localhost in that location, yes?
> >
> >
> > On Wed, May 22, 2013 at 1:44 PM, Jay Vyas <ja...@gmail.com> wrote:
> >
> >> Yves, im going through the same issues, very tricky first time around.
> >>  Use
> >> the stable version.  Try these 3 tips : I just finished getting it
> working
> >> and wrote it up in distributed mode on a cluster of VMs.
> >>
> >>
> http://jayunit100.blogspot.com/2013/05/debugging-hbase-installation.html
> >>
> >>
> >>
> >>
> >> On Wed, May 22, 2013 at 1:02 PM, Yves S. Garret
> >> <yo...@gmail.com>wrote:
> >>
> >> > How weird.  When I start up hbase using start-hbase.sh and then
> >> > check to make sure that the process is running, I don't see anything
> >> > with JPS.  However, when I run stop-hbase.sh and then check my
> >> > java processes, I *DO* see a Java process running in JPS... why?
> >> >
> >> >
> >> > On Wed, May 22, 2013 at 11:28 AM, Yves S. Garret <
> >> > yoursurrogategod@gmail.com
> >> > > wrote:
> >> >
> >> > > Still stuck on this.
> >> > >
> >> > > I did something different, I tried version 0.92.2.  This is the log
> >> from
> >> > > that older version.
> >> > > http://bin.cakephp.org/view/617939270
> >> > >
> >> > > The other weird thing that I noticed with version on 0.92.2 is this.
> >>  I
> >> > > started
> >> > > HBase and this is the output that I got:
> >> > > $ $HBASE_HOME/bin/start-hbase.sh
> >> > > starting master, logging to
> >> > >
> >> >
> >>
> /media/alternative-storage-do-not-touch/hbase-install/hbase-0.92.2/logs/hbase-ysg-master-ysg.connect.out
> >> > >
> >> > > (pardon the annoyingly long file name)
> >> > >
> >> > > Now, when I run JPS, this is what I see:
> >> > > $ $JAVA_HOME/bin/jps
> >> > > 14038 RunJar
> >> > > 2059 Jps
> >> > >
> >> > > HBase... is not running?  What the heck?
> >> > >
> >> > >
> >> > > On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq <dontariq@gmail.com
> >> > >wrote:
> >> > >
> >> > >> Is this the only thing which appears on your screen?Could you
> please
> >> > show
> >> > >> me your config files?
> >> > >>
> >> > >> Warm Regards,
> >> > >> Tariq
> >> > >> cloudfront.blogspot.com
> >> > >>
> >> > >>
> >> > >> On Wed, May 22, 2013 at 2:49 AM, Yves S. Garret
> >> > >> <yo...@gmail.com>wrote:
> >> > >>
> >> > >> > This is what happens when I start hbase.
> >> > >> >
> >> > >> > $ bin/start-hbase.sh
> >> > >> > starting master, logging to
> >> > >> >
> >> > >> >
> >> > >>
> >> >
> >>
> /media/alternative-storage-do-not-touch/hbase-0.94.7/logs/hbase-ysg-master-ysg.connect.out
> >> > >> >
> >> > >> > No real problems or error or warnings... but it does not have the
> >> same
> >> > >> > output that you have in your blog... perhaps that's an issue?
> >> > >> >
> >> > >> >
> >> > >> > On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq <
> >> dontariq@gmail.com>
> >> > >> > wrote:
> >> > >> >
> >> > >> > > No issues.
> >> > >> > >
> >> > >> > > Are the HBase daemons running fine?Are you able to initiate
> >> anything
> >> > >> from
> >> > >> > > the shell?
> >> > >> > >
> >> > >> > > Warm Regards,
> >> > >> > > Tariq
> >> > >> > > cloudfront.blogspot.com
> >> > >> > >
> >> > >> > >
> >> > >> > > On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret
> >> > >> > > <yo...@gmail.com>wrote:
> >> > >> > >
> >> > >> > > > Hi, sorry, I thought I had more info than what was displayed
> >> in my
> >> > >> > > > e-mail a little earlier today that had the little list, but I
> >> did
> >> > >> not.
> >> > >> > > >
> >> > >> > > > My biggest hangup is getting that Web GUI to work.  That's
> >> really
> >> > >> > > > where I'm stuck.  I followed your tutorial on the cloudfront
> >> blog
> >> > >> and
> >> > >> > > > when it came time to go to http://localhost:60010, I did not
> >> see
> >> > an
> >> > >> > > > output.
> >> > >> > > >
> >> > >> > > >
> >> > >> > > > On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <
> >> > dontariq@gmail.com
> >> > >> >
> >> > >> > > > wrote:
> >> > >> > > >
> >> > >> > > > > sure..
> >> > >> > > > >
> >> > >> > > > > Warm Regards,
> >> > >> > > > > Tariq
> >> > >> > > > > cloudfront.blogspot.com
> >> > >> > > > >
> >> > >> > > > >
> >> > >> > > > > On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
> >> > >> > > > > <yo...@gmail.com>wrote:
> >> > >> > > > >
> >> > >> > > > > > Hello,
> >> > >> > > > > >
> >> > >> > > > > > No, still having issues.  I'll give you some more details
> >> in a
> >> > >> > > second.
> >> > >> > > > > >
> >> > >> > > > > >
> >> > >> > > > > > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <
> >> > >> > dontariq@gmail.com>
> >> > >> > > > > > wrote:
> >> > >> > > > > >
> >> > >> > > > > > > Hey Yves,
> >> > >> > > > > > >
> >> > >> > > > > > >         I am sorry for being unresponsive. I was
> >> travelling
> >> > >> and
> >> > >> > was
> >> > >> > > > out
> >> > >> > > > > > of
> >> > >> > > > > > > reach. What's the current status?Are you good now?
> >> > >> > > > > > >
> >> > >> > > > > > > Warm Regards,
> >> > >> > > > > > > Tariq
> >> > >> > > > > > > cloudfront.blogspot.com
> >> > >> > > > > > >
> >> > >> > > > > > >
> >> > >> > > > > > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <
> >> > >> > > asaf.mesika@gmail.com
> >> > >> > > > >
> >> > >> > > > > > > wrote:
> >> > >> > > > > > >
> >> > >> > > > > > > > Yes.
> >> > >> > > > > > > >
> >> > >> > > > > > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
> >> > >> > > > > > > yoursurrogategod@gmail.com>
> >> > >> > > > > > > > wrote:
> >> > >> > > > > > > >
> >> > >> > > > > > > > > Do you mean this?
> >> > >> > > > > > > > >
> >> > >> > > > > > > > > http://blog.devving.com/hbase-quickstart-guide/
> >> > >> > > > > > > > >
> >> > >> > > > > > > > >
> >> > >> > > > > > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
> >> > >> > > > > asaf.mesika@gmail.com>
> >> > >> > > > > > > > wrote:
> >> > >> > > > > > > > >
> >> > >> > > > > > > > >> Devving.com has a good tutorial on HBase first
> setup
> >> > >> > > > > > > > >>
> >> > >> > > > > > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> >> > >> > > > > > > > >>
> >> > >> > > > > > > > >>> Hi Mohammad,
> >> > >> > > > > > > > >>>
> >> > >> > > > > > > > >>> I was following your tutorial and when I got to
> the
> >> > part
> >> > >> > when
> >> > >> > > > you
> >> > >> > > > > > do
> >> > >> > > > > > > > >>> $ bin/start-hbase.sh, this is what I get:
> >> > >> > > > > > > > >>> http://bin.cakephp.org/view/428090088
> >> > >> > > > > > > > >>>
> >> > >> > > > > > > > >>> I'll keep looking online for an answer, but was I
> >> > >> supposed
> >> > >> > to
> >> > >> > > > do
> >> > >> > > > > > > > >> something
> >> > >> > > > > > > > >>> else besides this?
> >> > >> > > > > > > > >>>
> >> > >> > > > > > > > >>> This is the contents of my bashrc:
> >> > >> > > > > > > > >>> http://bin.cakephp.org/view/629885150
> >> > >> > > > > > > > >>>
> >> > >> > > > > > > > >>> This is what happens when I run "hadoop version":
> >> > >> > > > > > > > >>> $ hadoop version
> >> > >> > > > > > > > >>> Hadoop 1.0.4
> >> > >> > > > > > > > >>> Subversion
> >> > >> > > > > > > > >>>
> >> > >> > > > > >
> >> > >> >
> >> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
> >> > >> > > > > > > > >>> 1393290
> >> > >> > > > > > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC
> >> 2012
> >> > >> > > > > > > > >>> From source with checksum
> >> > >> fe2baea87c4c81a2c505767f3f9b71f4
> >> > >> > > > > > > > >>>
> >> > >> > > > > > > > >>> No issues, I'm guessing.
> >> > >> > > > > > > > >>>
> >> > >> > > > > > > > >>> Not sure where I'm tripping up.
> >> > >> > > > > > > > >>>
> >> > >> > > > > > > > >>>
> >> > >> > > > > > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <
> >> > >> > > > > dontariq@gmail.com
> >> > >> > > > > > >
> >> > >> > > > > > > > >> wrote:
> >> > >> > > > > > > > >>>
> >> > >> > > > > > > > >>>> Yes..You can do that. I would suggest you to
> start
> >> > >> fresh
> >> > >> > and
> >> > >> > > > > > setup a
> >> > >> > > > > > > > >>> single
> >> > >> > > > > > > > >>>> node setup first. Once it is working fine,
> >> extending
> >> > >> it to
> >> > >> > > > > > multiple
> >> > >> > > > > > > > >>>> machines is just a matter of copying the config
> >> > files.
> >> > >> I
> >> > >> > > have
> >> > >> > > > > > > > explained
> >> > >> > > > > > > > >>> the
> >> > >> > > > > > > > >>>> procedure here<
> >> > >> > > > > > > > >>>>
> >> > >> > > > > > > > >>>
> >> > >> > > > > > > > >>
> >> > >> > > > > > > >
> >> > >> > > > > > >
> >> > >> > > > > >
> >> > >> > > > >
> >> > >> > > >
> >> > >> > >
> >> > >> >
> >> > >>
> >> >
> >>
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> >> > >> > > > > > > > >>>>> .
> >> > >> > > > > > > > >>>> Try to follow this and hopefully you'll be able
> >> to do
> >> > >> it
> >> > >> > > > > properly.
> >> > >> > > > > > > If
> >> > >> > > > > > > > >> you
> >> > >> > > > > > > > >>>> further need any help let us know.
> >> > >> > > > > > > > >>>>
> >> > >> > > > > > > > >>>> Warm Regards,
> >> > >> > > > > > > > >>>> Tariq
> >> > >> > > > > > > > >>>> https://mtariq.jux.com/
> >> > >> > > > > > > > >>>> cloudfront.blogspot.com
> >> > >> > > > > > > > >>>>
> >> > >> > > > > > > > >>>>
> >> > >> > > > > > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> >> > >> > > > > > > > >>>> <yo...@gmail.com>wrote:
> >> > >> > > > > > > > >>>>
> >> > >> > > > > > > > >>>>> Hi Tariq, can those two paths be one in the
> same?
> >> >  I'd
> >> > >> > like
> >> > >> > > > to
> >> > >> > > > > > just
> >> > >> > > > > > > > >>>>> dump everything into one directory if that's
> >> > possible.
> >> > >> > > > > > > > >>>>>
> >> > >> > > > > > > > >>>>>
> >> > >> > > > > > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad
> Tariq <
> >> > >> > > > > > > dontariq@gmail.com>
> >> > >> > > > > > > > >>>>> wrote:
> >> > >> > > > > > > > >>>>>
> >> > >> > > > > > > > >>>>>> hbase.rootdir the directory HBase writes data
> >> to. I
> >> > >> you
> >> > >> > > are
> >> > >> > > > > > > > >> planning
> >> > >> > > > > > > > >>> to
> >> > >> > > > > > > > >>>>>> have a distributed HBase setup then set this
> >> > >> property to
> >> > >> > > > some
> >> > >> > > > > a
> >> > >> > > > > > > > >>>> directory
> >> > >> > > > > > > > >>>>>> in your HDFS, like
> >> "hdfs://NN_MACHINE:9000/hbase".
> >> > >> > > Otherwise
> >> > >> > > > > > point
> >> > >> > > > > > > > >>> some
> >> > >> > > > > > > > >>>>> dir
> >> > >> > > > > > > > >>>>>> on your local FS. And for
> >> > >> > hbase.zookeper.property.dataDir,
> >> > >> > > > > > create
> >> > >> > > > > > > a
> >> > >> > > > > > > > >>>>>> separate dir outside your HBASE_HOME and as
> the
> >> > >> value.
> >> > >> > > > > > > > >>>>>>
> >> > >> > > > > > > > >>>>>> Warm Regards,
> >> > >> > > > > > > > >>>>>> Tariq
> >> > >> > > > > > > > >>>>>> https://mtariq.jux.com/
> >> > >> > > > > > > > >>>>>> cloudfront.blogspot.com
> >> > >> > > > > > > > >>>>>>
> >> > >> > > > > > > > >>>>>>
> >> > >> > > > > > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> >> > >> > > > > > > > >>>>>> <yo...@gmail.com>wrote:
> >> > >> > > > > > > > >>>>>>
> >> > >> > > > > > > > >>>>>>> One more little update.
> >> > >> > > > > > > > >>>>>>>
> >> > >> > > > > > > > >>>>>>> I ran this command in HBASE_HOME [ $
> >> > >> bin/start-hbase.sh
> >> > >> > > ],
> >> > >> > > > > > > > >>>>>>> using these configuration settings:
> >> > >> > > > > > > > >>>>>>> http://bin.cakephp.org/view/1134614486
> >> > >> > > > > > > > >>>>>>>
> >> > >> > > > > > > > >>>>>>> After I rand it, I checked
> >> > >> > > > > > > > >>>>>>>
> >> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log
> >> > >> and
> >> > >> > > > > > > > >>>>>>> this is what I saw:
> >> > >> > > > > > > > >>>>>>> http://bin.cakephp.org/view/823736802
> >> > >> > > > > > > > >>>>>>>
> >> > >> > > > > > > > >>>>>>> I hope that sheds some light for you guys.
> >> > >> > > > > > > > >>>>>>>
> >> > >> > > > > > > > >>>>>>>
> >> > >> > > > > > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S.
> Garret
> >> > >> > > > > > > > >>>>>>> <yo...@gmail.com>wrote:
> >> > >> > > > > > > > >>>>>>>
> >> > >> > > > > > > > >>>>>>>> Hi guys, one more question.
> >> > >> > > > > > > > >>>>>>>>
> >> > >> > > > > > > > >>>>>>>> I'm looking at this <
> >> > >> > > > > > > > >>> http://hbase.apache.org/book/quickstart.html>
> >> > >> > > > > > > > >>>>>> link
> >> > >> > > > > > > > >>>>>>>> in section 1.2.1 and where I have to modify
> >> > >> > > > > > > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir
> >> and
> >> > >> > > > > > > > >>>>>>>> hbase.zookeper.property.dataDir, to what
> >> should I
> >> > >> set
> >> > >> > > > > > > > >>>> hbase.rootdir?
> >> > >> > > > > > > > >>>>>>>> At the moment, I have hbase.rootdir set to
> >> > >> > > > > > > > >>>>>>>>
> >> > /media/alternative-storage-do-not-touch/zookeeper.
> >> > >>  Is
> >> > >> > > > that
> >> > >> > > > > > > > >> fine?
> >> > >> > > > > > > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I
> >> > >> currently
> >> > >> > > > have
> >> > >> > > > > it
> >> > >> > > > > > > > >>> set
> >> > >> > > > > > > > >>>> to
> >> > >> > > > > > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make
> sense?
> >> > >> > > > > > > > >>>>>>>>
> >> > >> > > > > > > > >>>>>>>> I realize that some of these questions could
> >> be
> >> > >> > > annoying,
> >> > >> > > > > but
> >> > >> > > > > > > > >> I'd
> >> > >> > > > > > > > >>>>>>>> like to make sure that I'm on the right
> track
> >> and
> >> > >> > don't
> >> > >> > > > > screw
> >> > >> > > > > > > > >>>>>>>> something up, ge
> >> > >> > > > > > > > >>
> >> > >> > > > > > > >
> >> > >> > > > > > > >
> >> > >> > > > > > >
> >> > >> > > > > >
> >> > >> > > > >
> >> > >> > > >
> >> > >> > >
> >> > >> >
> >> > >>
> >> > >
> >> > >
> >> >
> >>
> >>
> >>
> >> --
> >> Jay Vyas
> >> http://jayunit100.blogspot.com
> >>
> >
> >
>



-- 
Jay Vyas
http://jayunit100.blogspot.com

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hi all, some more info.  The GUI does not work, even though
Zookeeper is working.  When I start the shell and enter "list", this
is what I get:
http://bin.cakephp.org/view/518131554

This is my hbase-site.xml file:
http://bin.cakephp.org/view/7632959

For zookeeper.znode.parent, I had create an /hbase (has regular user
privs, not root).  But, honestly, I'm not sure what the value should be
for that property.  Could someone provide some input on what this is
supposed to be?  I read the docs, but did not understand what they
were saying "Root ZNode for HBase in Zookeeper."


On Thu, May 23, 2013 at 1:48 PM, Yves S. Garret
<yo...@gmail.com>wrote:

> Progress!  :)
>
> Now, I'm getting this error :)
>
> 13/05/23 13:29:00 ERROR
> client.HConnectionManager$HConnectionImplementation: Check the
> value configured in 'zookeeper.znode.parent'. There could be a
> mismatch with the one configured in the master.
>
>
> On Thu, May 23, 2013 at 1:15 PM, Yves S. Garret <
> yoursurrogategod@gmail.com> wrote:
>
>> Jay, I was looking at your blog and I noticed these entries for Zookeeper:
>>
>> hbase-master,hbase-regionserver1,hbase-regionserver2,hbase-regionserver3
>>
>> Since I'm doing everything on my laptop, all that I would need to do is
>> just
>> put localhost in that location, yes?
>>
>>
>> On Wed, May 22, 2013 at 1:44 PM, Jay Vyas <ja...@gmail.com> wrote:
>>
>>> Yves, im going through the same issues, very tricky first time around.
>>>  Use
>>> the stable version.  Try these 3 tips : I just finished getting it
>>> working
>>> and wrote it up in distributed mode on a cluster of VMs.
>>>
>>> http://jayunit100.blogspot.com/2013/05/debugging-hbase-installation.html
>>>
>>>
>>>
>>>
>>> On Wed, May 22, 2013 at 1:02 PM, Yves S. Garret
>>> <yo...@gmail.com>wrote:
>>>
>>> > How weird.  When I start up hbase using start-hbase.sh and then
>>> > check to make sure that the process is running, I don't see anything
>>> > with JPS.  However, when I run stop-hbase.sh and then check my
>>> > java processes, I *DO* see a Java process running in JPS... why?
>>> >
>>> >
>>> > On Wed, May 22, 2013 at 11:28 AM, Yves S. Garret <
>>> > yoursurrogategod@gmail.com
>>> > > wrote:
>>> >
>>> > > Still stuck on this.
>>> > >
>>> > > I did something different, I tried version 0.92.2.  This is the log
>>> from
>>> > > that older version.
>>> > > http://bin.cakephp.org/view/617939270
>>> > >
>>> > > The other weird thing that I noticed with version on 0.92.2 is this.
>>>  I
>>> > > started
>>> > > HBase and this is the output that I got:
>>> > > $ $HBASE_HOME/bin/start-hbase.sh
>>> > > starting master, logging to
>>> > >
>>> >
>>> /media/alternative-storage-do-not-touch/hbase-install/hbase-0.92.2/logs/hbase-ysg-master-ysg.connect.out
>>> > >
>>> > > (pardon the annoyingly long file name)
>>> > >
>>> > > Now, when I run JPS, this is what I see:
>>> > > $ $JAVA_HOME/bin/jps
>>> > > 14038 RunJar
>>> > > 2059 Jps
>>> > >
>>> > > HBase... is not running?  What the heck?
>>> > >
>>> > >
>>> > > On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq <dontariq@gmail.com
>>> > >wrote:
>>> > >
>>> > >> Is this the only thing which appears on your screen?Could you please
>>> > show
>>> > >> me your config files?
>>> > >>
>>> > >> Warm Regards,
>>> > >> Tariq
>>> > >> cloudfront.blogspot.com
>>> > >>
>>> > >>
>>> > >> On Wed, May 22, 2013 at 2:49 AM, Yves S. Garret
>>> > >> <yo...@gmail.com>wrote:
>>> > >>
>>> > >> > This is what happens when I start hbase.
>>> > >> >
>>> > >> > $ bin/start-hbase.sh
>>> > >> > starting master, logging to
>>> > >> >
>>> > >> >
>>> > >>
>>> >
>>> /media/alternative-storage-do-not-touch/hbase-0.94.7/logs/hbase-ysg-master-ysg.connect.out
>>> > >> >
>>> > >> > No real problems or error or warnings... but it does not have the
>>> same
>>> > >> > output that you have in your blog... perhaps that's an issue?
>>> > >> >
>>> > >> >
>>> > >> > On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq <
>>> dontariq@gmail.com>
>>> > >> > wrote:
>>> > >> >
>>> > >> > > No issues.
>>> > >> > >
>>> > >> > > Are the HBase daemons running fine?Are you able to initiate
>>> anything
>>> > >> from
>>> > >> > > the shell?
>>> > >> > >
>>> > >> > > Warm Regards,
>>> > >> > > Tariq
>>> > >> > > cloudfront.blogspot.com
>>> > >> > >
>>> > >> > >
>>> > >> > > On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret
>>> > >> > > <yo...@gmail.com>wrote:
>>> > >> > >
>>> > >> > > > Hi, sorry, I thought I had more info than what was displayed
>>> in my
>>> > >> > > > e-mail a little earlier today that had the little list, but I
>>> did
>>> > >> not.
>>> > >> > > >
>>> > >> > > > My biggest hangup is getting that Web GUI to work.  That's
>>> really
>>> > >> > > > where I'm stuck.  I followed your tutorial on the cloudfront
>>> blog
>>> > >> and
>>> > >> > > > when it came time to go to http://localhost:60010, I did not
>>> see
>>> > an
>>> > >> > > > output.
>>> > >> > > >
>>> > >> > > >
>>> > >> > > > On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <
>>> > dontariq@gmail.com
>>> > >> >
>>> > >> > > > wrote:
>>> > >> > > >
>>> > >> > > > > sure..
>>> > >> > > > >
>>> > >> > > > > Warm Regards,
>>> > >> > > > > Tariq
>>> > >> > > > > cloudfront.blogspot.com
>>> > >> > > > >
>>> > >> > > > >
>>> > >> > > > > On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
>>> > >> > > > > <yo...@gmail.com>wrote:
>>> > >> > > > >
>>> > >> > > > > > Hello,
>>> > >> > > > > >
>>> > >> > > > > > No, still having issues.  I'll give you some more details
>>> in a
>>> > >> > > second.
>>> > >> > > > > >
>>> > >> > > > > >
>>> > >> > > > > > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <
>>> > >> > dontariq@gmail.com>
>>> > >> > > > > > wrote:
>>> > >> > > > > >
>>> > >> > > > > > > Hey Yves,
>>> > >> > > > > > >
>>> > >> > > > > > >         I am sorry for being unresponsive. I was
>>> travelling
>>> > >> and
>>> > >> > was
>>> > >> > > > out
>>> > >> > > > > > of
>>> > >> > > > > > > reach. What's the current status?Are you good now?
>>> > >> > > > > > >
>>> > >> > > > > > > Warm Regards,
>>> > >> > > > > > > Tariq
>>> > >> > > > > > > cloudfront.blogspot.com
>>> > >> > > > > > >
>>> > >> > > > > > >
>>> > >> > > > > > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <
>>> > >> > > asaf.mesika@gmail.com
>>> > >> > > > >
>>> > >> > > > > > > wrote:
>>> > >> > > > > > >
>>> > >> > > > > > > > Yes.
>>> > >> > > > > > > >
>>> > >> > > > > > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
>>> > >> > > > > > > yoursurrogategod@gmail.com>
>>> > >> > > > > > > > wrote:
>>> > >> > > > > > > >
>>> > >> > > > > > > > > Do you mean this?
>>> > >> > > > > > > > >
>>> > >> > > > > > > > > http://blog.devving.com/hbase-quickstart-guide/
>>> > >> > > > > > > > >
>>> > >> > > > > > > > >
>>> > >> > > > > > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
>>> > >> > > > > asaf.mesika@gmail.com>
>>> > >> > > > > > > > wrote:
>>> > >> > > > > > > > >
>>> > >> > > > > > > > >> Devving.com has a good tutorial on HBase first
>>> setup
>>> > >> > > > > > > > >>
>>> > >> > > > > > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
>>> > >> > > > > > > > >>
>>> > >> > > > > > > > >>> Hi Mohammad,
>>> > >> > > > > > > > >>>
>>> > >> > > > > > > > >>> I was following your tutorial and when I got to
>>> the
>>> > part
>>> > >> > when
>>> > >> > > > you
>>> > >> > > > > > do
>>> > >> > > > > > > > >>> $ bin/start-hbase.sh, this is what I get:
>>> > >> > > > > > > > >>> http://bin.cakephp.org/view/428090088
>>> > >> > > > > > > > >>>
>>> > >> > > > > > > > >>> I'll keep looking online for an answer, but was I
>>> > >> supposed
>>> > >> > to
>>> > >> > > > do
>>> > >> > > > > > > > >> something
>>> > >> > > > > > > > >>> else besides this?
>>> > >> > > > > > > > >>>
>>> > >> > > > > > > > >>> This is the contents of my bashrc:
>>> > >> > > > > > > > >>> http://bin.cakephp.org/view/629885150
>>> > >> > > > > > > > >>>
>>> > >> > > > > > > > >>> This is what happens when I run "hadoop version":
>>> > >> > > > > > > > >>> $ hadoop version
>>> > >> > > > > > > > >>> Hadoop 1.0.4
>>> > >> > > > > > > > >>> Subversion
>>> > >> > > > > > > > >>>
>>> > >> > > > > >
>>> > >> >
>>> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
>>> > >> > > > > > > > >>> 1393290
>>> > >> > > > > > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC
>>> 2012
>>> > >> > > > > > > > >>> From source with checksum
>>> > >> fe2baea87c4c81a2c505767f3f9b71f4
>>> > >> > > > > > > > >>>
>>> > >> > > > > > > > >>> No issues, I'm guessing.
>>> > >> > > > > > > > >>>
>>> > >> > > > > > > > >>> Not sure where I'm tripping up.
>>> > >> > > > > > > > >>>
>>> > >> > > > > > > > >>>
>>> > >> > > > > > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <
>>> > >> > > > > dontariq@gmail.com
>>> > >> > > > > > >
>>> > >> > > > > > > > >> wrote:
>>> > >> > > > > > > > >>>
>>> > >> > > > > > > > >>>> Yes..You can do that. I would suggest you to
>>> start
>>> > >> fresh
>>> > >> > and
>>> > >> > > > > > setup a
>>> > >> > > > > > > > >>> single
>>> > >> > > > > > > > >>>> node setup first. Once it is working fine,
>>> extending
>>> > >> it to
>>> > >> > > > > > multiple
>>> > >> > > > > > > > >>>> machines is just a matter of copying the config
>>> > files.
>>> > >> I
>>> > >> > > have
>>> > >> > > > > > > > explained
>>> > >> > > > > > > > >>> the
>>> > >> > > > > > > > >>>> procedure here<
>>> > >> > > > > > > > >>>>
>>> > >> > > > > > > > >>>
>>> > >> > > > > > > > >>
>>> > >> > > > > > > >
>>> > >> > > > > > >
>>> > >> > > > > >
>>> > >> > > > >
>>> > >> > > >
>>> > >> > >
>>> > >> >
>>> > >>
>>> >
>>> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
>>> > >> > > > > > > > >>>>> .
>>> > >> > > > > > > > >>>> Try to follow this and hopefully you'll be able
>>> to do
>>> > >> it
>>> > >> > > > > properly.
>>> > >> > > > > > > If
>>> > >> > > > > > > > >> you
>>> > >> > > > > > > > >>>> further need any help let us know.
>>> > >> > > > > > > > >>>>
>>> > >> > > > > > > > >>>> Warm Regards,
>>> > >> > > > > > > > >>>> Tariq
>>> > >> > > > > > > > >>>> https://mtariq.jux.com/
>>> > >> > > > > > > > >>>> cloudfront.blogspot.com
>>> > >> > > > > > > > >>>>
>>> > >> > > > > > > > >>>>
>>> > >> > > > > > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
>>> > >> > > > > > > > >>>> <yo...@gmail.com>wrote:
>>> > >> > > > > > > > >>>>
>>> > >> > > > > > > > >>>>> Hi Tariq, can those two paths be one in the
>>> same?
>>> >  I'd
>>> > >> > like
>>> > >> > > > to
>>> > >> > > > > > just
>>> > >> > > > > > > > >>>>> dump everything into one directory if that's
>>> > possible.
>>> > >> > > > > > > > >>>>>
>>> > >> > > > > > > > >>>>>
>>> > >> > > > > > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq
>>> <
>>> > >> > > > > > > dontariq@gmail.com>
>>> > >> > > > > > > > >>>>> wrote:
>>> > >> > > > > > > > >>>>>
>>> > >> > > > > > > > >>>>>> hbase.rootdir the directory HBase writes data
>>> to. I
>>> > >> you
>>> > >> > > are
>>> > >> > > > > > > > >> planning
>>> > >> > > > > > > > >>> to
>>> > >> > > > > > > > >>>>>> have a distributed HBase setup then set this
>>> > >> property to
>>> > >> > > > some
>>> > >> > > > > a
>>> > >> > > > > > > > >>>> directory
>>> > >> > > > > > > > >>>>>> in your HDFS, like
>>> "hdfs://NN_MACHINE:9000/hbase".
>>> > >> > > Otherwise
>>> > >> > > > > > point
>>> > >> > > > > > > > >>> some
>>> > >> > > > > > > > >>>>> dir
>>> > >> > > > > > > > >>>>>> on your local FS. And for
>>> > >> > hbase.zookeper.property.dataDir,
>>> > >> > > > > > create
>>> > >> > > > > > > a
>>> > >> > > > > > > > >>>>>> separate dir outside your HBASE_HOME and as the
>>> > >> value.
>>> > >> > > > > > > > >>>>>>
>>> > >> > > > > > > > >>>>>> Warm Regards,
>>> > >> > > > > > > > >>>>>> Tariq
>>> > >> > > > > > > > >>>>>> https://mtariq.jux.com/
>>> > >> > > > > > > > >>>>>> cloudfront.blogspot.com
>>> > >> > > > > > > > >>>>>>
>>> > >> > > > > > > > >>>>>>
>>> > >> > > > > > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
>>> > >> > > > > > > > >>>>>> <yo...@gmail.com>wrote:
>>> > >> > > > > > > > >>>>>>
>>> > >> > > > > > > > >>>>>>> One more little update.
>>> > >> > > > > > > > >>>>>>>
>>> > >> > > > > > > > >>>>>>> I ran this command in HBASE_HOME [ $
>>> > >> bin/start-hbase.sh
>>> > >> > > ],
>>> > >> > > > > > > > >>>>>>> using these configuration settings:
>>> > >> > > > > > > > >>>>>>> http://bin.cakephp.org/view/1134614486
>>> > >> > > > > > > > >>>>>>>
>>> > >> > > > > > > > >>>>>>> After I rand it, I checked
>>> > >> > > > > > > > >>>>>>>
>>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log
>>> > >> and
>>> > >> > > > > > > > >>>>>>> this is what I saw:
>>> > >> > > > > > > > >>>>>>> http://bin.cakephp.org/view/823736802
>>> > >> > > > > > > > >>>>>>>
>>> > >> > > > > > > > >>>>>>> I hope that sheds some light for you guys.
>>> > >> > > > > > > > >>>>>>>
>>> > >> > > > > > > > >>>>>>>
>>> > >> > > > > > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S.
>>> Garret
>>> > >> > > > > > > > >>>>>>> <yo...@gmail.com>wrote:
>>> > >> > > > > > > > >>>>>>>
>>> > >> > > > > > > > >>>>>>>> Hi guys, one more question.
>>> > >> > > > > > > > >>>>>>>>
>>> > >> > > > > > > > >>>>>>>> I'm looking at this <
>>> > >> > > > > > > > >>> http://hbase.apache.org/book/quickstart.html>
>>> > >> > > > > > > > >>>>>> link
>>> > >> > > > > > > > >>>>>>>> in section 1.2.1 and where I have to modify
>>> > >> > > > > > > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir
>>> and
>>> > >> > > > > > > > >>>>>>>> hbase.zookeper.property.dataDir, to what
>>> should I
>>> > >> set
>>> > >> > > > > > > > >>>> hbase.rootdir?
>>> > >> > > > > > > > >>>>>>>> At the moment, I have hbase.rootdir set to
>>> > >> > > > > > > > >>>>>>>>
>>> > /media/alternative-storage-do-not-touch/zookeeper.
>>> > >>  Is
>>> > >> > > > that
>>> > >> > > > > > > > >> fine?
>>> > >> > > > > > > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I
>>> > >> currently
>>> > >> > > > have
>>> > >> > > > > it
>>> > >> > > > > > > > >>> set
>>> > >> > > > > > > > >>>> to
>>> > >> > > > > > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make
>>> sense?
>>> > >> > > > > > > > >>>>>>>>
>>> > >> > > > > > > > >>>>>>>> I realize that some of these questions could
>>> be
>>> > >> > > annoying,
>>> > >> > > > > but
>>> > >> > > > > > > > >> I'd
>>> > >> > > > > > > > >>>>>>>> like to make sure that I'm on the right
>>> track and
>>> > >> > don't
>>> > >> > > > > screw
>>> > >> > > > > > > > >>>>>>>> something up, ge
>>> > >> > > > > > > > >>
>>> > >> > > > > > > >
>>> > >> > > > > > > >
>>> > >> > > > > > >
>>> > >> > > > > >
>>> > >> > > > >
>>> > >> > > >
>>> > >> > >
>>> > >> >
>>> > >>
>>> > >
>>> > >
>>> >
>>>
>>>
>>>
>>> --
>>> Jay Vyas
>>> http://jayunit100.blogspot.com
>>>
>>
>>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Progress!  :)

Now, I'm getting this error :)

13/05/23 13:29:00 ERROR
client.HConnectionManager$HConnectionImplementation: Check the
value configured in 'zookeeper.znode.parent'. There could be a
mismatch with the one configured in the master.


On Thu, May 23, 2013 at 1:15 PM, Yves S. Garret
<yo...@gmail.com>wrote:

> Jay, I was looking at your blog and I noticed these entries for Zookeeper:
>
> hbase-master,hbase-regionserver1,hbase-regionserver2,hbase-regionserver3
>
> Since I'm doing everything on my laptop, all that I would need to do is
> just
> put localhost in that location, yes?
>
>
> On Wed, May 22, 2013 at 1:44 PM, Jay Vyas <ja...@gmail.com> wrote:
>
>> Yves, im going through the same issues, very tricky first time around.
>>  Use
>> the stable version.  Try these 3 tips : I just finished getting it working
>> and wrote it up in distributed mode on a cluster of VMs.
>>
>> http://jayunit100.blogspot.com/2013/05/debugging-hbase-installation.html
>>
>>
>>
>>
>> On Wed, May 22, 2013 at 1:02 PM, Yves S. Garret
>> <yo...@gmail.com>wrote:
>>
>> > How weird.  When I start up hbase using start-hbase.sh and then
>> > check to make sure that the process is running, I don't see anything
>> > with JPS.  However, when I run stop-hbase.sh and then check my
>> > java processes, I *DO* see a Java process running in JPS... why?
>> >
>> >
>> > On Wed, May 22, 2013 at 11:28 AM, Yves S. Garret <
>> > yoursurrogategod@gmail.com
>> > > wrote:
>> >
>> > > Still stuck on this.
>> > >
>> > > I did something different, I tried version 0.92.2.  This is the log
>> from
>> > > that older version.
>> > > http://bin.cakephp.org/view/617939270
>> > >
>> > > The other weird thing that I noticed with version on 0.92.2 is this.
>>  I
>> > > started
>> > > HBase and this is the output that I got:
>> > > $ $HBASE_HOME/bin/start-hbase.sh
>> > > starting master, logging to
>> > >
>> >
>> /media/alternative-storage-do-not-touch/hbase-install/hbase-0.92.2/logs/hbase-ysg-master-ysg.connect.out
>> > >
>> > > (pardon the annoyingly long file name)
>> > >
>> > > Now, when I run JPS, this is what I see:
>> > > $ $JAVA_HOME/bin/jps
>> > > 14038 RunJar
>> > > 2059 Jps
>> > >
>> > > HBase... is not running?  What the heck?
>> > >
>> > >
>> > > On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq <dontariq@gmail.com
>> > >wrote:
>> > >
>> > >> Is this the only thing which appears on your screen?Could you please
>> > show
>> > >> me your config files?
>> > >>
>> > >> Warm Regards,
>> > >> Tariq
>> > >> cloudfront.blogspot.com
>> > >>
>> > >>
>> > >> On Wed, May 22, 2013 at 2:49 AM, Yves S. Garret
>> > >> <yo...@gmail.com>wrote:
>> > >>
>> > >> > This is what happens when I start hbase.
>> > >> >
>> > >> > $ bin/start-hbase.sh
>> > >> > starting master, logging to
>> > >> >
>> > >> >
>> > >>
>> >
>> /media/alternative-storage-do-not-touch/hbase-0.94.7/logs/hbase-ysg-master-ysg.connect.out
>> > >> >
>> > >> > No real problems or error or warnings... but it does not have the
>> same
>> > >> > output that you have in your blog... perhaps that's an issue?
>> > >> >
>> > >> >
>> > >> > On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq <
>> dontariq@gmail.com>
>> > >> > wrote:
>> > >> >
>> > >> > > No issues.
>> > >> > >
>> > >> > > Are the HBase daemons running fine?Are you able to initiate
>> anything
>> > >> from
>> > >> > > the shell?
>> > >> > >
>> > >> > > Warm Regards,
>> > >> > > Tariq
>> > >> > > cloudfront.blogspot.com
>> > >> > >
>> > >> > >
>> > >> > > On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret
>> > >> > > <yo...@gmail.com>wrote:
>> > >> > >
>> > >> > > > Hi, sorry, I thought I had more info than what was displayed
>> in my
>> > >> > > > e-mail a little earlier today that had the little list, but I
>> did
>> > >> not.
>> > >> > > >
>> > >> > > > My biggest hangup is getting that Web GUI to work.  That's
>> really
>> > >> > > > where I'm stuck.  I followed your tutorial on the cloudfront
>> blog
>> > >> and
>> > >> > > > when it came time to go to http://localhost:60010, I did not
>> see
>> > an
>> > >> > > > output.
>> > >> > > >
>> > >> > > >
>> > >> > > > On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <
>> > dontariq@gmail.com
>> > >> >
>> > >> > > > wrote:
>> > >> > > >
>> > >> > > > > sure..
>> > >> > > > >
>> > >> > > > > Warm Regards,
>> > >> > > > > Tariq
>> > >> > > > > cloudfront.blogspot.com
>> > >> > > > >
>> > >> > > > >
>> > >> > > > > On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
>> > >> > > > > <yo...@gmail.com>wrote:
>> > >> > > > >
>> > >> > > > > > Hello,
>> > >> > > > > >
>> > >> > > > > > No, still having issues.  I'll give you some more details
>> in a
>> > >> > > second.
>> > >> > > > > >
>> > >> > > > > >
>> > >> > > > > > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <
>> > >> > dontariq@gmail.com>
>> > >> > > > > > wrote:
>> > >> > > > > >
>> > >> > > > > > > Hey Yves,
>> > >> > > > > > >
>> > >> > > > > > >         I am sorry for being unresponsive. I was
>> travelling
>> > >> and
>> > >> > was
>> > >> > > > out
>> > >> > > > > > of
>> > >> > > > > > > reach. What's the current status?Are you good now?
>> > >> > > > > > >
>> > >> > > > > > > Warm Regards,
>> > >> > > > > > > Tariq
>> > >> > > > > > > cloudfront.blogspot.com
>> > >> > > > > > >
>> > >> > > > > > >
>> > >> > > > > > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <
>> > >> > > asaf.mesika@gmail.com
>> > >> > > > >
>> > >> > > > > > > wrote:
>> > >> > > > > > >
>> > >> > > > > > > > Yes.
>> > >> > > > > > > >
>> > >> > > > > > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
>> > >> > > > > > > yoursurrogategod@gmail.com>
>> > >> > > > > > > > wrote:
>> > >> > > > > > > >
>> > >> > > > > > > > > Do you mean this?
>> > >> > > > > > > > >
>> > >> > > > > > > > > http://blog.devving.com/hbase-quickstart-guide/
>> > >> > > > > > > > >
>> > >> > > > > > > > >
>> > >> > > > > > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
>> > >> > > > > asaf.mesika@gmail.com>
>> > >> > > > > > > > wrote:
>> > >> > > > > > > > >
>> > >> > > > > > > > >> Devving.com has a good tutorial on HBase first setup
>> > >> > > > > > > > >>
>> > >> > > > > > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
>> > >> > > > > > > > >>
>> > >> > > > > > > > >>> Hi Mohammad,
>> > >> > > > > > > > >>>
>> > >> > > > > > > > >>> I was following your tutorial and when I got to the
>> > part
>> > >> > when
>> > >> > > > you
>> > >> > > > > > do
>> > >> > > > > > > > >>> $ bin/start-hbase.sh, this is what I get:
>> > >> > > > > > > > >>> http://bin.cakephp.org/view/428090088
>> > >> > > > > > > > >>>
>> > >> > > > > > > > >>> I'll keep looking online for an answer, but was I
>> > >> supposed
>> > >> > to
>> > >> > > > do
>> > >> > > > > > > > >> something
>> > >> > > > > > > > >>> else besides this?
>> > >> > > > > > > > >>>
>> > >> > > > > > > > >>> This is the contents of my bashrc:
>> > >> > > > > > > > >>> http://bin.cakephp.org/view/629885150
>> > >> > > > > > > > >>>
>> > >> > > > > > > > >>> This is what happens when I run "hadoop version":
>> > >> > > > > > > > >>> $ hadoop version
>> > >> > > > > > > > >>> Hadoop 1.0.4
>> > >> > > > > > > > >>> Subversion
>> > >> > > > > > > > >>>
>> > >> > > > > >
>> > >> >
>> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
>> > >> > > > > > > > >>> 1393290
>> > >> > > > > > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC
>> 2012
>> > >> > > > > > > > >>> From source with checksum
>> > >> fe2baea87c4c81a2c505767f3f9b71f4
>> > >> > > > > > > > >>>
>> > >> > > > > > > > >>> No issues, I'm guessing.
>> > >> > > > > > > > >>>
>> > >> > > > > > > > >>> Not sure where I'm tripping up.
>> > >> > > > > > > > >>>
>> > >> > > > > > > > >>>
>> > >> > > > > > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <
>> > >> > > > > dontariq@gmail.com
>> > >> > > > > > >
>> > >> > > > > > > > >> wrote:
>> > >> > > > > > > > >>>
>> > >> > > > > > > > >>>> Yes..You can do that. I would suggest you to start
>> > >> fresh
>> > >> > and
>> > >> > > > > > setup a
>> > >> > > > > > > > >>> single
>> > >> > > > > > > > >>>> node setup first. Once it is working fine,
>> extending
>> > >> it to
>> > >> > > > > > multiple
>> > >> > > > > > > > >>>> machines is just a matter of copying the config
>> > files.
>> > >> I
>> > >> > > have
>> > >> > > > > > > > explained
>> > >> > > > > > > > >>> the
>> > >> > > > > > > > >>>> procedure here<
>> > >> > > > > > > > >>>>
>> > >> > > > > > > > >>>
>> > >> > > > > > > > >>
>> > >> > > > > > > >
>> > >> > > > > > >
>> > >> > > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> >
>> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
>> > >> > > > > > > > >>>>> .
>> > >> > > > > > > > >>>> Try to follow this and hopefully you'll be able
>> to do
>> > >> it
>> > >> > > > > properly.
>> > >> > > > > > > If
>> > >> > > > > > > > >> you
>> > >> > > > > > > > >>>> further need any help let us know.
>> > >> > > > > > > > >>>>
>> > >> > > > > > > > >>>> Warm Regards,
>> > >> > > > > > > > >>>> Tariq
>> > >> > > > > > > > >>>> https://mtariq.jux.com/
>> > >> > > > > > > > >>>> cloudfront.blogspot.com
>> > >> > > > > > > > >>>>
>> > >> > > > > > > > >>>>
>> > >> > > > > > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
>> > >> > > > > > > > >>>> <yo...@gmail.com>wrote:
>> > >> > > > > > > > >>>>
>> > >> > > > > > > > >>>>> Hi Tariq, can those two paths be one in the same?
>> >  I'd
>> > >> > like
>> > >> > > > to
>> > >> > > > > > just
>> > >> > > > > > > > >>>>> dump everything into one directory if that's
>> > possible.
>> > >> > > > > > > > >>>>>
>> > >> > > > > > > > >>>>>
>> > >> > > > > > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <
>> > >> > > > > > > dontariq@gmail.com>
>> > >> > > > > > > > >>>>> wrote:
>> > >> > > > > > > > >>>>>
>> > >> > > > > > > > >>>>>> hbase.rootdir the directory HBase writes data
>> to. I
>> > >> you
>> > >> > > are
>> > >> > > > > > > > >> planning
>> > >> > > > > > > > >>> to
>> > >> > > > > > > > >>>>>> have a distributed HBase setup then set this
>> > >> property to
>> > >> > > > some
>> > >> > > > > a
>> > >> > > > > > > > >>>> directory
>> > >> > > > > > > > >>>>>> in your HDFS, like
>> "hdfs://NN_MACHINE:9000/hbase".
>> > >> > > Otherwise
>> > >> > > > > > point
>> > >> > > > > > > > >>> some
>> > >> > > > > > > > >>>>> dir
>> > >> > > > > > > > >>>>>> on your local FS. And for
>> > >> > hbase.zookeper.property.dataDir,
>> > >> > > > > > create
>> > >> > > > > > > a
>> > >> > > > > > > > >>>>>> separate dir outside your HBASE_HOME and as the
>> > >> value.
>> > >> > > > > > > > >>>>>>
>> > >> > > > > > > > >>>>>> Warm Regards,
>> > >> > > > > > > > >>>>>> Tariq
>> > >> > > > > > > > >>>>>> https://mtariq.jux.com/
>> > >> > > > > > > > >>>>>> cloudfront.blogspot.com
>> > >> > > > > > > > >>>>>>
>> > >> > > > > > > > >>>>>>
>> > >> > > > > > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
>> > >> > > > > > > > >>>>>> <yo...@gmail.com>wrote:
>> > >> > > > > > > > >>>>>>
>> > >> > > > > > > > >>>>>>> One more little update.
>> > >> > > > > > > > >>>>>>>
>> > >> > > > > > > > >>>>>>> I ran this command in HBASE_HOME [ $
>> > >> bin/start-hbase.sh
>> > >> > > ],
>> > >> > > > > > > > >>>>>>> using these configuration settings:
>> > >> > > > > > > > >>>>>>> http://bin.cakephp.org/view/1134614486
>> > >> > > > > > > > >>>>>>>
>> > >> > > > > > > > >>>>>>> After I rand it, I checked
>> > >> > > > > > > > >>>>>>>
>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log
>> > >> and
>> > >> > > > > > > > >>>>>>> this is what I saw:
>> > >> > > > > > > > >>>>>>> http://bin.cakephp.org/view/823736802
>> > >> > > > > > > > >>>>>>>
>> > >> > > > > > > > >>>>>>> I hope that sheds some light for you guys.
>> > >> > > > > > > > >>>>>>>
>> > >> > > > > > > > >>>>>>>
>> > >> > > > > > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
>> > >> > > > > > > > >>>>>>> <yo...@gmail.com>wrote:
>> > >> > > > > > > > >>>>>>>
>> > >> > > > > > > > >>>>>>>> Hi guys, one more question.
>> > >> > > > > > > > >>>>>>>>
>> > >> > > > > > > > >>>>>>>> I'm looking at this <
>> > >> > > > > > > > >>> http://hbase.apache.org/book/quickstart.html>
>> > >> > > > > > > > >>>>>> link
>> > >> > > > > > > > >>>>>>>> in section 1.2.1 and where I have to modify
>> > >> > > > > > > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir
>> and
>> > >> > > > > > > > >>>>>>>> hbase.zookeper.property.dataDir, to what
>> should I
>> > >> set
>> > >> > > > > > > > >>>> hbase.rootdir?
>> > >> > > > > > > > >>>>>>>> At the moment, I have hbase.rootdir set to
>> > >> > > > > > > > >>>>>>>>
>> > /media/alternative-storage-do-not-touch/zookeeper.
>> > >>  Is
>> > >> > > > that
>> > >> > > > > > > > >> fine?
>> > >> > > > > > > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I
>> > >> currently
>> > >> > > > have
>> > >> > > > > it
>> > >> > > > > > > > >>> set
>> > >> > > > > > > > >>>> to
>> > >> > > > > > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
>> > >> > > > > > > > >>>>>>>>
>> > >> > > > > > > > >>>>>>>> I realize that some of these questions could
>> be
>> > >> > > annoying,
>> > >> > > > > but
>> > >> > > > > > > > >> I'd
>> > >> > > > > > > > >>>>>>>> like to make sure that I'm on the right track
>> and
>> > >> > don't
>> > >> > > > > screw
>> > >> > > > > > > > >>>>>>>> something up, ge
>> > >> > > > > > > > >>
>> > >> > > > > > > >
>> > >> > > > > > > >
>> > >> > > > > > >
>> > >> > > > > >
>> > >> > > > >
>> > >> > > >
>> > >> > >
>> > >> >
>> > >>
>> > >
>> > >
>> >
>>
>>
>>
>> --
>> Jay Vyas
>> http://jayunit100.blogspot.com
>>
>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Jay, I was looking at your blog and I noticed these entries for Zookeeper:

hbase-master,hbase-regionserver1,hbase-regionserver2,hbase-regionserver3

Since I'm doing everything on my laptop, all that I would need to do is just
put localhost in that location, yes?


On Wed, May 22, 2013 at 1:44 PM, Jay Vyas <ja...@gmail.com> wrote:

> Yves, im going through the same issues, very tricky first time around.  Use
> the stable version.  Try these 3 tips : I just finished getting it working
> and wrote it up in distributed mode on a cluster of VMs.
>
> http://jayunit100.blogspot.com/2013/05/debugging-hbase-installation.html
>
>
>
>
> On Wed, May 22, 2013 at 1:02 PM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
> > How weird.  When I start up hbase using start-hbase.sh and then
> > check to make sure that the process is running, I don't see anything
> > with JPS.  However, when I run stop-hbase.sh and then check my
> > java processes, I *DO* see a Java process running in JPS... why?
> >
> >
> > On Wed, May 22, 2013 at 11:28 AM, Yves S. Garret <
> > yoursurrogategod@gmail.com
> > > wrote:
> >
> > > Still stuck on this.
> > >
> > > I did something different, I tried version 0.92.2.  This is the log
> from
> > > that older version.
> > > http://bin.cakephp.org/view/617939270
> > >
> > > The other weird thing that I noticed with version on 0.92.2 is this.  I
> > > started
> > > HBase and this is the output that I got:
> > > $ $HBASE_HOME/bin/start-hbase.sh
> > > starting master, logging to
> > >
> >
> /media/alternative-storage-do-not-touch/hbase-install/hbase-0.92.2/logs/hbase-ysg-master-ysg.connect.out
> > >
> > > (pardon the annoyingly long file name)
> > >
> > > Now, when I run JPS, this is what I see:
> > > $ $JAVA_HOME/bin/jps
> > > 14038 RunJar
> > > 2059 Jps
> > >
> > > HBase... is not running?  What the heck?
> > >
> > >
> > > On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq <dontariq@gmail.com
> > >wrote:
> > >
> > >> Is this the only thing which appears on your screen?Could you please
> > show
> > >> me your config files?
> > >>
> > >> Warm Regards,
> > >> Tariq
> > >> cloudfront.blogspot.com
> > >>
> > >>
> > >> On Wed, May 22, 2013 at 2:49 AM, Yves S. Garret
> > >> <yo...@gmail.com>wrote:
> > >>
> > >> > This is what happens when I start hbase.
> > >> >
> > >> > $ bin/start-hbase.sh
> > >> > starting master, logging to
> > >> >
> > >> >
> > >>
> >
> /media/alternative-storage-do-not-touch/hbase-0.94.7/logs/hbase-ysg-master-ysg.connect.out
> > >> >
> > >> > No real problems or error or warnings... but it does not have the
> same
> > >> > output that you have in your blog... perhaps that's an issue?
> > >> >
> > >> >
> > >> > On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq <dontariq@gmail.com
> >
> > >> > wrote:
> > >> >
> > >> > > No issues.
> > >> > >
> > >> > > Are the HBase daemons running fine?Are you able to initiate
> anything
> > >> from
> > >> > > the shell?
> > >> > >
> > >> > > Warm Regards,
> > >> > > Tariq
> > >> > > cloudfront.blogspot.com
> > >> > >
> > >> > >
> > >> > > On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret
> > >> > > <yo...@gmail.com>wrote:
> > >> > >
> > >> > > > Hi, sorry, I thought I had more info than what was displayed in
> my
> > >> > > > e-mail a little earlier today that had the little list, but I
> did
> > >> not.
> > >> > > >
> > >> > > > My biggest hangup is getting that Web GUI to work.  That's
> really
> > >> > > > where I'm stuck.  I followed your tutorial on the cloudfront
> blog
> > >> and
> > >> > > > when it came time to go to http://localhost:60010, I did not
> see
> > an
> > >> > > > output.
> > >> > > >
> > >> > > >
> > >> > > > On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <
> > dontariq@gmail.com
> > >> >
> > >> > > > wrote:
> > >> > > >
> > >> > > > > sure..
> > >> > > > >
> > >> > > > > Warm Regards,
> > >> > > > > Tariq
> > >> > > > > cloudfront.blogspot.com
> > >> > > > >
> > >> > > > >
> > >> > > > > On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
> > >> > > > > <yo...@gmail.com>wrote:
> > >> > > > >
> > >> > > > > > Hello,
> > >> > > > > >
> > >> > > > > > No, still having issues.  I'll give you some more details
> in a
> > >> > > second.
> > >> > > > > >
> > >> > > > > >
> > >> > > > > > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <
> > >> > dontariq@gmail.com>
> > >> > > > > > wrote:
> > >> > > > > >
> > >> > > > > > > Hey Yves,
> > >> > > > > > >
> > >> > > > > > >         I am sorry for being unresponsive. I was
> travelling
> > >> and
> > >> > was
> > >> > > > out
> > >> > > > > > of
> > >> > > > > > > reach. What's the current status?Are you good now?
> > >> > > > > > >
> > >> > > > > > > Warm Regards,
> > >> > > > > > > Tariq
> > >> > > > > > > cloudfront.blogspot.com
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <
> > >> > > asaf.mesika@gmail.com
> > >> > > > >
> > >> > > > > > > wrote:
> > >> > > > > > >
> > >> > > > > > > > Yes.
> > >> > > > > > > >
> > >> > > > > > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
> > >> > > > > > > yoursurrogategod@gmail.com>
> > >> > > > > > > > wrote:
> > >> > > > > > > >
> > >> > > > > > > > > Do you mean this?
> > >> > > > > > > > >
> > >> > > > > > > > > http://blog.devving.com/hbase-quickstart-guide/
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
> > >> > > > > asaf.mesika@gmail.com>
> > >> > > > > > > > wrote:
> > >> > > > > > > > >
> > >> > > > > > > > >> Devving.com has a good tutorial on HBase first setup
> > >> > > > > > > > >>
> > >> > > > > > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> > >> > > > > > > > >>
> > >> > > > > > > > >>> Hi Mohammad,
> > >> > > > > > > > >>>
> > >> > > > > > > > >>> I was following your tutorial and when I got to the
> > part
> > >> > when
> > >> > > > you
> > >> > > > > > do
> > >> > > > > > > > >>> $ bin/start-hbase.sh, this is what I get:
> > >> > > > > > > > >>> http://bin.cakephp.org/view/428090088
> > >> > > > > > > > >>>
> > >> > > > > > > > >>> I'll keep looking online for an answer, but was I
> > >> supposed
> > >> > to
> > >> > > > do
> > >> > > > > > > > >> something
> > >> > > > > > > > >>> else besides this?
> > >> > > > > > > > >>>
> > >> > > > > > > > >>> This is the contents of my bashrc:
> > >> > > > > > > > >>> http://bin.cakephp.org/view/629885150
> > >> > > > > > > > >>>
> > >> > > > > > > > >>> This is what happens when I run "hadoop version":
> > >> > > > > > > > >>> $ hadoop version
> > >> > > > > > > > >>> Hadoop 1.0.4
> > >> > > > > > > > >>> Subversion
> > >> > > > > > > > >>>
> > >> > > > > >
> > >> >
> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
> > >> > > > > > > > >>> 1393290
> > >> > > > > > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> > >> > > > > > > > >>> From source with checksum
> > >> fe2baea87c4c81a2c505767f3f9b71f4
> > >> > > > > > > > >>>
> > >> > > > > > > > >>> No issues, I'm guessing.
> > >> > > > > > > > >>>
> > >> > > > > > > > >>> Not sure where I'm tripping up.
> > >> > > > > > > > >>>
> > >> > > > > > > > >>>
> > >> > > > > > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <
> > >> > > > > dontariq@gmail.com
> > >> > > > > > >
> > >> > > > > > > > >> wrote:
> > >> > > > > > > > >>>
> > >> > > > > > > > >>>> Yes..You can do that. I would suggest you to start
> > >> fresh
> > >> > and
> > >> > > > > > setup a
> > >> > > > > > > > >>> single
> > >> > > > > > > > >>>> node setup first. Once it is working fine,
> extending
> > >> it to
> > >> > > > > > multiple
> > >> > > > > > > > >>>> machines is just a matter of copying the config
> > files.
> > >> I
> > >> > > have
> > >> > > > > > > > explained
> > >> > > > > > > > >>> the
> > >> > > > > > > > >>>> procedure here<
> > >> > > > > > > > >>>>
> > >> > > > > > > > >>>
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> > >> > > > > > > > >>>>> .
> > >> > > > > > > > >>>> Try to follow this and hopefully you'll be able to
> do
> > >> it
> > >> > > > > properly.
> > >> > > > > > > If
> > >> > > > > > > > >> you
> > >> > > > > > > > >>>> further need any help let us know.
> > >> > > > > > > > >>>>
> > >> > > > > > > > >>>> Warm Regards,
> > >> > > > > > > > >>>> Tariq
> > >> > > > > > > > >>>> https://mtariq.jux.com/
> > >> > > > > > > > >>>> cloudfront.blogspot.com
> > >> > > > > > > > >>>>
> > >> > > > > > > > >>>>
> > >> > > > > > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> > >> > > > > > > > >>>> <yo...@gmail.com>wrote:
> > >> > > > > > > > >>>>
> > >> > > > > > > > >>>>> Hi Tariq, can those two paths be one in the same?
> >  I'd
> > >> > like
> > >> > > > to
> > >> > > > > > just
> > >> > > > > > > > >>>>> dump everything into one directory if that's
> > possible.
> > >> > > > > > > > >>>>>
> > >> > > > > > > > >>>>>
> > >> > > > > > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <
> > >> > > > > > > dontariq@gmail.com>
> > >> > > > > > > > >>>>> wrote:
> > >> > > > > > > > >>>>>
> > >> > > > > > > > >>>>>> hbase.rootdir the directory HBase writes data
> to. I
> > >> you
> > >> > > are
> > >> > > > > > > > >> planning
> > >> > > > > > > > >>> to
> > >> > > > > > > > >>>>>> have a distributed HBase setup then set this
> > >> property to
> > >> > > > some
> > >> > > > > a
> > >> > > > > > > > >>>> directory
> > >> > > > > > > > >>>>>> in your HDFS, like
> "hdfs://NN_MACHINE:9000/hbase".
> > >> > > Otherwise
> > >> > > > > > point
> > >> > > > > > > > >>> some
> > >> > > > > > > > >>>>> dir
> > >> > > > > > > > >>>>>> on your local FS. And for
> > >> > hbase.zookeper.property.dataDir,
> > >> > > > > > create
> > >> > > > > > > a
> > >> > > > > > > > >>>>>> separate dir outside your HBASE_HOME and as the
> > >> value.
> > >> > > > > > > > >>>>>>
> > >> > > > > > > > >>>>>> Warm Regards,
> > >> > > > > > > > >>>>>> Tariq
> > >> > > > > > > > >>>>>> https://mtariq.jux.com/
> > >> > > > > > > > >>>>>> cloudfront.blogspot.com
> > >> > > > > > > > >>>>>>
> > >> > > > > > > > >>>>>>
> > >> > > > > > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > >> > > > > > > > >>>>>> <yo...@gmail.com>wrote:
> > >> > > > > > > > >>>>>>
> > >> > > > > > > > >>>>>>> One more little update.
> > >> > > > > > > > >>>>>>>
> > >> > > > > > > > >>>>>>> I ran this command in HBASE_HOME [ $
> > >> bin/start-hbase.sh
> > >> > > ],
> > >> > > > > > > > >>>>>>> using these configuration settings:
> > >> > > > > > > > >>>>>>> http://bin.cakephp.org/view/1134614486
> > >> > > > > > > > >>>>>>>
> > >> > > > > > > > >>>>>>> After I rand it, I checked
> > >> > > > > > > > >>>>>>>
> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log
> > >> and
> > >> > > > > > > > >>>>>>> this is what I saw:
> > >> > > > > > > > >>>>>>> http://bin.cakephp.org/view/823736802
> > >> > > > > > > > >>>>>>>
> > >> > > > > > > > >>>>>>> I hope that sheds some light for you guys.
> > >> > > > > > > > >>>>>>>
> > >> > > > > > > > >>>>>>>
> > >> > > > > > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > >> > > > > > > > >>>>>>> <yo...@gmail.com>wrote:
> > >> > > > > > > > >>>>>>>
> > >> > > > > > > > >>>>>>>> Hi guys, one more question.
> > >> > > > > > > > >>>>>>>>
> > >> > > > > > > > >>>>>>>> I'm looking at this <
> > >> > > > > > > > >>> http://hbase.apache.org/book/quickstart.html>
> > >> > > > > > > > >>>>>> link
> > >> > > > > > > > >>>>>>>> in section 1.2.1 and where I have to modify
> > >> > > > > > > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir
> and
> > >> > > > > > > > >>>>>>>> hbase.zookeper.property.dataDir, to what
> should I
> > >> set
> > >> > > > > > > > >>>> hbase.rootdir?
> > >> > > > > > > > >>>>>>>> At the moment, I have hbase.rootdir set to
> > >> > > > > > > > >>>>>>>>
> > /media/alternative-storage-do-not-touch/zookeeper.
> > >>  Is
> > >> > > > that
> > >> > > > > > > > >> fine?
> > >> > > > > > > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I
> > >> currently
> > >> > > > have
> > >> > > > > it
> > >> > > > > > > > >>> set
> > >> > > > > > > > >>>> to
> > >> > > > > > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
> > >> > > > > > > > >>>>>>>>
> > >> > > > > > > > >>>>>>>> I realize that some of these questions could be
> > >> > > annoying,
> > >> > > > > but
> > >> > > > > > > > >> I'd
> > >> > > > > > > > >>>>>>>> like to make sure that I'm on the right track
> and
> > >> > don't
> > >> > > > > screw
> > >> > > > > > > > >>>>>>>> something up, ge
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> > >
> > >
> >
>
>
>
> --
> Jay Vyas
> http://jayunit100.blogspot.com
>

Re: HBase is not running.

Posted by Jay Vyas <ja...@gmail.com>.
Yves, im going through the same issues, very tricky first time around.  Use
the stable version.  Try these 3 tips : I just finished getting it working
and wrote it up in distributed mode on a cluster of VMs.

http://jayunit100.blogspot.com/2013/05/debugging-hbase-installation.html




On Wed, May 22, 2013 at 1:02 PM, Yves S. Garret
<yo...@gmail.com>wrote:

> How weird.  When I start up hbase using start-hbase.sh and then
> check to make sure that the process is running, I don't see anything
> with JPS.  However, when I run stop-hbase.sh and then check my
> java processes, I *DO* see a Java process running in JPS... why?
>
>
> On Wed, May 22, 2013 at 11:28 AM, Yves S. Garret <
> yoursurrogategod@gmail.com
> > wrote:
>
> > Still stuck on this.
> >
> > I did something different, I tried version 0.92.2.  This is the log from
> > that older version.
> > http://bin.cakephp.org/view/617939270
> >
> > The other weird thing that I noticed with version on 0.92.2 is this.  I
> > started
> > HBase and this is the output that I got:
> > $ $HBASE_HOME/bin/start-hbase.sh
> > starting master, logging to
> >
> /media/alternative-storage-do-not-touch/hbase-install/hbase-0.92.2/logs/hbase-ysg-master-ysg.connect.out
> >
> > (pardon the annoyingly long file name)
> >
> > Now, when I run JPS, this is what I see:
> > $ $JAVA_HOME/bin/jps
> > 14038 RunJar
> > 2059 Jps
> >
> > HBase... is not running?  What the heck?
> >
> >
> > On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq <dontariq@gmail.com
> >wrote:
> >
> >> Is this the only thing which appears on your screen?Could you please
> show
> >> me your config files?
> >>
> >> Warm Regards,
> >> Tariq
> >> cloudfront.blogspot.com
> >>
> >>
> >> On Wed, May 22, 2013 at 2:49 AM, Yves S. Garret
> >> <yo...@gmail.com>wrote:
> >>
> >> > This is what happens when I start hbase.
> >> >
> >> > $ bin/start-hbase.sh
> >> > starting master, logging to
> >> >
> >> >
> >>
> /media/alternative-storage-do-not-touch/hbase-0.94.7/logs/hbase-ysg-master-ysg.connect.out
> >> >
> >> > No real problems or error or warnings... but it does not have the same
> >> > output that you have in your blog... perhaps that's an issue?
> >> >
> >> >
> >> > On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq <do...@gmail.com>
> >> > wrote:
> >> >
> >> > > No issues.
> >> > >
> >> > > Are the HBase daemons running fine?Are you able to initiate anything
> >> from
> >> > > the shell?
> >> > >
> >> > > Warm Regards,
> >> > > Tariq
> >> > > cloudfront.blogspot.com
> >> > >
> >> > >
> >> > > On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret
> >> > > <yo...@gmail.com>wrote:
> >> > >
> >> > > > Hi, sorry, I thought I had more info than what was displayed in my
> >> > > > e-mail a little earlier today that had the little list, but I did
> >> not.
> >> > > >
> >> > > > My biggest hangup is getting that Web GUI to work.  That's really
> >> > > > where I'm stuck.  I followed your tutorial on the cloudfront blog
> >> and
> >> > > > when it came time to go to http://localhost:60010, I did not see
> an
> >> > > > output.
> >> > > >
> >> > > >
> >> > > > On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <
> dontariq@gmail.com
> >> >
> >> > > > wrote:
> >> > > >
> >> > > > > sure..
> >> > > > >
> >> > > > > Warm Regards,
> >> > > > > Tariq
> >> > > > > cloudfront.blogspot.com
> >> > > > >
> >> > > > >
> >> > > > > On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
> >> > > > > <yo...@gmail.com>wrote:
> >> > > > >
> >> > > > > > Hello,
> >> > > > > >
> >> > > > > > No, still having issues.  I'll give you some more details in a
> >> > > second.
> >> > > > > >
> >> > > > > >
> >> > > > > > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <
> >> > dontariq@gmail.com>
> >> > > > > > wrote:
> >> > > > > >
> >> > > > > > > Hey Yves,
> >> > > > > > >
> >> > > > > > >         I am sorry for being unresponsive. I was travelling
> >> and
> >> > was
> >> > > > out
> >> > > > > > of
> >> > > > > > > reach. What's the current status?Are you good now?
> >> > > > > > >
> >> > > > > > > Warm Regards,
> >> > > > > > > Tariq
> >> > > > > > > cloudfront.blogspot.com
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <
> >> > > asaf.mesika@gmail.com
> >> > > > >
> >> > > > > > > wrote:
> >> > > > > > >
> >> > > > > > > > Yes.
> >> > > > > > > >
> >> > > > > > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
> >> > > > > > > yoursurrogategod@gmail.com>
> >> > > > > > > > wrote:
> >> > > > > > > >
> >> > > > > > > > > Do you mean this?
> >> > > > > > > > >
> >> > > > > > > > > http://blog.devving.com/hbase-quickstart-guide/
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
> >> > > > > asaf.mesika@gmail.com>
> >> > > > > > > > wrote:
> >> > > > > > > > >
> >> > > > > > > > >> Devving.com has a good tutorial on HBase first setup
> >> > > > > > > > >>
> >> > > > > > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> >> > > > > > > > >>
> >> > > > > > > > >>> Hi Mohammad,
> >> > > > > > > > >>>
> >> > > > > > > > >>> I was following your tutorial and when I got to the
> part
> >> > when
> >> > > > you
> >> > > > > > do
> >> > > > > > > > >>> $ bin/start-hbase.sh, this is what I get:
> >> > > > > > > > >>> http://bin.cakephp.org/view/428090088
> >> > > > > > > > >>>
> >> > > > > > > > >>> I'll keep looking online for an answer, but was I
> >> supposed
> >> > to
> >> > > > do
> >> > > > > > > > >> something
> >> > > > > > > > >>> else besides this?
> >> > > > > > > > >>>
> >> > > > > > > > >>> This is the contents of my bashrc:
> >> > > > > > > > >>> http://bin.cakephp.org/view/629885150
> >> > > > > > > > >>>
> >> > > > > > > > >>> This is what happens when I run "hadoop version":
> >> > > > > > > > >>> $ hadoop version
> >> > > > > > > > >>> Hadoop 1.0.4
> >> > > > > > > > >>> Subversion
> >> > > > > > > > >>>
> >> > > > > >
> >> > https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
> >> > > > > > > > >>> 1393290
> >> > > > > > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> >> > > > > > > > >>> From source with checksum
> >> fe2baea87c4c81a2c505767f3f9b71f4
> >> > > > > > > > >>>
> >> > > > > > > > >>> No issues, I'm guessing.
> >> > > > > > > > >>>
> >> > > > > > > > >>> Not sure where I'm tripping up.
> >> > > > > > > > >>>
> >> > > > > > > > >>>
> >> > > > > > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <
> >> > > > > dontariq@gmail.com
> >> > > > > > >
> >> > > > > > > > >> wrote:
> >> > > > > > > > >>>
> >> > > > > > > > >>>> Yes..You can do that. I would suggest you to start
> >> fresh
> >> > and
> >> > > > > > setup a
> >> > > > > > > > >>> single
> >> > > > > > > > >>>> node setup first. Once it is working fine, extending
> >> it to
> >> > > > > > multiple
> >> > > > > > > > >>>> machines is just a matter of copying the config
> files.
> >> I
> >> > > have
> >> > > > > > > > explained
> >> > > > > > > > >>> the
> >> > > > > > > > >>>> procedure here<
> >> > > > > > > > >>>>
> >> > > > > > > > >>>
> >> > > > > > > > >>
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> >> > > > > > > > >>>>> .
> >> > > > > > > > >>>> Try to follow this and hopefully you'll be able to do
> >> it
> >> > > > > properly.
> >> > > > > > > If
> >> > > > > > > > >> you
> >> > > > > > > > >>>> further need any help let us know.
> >> > > > > > > > >>>>
> >> > > > > > > > >>>> Warm Regards,
> >> > > > > > > > >>>> Tariq
> >> > > > > > > > >>>> https://mtariq.jux.com/
> >> > > > > > > > >>>> cloudfront.blogspot.com
> >> > > > > > > > >>>>
> >> > > > > > > > >>>>
> >> > > > > > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> >> > > > > > > > >>>> <yo...@gmail.com>wrote:
> >> > > > > > > > >>>>
> >> > > > > > > > >>>>> Hi Tariq, can those two paths be one in the same?
>  I'd
> >> > like
> >> > > > to
> >> > > > > > just
> >> > > > > > > > >>>>> dump everything into one directory if that's
> possible.
> >> > > > > > > > >>>>>
> >> > > > > > > > >>>>>
> >> > > > > > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <
> >> > > > > > > dontariq@gmail.com>
> >> > > > > > > > >>>>> wrote:
> >> > > > > > > > >>>>>
> >> > > > > > > > >>>>>> hbase.rootdir the directory HBase writes data to. I
> >> you
> >> > > are
> >> > > > > > > > >> planning
> >> > > > > > > > >>> to
> >> > > > > > > > >>>>>> have a distributed HBase setup then set this
> >> property to
> >> > > > some
> >> > > > > a
> >> > > > > > > > >>>> directory
> >> > > > > > > > >>>>>> in your HDFS, like "hdfs://NN_MACHINE:9000/hbase".
> >> > > Otherwise
> >> > > > > > point
> >> > > > > > > > >>> some
> >> > > > > > > > >>>>> dir
> >> > > > > > > > >>>>>> on your local FS. And for
> >> > hbase.zookeper.property.dataDir,
> >> > > > > > create
> >> > > > > > > a
> >> > > > > > > > >>>>>> separate dir outside your HBASE_HOME and as the
> >> value.
> >> > > > > > > > >>>>>>
> >> > > > > > > > >>>>>> Warm Regards,
> >> > > > > > > > >>>>>> Tariq
> >> > > > > > > > >>>>>> https://mtariq.jux.com/
> >> > > > > > > > >>>>>> cloudfront.blogspot.com
> >> > > > > > > > >>>>>>
> >> > > > > > > > >>>>>>
> >> > > > > > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> >> > > > > > > > >>>>>> <yo...@gmail.com>wrote:
> >> > > > > > > > >>>>>>
> >> > > > > > > > >>>>>>> One more little update.
> >> > > > > > > > >>>>>>>
> >> > > > > > > > >>>>>>> I ran this command in HBASE_HOME [ $
> >> bin/start-hbase.sh
> >> > > ],
> >> > > > > > > > >>>>>>> using these configuration settings:
> >> > > > > > > > >>>>>>> http://bin.cakephp.org/view/1134614486
> >> > > > > > > > >>>>>>>
> >> > > > > > > > >>>>>>> After I rand it, I checked
> >> > > > > > > > >>>>>>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log
> >> and
> >> > > > > > > > >>>>>>> this is what I saw:
> >> > > > > > > > >>>>>>> http://bin.cakephp.org/view/823736802
> >> > > > > > > > >>>>>>>
> >> > > > > > > > >>>>>>> I hope that sheds some light for you guys.
> >> > > > > > > > >>>>>>>
> >> > > > > > > > >>>>>>>
> >> > > > > > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> >> > > > > > > > >>>>>>> <yo...@gmail.com>wrote:
> >> > > > > > > > >>>>>>>
> >> > > > > > > > >>>>>>>> Hi guys, one more question.
> >> > > > > > > > >>>>>>>>
> >> > > > > > > > >>>>>>>> I'm looking at this <
> >> > > > > > > > >>> http://hbase.apache.org/book/quickstart.html>
> >> > > > > > > > >>>>>> link
> >> > > > > > > > >>>>>>>> in section 1.2.1 and where I have to modify
> >> > > > > > > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir and
> >> > > > > > > > >>>>>>>> hbase.zookeper.property.dataDir, to what should I
> >> set
> >> > > > > > > > >>>> hbase.rootdir?
> >> > > > > > > > >>>>>>>> At the moment, I have hbase.rootdir set to
> >> > > > > > > > >>>>>>>>
> /media/alternative-storage-do-not-touch/zookeeper.
> >>  Is
> >> > > > that
> >> > > > > > > > >> fine?
> >> > > > > > > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I
> >> currently
> >> > > > have
> >> > > > > it
> >> > > > > > > > >>> set
> >> > > > > > > > >>>> to
> >> > > > > > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
> >> > > > > > > > >>>>>>>>
> >> > > > > > > > >>>>>>>> I realize that some of these questions could be
> >> > > annoying,
> >> > > > > but
> >> > > > > > > > >> I'd
> >> > > > > > > > >>>>>>>> like to make sure that I'm on the right track and
> >> > don't
> >> > > > > screw
> >> > > > > > > > >>>>>>>> something up, ge
> >> > > > > > > > >>
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> >
> >
>



-- 
Jay Vyas
http://jayunit100.blogspot.com

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
How weird.  When I start up hbase using start-hbase.sh and then
check to make sure that the process is running, I don't see anything
with JPS.  However, when I run stop-hbase.sh and then check my
java processes, I *DO* see a Java process running in JPS... why?


On Wed, May 22, 2013 at 11:28 AM, Yves S. Garret <yoursurrogategod@gmail.com
> wrote:

> Still stuck on this.
>
> I did something different, I tried version 0.92.2.  This is the log from
> that older version.
> http://bin.cakephp.org/view/617939270
>
> The other weird thing that I noticed with version on 0.92.2 is this.  I
> started
> HBase and this is the output that I got:
> $ $HBASE_HOME/bin/start-hbase.sh
> starting master, logging to
> /media/alternative-storage-do-not-touch/hbase-install/hbase-0.92.2/logs/hbase-ysg-master-ysg.connect.out
>
> (pardon the annoyingly long file name)
>
> Now, when I run JPS, this is what I see:
> $ $JAVA_HOME/bin/jps
> 14038 RunJar
> 2059 Jps
>
> HBase... is not running?  What the heck?
>
>
> On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq <do...@gmail.com>wrote:
>
>> Is this the only thing which appears on your screen?Could you please show
>> me your config files?
>>
>> Warm Regards,
>> Tariq
>> cloudfront.blogspot.com
>>
>>
>> On Wed, May 22, 2013 at 2:49 AM, Yves S. Garret
>> <yo...@gmail.com>wrote:
>>
>> > This is what happens when I start hbase.
>> >
>> > $ bin/start-hbase.sh
>> > starting master, logging to
>> >
>> >
>> /media/alternative-storage-do-not-touch/hbase-0.94.7/logs/hbase-ysg-master-ysg.connect.out
>> >
>> > No real problems or error or warnings... but it does not have the same
>> > output that you have in your blog... perhaps that's an issue?
>> >
>> >
>> > On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq <do...@gmail.com>
>> > wrote:
>> >
>> > > No issues.
>> > >
>> > > Are the HBase daemons running fine?Are you able to initiate anything
>> from
>> > > the shell?
>> > >
>> > > Warm Regards,
>> > > Tariq
>> > > cloudfront.blogspot.com
>> > >
>> > >
>> > > On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret
>> > > <yo...@gmail.com>wrote:
>> > >
>> > > > Hi, sorry, I thought I had more info than what was displayed in my
>> > > > e-mail a little earlier today that had the little list, but I did
>> not.
>> > > >
>> > > > My biggest hangup is getting that Web GUI to work.  That's really
>> > > > where I'm stuck.  I followed your tutorial on the cloudfront blog
>> and
>> > > > when it came time to go to http://localhost:60010, I did not see an
>> > > > output.
>> > > >
>> > > >
>> > > > On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <dontariq@gmail.com
>> >
>> > > > wrote:
>> > > >
>> > > > > sure..
>> > > > >
>> > > > > Warm Regards,
>> > > > > Tariq
>> > > > > cloudfront.blogspot.com
>> > > > >
>> > > > >
>> > > > > On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
>> > > > > <yo...@gmail.com>wrote:
>> > > > >
>> > > > > > Hello,
>> > > > > >
>> > > > > > No, still having issues.  I'll give you some more details in a
>> > > second.
>> > > > > >
>> > > > > >
>> > > > > > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <
>> > dontariq@gmail.com>
>> > > > > > wrote:
>> > > > > >
>> > > > > > > Hey Yves,
>> > > > > > >
>> > > > > > >         I am sorry for being unresponsive. I was travelling
>> and
>> > was
>> > > > out
>> > > > > > of
>> > > > > > > reach. What's the current status?Are you good now?
>> > > > > > >
>> > > > > > > Warm Regards,
>> > > > > > > Tariq
>> > > > > > > cloudfront.blogspot.com
>> > > > > > >
>> > > > > > >
>> > > > > > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <
>> > > asaf.mesika@gmail.com
>> > > > >
>> > > > > > > wrote:
>> > > > > > >
>> > > > > > > > Yes.
>> > > > > > > >
>> > > > > > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
>> > > > > > > yoursurrogategod@gmail.com>
>> > > > > > > > wrote:
>> > > > > > > >
>> > > > > > > > > Do you mean this?
>> > > > > > > > >
>> > > > > > > > > http://blog.devving.com/hbase-quickstart-guide/
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
>> > > > > asaf.mesika@gmail.com>
>> > > > > > > > wrote:
>> > > > > > > > >
>> > > > > > > > >> Devving.com has a good tutorial on HBase first setup
>> > > > > > > > >>
>> > > > > > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
>> > > > > > > > >>
>> > > > > > > > >>> Hi Mohammad,
>> > > > > > > > >>>
>> > > > > > > > >>> I was following your tutorial and when I got to the part
>> > when
>> > > > you
>> > > > > > do
>> > > > > > > > >>> $ bin/start-hbase.sh, this is what I get:
>> > > > > > > > >>> http://bin.cakephp.org/view/428090088
>> > > > > > > > >>>
>> > > > > > > > >>> I'll keep looking online for an answer, but was I
>> supposed
>> > to
>> > > > do
>> > > > > > > > >> something
>> > > > > > > > >>> else besides this?
>> > > > > > > > >>>
>> > > > > > > > >>> This is the contents of my bashrc:
>> > > > > > > > >>> http://bin.cakephp.org/view/629885150
>> > > > > > > > >>>
>> > > > > > > > >>> This is what happens when I run "hadoop version":
>> > > > > > > > >>> $ hadoop version
>> > > > > > > > >>> Hadoop 1.0.4
>> > > > > > > > >>> Subversion
>> > > > > > > > >>>
>> > > > > >
>> > https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
>> > > > > > > > >>> 1393290
>> > > > > > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
>> > > > > > > > >>> From source with checksum
>> fe2baea87c4c81a2c505767f3f9b71f4
>> > > > > > > > >>>
>> > > > > > > > >>> No issues, I'm guessing.
>> > > > > > > > >>>
>> > > > > > > > >>> Not sure where I'm tripping up.
>> > > > > > > > >>>
>> > > > > > > > >>>
>> > > > > > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <
>> > > > > dontariq@gmail.com
>> > > > > > >
>> > > > > > > > >> wrote:
>> > > > > > > > >>>
>> > > > > > > > >>>> Yes..You can do that. I would suggest you to start
>> fresh
>> > and
>> > > > > > setup a
>> > > > > > > > >>> single
>> > > > > > > > >>>> node setup first. Once it is working fine, extending
>> it to
>> > > > > > multiple
>> > > > > > > > >>>> machines is just a matter of copying the config files.
>> I
>> > > have
>> > > > > > > > explained
>> > > > > > > > >>> the
>> > > > > > > > >>>> procedure here<
>> > > > > > > > >>>>
>> > > > > > > > >>>
>> > > > > > > > >>
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
>> > > > > > > > >>>>> .
>> > > > > > > > >>>> Try to follow this and hopefully you'll be able to do
>> it
>> > > > > properly.
>> > > > > > > If
>> > > > > > > > >> you
>> > > > > > > > >>>> further need any help let us know.
>> > > > > > > > >>>>
>> > > > > > > > >>>> Warm Regards,
>> > > > > > > > >>>> Tariq
>> > > > > > > > >>>> https://mtariq.jux.com/
>> > > > > > > > >>>> cloudfront.blogspot.com
>> > > > > > > > >>>>
>> > > > > > > > >>>>
>> > > > > > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
>> > > > > > > > >>>> <yo...@gmail.com>wrote:
>> > > > > > > > >>>>
>> > > > > > > > >>>>> Hi Tariq, can those two paths be one in the same?  I'd
>> > like
>> > > > to
>> > > > > > just
>> > > > > > > > >>>>> dump everything into one directory if that's possible.
>> > > > > > > > >>>>>
>> > > > > > > > >>>>>
>> > > > > > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <
>> > > > > > > dontariq@gmail.com>
>> > > > > > > > >>>>> wrote:
>> > > > > > > > >>>>>
>> > > > > > > > >>>>>> hbase.rootdir the directory HBase writes data to. I
>> you
>> > > are
>> > > > > > > > >> planning
>> > > > > > > > >>> to
>> > > > > > > > >>>>>> have a distributed HBase setup then set this
>> property to
>> > > > some
>> > > > > a
>> > > > > > > > >>>> directory
>> > > > > > > > >>>>>> in your HDFS, like "hdfs://NN_MACHINE:9000/hbase".
>> > > Otherwise
>> > > > > > point
>> > > > > > > > >>> some
>> > > > > > > > >>>>> dir
>> > > > > > > > >>>>>> on your local FS. And for
>> > hbase.zookeper.property.dataDir,
>> > > > > > create
>> > > > > > > a
>> > > > > > > > >>>>>> separate dir outside your HBASE_HOME and as the
>> value.
>> > > > > > > > >>>>>>
>> > > > > > > > >>>>>> Warm Regards,
>> > > > > > > > >>>>>> Tariq
>> > > > > > > > >>>>>> https://mtariq.jux.com/
>> > > > > > > > >>>>>> cloudfront.blogspot.com
>> > > > > > > > >>>>>>
>> > > > > > > > >>>>>>
>> > > > > > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
>> > > > > > > > >>>>>> <yo...@gmail.com>wrote:
>> > > > > > > > >>>>>>
>> > > > > > > > >>>>>>> One more little update.
>> > > > > > > > >>>>>>>
>> > > > > > > > >>>>>>> I ran this command in HBASE_HOME [ $
>> bin/start-hbase.sh
>> > > ],
>> > > > > > > > >>>>>>> using these configuration settings:
>> > > > > > > > >>>>>>> http://bin.cakephp.org/view/1134614486
>> > > > > > > > >>>>>>>
>> > > > > > > > >>>>>>> After I rand it, I checked
>> > > > > > > > >>>>>>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log
>> and
>> > > > > > > > >>>>>>> this is what I saw:
>> > > > > > > > >>>>>>> http://bin.cakephp.org/view/823736802
>> > > > > > > > >>>>>>>
>> > > > > > > > >>>>>>> I hope that sheds some light for you guys.
>> > > > > > > > >>>>>>>
>> > > > > > > > >>>>>>>
>> > > > > > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
>> > > > > > > > >>>>>>> <yo...@gmail.com>wrote:
>> > > > > > > > >>>>>>>
>> > > > > > > > >>>>>>>> Hi guys, one more question.
>> > > > > > > > >>>>>>>>
>> > > > > > > > >>>>>>>> I'm looking at this <
>> > > > > > > > >>> http://hbase.apache.org/book/quickstart.html>
>> > > > > > > > >>>>>> link
>> > > > > > > > >>>>>>>> in section 1.2.1 and where I have to modify
>> > > > > > > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir and
>> > > > > > > > >>>>>>>> hbase.zookeper.property.dataDir, to what should I
>> set
>> > > > > > > > >>>> hbase.rootdir?
>> > > > > > > > >>>>>>>> At the moment, I have hbase.rootdir set to
>> > > > > > > > >>>>>>>> /media/alternative-storage-do-not-touch/zookeeper.
>>  Is
>> > > > that
>> > > > > > > > >> fine?
>> > > > > > > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I
>> currently
>> > > > have
>> > > > > it
>> > > > > > > > >>> set
>> > > > > > > > >>>> to
>> > > > > > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
>> > > > > > > > >>>>>>>>
>> > > > > > > > >>>>>>>> I realize that some of these questions could be
>> > > annoying,
>> > > > > but
>> > > > > > > > >> I'd
>> > > > > > > > >>>>>>>> like to make sure that I'm on the right track and
>> > don't
>> > > > > screw
>> > > > > > > > >>>>>>>> something up, ge
>> > > > > > > > >>
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Still stuck on this.

I did something different, I tried version 0.92.2.  This is the log from
that older version.
http://bin.cakephp.org/view/617939270

The other weird thing that I noticed with version on 0.92.2 is this.  I
started
HBase and this is the output that I got:
$ $HBASE_HOME/bin/start-hbase.sh
starting master, logging to
/media/alternative-storage-do-not-touch/hbase-install/hbase-0.92.2/logs/hbase-ysg-master-ysg.connect.out

(pardon the annoyingly long file name)

Now, when I run JPS, this is what I see:
$ $JAVA_HOME/bin/jps
14038 RunJar
2059 Jps

HBase... is not running?  What the heck?


On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq <do...@gmail.com> wrote:

> Is this the only thing which appears on your screen?Could you please show
> me your config files?
>
> Warm Regards,
> Tariq
> cloudfront.blogspot.com
>
>
> On Wed, May 22, 2013 at 2:49 AM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
> > This is what happens when I start hbase.
> >
> > $ bin/start-hbase.sh
> > starting master, logging to
> >
> >
> /media/alternative-storage-do-not-touch/hbase-0.94.7/logs/hbase-ysg-master-ysg.connect.out
> >
> > No real problems or error or warnings... but it does not have the same
> > output that you have in your blog... perhaps that's an issue?
> >
> >
> > On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq <do...@gmail.com>
> > wrote:
> >
> > > No issues.
> > >
> > > Are the HBase daemons running fine?Are you able to initiate anything
> from
> > > the shell?
> > >
> > > Warm Regards,
> > > Tariq
> > > cloudfront.blogspot.com
> > >
> > >
> > > On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret
> > > <yo...@gmail.com>wrote:
> > >
> > > > Hi, sorry, I thought I had more info than what was displayed in my
> > > > e-mail a little earlier today that had the little list, but I did
> not.
> > > >
> > > > My biggest hangup is getting that Web GUI to work.  That's really
> > > > where I'm stuck.  I followed your tutorial on the cloudfront blog and
> > > > when it came time to go to http://localhost:60010, I did not see an
> > > > output.
> > > >
> > > >
> > > > On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <do...@gmail.com>
> > > > wrote:
> > > >
> > > > > sure..
> > > > >
> > > > > Warm Regards,
> > > > > Tariq
> > > > > cloudfront.blogspot.com
> > > > >
> > > > >
> > > > > On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
> > > > > <yo...@gmail.com>wrote:
> > > > >
> > > > > > Hello,
> > > > > >
> > > > > > No, still having issues.  I'll give you some more details in a
> > > second.
> > > > > >
> > > > > >
> > > > > > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <
> > dontariq@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Hey Yves,
> > > > > > >
> > > > > > >         I am sorry for being unresponsive. I was travelling and
> > was
> > > > out
> > > > > > of
> > > > > > > reach. What's the current status?Are you good now?
> > > > > > >
> > > > > > > Warm Regards,
> > > > > > > Tariq
> > > > > > > cloudfront.blogspot.com
> > > > > > >
> > > > > > >
> > > > > > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <
> > > asaf.mesika@gmail.com
> > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Yes.
> > > > > > > >
> > > > > > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
> > > > > > > yoursurrogategod@gmail.com>
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > Do you mean this?
> > > > > > > > >
> > > > > > > > > http://blog.devving.com/hbase-quickstart-guide/
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
> > > > > asaf.mesika@gmail.com>
> > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > >> Devving.com has a good tutorial on HBase first setup
> > > > > > > > >>
> > > > > > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> > > > > > > > >>
> > > > > > > > >>> Hi Mohammad,
> > > > > > > > >>>
> > > > > > > > >>> I was following your tutorial and when I got to the part
> > when
> > > > you
> > > > > > do
> > > > > > > > >>> $ bin/start-hbase.sh, this is what I get:
> > > > > > > > >>> http://bin.cakephp.org/view/428090088
> > > > > > > > >>>
> > > > > > > > >>> I'll keep looking online for an answer, but was I
> supposed
> > to
> > > > do
> > > > > > > > >> something
> > > > > > > > >>> else besides this?
> > > > > > > > >>>
> > > > > > > > >>> This is the contents of my bashrc:
> > > > > > > > >>> http://bin.cakephp.org/view/629885150
> > > > > > > > >>>
> > > > > > > > >>> This is what happens when I run "hadoop version":
> > > > > > > > >>> $ hadoop version
> > > > > > > > >>> Hadoop 1.0.4
> > > > > > > > >>> Subversion
> > > > > > > > >>>
> > > > > >
> > https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
> > > > > > > > >>> 1393290
> > > > > > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> > > > > > > > >>> From source with checksum
> fe2baea87c4c81a2c505767f3f9b71f4
> > > > > > > > >>>
> > > > > > > > >>> No issues, I'm guessing.
> > > > > > > > >>>
> > > > > > > > >>> Not sure where I'm tripping up.
> > > > > > > > >>>
> > > > > > > > >>>
> > > > > > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <
> > > > > dontariq@gmail.com
> > > > > > >
> > > > > > > > >> wrote:
> > > > > > > > >>>
> > > > > > > > >>>> Yes..You can do that. I would suggest you to start fresh
> > and
> > > > > > setup a
> > > > > > > > >>> single
> > > > > > > > >>>> node setup first. Once it is working fine, extending it
> to
> > > > > > multiple
> > > > > > > > >>>> machines is just a matter of copying the config files. I
> > > have
> > > > > > > > explained
> > > > > > > > >>> the
> > > > > > > > >>>> procedure here<
> > > > > > > > >>>>
> > > > > > > > >>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> > > > > > > > >>>>> .
> > > > > > > > >>>> Try to follow this and hopefully you'll be able to do it
> > > > > properly.
> > > > > > > If
> > > > > > > > >> you
> > > > > > > > >>>> further need any help let us know.
> > > > > > > > >>>>
> > > > > > > > >>>> Warm Regards,
> > > > > > > > >>>> Tariq
> > > > > > > > >>>> https://mtariq.jux.com/
> > > > > > > > >>>> cloudfront.blogspot.com
> > > > > > > > >>>>
> > > > > > > > >>>>
> > > > > > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> > > > > > > > >>>> <yo...@gmail.com>wrote:
> > > > > > > > >>>>
> > > > > > > > >>>>> Hi Tariq, can those two paths be one in the same?  I'd
> > like
> > > > to
> > > > > > just
> > > > > > > > >>>>> dump everything into one directory if that's possible.
> > > > > > > > >>>>>
> > > > > > > > >>>>>
> > > > > > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <
> > > > > > > dontariq@gmail.com>
> > > > > > > > >>>>> wrote:
> > > > > > > > >>>>>
> > > > > > > > >>>>>> hbase.rootdir the directory HBase writes data to. I
> you
> > > are
> > > > > > > > >> planning
> > > > > > > > >>> to
> > > > > > > > >>>>>> have a distributed HBase setup then set this property
> to
> > > > some
> > > > > a
> > > > > > > > >>>> directory
> > > > > > > > >>>>>> in your HDFS, like "hdfs://NN_MACHINE:9000/hbase".
> > > Otherwise
> > > > > > point
> > > > > > > > >>> some
> > > > > > > > >>>>> dir
> > > > > > > > >>>>>> on your local FS. And for
> > hbase.zookeper.property.dataDir,
> > > > > > create
> > > > > > > a
> > > > > > > > >>>>>> separate dir outside your HBASE_HOME and as the value.
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Warm Regards,
> > > > > > > > >>>>>> Tariq
> > > > > > > > >>>>>> https://mtariq.jux.com/
> > > > > > > > >>>>>> cloudfront.blogspot.com
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > > > > > > > >>>>>> <yo...@gmail.com>wrote:
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>> One more little update.
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> I ran this command in HBASE_HOME [ $
> bin/start-hbase.sh
> > > ],
> > > > > > > > >>>>>>> using these configuration settings:
> > > > > > > > >>>>>>> http://bin.cakephp.org/view/1134614486
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> After I rand it, I checked
> > > > > > > > >>>>>>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > > > > > > > >>>>>>> this is what I saw:
> > > > > > > > >>>>>>> http://bin.cakephp.org/view/823736802
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> I hope that sheds some light for you guys.
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > > > > > > > >>>>>>> <yo...@gmail.com>wrote:
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>>> Hi guys, one more question.
> > > > > > > > >>>>>>>>
> > > > > > > > >>>>>>>> I'm looking at this <
> > > > > > > > >>> http://hbase.apache.org/book/quickstart.html>
> > > > > > > > >>>>>> link
> > > > > > > > >>>>>>>> in section 1.2.1 and where I have to modify
> > > > > > > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir and
> > > > > > > > >>>>>>>> hbase.zookeper.property.dataDir, to what should I
> set
> > > > > > > > >>>> hbase.rootdir?
> > > > > > > > >>>>>>>> At the moment, I have hbase.rootdir set to
> > > > > > > > >>>>>>>> /media/alternative-storage-do-not-touch/zookeeper.
>  Is
> > > > that
> > > > > > > > >> fine?
> > > > > > > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I
> currently
> > > > have
> > > > > it
> > > > > > > > >>> set
> > > > > > > > >>>> to
> > > > > > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
> > > > > > > > >>>>>>>>
> > > > > > > > >>>>>>>> I realize that some of these questions could be
> > > annoying,
> > > > > but
> > > > > > > > >> I'd
> > > > > > > > >>>>>>>> like to make sure that I'm on the right track and
> > don't
> > > > > screw
> > > > > > > > >>>>>>>> something up, ge
> > > > > > > > >>
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: HBase is not running.

Posted by Jay Vyas <ja...@gmail.com>.
Here is my conf file.    I wonder if maybe the problem is
intercommunication between region servers?

  <configuration>
                <property>
                                <name>hbase.master</name>
                                <value>hbase-master:60000</value>
                                <description>The host and port that the
HBase master runs at.
                                                     A value of 'local'
runs the master and a regionserver
                                                     in a single process.
                                </description>
                </property>

                <property>
                                <name>hbase.rootdir</name>

<value>glusterfs://hbase-master:9000/hbase</value>
                                <description>The directory shared by region
servers.</description>
                </property>

                <property>
                                <name>hbase.cluster.distributed</name>
                                <value>true</value>
                                <description>The mode the cluster will be
in. Possible values are
                                false: standalone and pseudo-distributed
setups with managed
                                Zookeeper true: fully-distributed with
unmanaged Zookeeper
                                Quorum (see hbase-env.sh)
                                </description>
                </property>
                <property>

<name>hbase.zookeeper.property.clientPort</name>
                                <value>2222</value>
                <description>Property from ZooKeeper's config zoo.cfg.
                                The port at which the clients will connect.
                                </description>
                </property>

        <property>
            <name>zookeeper.znode.parent</name>
            <value>/hbase-master</value>
        </property>

                <property>
                <name>hbase.zookeeper.quorum</name>

<value>hbase-master,hbase-regionserver1,hbase-regionserver2,hbase-regionserver3</value>
                <description>Comma separated list of servers in the
ZooKeeper Quorum.
                                For example, "host1.mydomain.com,
host2.mydomain.com".
                                By default this is set to localhost for
local and
                                pseudo-distributed modes of operation. For
a fully-distributed
                                setup, this should be set to a ful list of
ZooKeeper quorum
                                servers. If HBASE_MANAGES_ZK is set in
hbase-env.sh
                                this is the list of servers which we will
start/stop ZooKeeper on.
                 </description>
                 </property>
    </configuration>



On Tue, May 21, 2013 at 5:25 PM, Mohammad Tariq <do...@gmail.com> wrote:

> Is this the only thing which appears on your screen?Could you please show
> me your config files?
>
> Warm Regards,
> Tariq
> cloudfront.blogspot.com
>
>
> On Wed, May 22, 2013 at 2:49 AM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
> > This is what happens when I start hbase.
> >
> > $ bin/start-hbase.sh
> > starting master, logging to
> >
> >
> /media/alternative-storage-do-not-touch/hbase-0.94.7/logs/hbase-ysg-master-ysg.connect.out
> >
> > No real problems or error or warnings... but it does not have the same
> > output that you have in your blog... perhaps that's an issue?
> >
> >
> > On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq <do...@gmail.com>
> > wrote:
> >
> > > No issues.
> > >
> > > Are the HBase daemons running fine?Are you able to initiate anything
> from
> > > the shell?
> > >
> > > Warm Regards,
> > > Tariq
> > > cloudfront.blogspot.com
> > >
> > >
> > > On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret
> > > <yo...@gmail.com>wrote:
> > >
> > > > Hi, sorry, I thought I had more info than what was displayed in my
> > > > e-mail a little earlier today that had the little list, but I did
> not.
> > > >
> > > > My biggest hangup is getting that Web GUI to work.  That's really
> > > > where I'm stuck.  I followed your tutorial on the cloudfront blog and
> > > > when it came time to go to http://localhost:60010, I did not see an
> > > > output.
> > > >
> > > >
> > > > On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <do...@gmail.com>
> > > > wrote:
> > > >
> > > > > sure..
> > > > >
> > > > > Warm Regards,
> > > > > Tariq
> > > > > cloudfront.blogspot.com
> > > > >
> > > > >
> > > > > On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
> > > > > <yo...@gmail.com>wrote:
> > > > >
> > > > > > Hello,
> > > > > >
> > > > > > No, still having issues.  I'll give you some more details in a
> > > second.
> > > > > >
> > > > > >
> > > > > > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <
> > dontariq@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Hey Yves,
> > > > > > >
> > > > > > >         I am sorry for being unresponsive. I was travelling and
> > was
> > > > out
> > > > > > of
> > > > > > > reach. What's the current status?Are you good now?
> > > > > > >
> > > > > > > Warm Regards,
> > > > > > > Tariq
> > > > > > > cloudfront.blogspot.com
> > > > > > >
> > > > > > >
> > > > > > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <
> > > asaf.mesika@gmail.com
> > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Yes.
> > > > > > > >
> > > > > > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
> > > > > > > yoursurrogategod@gmail.com>
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > Do you mean this?
> > > > > > > > >
> > > > > > > > > http://blog.devving.com/hbase-quickstart-guide/
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
> > > > > asaf.mesika@gmail.com>
> > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > >> Devving.com has a good tutorial on HBase first setup
> > > > > > > > >>
> > > > > > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> > > > > > > > >>
> > > > > > > > >>> Hi Mohammad,
> > > > > > > > >>>
> > > > > > > > >>> I was following your tutorial and when I got to the part
> > when
> > > > you
> > > > > > do
> > > > > > > > >>> $ bin/start-hbase.sh, this is what I get:
> > > > > > > > >>> http://bin.cakephp.org/view/428090088
> > > > > > > > >>>
> > > > > > > > >>> I'll keep looking online for an answer, but was I
> supposed
> > to
> > > > do
> > > > > > > > >> something
> > > > > > > > >>> else besides this?
> > > > > > > > >>>
> > > > > > > > >>> This is the contents of my bashrc:
> > > > > > > > >>> http://bin.cakephp.org/view/629885150
> > > > > > > > >>>
> > > > > > > > >>> This is what happens when I run "hadoop version":
> > > > > > > > >>> $ hadoop version
> > > > > > > > >>> Hadoop 1.0.4
> > > > > > > > >>> Subversion
> > > > > > > > >>>
> > > > > >
> > https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
> > > > > > > > >>> 1393290
> > > > > > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> > > > > > > > >>> From source with checksum
> fe2baea87c4c81a2c505767f3f9b71f4
> > > > > > > > >>>
> > > > > > > > >>> No issues, I'm guessing.
> > > > > > > > >>>
> > > > > > > > >>> Not sure where I'm tripping up.
> > > > > > > > >>>
> > > > > > > > >>>
> > > > > > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <
> > > > > dontariq@gmail.com
> > > > > > >
> > > > > > > > >> wrote:
> > > > > > > > >>>
> > > > > > > > >>>> Yes..You can do that. I would suggest you to start fresh
> > and
> > > > > > setup a
> > > > > > > > >>> single
> > > > > > > > >>>> node setup first. Once it is working fine, extending it
> to
> > > > > > multiple
> > > > > > > > >>>> machines is just a matter of copying the config files. I
> > > have
> > > > > > > > explained
> > > > > > > > >>> the
> > > > > > > > >>>> procedure here<
> > > > > > > > >>>>
> > > > > > > > >>>
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> > > > > > > > >>>>> .
> > > > > > > > >>>> Try to follow this and hopefully you'll be able to do it
> > > > > properly.
> > > > > > > If
> > > > > > > > >> you
> > > > > > > > >>>> further need any help let us know.
> > > > > > > > >>>>
> > > > > > > > >>>> Warm Regards,
> > > > > > > > >>>> Tariq
> > > > > > > > >>>> https://mtariq.jux.com/
> > > > > > > > >>>> cloudfront.blogspot.com
> > > > > > > > >>>>
> > > > > > > > >>>>
> > > > > > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> > > > > > > > >>>> <yo...@gmail.com>wrote:
> > > > > > > > >>>>
> > > > > > > > >>>>> Hi Tariq, can those two paths be one in the same?  I'd
> > like
> > > > to
> > > > > > just
> > > > > > > > >>>>> dump everything into one directory if that's possible.
> > > > > > > > >>>>>
> > > > > > > > >>>>>
> > > > > > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <
> > > > > > > dontariq@gmail.com>
> > > > > > > > >>>>> wrote:
> > > > > > > > >>>>>
> > > > > > > > >>>>>> hbase.rootdir the directory HBase writes data to. I
> you
> > > are
> > > > > > > > >> planning
> > > > > > > > >>> to
> > > > > > > > >>>>>> have a distributed HBase setup then set this property
> to
> > > > some
> > > > > a
> > > > > > > > >>>> directory
> > > > > > > > >>>>>> in your HDFS, like "hdfs://NN_MACHINE:9000/hbase".
> > > Otherwise
> > > > > > point
> > > > > > > > >>> some
> > > > > > > > >>>>> dir
> > > > > > > > >>>>>> on your local FS. And for
> > hbase.zookeper.property.dataDir,
> > > > > > create
> > > > > > > a
> > > > > > > > >>>>>> separate dir outside your HBASE_HOME and as the value.
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> Warm Regards,
> > > > > > > > >>>>>> Tariq
> > > > > > > > >>>>>> https://mtariq.jux.com/
> > > > > > > > >>>>>> cloudfront.blogspot.com
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>
> > > > > > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > > > > > > > >>>>>> <yo...@gmail.com>wrote:
> > > > > > > > >>>>>>
> > > > > > > > >>>>>>> One more little update.
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> I ran this command in HBASE_HOME [ $
> bin/start-hbase.sh
> > > ],
> > > > > > > > >>>>>>> using these configuration settings:
> > > > > > > > >>>>>>> http://bin.cakephp.org/view/1134614486
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> After I rand it, I checked
> > > > > > > > >>>>>>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > > > > > > > >>>>>>> this is what I saw:
> > > > > > > > >>>>>>> http://bin.cakephp.org/view/823736802
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> I hope that sheds some light for you guys.
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > > > > > > > >>>>>>> <yo...@gmail.com>wrote:
> > > > > > > > >>>>>>>
> > > > > > > > >>>>>>>> Hi guys, one more question.
> > > > > > > > >>>>>>>>
> > > > > > > > >>>>>>>> I'm looking at this <
> > > > > > > > >>> http://hbase.apache.org/book/quickstart.html>
> > > > > > > > >>>>>> link
> > > > > > > > >>>>>>>> in section 1.2.1 and where I have to modify
> > > > > > > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir and
> > > > > > > > >>>>>>>> hbase.zookeper.property.dataDir, to what should I
> set
> > > > > > > > >>>> hbase.rootdir?
> > > > > > > > >>>>>>>> At the moment, I have hbase.rootdir set to
> > > > > > > > >>>>>>>> /media/alternative-storage-do-not-touch/zookeeper.
>  Is
> > > > that
> > > > > > > > >> fine?
> > > > > > > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I
> currently
> > > > have
> > > > > it
> > > > > > > > >>> set
> > > > > > > > >>>> to
> > > > > > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
> > > > > > > > >>>>>>>>
> > > > > > > > >>>>>>>> I realize that some of these questions could be
> > > annoying,
> > > > > but
> > > > > > > > >> I'd
> > > > > > > > >>>>>>>> like to make sure that I'm on the right track and
> > don't
> > > > > screw
> > > > > > > > >>>>>>>> something up, ge
> > > > > > > > >>
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>



-- 
Jay Vyas
http://jayunit100.blogspot.com

Re: HBase is not running.

Posted by Mohammad Tariq <do...@gmail.com>.
Is this the only thing which appears on your screen?Could you please show
me your config files?

Warm Regards,
Tariq
cloudfront.blogspot.com


On Wed, May 22, 2013 at 2:49 AM, Yves S. Garret
<yo...@gmail.com>wrote:

> This is what happens when I start hbase.
>
> $ bin/start-hbase.sh
> starting master, logging to
>
> /media/alternative-storage-do-not-touch/hbase-0.94.7/logs/hbase-ysg-master-ysg.connect.out
>
> No real problems or error or warnings... but it does not have the same
> output that you have in your blog... perhaps that's an issue?
>
>
> On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq <do...@gmail.com>
> wrote:
>
> > No issues.
> >
> > Are the HBase daemons running fine?Are you able to initiate anything from
> > the shell?
> >
> > Warm Regards,
> > Tariq
> > cloudfront.blogspot.com
> >
> >
> > On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret
> > <yo...@gmail.com>wrote:
> >
> > > Hi, sorry, I thought I had more info than what was displayed in my
> > > e-mail a little earlier today that had the little list, but I did not.
> > >
> > > My biggest hangup is getting that Web GUI to work.  That's really
> > > where I'm stuck.  I followed your tutorial on the cloudfront blog and
> > > when it came time to go to http://localhost:60010, I did not see an
> > > output.
> > >
> > >
> > > On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <do...@gmail.com>
> > > wrote:
> > >
> > > > sure..
> > > >
> > > > Warm Regards,
> > > > Tariq
> > > > cloudfront.blogspot.com
> > > >
> > > >
> > > > On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
> > > > <yo...@gmail.com>wrote:
> > > >
> > > > > Hello,
> > > > >
> > > > > No, still having issues.  I'll give you some more details in a
> > second.
> > > > >
> > > > >
> > > > > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <
> dontariq@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Hey Yves,
> > > > > >
> > > > > >         I am sorry for being unresponsive. I was travelling and
> was
> > > out
> > > > > of
> > > > > > reach. What's the current status?Are you good now?
> > > > > >
> > > > > > Warm Regards,
> > > > > > Tariq
> > > > > > cloudfront.blogspot.com
> > > > > >
> > > > > >
> > > > > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <
> > asaf.mesika@gmail.com
> > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Yes.
> > > > > > >
> > > > > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
> > > > > > yoursurrogategod@gmail.com>
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Do you mean this?
> > > > > > > >
> > > > > > > > http://blog.devving.com/hbase-quickstart-guide/
> > > > > > > >
> > > > > > > >
> > > > > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
> > > > asaf.mesika@gmail.com>
> > > > > > > wrote:
> > > > > > > >
> > > > > > > >> Devving.com has a good tutorial on HBase first setup
> > > > > > > >>
> > > > > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> > > > > > > >>
> > > > > > > >>> Hi Mohammad,
> > > > > > > >>>
> > > > > > > >>> I was following your tutorial and when I got to the part
> when
> > > you
> > > > > do
> > > > > > > >>> $ bin/start-hbase.sh, this is what I get:
> > > > > > > >>> http://bin.cakephp.org/view/428090088
> > > > > > > >>>
> > > > > > > >>> I'll keep looking online for an answer, but was I supposed
> to
> > > do
> > > > > > > >> something
> > > > > > > >>> else besides this?
> > > > > > > >>>
> > > > > > > >>> This is the contents of my bashrc:
> > > > > > > >>> http://bin.cakephp.org/view/629885150
> > > > > > > >>>
> > > > > > > >>> This is what happens when I run "hadoop version":
> > > > > > > >>> $ hadoop version
> > > > > > > >>> Hadoop 1.0.4
> > > > > > > >>> Subversion
> > > > > > > >>>
> > > > >
> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
> > > > > > > >>> 1393290
> > > > > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> > > > > > > >>> From source with checksum fe2baea87c4c81a2c505767f3f9b71f4
> > > > > > > >>>
> > > > > > > >>> No issues, I'm guessing.
> > > > > > > >>>
> > > > > > > >>> Not sure where I'm tripping up.
> > > > > > > >>>
> > > > > > > >>>
> > > > > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <
> > > > dontariq@gmail.com
> > > > > >
> > > > > > > >> wrote:
> > > > > > > >>>
> > > > > > > >>>> Yes..You can do that. I would suggest you to start fresh
> and
> > > > > setup a
> > > > > > > >>> single
> > > > > > > >>>> node setup first. Once it is working fine, extending it to
> > > > > multiple
> > > > > > > >>>> machines is just a matter of copying the config files. I
> > have
> > > > > > > explained
> > > > > > > >>> the
> > > > > > > >>>> procedure here<
> > > > > > > >>>>
> > > > > > > >>>
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> > > > > > > >>>>> .
> > > > > > > >>>> Try to follow this and hopefully you'll be able to do it
> > > > properly.
> > > > > > If
> > > > > > > >> you
> > > > > > > >>>> further need any help let us know.
> > > > > > > >>>>
> > > > > > > >>>> Warm Regards,
> > > > > > > >>>> Tariq
> > > > > > > >>>> https://mtariq.jux.com/
> > > > > > > >>>> cloudfront.blogspot.com
> > > > > > > >>>>
> > > > > > > >>>>
> > > > > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> > > > > > > >>>> <yo...@gmail.com>wrote:
> > > > > > > >>>>
> > > > > > > >>>>> Hi Tariq, can those two paths be one in the same?  I'd
> like
> > > to
> > > > > just
> > > > > > > >>>>> dump everything into one directory if that's possible.
> > > > > > > >>>>>
> > > > > > > >>>>>
> > > > > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <
> > > > > > dontariq@gmail.com>
> > > > > > > >>>>> wrote:
> > > > > > > >>>>>
> > > > > > > >>>>>> hbase.rootdir the directory HBase writes data to. I you
> > are
> > > > > > > >> planning
> > > > > > > >>> to
> > > > > > > >>>>>> have a distributed HBase setup then set this property to
> > > some
> > > > a
> > > > > > > >>>> directory
> > > > > > > >>>>>> in your HDFS, like "hdfs://NN_MACHINE:9000/hbase".
> > Otherwise
> > > > > point
> > > > > > > >>> some
> > > > > > > >>>>> dir
> > > > > > > >>>>>> on your local FS. And for
> hbase.zookeper.property.dataDir,
> > > > > create
> > > > > > a
> > > > > > > >>>>>> separate dir outside your HBASE_HOME and as the value.
> > > > > > > >>>>>>
> > > > > > > >>>>>> Warm Regards,
> > > > > > > >>>>>> Tariq
> > > > > > > >>>>>> https://mtariq.jux.com/
> > > > > > > >>>>>> cloudfront.blogspot.com
> > > > > > > >>>>>>
> > > > > > > >>>>>>
> > > > > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > > > > > > >>>>>> <yo...@gmail.com>wrote:
> > > > > > > >>>>>>
> > > > > > > >>>>>>> One more little update.
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> I ran this command in HBASE_HOME [ $ bin/start-hbase.sh
> > ],
> > > > > > > >>>>>>> using these configuration settings:
> > > > > > > >>>>>>> http://bin.cakephp.org/view/1134614486
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> After I rand it, I checked
> > > > > > > >>>>>>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > > > > > > >>>>>>> this is what I saw:
> > > > > > > >>>>>>> http://bin.cakephp.org/view/823736802
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> I hope that sheds some light for you guys.
> > > > > > > >>>>>>>
> > > > > > > >>>>>>>
> > > > > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > > > > > > >>>>>>> <yo...@gmail.com>wrote:
> > > > > > > >>>>>>>
> > > > > > > >>>>>>>> Hi guys, one more question.
> > > > > > > >>>>>>>>
> > > > > > > >>>>>>>> I'm looking at this <
> > > > > > > >>> http://hbase.apache.org/book/quickstart.html>
> > > > > > > >>>>>> link
> > > > > > > >>>>>>>> in section 1.2.1 and where I have to modify
> > > > > > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir and
> > > > > > > >>>>>>>> hbase.zookeper.property.dataDir, to what should I set
> > > > > > > >>>> hbase.rootdir?
> > > > > > > >>>>>>>> At the moment, I have hbase.rootdir set to
> > > > > > > >>>>>>>> /media/alternative-storage-do-not-touch/zookeeper.  Is
> > > that
> > > > > > > >> fine?
> > > > > > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I currently
> > > have
> > > > it
> > > > > > > >>> set
> > > > > > > >>>> to
> > > > > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
> > > > > > > >>>>>>>>
> > > > > > > >>>>>>>> I realize that some of these questions could be
> > annoying,
> > > > but
> > > > > > > >> I'd
> > > > > > > >>>>>>>> like to make sure that I'm on the right track and
> don't
> > > > screw
> > > > > > > >>>>>>>> something up, ge
> > > > > > > >>
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
This is what happens when I start hbase.

$ bin/start-hbase.sh
starting master, logging to
/media/alternative-storage-do-not-touch/hbase-0.94.7/logs/hbase-ysg-master-ysg.connect.out

No real problems or error or warnings... but it does not have the same
output that you have in your blog... perhaps that's an issue?


On Tue, May 21, 2013 at 5:14 PM, Mohammad Tariq <do...@gmail.com> wrote:

> No issues.
>
> Are the HBase daemons running fine?Are you able to initiate anything from
> the shell?
>
> Warm Regards,
> Tariq
> cloudfront.blogspot.com
>
>
> On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
> > Hi, sorry, I thought I had more info than what was displayed in my
> > e-mail a little earlier today that had the little list, but I did not.
> >
> > My biggest hangup is getting that Web GUI to work.  That's really
> > where I'm stuck.  I followed your tutorial on the cloudfront blog and
> > when it came time to go to http://localhost:60010, I did not see an
> > output.
> >
> >
> > On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <do...@gmail.com>
> > wrote:
> >
> > > sure..
> > >
> > > Warm Regards,
> > > Tariq
> > > cloudfront.blogspot.com
> > >
> > >
> > > On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
> > > <yo...@gmail.com>wrote:
> > >
> > > > Hello,
> > > >
> > > > No, still having issues.  I'll give you some more details in a
> second.
> > > >
> > > >
> > > > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <do...@gmail.com>
> > > > wrote:
> > > >
> > > > > Hey Yves,
> > > > >
> > > > >         I am sorry for being unresponsive. I was travelling and was
> > out
> > > > of
> > > > > reach. What's the current status?Are you good now?
> > > > >
> > > > > Warm Regards,
> > > > > Tariq
> > > > > cloudfront.blogspot.com
> > > > >
> > > > >
> > > > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <
> asaf.mesika@gmail.com
> > >
> > > > > wrote:
> > > > >
> > > > > > Yes.
> > > > > >
> > > > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
> > > > > yoursurrogategod@gmail.com>
> > > > > > wrote:
> > > > > >
> > > > > > > Do you mean this?
> > > > > > >
> > > > > > > http://blog.devving.com/hbase-quickstart-guide/
> > > > > > >
> > > > > > >
> > > > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
> > > asaf.mesika@gmail.com>
> > > > > > wrote:
> > > > > > >
> > > > > > >> Devving.com has a good tutorial on HBase first setup
> > > > > > >>
> > > > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> > > > > > >>
> > > > > > >>> Hi Mohammad,
> > > > > > >>>
> > > > > > >>> I was following your tutorial and when I got to the part when
> > you
> > > > do
> > > > > > >>> $ bin/start-hbase.sh, this is what I get:
> > > > > > >>> http://bin.cakephp.org/view/428090088
> > > > > > >>>
> > > > > > >>> I'll keep looking online for an answer, but was I supposed to
> > do
> > > > > > >> something
> > > > > > >>> else besides this?
> > > > > > >>>
> > > > > > >>> This is the contents of my bashrc:
> > > > > > >>> http://bin.cakephp.org/view/629885150
> > > > > > >>>
> > > > > > >>> This is what happens when I run "hadoop version":
> > > > > > >>> $ hadoop version
> > > > > > >>> Hadoop 1.0.4
> > > > > > >>> Subversion
> > > > > > >>>
> > > > https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
> > > > > > >>> 1393290
> > > > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> > > > > > >>> From source with checksum fe2baea87c4c81a2c505767f3f9b71f4
> > > > > > >>>
> > > > > > >>> No issues, I'm guessing.
> > > > > > >>>
> > > > > > >>> Not sure where I'm tripping up.
> > > > > > >>>
> > > > > > >>>
> > > > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <
> > > dontariq@gmail.com
> > > > >
> > > > > > >> wrote:
> > > > > > >>>
> > > > > > >>>> Yes..You can do that. I would suggest you to start fresh and
> > > > setup a
> > > > > > >>> single
> > > > > > >>>> node setup first. Once it is working fine, extending it to
> > > > multiple
> > > > > > >>>> machines is just a matter of copying the config files. I
> have
> > > > > > explained
> > > > > > >>> the
> > > > > > >>>> procedure here<
> > > > > > >>>>
> > > > > > >>>
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> > > > > > >>>>> .
> > > > > > >>>> Try to follow this and hopefully you'll be able to do it
> > > properly.
> > > > > If
> > > > > > >> you
> > > > > > >>>> further need any help let us know.
> > > > > > >>>>
> > > > > > >>>> Warm Regards,
> > > > > > >>>> Tariq
> > > > > > >>>> https://mtariq.jux.com/
> > > > > > >>>> cloudfront.blogspot.com
> > > > > > >>>>
> > > > > > >>>>
> > > > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> > > > > > >>>> <yo...@gmail.com>wrote:
> > > > > > >>>>
> > > > > > >>>>> Hi Tariq, can those two paths be one in the same?  I'd like
> > to
> > > > just
> > > > > > >>>>> dump everything into one directory if that's possible.
> > > > > > >>>>>
> > > > > > >>>>>
> > > > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <
> > > > > dontariq@gmail.com>
> > > > > > >>>>> wrote:
> > > > > > >>>>>
> > > > > > >>>>>> hbase.rootdir the directory HBase writes data to. I you
> are
> > > > > > >> planning
> > > > > > >>> to
> > > > > > >>>>>> have a distributed HBase setup then set this property to
> > some
> > > a
> > > > > > >>>> directory
> > > > > > >>>>>> in your HDFS, like "hdfs://NN_MACHINE:9000/hbase".
> Otherwise
> > > > point
> > > > > > >>> some
> > > > > > >>>>> dir
> > > > > > >>>>>> on your local FS. And for hbase.zookeper.property.dataDir,
> > > > create
> > > > > a
> > > > > > >>>>>> separate dir outside your HBASE_HOME and as the value.
> > > > > > >>>>>>
> > > > > > >>>>>> Warm Regards,
> > > > > > >>>>>> Tariq
> > > > > > >>>>>> https://mtariq.jux.com/
> > > > > > >>>>>> cloudfront.blogspot.com
> > > > > > >>>>>>
> > > > > > >>>>>>
> > > > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > > > > > >>>>>> <yo...@gmail.com>wrote:
> > > > > > >>>>>>
> > > > > > >>>>>>> One more little update.
> > > > > > >>>>>>>
> > > > > > >>>>>>> I ran this command in HBASE_HOME [ $ bin/start-hbase.sh
> ],
> > > > > > >>>>>>> using these configuration settings:
> > > > > > >>>>>>> http://bin.cakephp.org/view/1134614486
> > > > > > >>>>>>>
> > > > > > >>>>>>> After I rand it, I checked
> > > > > > >>>>>>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > > > > > >>>>>>> this is what I saw:
> > > > > > >>>>>>> http://bin.cakephp.org/view/823736802
> > > > > > >>>>>>>
> > > > > > >>>>>>> I hope that sheds some light for you guys.
> > > > > > >>>>>>>
> > > > > > >>>>>>>
> > > > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > > > > > >>>>>>> <yo...@gmail.com>wrote:
> > > > > > >>>>>>>
> > > > > > >>>>>>>> Hi guys, one more question.
> > > > > > >>>>>>>>
> > > > > > >>>>>>>> I'm looking at this <
> > > > > > >>> http://hbase.apache.org/book/quickstart.html>
> > > > > > >>>>>> link
> > > > > > >>>>>>>> in section 1.2.1 and where I have to modify
> > > > > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir and
> > > > > > >>>>>>>> hbase.zookeper.property.dataDir, to what should I set
> > > > > > >>>> hbase.rootdir?
> > > > > > >>>>>>>> At the moment, I have hbase.rootdir set to
> > > > > > >>>>>>>> /media/alternative-storage-do-not-touch/zookeeper.  Is
> > that
> > > > > > >> fine?
> > > > > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I currently
> > have
> > > it
> > > > > > >>> set
> > > > > > >>>> to
> > > > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
> > > > > > >>>>>>>>
> > > > > > >>>>>>>> I realize that some of these questions could be
> annoying,
> > > but
> > > > > > >> I'd
> > > > > > >>>>>>>> like to make sure that I'm on the right track and don't
> > > screw
> > > > > > >>>>>>>> something up, ge
> > > > > > >>
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: HBase is not running.

Posted by Mohammad Tariq <do...@gmail.com>.
No issues.

Are the HBase daemons running fine?Are you able to initiate anything from
the shell?

Warm Regards,
Tariq
cloudfront.blogspot.com


On Wed, May 22, 2013 at 2:37 AM, Yves S. Garret
<yo...@gmail.com>wrote:

> Hi, sorry, I thought I had more info than what was displayed in my
> e-mail a little earlier today that had the little list, but I did not.
>
> My biggest hangup is getting that Web GUI to work.  That's really
> where I'm stuck.  I followed your tutorial on the cloudfront blog and
> when it came time to go to http://localhost:60010, I did not see an
> output.
>
>
> On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <do...@gmail.com>
> wrote:
>
> > sure..
> >
> > Warm Regards,
> > Tariq
> > cloudfront.blogspot.com
> >
> >
> > On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
> > <yo...@gmail.com>wrote:
> >
> > > Hello,
> > >
> > > No, still having issues.  I'll give you some more details in a second.
> > >
> > >
> > > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <do...@gmail.com>
> > > wrote:
> > >
> > > > Hey Yves,
> > > >
> > > >         I am sorry for being unresponsive. I was travelling and was
> out
> > > of
> > > > reach. What's the current status?Are you good now?
> > > >
> > > > Warm Regards,
> > > > Tariq
> > > > cloudfront.blogspot.com
> > > >
> > > >
> > > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <asaf.mesika@gmail.com
> >
> > > > wrote:
> > > >
> > > > > Yes.
> > > > >
> > > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
> > > > yoursurrogategod@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > Do you mean this?
> > > > > >
> > > > > > http://blog.devving.com/hbase-quickstart-guide/
> > > > > >
> > > > > >
> > > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
> > asaf.mesika@gmail.com>
> > > > > wrote:
> > > > > >
> > > > > >> Devving.com has a good tutorial on HBase first setup
> > > > > >>
> > > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> > > > > >>
> > > > > >>> Hi Mohammad,
> > > > > >>>
> > > > > >>> I was following your tutorial and when I got to the part when
> you
> > > do
> > > > > >>> $ bin/start-hbase.sh, this is what I get:
> > > > > >>> http://bin.cakephp.org/view/428090088
> > > > > >>>
> > > > > >>> I'll keep looking online for an answer, but was I supposed to
> do
> > > > > >> something
> > > > > >>> else besides this?
> > > > > >>>
> > > > > >>> This is the contents of my bashrc:
> > > > > >>> http://bin.cakephp.org/view/629885150
> > > > > >>>
> > > > > >>> This is what happens when I run "hadoop version":
> > > > > >>> $ hadoop version
> > > > > >>> Hadoop 1.0.4
> > > > > >>> Subversion
> > > > > >>>
> > > https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
> > > > > >>> 1393290
> > > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> > > > > >>> From source with checksum fe2baea87c4c81a2c505767f3f9b71f4
> > > > > >>>
> > > > > >>> No issues, I'm guessing.
> > > > > >>>
> > > > > >>> Not sure where I'm tripping up.
> > > > > >>>
> > > > > >>>
> > > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <
> > dontariq@gmail.com
> > > >
> > > > > >> wrote:
> > > > > >>>
> > > > > >>>> Yes..You can do that. I would suggest you to start fresh and
> > > setup a
> > > > > >>> single
> > > > > >>>> node setup first. Once it is working fine, extending it to
> > > multiple
> > > > > >>>> machines is just a matter of copying the config files. I have
> > > > > explained
> > > > > >>> the
> > > > > >>>> procedure here<
> > > > > >>>>
> > > > > >>>
> > > > > >>
> > > > >
> > > >
> > >
> >
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> > > > > >>>>> .
> > > > > >>>> Try to follow this and hopefully you'll be able to do it
> > properly.
> > > > If
> > > > > >> you
> > > > > >>>> further need any help let us know.
> > > > > >>>>
> > > > > >>>> Warm Regards,
> > > > > >>>> Tariq
> > > > > >>>> https://mtariq.jux.com/
> > > > > >>>> cloudfront.blogspot.com
> > > > > >>>>
> > > > > >>>>
> > > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> > > > > >>>> <yo...@gmail.com>wrote:
> > > > > >>>>
> > > > > >>>>> Hi Tariq, can those two paths be one in the same?  I'd like
> to
> > > just
> > > > > >>>>> dump everything into one directory if that's possible.
> > > > > >>>>>
> > > > > >>>>>
> > > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <
> > > > dontariq@gmail.com>
> > > > > >>>>> wrote:
> > > > > >>>>>
> > > > > >>>>>> hbase.rootdir the directory HBase writes data to. I you are
> > > > > >> planning
> > > > > >>> to
> > > > > >>>>>> have a distributed HBase setup then set this property to
> some
> > a
> > > > > >>>> directory
> > > > > >>>>>> in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise
> > > point
> > > > > >>> some
> > > > > >>>>> dir
> > > > > >>>>>> on your local FS. And for hbase.zookeper.property.dataDir,
> > > create
> > > > a
> > > > > >>>>>> separate dir outside your HBASE_HOME and as the value.
> > > > > >>>>>>
> > > > > >>>>>> Warm Regards,
> > > > > >>>>>> Tariq
> > > > > >>>>>> https://mtariq.jux.com/
> > > > > >>>>>> cloudfront.blogspot.com
> > > > > >>>>>>
> > > > > >>>>>>
> > > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > > > > >>>>>> <yo...@gmail.com>wrote:
> > > > > >>>>>>
> > > > > >>>>>>> One more little update.
> > > > > >>>>>>>
> > > > > >>>>>>> I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
> > > > > >>>>>>> using these configuration settings:
> > > > > >>>>>>> http://bin.cakephp.org/view/1134614486
> > > > > >>>>>>>
> > > > > >>>>>>> After I rand it, I checked
> > > > > >>>>>>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > > > > >>>>>>> this is what I saw:
> > > > > >>>>>>> http://bin.cakephp.org/view/823736802
> > > > > >>>>>>>
> > > > > >>>>>>> I hope that sheds some light for you guys.
> > > > > >>>>>>>
> > > > > >>>>>>>
> > > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > > > > >>>>>>> <yo...@gmail.com>wrote:
> > > > > >>>>>>>
> > > > > >>>>>>>> Hi guys, one more question.
> > > > > >>>>>>>>
> > > > > >>>>>>>> I'm looking at this <
> > > > > >>> http://hbase.apache.org/book/quickstart.html>
> > > > > >>>>>> link
> > > > > >>>>>>>> in section 1.2.1 and where I have to modify
> > > > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir and
> > > > > >>>>>>>> hbase.zookeper.property.dataDir, to what should I set
> > > > > >>>> hbase.rootdir?
> > > > > >>>>>>>> At the moment, I have hbase.rootdir set to
> > > > > >>>>>>>> /media/alternative-storage-do-not-touch/zookeeper.  Is
> that
> > > > > >> fine?
> > > > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I currently
> have
> > it
> > > > > >>> set
> > > > > >>>> to
> > > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
> > > > > >>>>>>>>
> > > > > >>>>>>>> I realize that some of these questions could be annoying,
> > but
> > > > > >> I'd
> > > > > >>>>>>>> like to make sure that I'm on the right track and don't
> > screw
> > > > > >>>>>>>> something up, ge
> > > > > >>
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hi, sorry, I thought I had more info than what was displayed in my
e-mail a little earlier today that had the little list, but I did not.

My biggest hangup is getting that Web GUI to work.  That's really
where I'm stuck.  I followed your tutorial on the cloudfront blog and
when it came time to go to http://localhost:60010, I did not see an
output.


On Tue, May 21, 2013 at 4:21 PM, Mohammad Tariq <do...@gmail.com> wrote:

> sure..
>
> Warm Regards,
> Tariq
> cloudfront.blogspot.com
>
>
> On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
> > Hello,
> >
> > No, still having issues.  I'll give you some more details in a second.
> >
> >
> > On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <do...@gmail.com>
> > wrote:
> >
> > > Hey Yves,
> > >
> > >         I am sorry for being unresponsive. I was travelling and was out
> > of
> > > reach. What's the current status?Are you good now?
> > >
> > > Warm Regards,
> > > Tariq
> > > cloudfront.blogspot.com
> > >
> > >
> > > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <as...@gmail.com>
> > > wrote:
> > >
> > > > Yes.
> > > >
> > > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
> > > yoursurrogategod@gmail.com>
> > > > wrote:
> > > >
> > > > > Do you mean this?
> > > > >
> > > > > http://blog.devving.com/hbase-quickstart-guide/
> > > > >
> > > > >
> > > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <
> asaf.mesika@gmail.com>
> > > > wrote:
> > > > >
> > > > >> Devving.com has a good tutorial on HBase first setup
> > > > >>
> > > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> > > > >>
> > > > >>> Hi Mohammad,
> > > > >>>
> > > > >>> I was following your tutorial and when I got to the part when you
> > do
> > > > >>> $ bin/start-hbase.sh, this is what I get:
> > > > >>> http://bin.cakephp.org/view/428090088
> > > > >>>
> > > > >>> I'll keep looking online for an answer, but was I supposed to do
> > > > >> something
> > > > >>> else besides this?
> > > > >>>
> > > > >>> This is the contents of my bashrc:
> > > > >>> http://bin.cakephp.org/view/629885150
> > > > >>>
> > > > >>> This is what happens when I run "hadoop version":
> > > > >>> $ hadoop version
> > > > >>> Hadoop 1.0.4
> > > > >>> Subversion
> > > > >>>
> > https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
> > > > >>> 1393290
> > > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> > > > >>> From source with checksum fe2baea87c4c81a2c505767f3f9b71f4
> > > > >>>
> > > > >>> No issues, I'm guessing.
> > > > >>>
> > > > >>> Not sure where I'm tripping up.
> > > > >>>
> > > > >>>
> > > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <
> dontariq@gmail.com
> > >
> > > > >> wrote:
> > > > >>>
> > > > >>>> Yes..You can do that. I would suggest you to start fresh and
> > setup a
> > > > >>> single
> > > > >>>> node setup first. Once it is working fine, extending it to
> > multiple
> > > > >>>> machines is just a matter of copying the config files. I have
> > > > explained
> > > > >>> the
> > > > >>>> procedure here<
> > > > >>>>
> > > > >>>
> > > > >>
> > > >
> > >
> >
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> > > > >>>>> .
> > > > >>>> Try to follow this and hopefully you'll be able to do it
> properly.
> > > If
> > > > >> you
> > > > >>>> further need any help let us know.
> > > > >>>>
> > > > >>>> Warm Regards,
> > > > >>>> Tariq
> > > > >>>> https://mtariq.jux.com/
> > > > >>>> cloudfront.blogspot.com
> > > > >>>>
> > > > >>>>
> > > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> > > > >>>> <yo...@gmail.com>wrote:
> > > > >>>>
> > > > >>>>> Hi Tariq, can those two paths be one in the same?  I'd like to
> > just
> > > > >>>>> dump everything into one directory if that's possible.
> > > > >>>>>
> > > > >>>>>
> > > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <
> > > dontariq@gmail.com>
> > > > >>>>> wrote:
> > > > >>>>>
> > > > >>>>>> hbase.rootdir the directory HBase writes data to. I you are
> > > > >> planning
> > > > >>> to
> > > > >>>>>> have a distributed HBase setup then set this property to some
> a
> > > > >>>> directory
> > > > >>>>>> in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise
> > point
> > > > >>> some
> > > > >>>>> dir
> > > > >>>>>> on your local FS. And for hbase.zookeper.property.dataDir,
> > create
> > > a
> > > > >>>>>> separate dir outside your HBASE_HOME and as the value.
> > > > >>>>>>
> > > > >>>>>> Warm Regards,
> > > > >>>>>> Tariq
> > > > >>>>>> https://mtariq.jux.com/
> > > > >>>>>> cloudfront.blogspot.com
> > > > >>>>>>
> > > > >>>>>>
> > > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > > > >>>>>> <yo...@gmail.com>wrote:
> > > > >>>>>>
> > > > >>>>>>> One more little update.
> > > > >>>>>>>
> > > > >>>>>>> I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
> > > > >>>>>>> using these configuration settings:
> > > > >>>>>>> http://bin.cakephp.org/view/1134614486
> > > > >>>>>>>
> > > > >>>>>>> After I rand it, I checked
> > > > >>>>>>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > > > >>>>>>> this is what I saw:
> > > > >>>>>>> http://bin.cakephp.org/view/823736802
> > > > >>>>>>>
> > > > >>>>>>> I hope that sheds some light for you guys.
> > > > >>>>>>>
> > > > >>>>>>>
> > > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > > > >>>>>>> <yo...@gmail.com>wrote:
> > > > >>>>>>>
> > > > >>>>>>>> Hi guys, one more question.
> > > > >>>>>>>>
> > > > >>>>>>>> I'm looking at this <
> > > > >>> http://hbase.apache.org/book/quickstart.html>
> > > > >>>>>> link
> > > > >>>>>>>> in section 1.2.1 and where I have to modify
> > > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir and
> > > > >>>>>>>> hbase.zookeper.property.dataDir, to what should I set
> > > > >>>> hbase.rootdir?
> > > > >>>>>>>> At the moment, I have hbase.rootdir set to
> > > > >>>>>>>> /media/alternative-storage-do-not-touch/zookeeper.  Is that
> > > > >> fine?
> > > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I currently have
> it
> > > > >>> set
> > > > >>>> to
> > > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
> > > > >>>>>>>>
> > > > >>>>>>>> I realize that some of these questions could be annoying,
> but
> > > > >> I'd
> > > > >>>>>>>> like to make sure that I'm on the right track and don't
> screw
> > > > >>>>>>>> something up, ge
> > > > >>
> > > >
> > > >
> > >
> >
>

Re: HBase is not running.

Posted by Mohammad Tariq <do...@gmail.com>.
sure..

Warm Regards,
Tariq
cloudfront.blogspot.com


On Wed, May 22, 2013 at 1:48 AM, Yves S. Garret
<yo...@gmail.com>wrote:

> Hello,
>
> No, still having issues.  I'll give you some more details in a second.
>
>
> On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <do...@gmail.com>
> wrote:
>
> > Hey Yves,
> >
> >         I am sorry for being unresponsive. I was travelling and was out
> of
> > reach. What's the current status?Are you good now?
> >
> > Warm Regards,
> > Tariq
> > cloudfront.blogspot.com
> >
> >
> > On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <as...@gmail.com>
> > wrote:
> >
> > > Yes.
> > >
> > > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
> > yoursurrogategod@gmail.com>
> > > wrote:
> > >
> > > > Do you mean this?
> > > >
> > > > http://blog.devving.com/hbase-quickstart-guide/
> > > >
> > > >
> > > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <as...@gmail.com>
> > > wrote:
> > > >
> > > >> Devving.com has a good tutorial on HBase first setup
> > > >>
> > > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> > > >>
> > > >>> Hi Mohammad,
> > > >>>
> > > >>> I was following your tutorial and when I got to the part when you
> do
> > > >>> $ bin/start-hbase.sh, this is what I get:
> > > >>> http://bin.cakephp.org/view/428090088
> > > >>>
> > > >>> I'll keep looking online for an answer, but was I supposed to do
> > > >> something
> > > >>> else besides this?
> > > >>>
> > > >>> This is the contents of my bashrc:
> > > >>> http://bin.cakephp.org/view/629885150
> > > >>>
> > > >>> This is what happens when I run "hadoop version":
> > > >>> $ hadoop version
> > > >>> Hadoop 1.0.4
> > > >>> Subversion
> > > >>>
> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
> > > >>> 1393290
> > > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> > > >>> From source with checksum fe2baea87c4c81a2c505767f3f9b71f4
> > > >>>
> > > >>> No issues, I'm guessing.
> > > >>>
> > > >>> Not sure where I'm tripping up.
> > > >>>
> > > >>>
> > > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <dontariq@gmail.com
> >
> > > >> wrote:
> > > >>>
> > > >>>> Yes..You can do that. I would suggest you to start fresh and
> setup a
> > > >>> single
> > > >>>> node setup first. Once it is working fine, extending it to
> multiple
> > > >>>> machines is just a matter of copying the config files. I have
> > > explained
> > > >>> the
> > > >>>> procedure here<
> > > >>>>
> > > >>>
> > > >>
> > >
> >
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> > > >>>>> .
> > > >>>> Try to follow this and hopefully you'll be able to do it properly.
> > If
> > > >> you
> > > >>>> further need any help let us know.
> > > >>>>
> > > >>>> Warm Regards,
> > > >>>> Tariq
> > > >>>> https://mtariq.jux.com/
> > > >>>> cloudfront.blogspot.com
> > > >>>>
> > > >>>>
> > > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> > > >>>> <yo...@gmail.com>wrote:
> > > >>>>
> > > >>>>> Hi Tariq, can those two paths be one in the same?  I'd like to
> just
> > > >>>>> dump everything into one directory if that's possible.
> > > >>>>>
> > > >>>>>
> > > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <
> > dontariq@gmail.com>
> > > >>>>> wrote:
> > > >>>>>
> > > >>>>>> hbase.rootdir the directory HBase writes data to. I you are
> > > >> planning
> > > >>> to
> > > >>>>>> have a distributed HBase setup then set this property to some a
> > > >>>> directory
> > > >>>>>> in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise
> point
> > > >>> some
> > > >>>>> dir
> > > >>>>>> on your local FS. And for hbase.zookeper.property.dataDir,
> create
> > a
> > > >>>>>> separate dir outside your HBASE_HOME and as the value.
> > > >>>>>>
> > > >>>>>> Warm Regards,
> > > >>>>>> Tariq
> > > >>>>>> https://mtariq.jux.com/
> > > >>>>>> cloudfront.blogspot.com
> > > >>>>>>
> > > >>>>>>
> > > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > > >>>>>> <yo...@gmail.com>wrote:
> > > >>>>>>
> > > >>>>>>> One more little update.
> > > >>>>>>>
> > > >>>>>>> I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
> > > >>>>>>> using these configuration settings:
> > > >>>>>>> http://bin.cakephp.org/view/1134614486
> > > >>>>>>>
> > > >>>>>>> After I rand it, I checked
> > > >>>>>>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > > >>>>>>> this is what I saw:
> > > >>>>>>> http://bin.cakephp.org/view/823736802
> > > >>>>>>>
> > > >>>>>>> I hope that sheds some light for you guys.
> > > >>>>>>>
> > > >>>>>>>
> > > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > > >>>>>>> <yo...@gmail.com>wrote:
> > > >>>>>>>
> > > >>>>>>>> Hi guys, one more question.
> > > >>>>>>>>
> > > >>>>>>>> I'm looking at this <
> > > >>> http://hbase.apache.org/book/quickstart.html>
> > > >>>>>> link
> > > >>>>>>>> in section 1.2.1 and where I have to modify
> > > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir and
> > > >>>>>>>> hbase.zookeper.property.dataDir, to what should I set
> > > >>>> hbase.rootdir?
> > > >>>>>>>> At the moment, I have hbase.rootdir set to
> > > >>>>>>>> /media/alternative-storage-do-not-touch/zookeeper.  Is that
> > > >> fine?
> > > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I currently have it
> > > >>> set
> > > >>>> to
> > > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
> > > >>>>>>>>
> > > >>>>>>>> I realize that some of these questions could be annoying, but
> > > >> I'd
> > > >>>>>>>> like to make sure that I'm on the right track and don't screw
> > > >>>>>>>> something up, ge
> > > >>
> > >
> > >
> >
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hello,

No, still having issues.  I'll give you some more details in a second.


On Tue, May 21, 2013 at 4:07 PM, Mohammad Tariq <do...@gmail.com> wrote:

> Hey Yves,
>
>         I am sorry for being unresponsive. I was travelling and was out of
> reach. What's the current status?Are you good now?
>
> Warm Regards,
> Tariq
> cloudfront.blogspot.com
>
>
> On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <as...@gmail.com>
> wrote:
>
> > Yes.
> >
> > On May 21, 2013, at 8:32 PM, "Yves S. Garret" <
> yoursurrogategod@gmail.com>
> > wrote:
> >
> > > Do you mean this?
> > >
> > > http://blog.devving.com/hbase-quickstart-guide/
> > >
> > >
> > > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <as...@gmail.com>
> > wrote:
> > >
> > >> Devving.com has a good tutorial on HBase first setup
> > >>
> > >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> > >>
> > >>> Hi Mohammad,
> > >>>
> > >>> I was following your tutorial and when I got to the part when you do
> > >>> $ bin/start-hbase.sh, this is what I get:
> > >>> http://bin.cakephp.org/view/428090088
> > >>>
> > >>> I'll keep looking online for an answer, but was I supposed to do
> > >> something
> > >>> else besides this?
> > >>>
> > >>> This is the contents of my bashrc:
> > >>> http://bin.cakephp.org/view/629885150
> > >>>
> > >>> This is what happens when I run "hadoop version":
> > >>> $ hadoop version
> > >>> Hadoop 1.0.4
> > >>> Subversion
> > >>> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0-r
> > >>> 1393290
> > >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> > >>> From source with checksum fe2baea87c4c81a2c505767f3f9b71f4
> > >>>
> > >>> No issues, I'm guessing.
> > >>>
> > >>> Not sure where I'm tripping up.
> > >>>
> > >>>
> > >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <do...@gmail.com>
> > >> wrote:
> > >>>
> > >>>> Yes..You can do that. I would suggest you to start fresh and setup a
> > >>> single
> > >>>> node setup first. Once it is working fine, extending it to multiple
> > >>>> machines is just a matter of copying the config files. I have
> > explained
> > >>> the
> > >>>> procedure here<
> > >>>>
> > >>>
> > >>
> >
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> > >>>>> .
> > >>>> Try to follow this and hopefully you'll be able to do it properly.
> If
> > >> you
> > >>>> further need any help let us know.
> > >>>>
> > >>>> Warm Regards,
> > >>>> Tariq
> > >>>> https://mtariq.jux.com/
> > >>>> cloudfront.blogspot.com
> > >>>>
> > >>>>
> > >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> > >>>> <yo...@gmail.com>wrote:
> > >>>>
> > >>>>> Hi Tariq, can those two paths be one in the same?  I'd like to just
> > >>>>> dump everything into one directory if that's possible.
> > >>>>>
> > >>>>>
> > >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <
> dontariq@gmail.com>
> > >>>>> wrote:
> > >>>>>
> > >>>>>> hbase.rootdir the directory HBase writes data to. I you are
> > >> planning
> > >>> to
> > >>>>>> have a distributed HBase setup then set this property to some a
> > >>>> directory
> > >>>>>> in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise point
> > >>> some
> > >>>>> dir
> > >>>>>> on your local FS. And for hbase.zookeper.property.dataDir, create
> a
> > >>>>>> separate dir outside your HBASE_HOME and as the value.
> > >>>>>>
> > >>>>>> Warm Regards,
> > >>>>>> Tariq
> > >>>>>> https://mtariq.jux.com/
> > >>>>>> cloudfront.blogspot.com
> > >>>>>>
> > >>>>>>
> > >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > >>>>>> <yo...@gmail.com>wrote:
> > >>>>>>
> > >>>>>>> One more little update.
> > >>>>>>>
> > >>>>>>> I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
> > >>>>>>> using these configuration settings:
> > >>>>>>> http://bin.cakephp.org/view/1134614486
> > >>>>>>>
> > >>>>>>> After I rand it, I checked
> > >>>>>>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > >>>>>>> this is what I saw:
> > >>>>>>> http://bin.cakephp.org/view/823736802
> > >>>>>>>
> > >>>>>>> I hope that sheds some light for you guys.
> > >>>>>>>
> > >>>>>>>
> > >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > >>>>>>> <yo...@gmail.com>wrote:
> > >>>>>>>
> > >>>>>>>> Hi guys, one more question.
> > >>>>>>>>
> > >>>>>>>> I'm looking at this <
> > >>> http://hbase.apache.org/book/quickstart.html>
> > >>>>>> link
> > >>>>>>>> in section 1.2.1 and where I have to modify
> > >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir and
> > >>>>>>>> hbase.zookeper.property.dataDir, to what should I set
> > >>>> hbase.rootdir?
> > >>>>>>>> At the moment, I have hbase.rootdir set to
> > >>>>>>>> /media/alternative-storage-do-not-touch/zookeeper.  Is that
> > >> fine?
> > >>>>>>>> Also, for hbase.zookeper.property.dataDir, I currently have it
> > >>> set
> > >>>> to
> > >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
> > >>>>>>>>
> > >>>>>>>> I realize that some of these questions could be annoying, but
> > >> I'd
> > >>>>>>>> like to make sure that I'm on the right track and don't screw
> > >>>>>>>> something up, ge
> > >>
> >
> >
>

Re: HBase is not running.

Posted by Mohammad Tariq <do...@gmail.com>.
Hey Yves,

        I am sorry for being unresponsive. I was travelling and was out of
reach. What's the current status?Are you good now?

Warm Regards,
Tariq
cloudfront.blogspot.com


On Tue, May 21, 2013 at 11:15 PM, Asaf Mesika <as...@gmail.com> wrote:

> Yes.
>
> On May 21, 2013, at 8:32 PM, "Yves S. Garret" <yo...@gmail.com>
> wrote:
>
> > Do you mean this?
> >
> > http://blog.devving.com/hbase-quickstart-guide/
> >
> >
> > On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <as...@gmail.com>
> wrote:
> >
> >> Devving.com has a good tutorial on HBase first setup
> >>
> >> On Tuesday, May 21, 2013, Yves S. Garret wrote:
> >>
> >>> Hi Mohammad,
> >>>
> >>> I was following your tutorial and when I got to the part when you do
> >>> $ bin/start-hbase.sh, this is what I get:
> >>> http://bin.cakephp.org/view/428090088
> >>>
> >>> I'll keep looking online for an answer, but was I supposed to do
> >> something
> >>> else besides this?
> >>>
> >>> This is the contents of my bashrc:
> >>> http://bin.cakephp.org/view/629885150
> >>>
> >>> This is what happens when I run "hadoop version":
> >>> $ hadoop version
> >>> Hadoop 1.0.4
> >>> Subversion
> >>> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0 -r
> >>> 1393290
> >>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> >>> From source with checksum fe2baea87c4c81a2c505767f3f9b71f4
> >>>
> >>> No issues, I'm guessing.
> >>>
> >>> Not sure where I'm tripping up.
> >>>
> >>>
> >>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <do...@gmail.com>
> >> wrote:
> >>>
> >>>> Yes..You can do that. I would suggest you to start fresh and setup a
> >>> single
> >>>> node setup first. Once it is working fine, extending it to multiple
> >>>> machines is just a matter of copying the config files. I have
> explained
> >>> the
> >>>> procedure here<
> >>>>
> >>>
> >>
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> >>>>> .
> >>>> Try to follow this and hopefully you'll be able to do it properly. If
> >> you
> >>>> further need any help let us know.
> >>>>
> >>>> Warm Regards,
> >>>> Tariq
> >>>> https://mtariq.jux.com/
> >>>> cloudfront.blogspot.com
> >>>>
> >>>>
> >>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> >>>> <yo...@gmail.com>wrote:
> >>>>
> >>>>> Hi Tariq, can those two paths be one in the same?  I'd like to just
> >>>>> dump everything into one directory if that's possible.
> >>>>>
> >>>>>
> >>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <do...@gmail.com>
> >>>>> wrote:
> >>>>>
> >>>>>> hbase.rootdir the directory HBase writes data to. I you are
> >> planning
> >>> to
> >>>>>> have a distributed HBase setup then set this property to some a
> >>>> directory
> >>>>>> in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise point
> >>> some
> >>>>> dir
> >>>>>> on your local FS. And for hbase.zookeper.property.dataDir, create a
> >>>>>> separate dir outside your HBASE_HOME and as the value.
> >>>>>>
> >>>>>> Warm Regards,
> >>>>>> Tariq
> >>>>>> https://mtariq.jux.com/
> >>>>>> cloudfront.blogspot.com
> >>>>>>
> >>>>>>
> >>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> >>>>>> <yo...@gmail.com>wrote:
> >>>>>>
> >>>>>>> One more little update.
> >>>>>>>
> >>>>>>> I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
> >>>>>>> using these configuration settings:
> >>>>>>> http://bin.cakephp.org/view/1134614486
> >>>>>>>
> >>>>>>> After I rand it, I checked
> >>>>>>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> >>>>>>> this is what I saw:
> >>>>>>> http://bin.cakephp.org/view/823736802
> >>>>>>>
> >>>>>>> I hope that sheds some light for you guys.
> >>>>>>>
> >>>>>>>
> >>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> >>>>>>> <yo...@gmail.com>wrote:
> >>>>>>>
> >>>>>>>> Hi guys, one more question.
> >>>>>>>>
> >>>>>>>> I'm looking at this <
> >>> http://hbase.apache.org/book/quickstart.html>
> >>>>>> link
> >>>>>>>> in section 1.2.1 and where I have to modify
> >>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir and
> >>>>>>>> hbase.zookeper.property.dataDir, to what should I set
> >>>> hbase.rootdir?
> >>>>>>>> At the moment, I have hbase.rootdir set to
> >>>>>>>> /media/alternative-storage-do-not-touch/zookeeper.  Is that
> >> fine?
> >>>>>>>> Also, for hbase.zookeper.property.dataDir, I currently have it
> >>> set
> >>>> to
> >>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
> >>>>>>>>
> >>>>>>>> I realize that some of these questions could be annoying, but
> >> I'd
> >>>>>>>> like to make sure that I'm on the right track and don't screw
> >>>>>>>> something up, ge
> >>
>
>

Re: HBase is not running.

Posted by Asaf Mesika <as...@gmail.com>.
Yes.

On May 21, 2013, at 8:32 PM, "Yves S. Garret" <yo...@gmail.com> wrote:

> Do you mean this?
> 
> http://blog.devving.com/hbase-quickstart-guide/
> 
> 
> On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <as...@gmail.com> wrote:
> 
>> Devving.com has a good tutorial on HBase first setup
>> 
>> On Tuesday, May 21, 2013, Yves S. Garret wrote:
>> 
>>> Hi Mohammad,
>>> 
>>> I was following your tutorial and when I got to the part when you do
>>> $ bin/start-hbase.sh, this is what I get:
>>> http://bin.cakephp.org/view/428090088
>>> 
>>> I'll keep looking online for an answer, but was I supposed to do
>> something
>>> else besides this?
>>> 
>>> This is the contents of my bashrc:
>>> http://bin.cakephp.org/view/629885150
>>> 
>>> This is what happens when I run "hadoop version":
>>> $ hadoop version
>>> Hadoop 1.0.4
>>> Subversion
>>> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0 -r
>>> 1393290
>>> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
>>> From source with checksum fe2baea87c4c81a2c505767f3f9b71f4
>>> 
>>> No issues, I'm guessing.
>>> 
>>> Not sure where I'm tripping up.
>>> 
>>> 
>>> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <do...@gmail.com>
>> wrote:
>>> 
>>>> Yes..You can do that. I would suggest you to start fresh and setup a
>>> single
>>>> node setup first. Once it is working fine, extending it to multiple
>>>> machines is just a matter of copying the config files. I have explained
>>> the
>>>> procedure here<
>>>> 
>>> 
>> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
>>>>> .
>>>> Try to follow this and hopefully you'll be able to do it properly. If
>> you
>>>> further need any help let us know.
>>>> 
>>>> Warm Regards,
>>>> Tariq
>>>> https://mtariq.jux.com/
>>>> cloudfront.blogspot.com
>>>> 
>>>> 
>>>> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
>>>> <yo...@gmail.com>wrote:
>>>> 
>>>>> Hi Tariq, can those two paths be one in the same?  I'd like to just
>>>>> dump everything into one directory if that's possible.
>>>>> 
>>>>> 
>>>>> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <do...@gmail.com>
>>>>> wrote:
>>>>> 
>>>>>> hbase.rootdir the directory HBase writes data to. I you are
>> planning
>>> to
>>>>>> have a distributed HBase setup then set this property to some a
>>>> directory
>>>>>> in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise point
>>> some
>>>>> dir
>>>>>> on your local FS. And for hbase.zookeper.property.dataDir, create a
>>>>>> separate dir outside your HBASE_HOME and as the value.
>>>>>> 
>>>>>> Warm Regards,
>>>>>> Tariq
>>>>>> https://mtariq.jux.com/
>>>>>> cloudfront.blogspot.com
>>>>>> 
>>>>>> 
>>>>>> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
>>>>>> <yo...@gmail.com>wrote:
>>>>>> 
>>>>>>> One more little update.
>>>>>>> 
>>>>>>> I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
>>>>>>> using these configuration settings:
>>>>>>> http://bin.cakephp.org/view/1134614486
>>>>>>> 
>>>>>>> After I rand it, I checked
>>>>>>> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
>>>>>>> this is what I saw:
>>>>>>> http://bin.cakephp.org/view/823736802
>>>>>>> 
>>>>>>> I hope that sheds some light for you guys.
>>>>>>> 
>>>>>>> 
>>>>>>> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
>>>>>>> <yo...@gmail.com>wrote:
>>>>>>> 
>>>>>>>> Hi guys, one more question.
>>>>>>>> 
>>>>>>>> I'm looking at this <
>>> http://hbase.apache.org/book/quickstart.html>
>>>>>> link
>>>>>>>> in section 1.2.1 and where I have to modify
>>>>>>>> conf/hbase-site.xml, for parts hbase.rootdir and
>>>>>>>> hbase.zookeper.property.dataDir, to what should I set
>>>> hbase.rootdir?
>>>>>>>> At the moment, I have hbase.rootdir set to
>>>>>>>> /media/alternative-storage-do-not-touch/zookeeper.  Is that
>> fine?
>>>>>>>> Also, for hbase.zookeper.property.dataDir, I currently have it
>>> set
>>>> to
>>>>>>>> ${HBASE_HOME}/bin/hbase, does that make sense?
>>>>>>>> 
>>>>>>>> I realize that some of these questions could be annoying, but
>> I'd
>>>>>>>> like to make sure that I'm on the right track and don't screw
>>>>>>>> something up, ge
>> 


Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Do you mean this?

http://blog.devving.com/hbase-quickstart-guide/


On Tue, May 21, 2013 at 1:29 PM, Asaf Mesika <as...@gmail.com> wrote:

> Devving.com has a good tutorial on HBase first setup
>
> On Tuesday, May 21, 2013, Yves S. Garret wrote:
>
> > Hi Mohammad,
> >
> > I was following your tutorial and when I got to the part when you do
> > $ bin/start-hbase.sh, this is what I get:
> > http://bin.cakephp.org/view/428090088
> >
> > I'll keep looking online for an answer, but was I supposed to do
> something
> > else besides this?
> >
> > This is the contents of my bashrc:
> > http://bin.cakephp.org/view/629885150
> >
> > This is what happens when I run "hadoop version":
> > $ hadoop version
> > Hadoop 1.0.4
> > Subversion
> > https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0 -r
> > 1393290
> > Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> > From source with checksum fe2baea87c4c81a2c505767f3f9b71f4
> >
> > No issues, I'm guessing.
> >
> > Not sure where I'm tripping up.
> >
> >
> > On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <do...@gmail.com>
> wrote:
> >
> > > Yes..You can do that. I would suggest you to start fresh and setup a
> > single
> > > node setup first. Once it is working fine, extending it to multiple
> > > machines is just a matter of copying the config files. I have explained
> > the
> > > procedure here<
> > >
> >
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> > > >.
> > > Try to follow this and hopefully you'll be able to do it properly. If
> you
> > > further need any help let us know.
> > >
> > > Warm Regards,
> > > Tariq
> > > https://mtariq.jux.com/
> > > cloudfront.blogspot.com
> > >
> > >
> > > On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> > > <yo...@gmail.com>wrote:
> > >
> > > > Hi Tariq, can those two paths be one in the same?  I'd like to just
> > > > dump everything into one directory if that's possible.
> > > >
> > > >
> > > > On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <do...@gmail.com>
> > > > wrote:
> > > >
> > > > > hbase.rootdir the directory HBase writes data to. I you are
> planning
> > to
> > > > > have a distributed HBase setup then set this property to some a
> > > directory
> > > > > in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise point
> > some
> > > > dir
> > > > > on your local FS. And for hbase.zookeper.property.dataDir, create a
> > > > > separate dir outside your HBASE_HOME and as the value.
> > > > >
> > > > > Warm Regards,
> > > > > Tariq
> > > > > https://mtariq.jux.com/
> > > > > cloudfront.blogspot.com
> > > > >
> > > > >
> > > > > On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > > > > <yo...@gmail.com>wrote:
> > > > >
> > > > > > One more little update.
> > > > > >
> > > > > > I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
> > > > > > using these configuration settings:
> > > > > > http://bin.cakephp.org/view/1134614486
> > > > > >
> > > > > > After I rand it, I checked
> > > > > > $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > > > > > this is what I saw:
> > > > > > http://bin.cakephp.org/view/823736802
> > > > > >
> > > > > > I hope that sheds some light for you guys.
> > > > > >
> > > > > >
> > > > > > On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > > > > > <yo...@gmail.com>wrote:
> > > > > >
> > > > > > > Hi guys, one more question.
> > > > > > >
> > > > > > > I'm looking at this <
> > http://hbase.apache.org/book/quickstart.html>
> > > > > link
> > > > > > > in section 1.2.1 and where I have to modify
> > > > > > > conf/hbase-site.xml, for parts hbase.rootdir and
> > > > > > > hbase.zookeper.property.dataDir, to what should I set
> > > hbase.rootdir?
> > > > > > > At the moment, I have hbase.rootdir set to
> > > > > > > /media/alternative-storage-do-not-touch/zookeeper.  Is that
> fine?
> > > > > > > Also, for hbase.zookeper.property.dataDir, I currently have it
> > set
> > > to
> > > > > > > ${HBASE_HOME}/bin/hbase, does that make sense?
> > > > > > >
> > > > > > > I realize that some of these questions could be annoying, but
> I'd
> > > > > > > like to make sure that I'm on the right track and don't screw
> > > > > > > something up, ge
>

Re: HBase is not running.

Posted by Asaf Mesika <as...@gmail.com>.
Devving.com has a good tutorial on HBase first setup

On Tuesday, May 21, 2013, Yves S. Garret wrote:

> Hi Mohammad,
>
> I was following your tutorial and when I got to the part when you do
> $ bin/start-hbase.sh, this is what I get:
> http://bin.cakephp.org/view/428090088
>
> I'll keep looking online for an answer, but was I supposed to do something
> else besides this?
>
> This is the contents of my bashrc:
> http://bin.cakephp.org/view/629885150
>
> This is what happens when I run "hadoop version":
> $ hadoop version
> Hadoop 1.0.4
> Subversion
> https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0 -r
> 1393290
> Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
> From source with checksum fe2baea87c4c81a2c505767f3f9b71f4
>
> No issues, I'm guessing.
>
> Not sure where I'm tripping up.
>
>
> On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <do...@gmail.com> wrote:
>
> > Yes..You can do that. I would suggest you to start fresh and setup a
> single
> > node setup first. Once it is working fine, extending it to multiple
> > machines is just a matter of copying the config files. I have explained
> the
> > procedure here<
> >
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> > >.
> > Try to follow this and hopefully you'll be able to do it properly. If you
> > further need any help let us know.
> >
> > Warm Regards,
> > Tariq
> > https://mtariq.jux.com/
> > cloudfront.blogspot.com
> >
> >
> > On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> > <yo...@gmail.com>wrote:
> >
> > > Hi Tariq, can those two paths be one in the same?  I'd like to just
> > > dump everything into one directory if that's possible.
> > >
> > >
> > > On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <do...@gmail.com>
> > > wrote:
> > >
> > > > hbase.rootdir the directory HBase writes data to. I you are planning
> to
> > > > have a distributed HBase setup then set this property to some a
> > directory
> > > > in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise point
> some
> > > dir
> > > > on your local FS. And for hbase.zookeper.property.dataDir, create a
> > > > separate dir outside your HBASE_HOME and as the value.
> > > >
> > > > Warm Regards,
> > > > Tariq
> > > > https://mtariq.jux.com/
> > > > cloudfront.blogspot.com
> > > >
> > > >
> > > > On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > > > <yo...@gmail.com>wrote:
> > > >
> > > > > One more little update.
> > > > >
> > > > > I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
> > > > > using these configuration settings:
> > > > > http://bin.cakephp.org/view/1134614486
> > > > >
> > > > > After I rand it, I checked
> > > > > $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > > > > this is what I saw:
> > > > > http://bin.cakephp.org/view/823736802
> > > > >
> > > > > I hope that sheds some light for you guys.
> > > > >
> > > > >
> > > > > On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > > > > <yo...@gmail.com>wrote:
> > > > >
> > > > > > Hi guys, one more question.
> > > > > >
> > > > > > I'm looking at this <
> http://hbase.apache.org/book/quickstart.html>
> > > > link
> > > > > > in section 1.2.1 and where I have to modify
> > > > > > conf/hbase-site.xml, for parts hbase.rootdir and
> > > > > > hbase.zookeper.property.dataDir, to what should I set
> > hbase.rootdir?
> > > > > > At the moment, I have hbase.rootdir set to
> > > > > > /media/alternative-storage-do-not-touch/zookeeper.  Is that fine?
> > > > > > Also, for hbase.zookeper.property.dataDir, I currently have it
> set
> > to
> > > > > > ${HBASE_HOME}/bin/hbase, does that make sense?
> > > > > >
> > > > > > I realize that some of these questions could be annoying, but I'd
> > > > > > like to make sure that I'm on the right track and don't screw
> > > > > > something up, ge

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hi Mohammad,

I was following your tutorial and when I got to the part when you do
$ bin/start-hbase.sh, this is what I get:
http://bin.cakephp.org/view/428090088

I'll keep looking online for an answer, but was I supposed to do something
else besides this?

This is the contents of my bashrc:
http://bin.cakephp.org/view/629885150

This is what happens when I run "hadoop version":
$ hadoop version
Hadoop 1.0.4
Subversion
https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0 -r
1393290
Compiled by hortonfo on Wed Oct  3 05:13:58 UTC 2012
>From source with checksum fe2baea87c4c81a2c505767f3f9b71f4

No issues, I'm guessing.

Not sure where I'm tripping up.


On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <do...@gmail.com> wrote:

> Yes..You can do that. I would suggest you to start fresh and setup a single
> node setup first. Once it is working fine, extending it to multiple
> machines is just a matter of copying the config files. I have explained the
> procedure here<
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> >.
> Try to follow this and hopefully you'll be able to do it properly. If you
> further need any help let us know.
>
> Warm Regards,
> Tariq
> https://mtariq.jux.com/
> cloudfront.blogspot.com
>
>
> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
> > Hi Tariq, can those two paths be one in the same?  I'd like to just
> > dump everything into one directory if that's possible.
> >
> >
> > On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <do...@gmail.com>
> > wrote:
> >
> > > hbase.rootdir the directory HBase writes data to. I you are planning to
> > > have a distributed HBase setup then set this property to some a
> directory
> > > in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise point some
> > dir
> > > on your local FS. And for hbase.zookeper.property.dataDir, create a
> > > separate dir outside your HBASE_HOME and as the value.
> > >
> > > Warm Regards,
> > > Tariq
> > > https://mtariq.jux.com/
> > > cloudfront.blogspot.com
> > >
> > >
> > > On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > > <yo...@gmail.com>wrote:
> > >
> > > > One more little update.
> > > >
> > > > I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
> > > > using these configuration settings:
> > > > http://bin.cakephp.org/view/1134614486
> > > >
> > > > After I rand it, I checked
> > > > $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > > > this is what I saw:
> > > > http://bin.cakephp.org/view/823736802
> > > >
> > > > I hope that sheds some light for you guys.
> > > >
> > > >
> > > > On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > > > <yo...@gmail.com>wrote:
> > > >
> > > > > Hi guys, one more question.
> > > > >
> > > > > I'm looking at this <http://hbase.apache.org/book/quickstart.html>
> > > link
> > > > > in section 1.2.1 and where I have to modify
> > > > > conf/hbase-site.xml, for parts hbase.rootdir and
> > > > > hbase.zookeper.property.dataDir, to what should I set
> hbase.rootdir?
> > > > > At the moment, I have hbase.rootdir set to
> > > > > /media/alternative-storage-do-not-touch/zookeeper.  Is that fine?
> > > > > Also, for hbase.zookeper.property.dataDir, I currently have it set
> to
> > > > > ${HBASE_HOME}/bin/hbase, does that make sense?
> > > > >
> > > > > I realize that some of these questions could be annoying, but I'd
> > > > > like to make sure that I'm on the right track and don't screw
> > > > > something up, getting a weird run-time error in the future :) .
> > > > >
> > > > >
> > > > > On Wed, May 1, 2013 at 8:23 PM, Yves S. Garret <
> > > > yoursurrogategod@gmail.com
> > > > > > wrote:
> > > > >
> > > > >> Done.  I'll go through the previously mentioned tutorial with
> > > > >> this in mind.
> > > > >>
> > > > >> Thank you for your help.
> > > > >>
> > > > >>
> > > > >> On Wed, May 1, 2013 at 4:39 PM, shashwat shriparv <
> > > > >> dwivedishashwat@gmail.com> wrote:
> > > > >>
> > > > >>> Commment out everything in /etc/host file add 127.0.0.1 localhost
> > and
> > > > >>> then try.
> > > > >>>
> > > > >>>
> > > > >>> *Thanks & Regards    *
> > > > >>>
> > > > >>> ∞
> > > > >>> Shashwat Shriparv
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>> On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq <
> dontariq@gmail.com
> > >
> > > > >>> wrote:
> > > > >>>
> > > > >>> > Hello Yves,
> > > > >>> >
> > > > >>> >        I think by that JM means that you should first make sure
> > > that
> > > > >>> all
> > > > >>> > you Hbase daemons are running fine. The webUI is a pretty
> > > convenient
> > > > >>> tool
> > > > >>> > which allows you to monitor everything in a simpler way. If you
> > are
> > > > >>> able to
> > > > >>> > see the webUI properly, it means everything is in place and you
> > can
> > > > >>> move
> > > > >>> > ahead. You can then proceed with your shell exercises.
> > > > >>> >
> > > > >>> > Yes..It's the same tool JM was referring to. Do you still have
> > any
> > > > >>> > problem?What do your logs say?
> > > > >>> >
> > > > >>> > Warm Regards,
> > > > >>> > Tariq
> > > > >>> > https://mtariq.jux.com/
> > > > >>> > cloudfront.blogspot.com
> > > > >>> >
> > > > >>> >
> > > > >>> > On Thu, May 2, 2013 at 1:47 AM, Yves S. Garret
> > > > >>> > <yo...@gmail.com>wrote:
> > > > >>> >
> > > > >>> > > Ok, I spoke too soon.  I tried going from Nutch to Hive...
> not
> > > > >>> supported
> > > > >>> > > (but adding support to it sounds like a fun side-project :)
> ).
> > > >  But,
> > > > >>> I
> > > > >>> > can
> > > > >>> > > go to HBase.
> > > > >>> > >
> > > > >>> > > Jean-Marc, I do have a question for you.  When you said that
> I
> > > > should
> > > > >>> > > get the UI going before anything else, what did you mean?
>  I'm
> > > > >>> guessing
> > > > >>> > > that this is the tool in question:
> > > > >>> > > http://hbase.apache.org/book/trouble.tools.html
> > > > >>> > >
> > > > >>> > >
> > > > >>> > > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
> > > > >>> > > jean-marc@spaggiari.org> wrote:
> > > > >>> > >
> > > > >>> > > > Hi Yves,
> > > > >>> > > >
> > > > >>> > > > Your host file looks good.
> > > > >>> > > >
> > > > >>> > > > Don't even try the shell until you get the UI displayed
> > > correctly
> > > > >>> and
> > > > >>> > the
> > > > >>> > > > server logs saying that initialization is done.
> > > > >>> > > >
> > > > >>> > > > So what do you have on the logs when you are trying with
> this
> > > new
> > > > >>> host
> > > > >>> > > > file?
> > > > >>> > > >
> > > > >>> > > > JM
> > > > >>> > > >
> > > > >>> > > > 2013/4/28 Asaf Mesika <as...@gmail.com>
> > > > >>> > > >
> > > > >>> > > > > Http://Devving.com has a good post on setting hosts file
> > for
> > > > >>> stand
> > > > >>> > > alone
> > > > >>> > > > > hbase
> > > > >>> > > > >
> > > > >>> > > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
> > > > >>> > > > >
> > > > >>> > > > > > Hi, but I don't understand what you mean.  Did I miss a
> > > step
> > > > >>> > > > > > in the tutorial?
> > > > >>> > > > > >
> > > > >>> > > > > >
> > > > >>> > > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
> > > > >>> > > > > lfedotov@hortonworks.com<javascript:;>
> > > > >>> > > > > > >wrote:
> > > > >>> > > > > >
> > > > >>> > > > > > > Looks like your zookeeper configuration is incorrect
> in
> > > > >>> HBase.
> > > > >>> > > > > > >
> > > > >>> > > > > > > Check it out.
> > > > >>> > > > > > >
> > > > >>> > > > > > > Thank you!
> > > > >>> > > > > > >
> > > > >>> > > > > > > Sincerely,
> > > > >>> > > > > > > Leonid Fedotov
> > > > >>> > > > > > > Technical Support Engineer
> > > > >>> > > > > > >
> > > > >>> > > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> > > > >>> > > > > > >
> > > > >>> > > > > > > > Hi, thanks for your reply.
> > > > >>> > > > > > > >
> > > > >>> > > > > > > > I did [ hostname ] in my linux OS and this is what
> I
> > > have
> > > > >>> for a
> > > > >>> > > > > > > > hostname [ ysg.connect ].
> > > > >>> > > > > > > >
> > > > >>> > > > > > > > This is how my hosts file looks like.
> > > > >>> > > > > > > > 127.0.0.1   localhost localhost.localdomain
> > localhost4
> > > > >>> > > > > > > > localhost4.localdomain4
> > > > >>> > > > > > > > 127.0.0.1   localhost
> > > > >>> > > > > > > > 192.168.1.6 ysg.connect
> > > > >>> > > > > > > > ::1         localhost localhost.localdomain
> > localhost6
> > > > >>> > > > > > > > localhost6.localdomain6
> > > > >>> > > > > > > >
> > > > >>> > > > > > > > Now, I fired up the shell and this is the result
> > that I
> > > > got
> > > > >>> > when
> > > > >>> > > I
> > > > >>> > > > > > > > tried to execute [ create 'test', 'cf' ].  This is
> > the
> > > > >>> error
> > > > >>> > > that I
> > > > >>> > > > > > got:
> > > > >>> > > > > > > > http://bin.cakephp.org/view/1016732333
> > > > >>> > > > > > > >
> > > > >>> > > > > > > > The weird thing is that after starting the shell,
> > > > executing
> > > > >>> > that
> > > > >>> > > > > > > > command, having that command error out and keep
> going
> > > and
> > > > >>> > > > > > > > then exiting the command, I checked the logs and...
> > > > nothing
> > > > >>> > > > > > > > was displayed.  It's as if nothing was stored.
> > > > >>> > > > > > > >
> > > > >>> > > > > > > >
> > > > >>> > > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc
> Spaggiari
> > <
> > > > >>> > > > > > > > jean-marc@spaggiari.org> wrote:
> > > > >>> > > > > > > >
> > > > >>> > > > > > > >> Hi Yves,
> > > > >>> > > > > > > >>
> > > > >>> > > > > > > >> You need to add an entry with your host name and
> > your
> > > > >>> local
> > > > >>> > IP.
> > > > >>> > > > > > > >>
> > > > >>> > > > > > > >> As an example, here is mine:
> > > > >>> > > > > > > >>
> > > > >>> > > > > > > >> 127.0.0.1       localhost
> > > > >>> > > > > > > >> 192.168.23.2    buldo
> > > > >>> > > > > > > >>
> > > > >>> > > > > > > >> My host name is buldo.
> > > > >>> > > > > > > >>
> > > > >>> > > > > > > >> JM
> > > > >>> > > > > > > >>
> > > > >>> > > > > > > >> 2013/4/25 Yves S. Garret <
> > yoursurrogategod@gmail.com
> > > >:
> > > > >>> > > > > > > >>> Hi Jean, this is my /etc/hosts.
> > > > >>> > > > > > > >>>
> > > > >>> > > > > > > >>> 127.0.0.1   localhost localhost.localdomain
> > > localhost4
> > > > >>> > > > > > > >>> localhost4.localdomain4
> > > > >>> > > > > > > >>> 127.0.0.1   localhost
> > > > >>> > > > > > > >>> ::1         localhost localhost.localdomain
> > > localhost6
> > > > >>> > > > > > > >>> localhost6.localdomain6
> > > > >>> > > > > > > >>>
> > > > >>> > > > > > > >>>
> > > > >>> > > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc
> > Spaggiari
> > > <
> > > > >>> > > > > > > >>> jean-marc@spaggiari.org> wrote:
> > > > >>> > > > > > > >>>
> > > > >>> > > > > > > >>>> Hi Yves,
> > > > >>> > > > > > > >>>>
> > > > >>> > > > > > > >>>> You seems to have some network configuration
> issue
> > > > with
> > > > >>> your
> > > > >>> > > > > > > >> installation.
> > > > >>> > > > > > > >>>>
> > > > >>> > > > > > > >>>> "java.net.BindException: Cannot assign requested
> > > > >>> address"
> > > > >>> > and
> > > > >>> > > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> > > > >>> > > > > > > >>>>
> > > > >>> > > > > > > >>>> How is your host file configured? You need to
> have
> > > > your
> > > > >>> host
> > > > >>> > > > name
> > > > >>> > > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
> > > > >>> > > > > > > >>>>
> > > > >>> > > > > > > >>>> 2013/4/25 Yves S. Garret <
> > > yoursurrogategod@gmail.com
> > > > >:
> > > > >>> > > > > > > >>>>> My mistake.  I thought I had all of those logs.
> > >  This
> > > > >>> is
> > > > >>> > > what I
> > > > >>> > > > > > > >> currently
> > > > >>> > > > > > > >>>>> have:
> > > > >>> > > > > > > >>>>> http://bin.cakephp.org/view/2112130549
> > > > >>> > > > > > > >>>>>
> > > > >>> > > > > > > >>>>> I have $JAVA_HOME set to this:
> > > > >>> > > > > > > >>>>> /usr/java/jdk1.7.0_17
> > > > >>> > > > > > > >>>>> I have extracted 0.94 and ran
> bin/start-hbase.sh
> > > > >>> > > > > > > >>>>>
> > > > >>> > > > > > > >>>>> Thanks for your help!
> > > > >>> > > > > > > >>>>>
> > > > >>> > > > > > > >>>>>
> > > > >>> > > > > > > >>>>>
> > > > >>> > > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc
> > > Spaggiari
> > > > <
> > > > >>> > > > > > > >>>>> jean-marc@spaggiari.org> wrote:
> > > > >>> > > > > > > >>>>>
> > > > >>> > > > > > > >>>>>> Hi Mohammad,
> > > > >>> > > > > > > >>>>>>
> > > > >>> > > > > > >
> > > > >>> > > > >
> > > > >>> > > >
> > > > >>> > >
> > > > >>> >
> > > > >>>
> > > > >>
> > > > >>
> > > > >
> > > >
> > >
> >
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Awesome, thanks.  I'll look into it.


On Fri, May 3, 2013 at 6:52 AM, Mohammad Tariq <do...@gmail.com> wrote:

> Yes..You can do that. I would suggest you to start fresh and setup a single
> node setup first. Once it is working fine, extending it to multiple
> machines is just a matter of copying the config files. I have explained the
> procedure here<
> http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s
> >.
> Try to follow this and hopefully you'll be able to do it properly. If you
> further need any help let us know.
>
> Warm Regards,
> Tariq
> https://mtariq.jux.com/
> cloudfront.blogspot.com
>
>
> On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
> > Hi Tariq, can those two paths be one in the same?  I'd like to just
> > dump everything into one directory if that's possible.
> >
> >
> > On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <do...@gmail.com>
> > wrote:
> >
> > > hbase.rootdir the directory HBase writes data to. I you are planning to
> > > have a distributed HBase setup then set this property to some a
> directory
> > > in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise point some
> > dir
> > > on your local FS. And for hbase.zookeper.property.dataDir, create a
> > > separate dir outside your HBASE_HOME and as the value.
> > >
> > > Warm Regards,
> > > Tariq
> > > https://mtariq.jux.com/
> > > cloudfront.blogspot.com
> > >
> > >
> > > On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > > <yo...@gmail.com>wrote:
> > >
> > > > One more little update.
> > > >
> > > > I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
> > > > using these configuration settings:
> > > > http://bin.cakephp.org/view/1134614486
> > > >
> > > > After I rand it, I checked
> > > > $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > > > this is what I saw:
> > > > http://bin.cakephp.org/view/823736802
> > > >
> > > > I hope that sheds some light for you guys.
> > > >
> > > >
> > > > On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > > > <yo...@gmail.com>wrote:
> > > >
> > > > > Hi guys, one more question.
> > > > >
> > > > > I'm looking at this <http://hbase.apache.org/book/quickstart.html>
> > > link
> > > > > in section 1.2.1 and where I have to modify
> > > > > conf/hbase-site.xml, for parts hbase.rootdir and
> > > > > hbase.zookeper.property.dataDir, to what should I set
> hbase.rootdir?
> > > > > At the moment, I have hbase.rootdir set to
> > > > > /media/alternative-storage-do-not-touch/zookeeper.  Is that fine?
> > > > > Also, for hbase.zookeper.property.dataDir, I currently have it set
> to
> > > > > ${HBASE_HOME}/bin/hbase, does that make sense?
> > > > >
> > > > > I realize that some of these questions could be annoying, but I'd
> > > > > like to make sure that I'm on the right track and don't screw
> > > > > something up, getting a weird run-time error in the future :) .
> > > > >
> > > > >
> > > > > On Wed, May 1, 2013 at 8:23 PM, Yves S. Garret <
> > > > yoursurrogategod@gmail.com
> > > > > > wrote:
> > > > >
> > > > >> Done.  I'll go through the previously mentioned tutorial with
> > > > >> this in mind.
> > > > >>
> > > > >> Thank you for your help.
> > > > >>
> > > > >>
> > > > >> On Wed, May 1, 2013 at 4:39 PM, shashwat shriparv <
> > > > >> dwivedishashwat@gmail.com> wrote:
> > > > >>
> > > > >>> Commment out everything in /etc/host file add 127.0.0.1 localhost
> > and
> > > > >>> then try.
> > > > >>>
> > > > >>>
> > > > >>> *Thanks & Regards    *
> > > > >>>
> > > > >>> ∞
> > > > >>> Shashwat Shriparv
> > > > >>>
> > > > >>>
> > > > >>>
> > > > >>> On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq <
> dontariq@gmail.com
> > >
> > > > >>> wrote:
> > > > >>>
> > > > >>> > Hello Yves,
> > > > >>> >
> > > > >>> >        I think by that JM means that you should first make sure
> > > that
> > > > >>> all
> > > > >>> > you Hbase daemons are running fine. The webUI is a pretty
> > > convenient
> > > > >>> tool
> > > > >>> > which allows you to monitor everything in a simpler way. If you
> > are
> > > > >>> able to
> > > > >>> > see the webUI properly, it means everything is in place and you
> > can
> > > > >>> move
> > > > >>> > ahead. You can then proceed with your shell exercises.
> > > > >>> >
> > > > >>> > Yes..It's the same tool JM was referring to. Do you still have
> > any
> > > > >>> > problem?What do your logs say?
> > > > >>> >
> > > > >>> > Warm Regards,
> > > > >>> > Tariq
> > > > >>> > https://mtariq.jux.com/
> > > > >>> > cloudfront.blogspot.com
> > > > >>> >
> > > > >>> >
> > > > >>> > On Thu, May 2, 2013 at 1:47 AM, Yves S. Garret
> > > > >>> > <yo...@gmail.com>wrote:
> > > > >>> >
> > > > >>> > > Ok, I spoke too soon.  I tried going from Nutch to Hive...
> not
> > > > >>> supported
> > > > >>> > > (but adding support to it sounds like a fun side-project :)
> ).
> > > >  But,
> > > > >>> I
> > > > >>> > can
> > > > >>> > > go to HBase.
> > > > >>> > >
> > > > >>> > > Jean-Marc, I do have a question for you.  When you said that
> I
> > > > should
> > > > >>> > > get the UI going before anything else, what did you mean?
>  I'm
> > > > >>> guessing
> > > > >>> > > that this is the tool in question:
> > > > >>> > > http://hbase.apache.org/book/trouble.tools.html
> > > > >>> > >
> > > > >>> > >
> > > > >>> > > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
> > > > >>> > > jean-marc@spaggiari.org> wrote:
> > > > >>> > >
> > > > >>> > > > Hi Yves,
> > > > >>> > > >
> > > > >>> > > > Your host file looks good.
> > > > >>> > > >
> > > > >>> > > > Don't even try the shell until you get the UI displayed
> > > correctly
> > > > >>> and
> > > > >>> > the
> > > > >>> > > > server logs saying that initialization is done.
> > > > >>> > > >
> > > > >>> > > > So what do you have on the logs when you are trying with
> this
> > > new
> > > > >>> host
> > > > >>> > > > file?
> > > > >>> > > >
> > > > >>> > > > JM
> > > > >>> > > >
> > > > >>> > > > 2013/4/28 Asaf Mesika <as...@gmail.com>
> > > > >>> > > >
> > > > >>> > > > > Http://Devving.com has a good post on setting hosts file
> > for
> > > > >>> stand
> > > > >>> > > alone
> > > > >>> > > > > hbase
> > > > >>> > > > >
> > > > >>> > > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
> > > > >>> > > > >
> > > > >>> > > > > > Hi, but I don't understand what you mean.  Did I miss a
> > > step
> > > > >>> > > > > > in the tutorial?
> > > > >>> > > > > >
> > > > >>> > > > > >
> > > > >>> > > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
> > > > >>> > > > > lfedotov@hortonworks.com<javascript:;>
> > > > >>> > > > > > >wrote:
> > > > >>> > > > > >
> > > > >>> > > > > > > Looks like your zookeeper configuration is incorrect
> in
> > > > >>> HBase.
> > > > >>> > > > > > >
> > > > >>> > > > > > > Check it out.
> > > > >>> > > > > > >
> > > > >>> > > > > > > Thank you!
> > > > >>> > > > > > >
> > > > >>> > > > > > > Sincerely,
> > > > >>> > > > > > > Leonid Fedotov
> > > > >>> > > > > > > Technical Support Engineer
> > > > >>> > > > > > >
> > > > >>> > > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> > > > >>> > > > > > >
> > > > >>> > > > > > > > Hi, thanks for your reply.
> > > > >>> > > > > > > >
> > > > >>> > > > > > > > I did [ hostname ] in my linux OS and this is what
> I
> > > have
> > > > >>> for a
> > > > >>> > > > > > > > hostname [ ysg.connect ].
> > > > >>> > > > > > > >
> > > > >>> > > > > > > > This is how my hosts file looks like.
> > > > >>> > > > > > > > 127.0.0.1   localhost localhost.localdomain
> > localhost4
> > > > >>> > > > > > > > localhost4.localdomain4
> > > > >>> > > > > > > > 127.0.0.1   localhost
> > > > >>> > > > > > > > 192.168.1.6 ysg.connect
> > > > >>> > > > > > > > ::1         localhost localhost.localdomain
> > localhost6
> > > > >>> > > > > > > > localhost6.localdomain6
> > > > >>> > > > > > > >
> > > > >>> > > > > > > > Now, I fired up the shell and this is the result
> > that I
> > > > got
> > > > >>> > when
> > > > >>> > > I
> > > > >>> > > > > > > > tried to execute [ create 'test', 'cf' ].  This is
> > the
> > > > >>> error
> > > > >>> > > that I
> > > > >>> > > > > > got:
> > > > >>> > > > > > > > http://bin.cakephp.org/view/1016732333
> > > > >>> > > > > > > >
> > > > >>> > > > > > > > The weird thing is that after starting the shell,
> > > > executing
> > > > >>> > that
> > > > >>> > > > > > > > command, having that command error out and keep
> going
> > > and
> > > > >>> > > > > > > > then exiting the command, I checked the logs and...
> > > > nothing
> > > > >>> > > > > > > > was displayed.  It's as if nothing was stored.
> > > > >>> > > > > > > >
> > > > >>> > > > > > > >
> > > > >>> > > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc
> Spaggiari
> > <
> > > > >>> > > > > > > > jean-marc@spaggiari.org> wrote:
> > > > >>> > > > > > > >
> > > > >>> > > > > > > >> Hi Yves,
> > > > >>> > > > > > > >>
> > > > >>> > > > > > > >> You need to add an entry with your host name and
> > your
> > > > >>> local
> > > > >>> > IP.
> > > > >>> > > > > > > >>
> > > > >>> > > > > > > >> As an example, here is mine:
> > > > >>> > > > > > > >>
> > > > >>> > > > > > > >> 127.0.0.1       localhost
> > > > >>> > > > > > > >> 192.168.23.2    buldo
> > > > >>> > > > > > > >>
> > > > >>> > > > > > > >> My host name is buldo.
> > > > >>> > > > > > > >>
> > > > >>> > > > > > > >> JM
> > > > >>> > > > > > > >>
> > > > >>> > > > > > > >> 2013/4/25 Yves S. Garret <
> > yoursurrogategod@gmail.com
> > > >:
> > > > >>> > > > > > > >>> Hi Jean, this is my /etc/hosts.
> > > > >>> > > > > > > >>>
> > > > >>> > > > > > > >>> 127.0.0.1   localhost localhost.localdomain
> > > localhost4
> > > > >>> > > > > > > >>> localhost4.localdomain4
> > > > >>> > > > > > > >>> 127.0.0.1   localhost
> > > > >>> > > > > > > >>> ::1         localhost localhost.localdomain
> > > localhost6
> > > > >>> > > > > > > >>> localhost6.localdomain6
> > > > >>> > > > > > > >>>
> > > > >>> > > > > > > >>>
> > > > >>> > > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc
> > Spaggiari
> > > <
> > > > >>> > > > > > > >>> jean-marc@spaggiari.org> wrote:
> > > > >>> > > > > > > >>>
> > > > >>> > > > > > > >>>> Hi Yves,
> > > > >>> > > > > > > >>>>
> > > > >>> > > > > > > >>>> You seems to have some network configuration
> issue
> > > > with
> > > > >>> your
> > > > >>> > > > > > > >> installation.
> > > > >>> > > > > > > >>>>
> > > > >>> > > > > > > >>>> "java.net.BindException: Cannot assign requested
> > > > >>> address"
> > > > >>> > and
> > > > >>> > > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> > > > >>> > > > > > > >>>>
> > > > >>> > > > > > > >>>> How is your host file configured? You need to
> have
> > > > your
> > > > >>> host
> > > > >>> > > > name
> > > > >>> > > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
> > > > >>> > > > > > > >>>>
> > > > >>> > > > > > > >>>> 2013/4/25 Yves S. Garret <
> > > yoursurrogategod@gmail.com
> > > > >:
> > > > >>> > > > > > > >>>>> My mistake.  I thought I had all of those logs.
> > >  This
> > > > >>> is
> > > > >>> > > what I
> > > > >>> > > > > > > >> currently
> > > > >>> > > > > > > >>>>> have:
> > > > >>> > > > > > > >>>>> http://bin.cakephp.org/view/2112130549
> > > > >>> > > > > > > >>>>>
> > > > >>> > > > > > > >>>>> I have $JAVA_HOME set to this:
> > > > >>> > > > > > > >>>>> /usr/java/jdk1.7.0_17
> > > > >>> > > > > > > >>>>> I have extracted 0.94 and ran
> bin/start-hbase.sh
> > > > >>> > > > > > > >>>>>
> > > > >>> > > > > > > >>>>> Thanks for your help!
> > > > >>> > > > > > > >>>>>
> > > > >>> > > > > > > >>>>>
> > > > >>> > > > > > > >>>>>
> > > > >>> > > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc
> > > Spaggiari
> > > > <
> > > > >>> > > > > > > >>>>> jean-marc@spaggiari.org> wrote:
> > > > >>> > > > > > > >>>>>
> > > > >>> > > > > > > >>>>>> Hi Mohammad,
> > > > >>> > > > > > > >>>>>>
> > > > >>> > > > > > >
> > > > >>> > > > >
> > > > >>> > > >
> > > > >>> > >
> > > > >>> >
> > > > >>>
> > > > >>
> > > > >>
> > > > >
> > > >
> > >
> >
>

Re: HBase is not running.

Posted by Mohammad Tariq <do...@gmail.com>.
Yes..You can do that. I would suggest you to start fresh and setup a single
node setup first. Once it is working fine, extending it to multiple
machines is just a matter of copying the config files. I have explained the
procedure here<http://cloudfront.blogspot.in/2012/06/how-to-configure-habse-in-pseudo.html#.UYOWrkAW38s>.
Try to follow this and hopefully you'll be able to do it properly. If you
further need any help let us know.

Warm Regards,
Tariq
https://mtariq.jux.com/
cloudfront.blogspot.com


On Fri, May 3, 2013 at 12:09 AM, Yves S. Garret
<yo...@gmail.com>wrote:

> Hi Tariq, can those two paths be one in the same?  I'd like to just
> dump everything into one directory if that's possible.
>
>
> On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <do...@gmail.com>
> wrote:
>
> > hbase.rootdir the directory HBase writes data to. I you are planning to
> > have a distributed HBase setup then set this property to some a directory
> > in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise point some
> dir
> > on your local FS. And for hbase.zookeper.property.dataDir, create a
> > separate dir outside your HBASE_HOME and as the value.
> >
> > Warm Regards,
> > Tariq
> > https://mtariq.jux.com/
> > cloudfront.blogspot.com
> >
> >
> > On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> > <yo...@gmail.com>wrote:
> >
> > > One more little update.
> > >
> > > I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
> > > using these configuration settings:
> > > http://bin.cakephp.org/view/1134614486
> > >
> > > After I rand it, I checked
> > > $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > > this is what I saw:
> > > http://bin.cakephp.org/view/823736802
> > >
> > > I hope that sheds some light for you guys.
> > >
> > >
> > > On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > > <yo...@gmail.com>wrote:
> > >
> > > > Hi guys, one more question.
> > > >
> > > > I'm looking at this <http://hbase.apache.org/book/quickstart.html>
> > link
> > > > in section 1.2.1 and where I have to modify
> > > > conf/hbase-site.xml, for parts hbase.rootdir and
> > > > hbase.zookeper.property.dataDir, to what should I set hbase.rootdir?
> > > > At the moment, I have hbase.rootdir set to
> > > > /media/alternative-storage-do-not-touch/zookeeper.  Is that fine?
> > > > Also, for hbase.zookeper.property.dataDir, I currently have it set to
> > > > ${HBASE_HOME}/bin/hbase, does that make sense?
> > > >
> > > > I realize that some of these questions could be annoying, but I'd
> > > > like to make sure that I'm on the right track and don't screw
> > > > something up, getting a weird run-time error in the future :) .
> > > >
> > > >
> > > > On Wed, May 1, 2013 at 8:23 PM, Yves S. Garret <
> > > yoursurrogategod@gmail.com
> > > > > wrote:
> > > >
> > > >> Done.  I'll go through the previously mentioned tutorial with
> > > >> this in mind.
> > > >>
> > > >> Thank you for your help.
> > > >>
> > > >>
> > > >> On Wed, May 1, 2013 at 4:39 PM, shashwat shriparv <
> > > >> dwivedishashwat@gmail.com> wrote:
> > > >>
> > > >>> Commment out everything in /etc/host file add 127.0.0.1 localhost
> and
> > > >>> then try.
> > > >>>
> > > >>>
> > > >>> *Thanks & Regards    *
> > > >>>
> > > >>> ∞
> > > >>> Shashwat Shriparv
> > > >>>
> > > >>>
> > > >>>
> > > >>> On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq <dontariq@gmail.com
> >
> > > >>> wrote:
> > > >>>
> > > >>> > Hello Yves,
> > > >>> >
> > > >>> >        I think by that JM means that you should first make sure
> > that
> > > >>> all
> > > >>> > you Hbase daemons are running fine. The webUI is a pretty
> > convenient
> > > >>> tool
> > > >>> > which allows you to monitor everything in a simpler way. If you
> are
> > > >>> able to
> > > >>> > see the webUI properly, it means everything is in place and you
> can
> > > >>> move
> > > >>> > ahead. You can then proceed with your shell exercises.
> > > >>> >
> > > >>> > Yes..It's the same tool JM was referring to. Do you still have
> any
> > > >>> > problem?What do your logs say?
> > > >>> >
> > > >>> > Warm Regards,
> > > >>> > Tariq
> > > >>> > https://mtariq.jux.com/
> > > >>> > cloudfront.blogspot.com
> > > >>> >
> > > >>> >
> > > >>> > On Thu, May 2, 2013 at 1:47 AM, Yves S. Garret
> > > >>> > <yo...@gmail.com>wrote:
> > > >>> >
> > > >>> > > Ok, I spoke too soon.  I tried going from Nutch to Hive... not
> > > >>> supported
> > > >>> > > (but adding support to it sounds like a fun side-project :) ).
> > >  But,
> > > >>> I
> > > >>> > can
> > > >>> > > go to HBase.
> > > >>> > >
> > > >>> > > Jean-Marc, I do have a question for you.  When you said that I
> > > should
> > > >>> > > get the UI going before anything else, what did you mean?  I'm
> > > >>> guessing
> > > >>> > > that this is the tool in question:
> > > >>> > > http://hbase.apache.org/book/trouble.tools.html
> > > >>> > >
> > > >>> > >
> > > >>> > > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
> > > >>> > > jean-marc@spaggiari.org> wrote:
> > > >>> > >
> > > >>> > > > Hi Yves,
> > > >>> > > >
> > > >>> > > > Your host file looks good.
> > > >>> > > >
> > > >>> > > > Don't even try the shell until you get the UI displayed
> > correctly
> > > >>> and
> > > >>> > the
> > > >>> > > > server logs saying that initialization is done.
> > > >>> > > >
> > > >>> > > > So what do you have on the logs when you are trying with this
> > new
> > > >>> host
> > > >>> > > > file?
> > > >>> > > >
> > > >>> > > > JM
> > > >>> > > >
> > > >>> > > > 2013/4/28 Asaf Mesika <as...@gmail.com>
> > > >>> > > >
> > > >>> > > > > Http://Devving.com has a good post on setting hosts file
> for
> > > >>> stand
> > > >>> > > alone
> > > >>> > > > > hbase
> > > >>> > > > >
> > > >>> > > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
> > > >>> > > > >
> > > >>> > > > > > Hi, but I don't understand what you mean.  Did I miss a
> > step
> > > >>> > > > > > in the tutorial?
> > > >>> > > > > >
> > > >>> > > > > >
> > > >>> > > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
> > > >>> > > > > lfedotov@hortonworks.com<javascript:;>
> > > >>> > > > > > >wrote:
> > > >>> > > > > >
> > > >>> > > > > > > Looks like your zookeeper configuration is incorrect in
> > > >>> HBase.
> > > >>> > > > > > >
> > > >>> > > > > > > Check it out.
> > > >>> > > > > > >
> > > >>> > > > > > > Thank you!
> > > >>> > > > > > >
> > > >>> > > > > > > Sincerely,
> > > >>> > > > > > > Leonid Fedotov
> > > >>> > > > > > > Technical Support Engineer
> > > >>> > > > > > >
> > > >>> > > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> > > >>> > > > > > >
> > > >>> > > > > > > > Hi, thanks for your reply.
> > > >>> > > > > > > >
> > > >>> > > > > > > > I did [ hostname ] in my linux OS and this is what I
> > have
> > > >>> for a
> > > >>> > > > > > > > hostname [ ysg.connect ].
> > > >>> > > > > > > >
> > > >>> > > > > > > > This is how my hosts file looks like.
> > > >>> > > > > > > > 127.0.0.1   localhost localhost.localdomain
> localhost4
> > > >>> > > > > > > > localhost4.localdomain4
> > > >>> > > > > > > > 127.0.0.1   localhost
> > > >>> > > > > > > > 192.168.1.6 ysg.connect
> > > >>> > > > > > > > ::1         localhost localhost.localdomain
> localhost6
> > > >>> > > > > > > > localhost6.localdomain6
> > > >>> > > > > > > >
> > > >>> > > > > > > > Now, I fired up the shell and this is the result
> that I
> > > got
> > > >>> > when
> > > >>> > > I
> > > >>> > > > > > > > tried to execute [ create 'test', 'cf' ].  This is
> the
> > > >>> error
> > > >>> > > that I
> > > >>> > > > > > got:
> > > >>> > > > > > > > http://bin.cakephp.org/view/1016732333
> > > >>> > > > > > > >
> > > >>> > > > > > > > The weird thing is that after starting the shell,
> > > executing
> > > >>> > that
> > > >>> > > > > > > > command, having that command error out and keep going
> > and
> > > >>> > > > > > > > then exiting the command, I checked the logs and...
> > > nothing
> > > >>> > > > > > > > was displayed.  It's as if nothing was stored.
> > > >>> > > > > > > >
> > > >>> > > > > > > >
> > > >>> > > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari
> <
> > > >>> > > > > > > > jean-marc@spaggiari.org> wrote:
> > > >>> > > > > > > >
> > > >>> > > > > > > >> Hi Yves,
> > > >>> > > > > > > >>
> > > >>> > > > > > > >> You need to add an entry with your host name and
> your
> > > >>> local
> > > >>> > IP.
> > > >>> > > > > > > >>
> > > >>> > > > > > > >> As an example, here is mine:
> > > >>> > > > > > > >>
> > > >>> > > > > > > >> 127.0.0.1       localhost
> > > >>> > > > > > > >> 192.168.23.2    buldo
> > > >>> > > > > > > >>
> > > >>> > > > > > > >> My host name is buldo.
> > > >>> > > > > > > >>
> > > >>> > > > > > > >> JM
> > > >>> > > > > > > >>
> > > >>> > > > > > > >> 2013/4/25 Yves S. Garret <
> yoursurrogategod@gmail.com
> > >:
> > > >>> > > > > > > >>> Hi Jean, this is my /etc/hosts.
> > > >>> > > > > > > >>>
> > > >>> > > > > > > >>> 127.0.0.1   localhost localhost.localdomain
> > localhost4
> > > >>> > > > > > > >>> localhost4.localdomain4
> > > >>> > > > > > > >>> 127.0.0.1   localhost
> > > >>> > > > > > > >>> ::1         localhost localhost.localdomain
> > localhost6
> > > >>> > > > > > > >>> localhost6.localdomain6
> > > >>> > > > > > > >>>
> > > >>> > > > > > > >>>
> > > >>> > > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc
> Spaggiari
> > <
> > > >>> > > > > > > >>> jean-marc@spaggiari.org> wrote:
> > > >>> > > > > > > >>>
> > > >>> > > > > > > >>>> Hi Yves,
> > > >>> > > > > > > >>>>
> > > >>> > > > > > > >>>> You seems to have some network configuration issue
> > > with
> > > >>> your
> > > >>> > > > > > > >> installation.
> > > >>> > > > > > > >>>>
> > > >>> > > > > > > >>>> "java.net.BindException: Cannot assign requested
> > > >>> address"
> > > >>> > and
> > > >>> > > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> > > >>> > > > > > > >>>>
> > > >>> > > > > > > >>>> How is your host file configured? You need to have
> > > your
> > > >>> host
> > > >>> > > > name
> > > >>> > > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
> > > >>> > > > > > > >>>>
> > > >>> > > > > > > >>>> 2013/4/25 Yves S. Garret <
> > yoursurrogategod@gmail.com
> > > >:
> > > >>> > > > > > > >>>>> My mistake.  I thought I had all of those logs.
> >  This
> > > >>> is
> > > >>> > > what I
> > > >>> > > > > > > >> currently
> > > >>> > > > > > > >>>>> have:
> > > >>> > > > > > > >>>>> http://bin.cakephp.org/view/2112130549
> > > >>> > > > > > > >>>>>
> > > >>> > > > > > > >>>>> I have $JAVA_HOME set to this:
> > > >>> > > > > > > >>>>> /usr/java/jdk1.7.0_17
> > > >>> > > > > > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
> > > >>> > > > > > > >>>>>
> > > >>> > > > > > > >>>>> Thanks for your help!
> > > >>> > > > > > > >>>>>
> > > >>> > > > > > > >>>>>
> > > >>> > > > > > > >>>>>
> > > >>> > > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc
> > Spaggiari
> > > <
> > > >>> > > > > > > >>>>> jean-marc@spaggiari.org> wrote:
> > > >>> > > > > > > >>>>>
> > > >>> > > > > > > >>>>>> Hi Mohammad,
> > > >>> > > > > > > >>>>>>
> > > >>> > > > > > >
> > > >>> > > > >
> > > >>> > > >
> > > >>> > >
> > > >>> >
> > > >>>
> > > >>
> > > >>
> > > >
> > >
> >
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hi Tariq, can those two paths be one in the same?  I'd like to just
dump everything into one directory if that's possible.


On Wed, May 1, 2013 at 10:15 PM, Mohammad Tariq <do...@gmail.com> wrote:

> hbase.rootdir the directory HBase writes data to. I you are planning to
> have a distributed HBase setup then set this property to some a directory
> in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise point some dir
> on your local FS. And for hbase.zookeper.property.dataDir, create a
> separate dir outside your HBASE_HOME and as the value.
>
> Warm Regards,
> Tariq
> https://mtariq.jux.com/
> cloudfront.blogspot.com
>
>
> On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
> > One more little update.
> >
> > I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
> > using these configuration settings:
> > http://bin.cakephp.org/view/1134614486
> >
> > After I rand it, I checked
> > $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> > this is what I saw:
> > http://bin.cakephp.org/view/823736802
> >
> > I hope that sheds some light for you guys.
> >
> >
> > On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> > <yo...@gmail.com>wrote:
> >
> > > Hi guys, one more question.
> > >
> > > I'm looking at this <http://hbase.apache.org/book/quickstart.html>
> link
> > > in section 1.2.1 and where I have to modify
> > > conf/hbase-site.xml, for parts hbase.rootdir and
> > > hbase.zookeper.property.dataDir, to what should I set hbase.rootdir?
> > > At the moment, I have hbase.rootdir set to
> > > /media/alternative-storage-do-not-touch/zookeeper.  Is that fine?
> > > Also, for hbase.zookeper.property.dataDir, I currently have it set to
> > > ${HBASE_HOME}/bin/hbase, does that make sense?
> > >
> > > I realize that some of these questions could be annoying, but I'd
> > > like to make sure that I'm on the right track and don't screw
> > > something up, getting a weird run-time error in the future :) .
> > >
> > >
> > > On Wed, May 1, 2013 at 8:23 PM, Yves S. Garret <
> > yoursurrogategod@gmail.com
> > > > wrote:
> > >
> > >> Done.  I'll go through the previously mentioned tutorial with
> > >> this in mind.
> > >>
> > >> Thank you for your help.
> > >>
> > >>
> > >> On Wed, May 1, 2013 at 4:39 PM, shashwat shriparv <
> > >> dwivedishashwat@gmail.com> wrote:
> > >>
> > >>> Commment out everything in /etc/host file add 127.0.0.1 localhost and
> > >>> then try.
> > >>>
> > >>>
> > >>> *Thanks & Regards    *
> > >>>
> > >>> ∞
> > >>> Shashwat Shriparv
> > >>>
> > >>>
> > >>>
> > >>> On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq <do...@gmail.com>
> > >>> wrote:
> > >>>
> > >>> > Hello Yves,
> > >>> >
> > >>> >        I think by that JM means that you should first make sure
> that
> > >>> all
> > >>> > you Hbase daemons are running fine. The webUI is a pretty
> convenient
> > >>> tool
> > >>> > which allows you to monitor everything in a simpler way. If you are
> > >>> able to
> > >>> > see the webUI properly, it means everything is in place and you can
> > >>> move
> > >>> > ahead. You can then proceed with your shell exercises.
> > >>> >
> > >>> > Yes..It's the same tool JM was referring to. Do you still have any
> > >>> > problem?What do your logs say?
> > >>> >
> > >>> > Warm Regards,
> > >>> > Tariq
> > >>> > https://mtariq.jux.com/
> > >>> > cloudfront.blogspot.com
> > >>> >
> > >>> >
> > >>> > On Thu, May 2, 2013 at 1:47 AM, Yves S. Garret
> > >>> > <yo...@gmail.com>wrote:
> > >>> >
> > >>> > > Ok, I spoke too soon.  I tried going from Nutch to Hive... not
> > >>> supported
> > >>> > > (but adding support to it sounds like a fun side-project :) ).
> >  But,
> > >>> I
> > >>> > can
> > >>> > > go to HBase.
> > >>> > >
> > >>> > > Jean-Marc, I do have a question for you.  When you said that I
> > should
> > >>> > > get the UI going before anything else, what did you mean?  I'm
> > >>> guessing
> > >>> > > that this is the tool in question:
> > >>> > > http://hbase.apache.org/book/trouble.tools.html
> > >>> > >
> > >>> > >
> > >>> > > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
> > >>> > > jean-marc@spaggiari.org> wrote:
> > >>> > >
> > >>> > > > Hi Yves,
> > >>> > > >
> > >>> > > > Your host file looks good.
> > >>> > > >
> > >>> > > > Don't even try the shell until you get the UI displayed
> correctly
> > >>> and
> > >>> > the
> > >>> > > > server logs saying that initialization is done.
> > >>> > > >
> > >>> > > > So what do you have on the logs when you are trying with this
> new
> > >>> host
> > >>> > > > file?
> > >>> > > >
> > >>> > > > JM
> > >>> > > >
> > >>> > > > 2013/4/28 Asaf Mesika <as...@gmail.com>
> > >>> > > >
> > >>> > > > > Http://Devving.com has a good post on setting hosts file for
> > >>> stand
> > >>> > > alone
> > >>> > > > > hbase
> > >>> > > > >
> > >>> > > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
> > >>> > > > >
> > >>> > > > > > Hi, but I don't understand what you mean.  Did I miss a
> step
> > >>> > > > > > in the tutorial?
> > >>> > > > > >
> > >>> > > > > >
> > >>> > > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
> > >>> > > > > lfedotov@hortonworks.com<javascript:;>
> > >>> > > > > > >wrote:
> > >>> > > > > >
> > >>> > > > > > > Looks like your zookeeper configuration is incorrect in
> > >>> HBase.
> > >>> > > > > > >
> > >>> > > > > > > Check it out.
> > >>> > > > > > >
> > >>> > > > > > > Thank you!
> > >>> > > > > > >
> > >>> > > > > > > Sincerely,
> > >>> > > > > > > Leonid Fedotov
> > >>> > > > > > > Technical Support Engineer
> > >>> > > > > > >
> > >>> > > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> > >>> > > > > > >
> > >>> > > > > > > > Hi, thanks for your reply.
> > >>> > > > > > > >
> > >>> > > > > > > > I did [ hostname ] in my linux OS and this is what I
> have
> > >>> for a
> > >>> > > > > > > > hostname [ ysg.connect ].
> > >>> > > > > > > >
> > >>> > > > > > > > This is how my hosts file looks like.
> > >>> > > > > > > > 127.0.0.1   localhost localhost.localdomain localhost4
> > >>> > > > > > > > localhost4.localdomain4
> > >>> > > > > > > > 127.0.0.1   localhost
> > >>> > > > > > > > 192.168.1.6 ysg.connect
> > >>> > > > > > > > ::1         localhost localhost.localdomain localhost6
> > >>> > > > > > > > localhost6.localdomain6
> > >>> > > > > > > >
> > >>> > > > > > > > Now, I fired up the shell and this is the result that I
> > got
> > >>> > when
> > >>> > > I
> > >>> > > > > > > > tried to execute [ create 'test', 'cf' ].  This is the
> > >>> error
> > >>> > > that I
> > >>> > > > > > got:
> > >>> > > > > > > > http://bin.cakephp.org/view/1016732333
> > >>> > > > > > > >
> > >>> > > > > > > > The weird thing is that after starting the shell,
> > executing
> > >>> > that
> > >>> > > > > > > > command, having that command error out and keep going
> and
> > >>> > > > > > > > then exiting the command, I checked the logs and...
> > nothing
> > >>> > > > > > > > was displayed.  It's as if nothing was stored.
> > >>> > > > > > > >
> > >>> > > > > > > >
> > >>> > > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
> > >>> > > > > > > > jean-marc@spaggiari.org> wrote:
> > >>> > > > > > > >
> > >>> > > > > > > >> Hi Yves,
> > >>> > > > > > > >>
> > >>> > > > > > > >> You need to add an entry with your host name and your
> > >>> local
> > >>> > IP.
> > >>> > > > > > > >>
> > >>> > > > > > > >> As an example, here is mine:
> > >>> > > > > > > >>
> > >>> > > > > > > >> 127.0.0.1       localhost
> > >>> > > > > > > >> 192.168.23.2    buldo
> > >>> > > > > > > >>
> > >>> > > > > > > >> My host name is buldo.
> > >>> > > > > > > >>
> > >>> > > > > > > >> JM
> > >>> > > > > > > >>
> > >>> > > > > > > >> 2013/4/25 Yves S. Garret <yoursurrogategod@gmail.com
> >:
> > >>> > > > > > > >>> Hi Jean, this is my /etc/hosts.
> > >>> > > > > > > >>>
> > >>> > > > > > > >>> 127.0.0.1   localhost localhost.localdomain
> localhost4
> > >>> > > > > > > >>> localhost4.localdomain4
> > >>> > > > > > > >>> 127.0.0.1   localhost
> > >>> > > > > > > >>> ::1         localhost localhost.localdomain
> localhost6
> > >>> > > > > > > >>> localhost6.localdomain6
> > >>> > > > > > > >>>
> > >>> > > > > > > >>>
> > >>> > > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari
> <
> > >>> > > > > > > >>> jean-marc@spaggiari.org> wrote:
> > >>> > > > > > > >>>
> > >>> > > > > > > >>>> Hi Yves,
> > >>> > > > > > > >>>>
> > >>> > > > > > > >>>> You seems to have some network configuration issue
> > with
> > >>> your
> > >>> > > > > > > >> installation.
> > >>> > > > > > > >>>>
> > >>> > > > > > > >>>> "java.net.BindException: Cannot assign requested
> > >>> address"
> > >>> > and
> > >>> > > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> > >>> > > > > > > >>>>
> > >>> > > > > > > >>>> How is your host file configured? You need to have
> > your
> > >>> host
> > >>> > > > name
> > >>> > > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
> > >>> > > > > > > >>>>
> > >>> > > > > > > >>>> 2013/4/25 Yves S. Garret <
> yoursurrogategod@gmail.com
> > >:
> > >>> > > > > > > >>>>> My mistake.  I thought I had all of those logs.
>  This
> > >>> is
> > >>> > > what I
> > >>> > > > > > > >> currently
> > >>> > > > > > > >>>>> have:
> > >>> > > > > > > >>>>> http://bin.cakephp.org/view/2112130549
> > >>> > > > > > > >>>>>
> > >>> > > > > > > >>>>> I have $JAVA_HOME set to this:
> > >>> > > > > > > >>>>> /usr/java/jdk1.7.0_17
> > >>> > > > > > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
> > >>> > > > > > > >>>>>
> > >>> > > > > > > >>>>> Thanks for your help!
> > >>> > > > > > > >>>>>
> > >>> > > > > > > >>>>>
> > >>> > > > > > > >>>>>
> > >>> > > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc
> Spaggiari
> > <
> > >>> > > > > > > >>>>> jean-marc@spaggiari.org> wrote:
> > >>> > > > > > > >>>>>
> > >>> > > > > > > >>>>>> Hi Mohammad,
> > >>> > > > > > > >>>>>>
> > >>> > > > > > >
> > >>> > > > >
> > >>> > > >
> > >>> > >
> > >>> >
> > >>>
> > >>
> > >>
> > >
> >
>

Re: HBase is not running.

Posted by Mohammad Tariq <do...@gmail.com>.
hbase.rootdir the directory HBase writes data to. I you are planning to
have a distributed HBase setup then set this property to some a directory
in your HDFS, like "hdfs://NN_MACHINE:9000/hbase". Otherwise point some dir
on your local FS. And for hbase.zookeper.property.dataDir, create a
separate dir outside your HBASE_HOME and as the value.

Warm Regards,
Tariq
https://mtariq.jux.com/
cloudfront.blogspot.com


On Thu, May 2, 2013 at 7:40 AM, Yves S. Garret
<yo...@gmail.com>wrote:

> One more little update.
>
> I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
> using these configuration settings:
> http://bin.cakephp.org/view/1134614486
>
> After I rand it, I checked
> $HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
> this is what I saw:
> http://bin.cakephp.org/view/823736802
>
> I hope that sheds some light for you guys.
>
>
> On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
> > Hi guys, one more question.
> >
> > I'm looking at this <http://hbase.apache.org/book/quickstart.html> link
> > in section 1.2.1 and where I have to modify
> > conf/hbase-site.xml, for parts hbase.rootdir and
> > hbase.zookeper.property.dataDir, to what should I set hbase.rootdir?
> > At the moment, I have hbase.rootdir set to
> > /media/alternative-storage-do-not-touch/zookeeper.  Is that fine?
> > Also, for hbase.zookeper.property.dataDir, I currently have it set to
> > ${HBASE_HOME}/bin/hbase, does that make sense?
> >
> > I realize that some of these questions could be annoying, but I'd
> > like to make sure that I'm on the right track and don't screw
> > something up, getting a weird run-time error in the future :) .
> >
> >
> > On Wed, May 1, 2013 at 8:23 PM, Yves S. Garret <
> yoursurrogategod@gmail.com
> > > wrote:
> >
> >> Done.  I'll go through the previously mentioned tutorial with
> >> this in mind.
> >>
> >> Thank you for your help.
> >>
> >>
> >> On Wed, May 1, 2013 at 4:39 PM, shashwat shriparv <
> >> dwivedishashwat@gmail.com> wrote:
> >>
> >>> Commment out everything in /etc/host file add 127.0.0.1 localhost and
> >>> then try.
> >>>
> >>>
> >>> *Thanks & Regards    *
> >>>
> >>> ∞
> >>> Shashwat Shriparv
> >>>
> >>>
> >>>
> >>> On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq <do...@gmail.com>
> >>> wrote:
> >>>
> >>> > Hello Yves,
> >>> >
> >>> >        I think by that JM means that you should first make sure that
> >>> all
> >>> > you Hbase daemons are running fine. The webUI is a pretty convenient
> >>> tool
> >>> > which allows you to monitor everything in a simpler way. If you are
> >>> able to
> >>> > see the webUI properly, it means everything is in place and you can
> >>> move
> >>> > ahead. You can then proceed with your shell exercises.
> >>> >
> >>> > Yes..It's the same tool JM was referring to. Do you still have any
> >>> > problem?What do your logs say?
> >>> >
> >>> > Warm Regards,
> >>> > Tariq
> >>> > https://mtariq.jux.com/
> >>> > cloudfront.blogspot.com
> >>> >
> >>> >
> >>> > On Thu, May 2, 2013 at 1:47 AM, Yves S. Garret
> >>> > <yo...@gmail.com>wrote:
> >>> >
> >>> > > Ok, I spoke too soon.  I tried going from Nutch to Hive... not
> >>> supported
> >>> > > (but adding support to it sounds like a fun side-project :) ).
>  But,
> >>> I
> >>> > can
> >>> > > go to HBase.
> >>> > >
> >>> > > Jean-Marc, I do have a question for you.  When you said that I
> should
> >>> > > get the UI going before anything else, what did you mean?  I'm
> >>> guessing
> >>> > > that this is the tool in question:
> >>> > > http://hbase.apache.org/book/trouble.tools.html
> >>> > >
> >>> > >
> >>> > > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
> >>> > > jean-marc@spaggiari.org> wrote:
> >>> > >
> >>> > > > Hi Yves,
> >>> > > >
> >>> > > > Your host file looks good.
> >>> > > >
> >>> > > > Don't even try the shell until you get the UI displayed correctly
> >>> and
> >>> > the
> >>> > > > server logs saying that initialization is done.
> >>> > > >
> >>> > > > So what do you have on the logs when you are trying with this new
> >>> host
> >>> > > > file?
> >>> > > >
> >>> > > > JM
> >>> > > >
> >>> > > > 2013/4/28 Asaf Mesika <as...@gmail.com>
> >>> > > >
> >>> > > > > Http://Devving.com has a good post on setting hosts file for
> >>> stand
> >>> > > alone
> >>> > > > > hbase
> >>> > > > >
> >>> > > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
> >>> > > > >
> >>> > > > > > Hi, but I don't understand what you mean.  Did I miss a step
> >>> > > > > > in the tutorial?
> >>> > > > > >
> >>> > > > > >
> >>> > > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
> >>> > > > > lfedotov@hortonworks.com<javascript:;>
> >>> > > > > > >wrote:
> >>> > > > > >
> >>> > > > > > > Looks like your zookeeper configuration is incorrect in
> >>> HBase.
> >>> > > > > > >
> >>> > > > > > > Check it out.
> >>> > > > > > >
> >>> > > > > > > Thank you!
> >>> > > > > > >
> >>> > > > > > > Sincerely,
> >>> > > > > > > Leonid Fedotov
> >>> > > > > > > Technical Support Engineer
> >>> > > > > > >
> >>> > > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> >>> > > > > > >
> >>> > > > > > > > Hi, thanks for your reply.
> >>> > > > > > > >
> >>> > > > > > > > I did [ hostname ] in my linux OS and this is what I have
> >>> for a
> >>> > > > > > > > hostname [ ysg.connect ].
> >>> > > > > > > >
> >>> > > > > > > > This is how my hosts file looks like.
> >>> > > > > > > > 127.0.0.1   localhost localhost.localdomain localhost4
> >>> > > > > > > > localhost4.localdomain4
> >>> > > > > > > > 127.0.0.1   localhost
> >>> > > > > > > > 192.168.1.6 ysg.connect
> >>> > > > > > > > ::1         localhost localhost.localdomain localhost6
> >>> > > > > > > > localhost6.localdomain6
> >>> > > > > > > >
> >>> > > > > > > > Now, I fired up the shell and this is the result that I
> got
> >>> > when
> >>> > > I
> >>> > > > > > > > tried to execute [ create 'test', 'cf' ].  This is the
> >>> error
> >>> > > that I
> >>> > > > > > got:
> >>> > > > > > > > http://bin.cakephp.org/view/1016732333
> >>> > > > > > > >
> >>> > > > > > > > The weird thing is that after starting the shell,
> executing
> >>> > that
> >>> > > > > > > > command, having that command error out and keep going and
> >>> > > > > > > > then exiting the command, I checked the logs and...
> nothing
> >>> > > > > > > > was displayed.  It's as if nothing was stored.
> >>> > > > > > > >
> >>> > > > > > > >
> >>> > > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
> >>> > > > > > > > jean-marc@spaggiari.org> wrote:
> >>> > > > > > > >
> >>> > > > > > > >> Hi Yves,
> >>> > > > > > > >>
> >>> > > > > > > >> You need to add an entry with your host name and your
> >>> local
> >>> > IP.
> >>> > > > > > > >>
> >>> > > > > > > >> As an example, here is mine:
> >>> > > > > > > >>
> >>> > > > > > > >> 127.0.0.1       localhost
> >>> > > > > > > >> 192.168.23.2    buldo
> >>> > > > > > > >>
> >>> > > > > > > >> My host name is buldo.
> >>> > > > > > > >>
> >>> > > > > > > >> JM
> >>> > > > > > > >>
> >>> > > > > > > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >>> > > > > > > >>> Hi Jean, this is my /etc/hosts.
> >>> > > > > > > >>>
> >>> > > > > > > >>> 127.0.0.1   localhost localhost.localdomain localhost4
> >>> > > > > > > >>> localhost4.localdomain4
> >>> > > > > > > >>> 127.0.0.1   localhost
> >>> > > > > > > >>> ::1         localhost localhost.localdomain localhost6
> >>> > > > > > > >>> localhost6.localdomain6
> >>> > > > > > > >>>
> >>> > > > > > > >>>
> >>> > > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
> >>> > > > > > > >>> jean-marc@spaggiari.org> wrote:
> >>> > > > > > > >>>
> >>> > > > > > > >>>> Hi Yves,
> >>> > > > > > > >>>>
> >>> > > > > > > >>>> You seems to have some network configuration issue
> with
> >>> your
> >>> > > > > > > >> installation.
> >>> > > > > > > >>>>
> >>> > > > > > > >>>> "java.net.BindException: Cannot assign requested
> >>> address"
> >>> > and
> >>> > > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> >>> > > > > > > >>>>
> >>> > > > > > > >>>> How is your host file configured? You need to have
> your
> >>> host
> >>> > > > name
> >>> > > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
> >>> > > > > > > >>>>
> >>> > > > > > > >>>> 2013/4/25 Yves S. Garret <yoursurrogategod@gmail.com
> >:
> >>> > > > > > > >>>>> My mistake.  I thought I had all of those logs.  This
> >>> is
> >>> > > what I
> >>> > > > > > > >> currently
> >>> > > > > > > >>>>> have:
> >>> > > > > > > >>>>> http://bin.cakephp.org/view/2112130549
> >>> > > > > > > >>>>>
> >>> > > > > > > >>>>> I have $JAVA_HOME set to this:
> >>> > > > > > > >>>>> /usr/java/jdk1.7.0_17
> >>> > > > > > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
> >>> > > > > > > >>>>>
> >>> > > > > > > >>>>> Thanks for your help!
> >>> > > > > > > >>>>>
> >>> > > > > > > >>>>>
> >>> > > > > > > >>>>>
> >>> > > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari
> <
> >>> > > > > > > >>>>> jean-marc@spaggiari.org> wrote:
> >>> > > > > > > >>>>>
> >>> > > > > > > >>>>>> Hi Mohammad,
> >>> > > > > > > >>>>>>
> >>> > > > > > >
> >>> > > > >
> >>> > > >
> >>> > >
> >>> >
> >>>
> >>
> >>
> >
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
One more little update.

I ran this command in HBASE_HOME [ $ bin/start-hbase.sh ],
using these configuration settings:
http://bin.cakephp.org/view/1134614486

After I rand it, I checked
$HBASE_HOME/logs/hbase-ysg-master-ysg.connect.log and
this is what I saw:
http://bin.cakephp.org/view/823736802

I hope that sheds some light for you guys.


On Wed, May 1, 2013 at 10:04 PM, Yves S. Garret
<yo...@gmail.com>wrote:

> Hi guys, one more question.
>
> I'm looking at this <http://hbase.apache.org/book/quickstart.html> link
> in section 1.2.1 and where I have to modify
> conf/hbase-site.xml, for parts hbase.rootdir and
> hbase.zookeper.property.dataDir, to what should I set hbase.rootdir?
> At the moment, I have hbase.rootdir set to
> /media/alternative-storage-do-not-touch/zookeeper.  Is that fine?
> Also, for hbase.zookeper.property.dataDir, I currently have it set to
> ${HBASE_HOME}/bin/hbase, does that make sense?
>
> I realize that some of these questions could be annoying, but I'd
> like to make sure that I'm on the right track and don't screw
> something up, getting a weird run-time error in the future :) .
>
>
> On Wed, May 1, 2013 at 8:23 PM, Yves S. Garret <yoursurrogategod@gmail.com
> > wrote:
>
>> Done.  I'll go through the previously mentioned tutorial with
>> this in mind.
>>
>> Thank you for your help.
>>
>>
>> On Wed, May 1, 2013 at 4:39 PM, shashwat shriparv <
>> dwivedishashwat@gmail.com> wrote:
>>
>>> Commment out everything in /etc/host file add 127.0.0.1 localhost and
>>> then try.
>>>
>>>
>>> *Thanks & Regards    *
>>>
>>> ∞
>>> Shashwat Shriparv
>>>
>>>
>>>
>>> On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq <do...@gmail.com>
>>> wrote:
>>>
>>> > Hello Yves,
>>> >
>>> >        I think by that JM means that you should first make sure that
>>> all
>>> > you Hbase daemons are running fine. The webUI is a pretty convenient
>>> tool
>>> > which allows you to monitor everything in a simpler way. If you are
>>> able to
>>> > see the webUI properly, it means everything is in place and you can
>>> move
>>> > ahead. You can then proceed with your shell exercises.
>>> >
>>> > Yes..It's the same tool JM was referring to. Do you still have any
>>> > problem?What do your logs say?
>>> >
>>> > Warm Regards,
>>> > Tariq
>>> > https://mtariq.jux.com/
>>> > cloudfront.blogspot.com
>>> >
>>> >
>>> > On Thu, May 2, 2013 at 1:47 AM, Yves S. Garret
>>> > <yo...@gmail.com>wrote:
>>> >
>>> > > Ok, I spoke too soon.  I tried going from Nutch to Hive... not
>>> supported
>>> > > (but adding support to it sounds like a fun side-project :) ).  But,
>>> I
>>> > can
>>> > > go to HBase.
>>> > >
>>> > > Jean-Marc, I do have a question for you.  When you said that I should
>>> > > get the UI going before anything else, what did you mean?  I'm
>>> guessing
>>> > > that this is the tool in question:
>>> > > http://hbase.apache.org/book/trouble.tools.html
>>> > >
>>> > >
>>> > > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
>>> > > jean-marc@spaggiari.org> wrote:
>>> > >
>>> > > > Hi Yves,
>>> > > >
>>> > > > Your host file looks good.
>>> > > >
>>> > > > Don't even try the shell until you get the UI displayed correctly
>>> and
>>> > the
>>> > > > server logs saying that initialization is done.
>>> > > >
>>> > > > So what do you have on the logs when you are trying with this new
>>> host
>>> > > > file?
>>> > > >
>>> > > > JM
>>> > > >
>>> > > > 2013/4/28 Asaf Mesika <as...@gmail.com>
>>> > > >
>>> > > > > Http://Devving.com has a good post on setting hosts file for
>>> stand
>>> > > alone
>>> > > > > hbase
>>> > > > >
>>> > > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
>>> > > > >
>>> > > > > > Hi, but I don't understand what you mean.  Did I miss a step
>>> > > > > > in the tutorial?
>>> > > > > >
>>> > > > > >
>>> > > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
>>> > > > > lfedotov@hortonworks.com<javascript:;>
>>> > > > > > >wrote:
>>> > > > > >
>>> > > > > > > Looks like your zookeeper configuration is incorrect in
>>> HBase.
>>> > > > > > >
>>> > > > > > > Check it out.
>>> > > > > > >
>>> > > > > > > Thank you!
>>> > > > > > >
>>> > > > > > > Sincerely,
>>> > > > > > > Leonid Fedotov
>>> > > > > > > Technical Support Engineer
>>> > > > > > >
>>> > > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
>>> > > > > > >
>>> > > > > > > > Hi, thanks for your reply.
>>> > > > > > > >
>>> > > > > > > > I did [ hostname ] in my linux OS and this is what I have
>>> for a
>>> > > > > > > > hostname [ ysg.connect ].
>>> > > > > > > >
>>> > > > > > > > This is how my hosts file looks like.
>>> > > > > > > > 127.0.0.1   localhost localhost.localdomain localhost4
>>> > > > > > > > localhost4.localdomain4
>>> > > > > > > > 127.0.0.1   localhost
>>> > > > > > > > 192.168.1.6 ysg.connect
>>> > > > > > > > ::1         localhost localhost.localdomain localhost6
>>> > > > > > > > localhost6.localdomain6
>>> > > > > > > >
>>> > > > > > > > Now, I fired up the shell and this is the result that I got
>>> > when
>>> > > I
>>> > > > > > > > tried to execute [ create 'test', 'cf' ].  This is the
>>> error
>>> > > that I
>>> > > > > > got:
>>> > > > > > > > http://bin.cakephp.org/view/1016732333
>>> > > > > > > >
>>> > > > > > > > The weird thing is that after starting the shell, executing
>>> > that
>>> > > > > > > > command, having that command error out and keep going and
>>> > > > > > > > then exiting the command, I checked the logs and... nothing
>>> > > > > > > > was displayed.  It's as if nothing was stored.
>>> > > > > > > >
>>> > > > > > > >
>>> > > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
>>> > > > > > > > jean-marc@spaggiari.org> wrote:
>>> > > > > > > >
>>> > > > > > > >> Hi Yves,
>>> > > > > > > >>
>>> > > > > > > >> You need to add an entry with your host name and your
>>> local
>>> > IP.
>>> > > > > > > >>
>>> > > > > > > >> As an example, here is mine:
>>> > > > > > > >>
>>> > > > > > > >> 127.0.0.1       localhost
>>> > > > > > > >> 192.168.23.2    buldo
>>> > > > > > > >>
>>> > > > > > > >> My host name is buldo.
>>> > > > > > > >>
>>> > > > > > > >> JM
>>> > > > > > > >>
>>> > > > > > > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>>> > > > > > > >>> Hi Jean, this is my /etc/hosts.
>>> > > > > > > >>>
>>> > > > > > > >>> 127.0.0.1   localhost localhost.localdomain localhost4
>>> > > > > > > >>> localhost4.localdomain4
>>> > > > > > > >>> 127.0.0.1   localhost
>>> > > > > > > >>> ::1         localhost localhost.localdomain localhost6
>>> > > > > > > >>> localhost6.localdomain6
>>> > > > > > > >>>
>>> > > > > > > >>>
>>> > > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
>>> > > > > > > >>> jean-marc@spaggiari.org> wrote:
>>> > > > > > > >>>
>>> > > > > > > >>>> Hi Yves,
>>> > > > > > > >>>>
>>> > > > > > > >>>> You seems to have some network configuration issue with
>>> your
>>> > > > > > > >> installation.
>>> > > > > > > >>>>
>>> > > > > > > >>>> "java.net.BindException: Cannot assign requested
>>> address"
>>> > and
>>> > > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
>>> > > > > > > >>>>
>>> > > > > > > >>>> How is your host file configured? You need to have your
>>> host
>>> > > > name
>>> > > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
>>> > > > > > > >>>>
>>> > > > > > > >>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>>> > > > > > > >>>>> My mistake.  I thought I had all of those logs.  This
>>> is
>>> > > what I
>>> > > > > > > >> currently
>>> > > > > > > >>>>> have:
>>> > > > > > > >>>>> http://bin.cakephp.org/view/2112130549
>>> > > > > > > >>>>>
>>> > > > > > > >>>>> I have $JAVA_HOME set to this:
>>> > > > > > > >>>>> /usr/java/jdk1.7.0_17
>>> > > > > > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
>>> > > > > > > >>>>>
>>> > > > > > > >>>>> Thanks for your help!
>>> > > > > > > >>>>>
>>> > > > > > > >>>>>
>>> > > > > > > >>>>>
>>> > > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
>>> > > > > > > >>>>> jean-marc@spaggiari.org> wrote:
>>> > > > > > > >>>>>
>>> > > > > > > >>>>>> Hi Mohammad,
>>> > > > > > > >>>>>>
>>> > > > > > >
>>> > > > >
>>> > > >
>>> > >
>>> >
>>>
>>
>>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hi guys, one more question.

I'm looking at this <http://hbase.apache.org/book/quickstart.html> link in
section 1.2.1 and where I have to modify
conf/hbase-site.xml, for parts hbase.rootdir and
hbase.zookeper.property.dataDir, to what should I set hbase.rootdir?
At the moment, I have hbase.rootdir set to
/media/alternative-storage-do-not-touch/zookeeper.  Is that fine?
Also, for hbase.zookeper.property.dataDir, I currently have it set to
${HBASE_HOME}/bin/hbase, does that make sense?

I realize that some of these questions could be annoying, but I'd
like to make sure that I'm on the right track and don't screw
something up, getting a weird run-time error in the future :) .


On Wed, May 1, 2013 at 8:23 PM, Yves S. Garret
<yo...@gmail.com>wrote:

> Done.  I'll go through the previously mentioned tutorial with
> this in mind.
>
> Thank you for your help.
>
>
> On Wed, May 1, 2013 at 4:39 PM, shashwat shriparv <
> dwivedishashwat@gmail.com> wrote:
>
>> Commment out everything in /etc/host file add 127.0.0.1 localhost and
>> then try.
>>
>>
>> *Thanks & Regards    *
>>
>> ∞
>> Shashwat Shriparv
>>
>>
>>
>> On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq <do...@gmail.com>
>> wrote:
>>
>> > Hello Yves,
>> >
>> >        I think by that JM means that you should first make sure that all
>> > you Hbase daemons are running fine. The webUI is a pretty convenient
>> tool
>> > which allows you to monitor everything in a simpler way. If you are
>> able to
>> > see the webUI properly, it means everything is in place and you can move
>> > ahead. You can then proceed with your shell exercises.
>> >
>> > Yes..It's the same tool JM was referring to. Do you still have any
>> > problem?What do your logs say?
>> >
>> > Warm Regards,
>> > Tariq
>> > https://mtariq.jux.com/
>> > cloudfront.blogspot.com
>> >
>> >
>> > On Thu, May 2, 2013 at 1:47 AM, Yves S. Garret
>> > <yo...@gmail.com>wrote:
>> >
>> > > Ok, I spoke too soon.  I tried going from Nutch to Hive... not
>> supported
>> > > (but adding support to it sounds like a fun side-project :) ).  But, I
>> > can
>> > > go to HBase.
>> > >
>> > > Jean-Marc, I do have a question for you.  When you said that I should
>> > > get the UI going before anything else, what did you mean?  I'm
>> guessing
>> > > that this is the tool in question:
>> > > http://hbase.apache.org/book/trouble.tools.html
>> > >
>> > >
>> > > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
>> > > jean-marc@spaggiari.org> wrote:
>> > >
>> > > > Hi Yves,
>> > > >
>> > > > Your host file looks good.
>> > > >
>> > > > Don't even try the shell until you get the UI displayed correctly
>> and
>> > the
>> > > > server logs saying that initialization is done.
>> > > >
>> > > > So what do you have on the logs when you are trying with this new
>> host
>> > > > file?
>> > > >
>> > > > JM
>> > > >
>> > > > 2013/4/28 Asaf Mesika <as...@gmail.com>
>> > > >
>> > > > > Http://Devving.com has a good post on setting hosts file for
>> stand
>> > > alone
>> > > > > hbase
>> > > > >
>> > > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
>> > > > >
>> > > > > > Hi, but I don't understand what you mean.  Did I miss a step
>> > > > > > in the tutorial?
>> > > > > >
>> > > > > >
>> > > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
>> > > > > lfedotov@hortonworks.com<javascript:;>
>> > > > > > >wrote:
>> > > > > >
>> > > > > > > Looks like your zookeeper configuration is incorrect in HBase.
>> > > > > > >
>> > > > > > > Check it out.
>> > > > > > >
>> > > > > > > Thank you!
>> > > > > > >
>> > > > > > > Sincerely,
>> > > > > > > Leonid Fedotov
>> > > > > > > Technical Support Engineer
>> > > > > > >
>> > > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
>> > > > > > >
>> > > > > > > > Hi, thanks for your reply.
>> > > > > > > >
>> > > > > > > > I did [ hostname ] in my linux OS and this is what I have
>> for a
>> > > > > > > > hostname [ ysg.connect ].
>> > > > > > > >
>> > > > > > > > This is how my hosts file looks like.
>> > > > > > > > 127.0.0.1   localhost localhost.localdomain localhost4
>> > > > > > > > localhost4.localdomain4
>> > > > > > > > 127.0.0.1   localhost
>> > > > > > > > 192.168.1.6 ysg.connect
>> > > > > > > > ::1         localhost localhost.localdomain localhost6
>> > > > > > > > localhost6.localdomain6
>> > > > > > > >
>> > > > > > > > Now, I fired up the shell and this is the result that I got
>> > when
>> > > I
>> > > > > > > > tried to execute [ create 'test', 'cf' ].  This is the error
>> > > that I
>> > > > > > got:
>> > > > > > > > http://bin.cakephp.org/view/1016732333
>> > > > > > > >
>> > > > > > > > The weird thing is that after starting the shell, executing
>> > that
>> > > > > > > > command, having that command error out and keep going and
>> > > > > > > > then exiting the command, I checked the logs and... nothing
>> > > > > > > > was displayed.  It's as if nothing was stored.
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
>> > > > > > > > jean-marc@spaggiari.org> wrote:
>> > > > > > > >
>> > > > > > > >> Hi Yves,
>> > > > > > > >>
>> > > > > > > >> You need to add an entry with your host name and your local
>> > IP.
>> > > > > > > >>
>> > > > > > > >> As an example, here is mine:
>> > > > > > > >>
>> > > > > > > >> 127.0.0.1       localhost
>> > > > > > > >> 192.168.23.2    buldo
>> > > > > > > >>
>> > > > > > > >> My host name is buldo.
>> > > > > > > >>
>> > > > > > > >> JM
>> > > > > > > >>
>> > > > > > > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> > > > > > > >>> Hi Jean, this is my /etc/hosts.
>> > > > > > > >>>
>> > > > > > > >>> 127.0.0.1   localhost localhost.localdomain localhost4
>> > > > > > > >>> localhost4.localdomain4
>> > > > > > > >>> 127.0.0.1   localhost
>> > > > > > > >>> ::1         localhost localhost.localdomain localhost6
>> > > > > > > >>> localhost6.localdomain6
>> > > > > > > >>>
>> > > > > > > >>>
>> > > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
>> > > > > > > >>> jean-marc@spaggiari.org> wrote:
>> > > > > > > >>>
>> > > > > > > >>>> Hi Yves,
>> > > > > > > >>>>
>> > > > > > > >>>> You seems to have some network configuration issue with
>> your
>> > > > > > > >> installation.
>> > > > > > > >>>>
>> > > > > > > >>>> "java.net.BindException: Cannot assign requested address"
>> > and
>> > > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
>> > > > > > > >>>>
>> > > > > > > >>>> How is your host file configured? You need to have your
>> host
>> > > > name
>> > > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
>> > > > > > > >>>>
>> > > > > > > >>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> > > > > > > >>>>> My mistake.  I thought I had all of those logs.  This is
>> > > what I
>> > > > > > > >> currently
>> > > > > > > >>>>> have:
>> > > > > > > >>>>> http://bin.cakephp.org/view/2112130549
>> > > > > > > >>>>>
>> > > > > > > >>>>> I have $JAVA_HOME set to this:
>> > > > > > > >>>>> /usr/java/jdk1.7.0_17
>> > > > > > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
>> > > > > > > >>>>>
>> > > > > > > >>>>> Thanks for your help!
>> > > > > > > >>>>>
>> > > > > > > >>>>>
>> > > > > > > >>>>>
>> > > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
>> > > > > > > >>>>> jean-marc@spaggiari.org> wrote:
>> > > > > > > >>>>>
>> > > > > > > >>>>>> Hi Mohammad,
>> > > > > > > >>>>>>
>> > > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Done.  I'll go through the previously mentioned tutorial with
this in mind.

Thank you for your help.


On Wed, May 1, 2013 at 4:39 PM, shashwat shriparv <dwivedishashwat@gmail.com
> wrote:

> Commment out everything in /etc/host file add 127.0.0.1 localhost and then
> try.
>
>
> *Thanks & Regards    *
>
> ∞
> Shashwat Shriparv
>
>
>
> On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq <do...@gmail.com> wrote:
>
> > Hello Yves,
> >
> >        I think by that JM means that you should first make sure that all
> > you Hbase daemons are running fine. The webUI is a pretty convenient tool
> > which allows you to monitor everything in a simpler way. If you are able
> to
> > see the webUI properly, it means everything is in place and you can move
> > ahead. You can then proceed with your shell exercises.
> >
> > Yes..It's the same tool JM was referring to. Do you still have any
> > problem?What do your logs say?
> >
> > Warm Regards,
> > Tariq
> > https://mtariq.jux.com/
> > cloudfront.blogspot.com
> >
> >
> > On Thu, May 2, 2013 at 1:47 AM, Yves S. Garret
> > <yo...@gmail.com>wrote:
> >
> > > Ok, I spoke too soon.  I tried going from Nutch to Hive... not
> supported
> > > (but adding support to it sounds like a fun side-project :) ).  But, I
> > can
> > > go to HBase.
> > >
> > > Jean-Marc, I do have a question for you.  When you said that I should
> > > get the UI going before anything else, what did you mean?  I'm guessing
> > > that this is the tool in question:
> > > http://hbase.apache.org/book/trouble.tools.html
> > >
> > >
> > > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
> > > jean-marc@spaggiari.org> wrote:
> > >
> > > > Hi Yves,
> > > >
> > > > Your host file looks good.
> > > >
> > > > Don't even try the shell until you get the UI displayed correctly and
> > the
> > > > server logs saying that initialization is done.
> > > >
> > > > So what do you have on the logs when you are trying with this new
> host
> > > > file?
> > > >
> > > > JM
> > > >
> > > > 2013/4/28 Asaf Mesika <as...@gmail.com>
> > > >
> > > > > Http://Devving.com has a good post on setting hosts file for stand
> > > alone
> > > > > hbase
> > > > >
> > > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
> > > > >
> > > > > > Hi, but I don't understand what you mean.  Did I miss a step
> > > > > > in the tutorial?
> > > > > >
> > > > > >
> > > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
> > > > > lfedotov@hortonworks.com<javascript:;>
> > > > > > >wrote:
> > > > > >
> > > > > > > Looks like your zookeeper configuration is incorrect in HBase.
> > > > > > >
> > > > > > > Check it out.
> > > > > > >
> > > > > > > Thank you!
> > > > > > >
> > > > > > > Sincerely,
> > > > > > > Leonid Fedotov
> > > > > > > Technical Support Engineer
> > > > > > >
> > > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> > > > > > >
> > > > > > > > Hi, thanks for your reply.
> > > > > > > >
> > > > > > > > I did [ hostname ] in my linux OS and this is what I have
> for a
> > > > > > > > hostname [ ysg.connect ].
> > > > > > > >
> > > > > > > > This is how my hosts file looks like.
> > > > > > > > 127.0.0.1   localhost localhost.localdomain localhost4
> > > > > > > > localhost4.localdomain4
> > > > > > > > 127.0.0.1   localhost
> > > > > > > > 192.168.1.6 ysg.connect
> > > > > > > > ::1         localhost localhost.localdomain localhost6
> > > > > > > > localhost6.localdomain6
> > > > > > > >
> > > > > > > > Now, I fired up the shell and this is the result that I got
> > when
> > > I
> > > > > > > > tried to execute [ create 'test', 'cf' ].  This is the error
> > > that I
> > > > > > got:
> > > > > > > > http://bin.cakephp.org/view/1016732333
> > > > > > > >
> > > > > > > > The weird thing is that after starting the shell, executing
> > that
> > > > > > > > command, having that command error out and keep going and
> > > > > > > > then exiting the command, I checked the logs and... nothing
> > > > > > > > was displayed.  It's as if nothing was stored.
> > > > > > > >
> > > > > > > >
> > > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
> > > > > > > > jean-marc@spaggiari.org> wrote:
> > > > > > > >
> > > > > > > >> Hi Yves,
> > > > > > > >>
> > > > > > > >> You need to add an entry with your host name and your local
> > IP.
> > > > > > > >>
> > > > > > > >> As an example, here is mine:
> > > > > > > >>
> > > > > > > >> 127.0.0.1       localhost
> > > > > > > >> 192.168.23.2    buldo
> > > > > > > >>
> > > > > > > >> My host name is buldo.
> > > > > > > >>
> > > > > > > >> JM
> > > > > > > >>
> > > > > > > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > > > > >>> Hi Jean, this is my /etc/hosts.
> > > > > > > >>>
> > > > > > > >>> 127.0.0.1   localhost localhost.localdomain localhost4
> > > > > > > >>> localhost4.localdomain4
> > > > > > > >>> 127.0.0.1   localhost
> > > > > > > >>> ::1         localhost localhost.localdomain localhost6
> > > > > > > >>> localhost6.localdomain6
> > > > > > > >>>
> > > > > > > >>>
> > > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
> > > > > > > >>> jean-marc@spaggiari.org> wrote:
> > > > > > > >>>
> > > > > > > >>>> Hi Yves,
> > > > > > > >>>>
> > > > > > > >>>> You seems to have some network configuration issue with
> your
> > > > > > > >> installation.
> > > > > > > >>>>
> > > > > > > >>>> "java.net.BindException: Cannot assign requested address"
> > and
> > > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> > > > > > > >>>>
> > > > > > > >>>> How is your host file configured? You need to have your
> host
> > > > name
> > > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
> > > > > > > >>>>
> > > > > > > >>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > > > > >>>>> My mistake.  I thought I had all of those logs.  This is
> > > what I
> > > > > > > >> currently
> > > > > > > >>>>> have:
> > > > > > > >>>>> http://bin.cakephp.org/view/2112130549
> > > > > > > >>>>>
> > > > > > > >>>>> I have $JAVA_HOME set to this:
> > > > > > > >>>>> /usr/java/jdk1.7.0_17
> > > > > > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
> > > > > > > >>>>>
> > > > > > > >>>>> Thanks for your help!
> > > > > > > >>>>>
> > > > > > > >>>>>
> > > > > > > >>>>>
> > > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> > > > > > > >>>>> jean-marc@spaggiari.org> wrote:
> > > > > > > >>>>>
> > > > > > > >>>>>> Hi Mohammad,
> > > > > > > >>>>>>
> > > > > > >
> > > > >
> > > >
> > >
> >
>

Re: HBase is not running.

Posted by shashwat shriparv <dw...@gmail.com>.
Commment out everything in /etc/host file add 127.0.0.1 localhost and then try.


*Thanks & Regards    *

∞
Shashwat Shriparv



On Thu, May 2, 2013 at 1:57 AM, Mohammad Tariq <do...@gmail.com> wrote:

> Hello Yves,
>
>        I think by that JM means that you should first make sure that all
> you Hbase daemons are running fine. The webUI is a pretty convenient tool
> which allows you to monitor everything in a simpler way. If you are able to
> see the webUI properly, it means everything is in place and you can move
> ahead. You can then proceed with your shell exercises.
>
> Yes..It's the same tool JM was referring to. Do you still have any
> problem?What do your logs say?
>
> Warm Regards,
> Tariq
> https://mtariq.jux.com/
> cloudfront.blogspot.com
>
>
> On Thu, May 2, 2013 at 1:47 AM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
> > Ok, I spoke too soon.  I tried going from Nutch to Hive... not supported
> > (but adding support to it sounds like a fun side-project :) ).  But, I
> can
> > go to HBase.
> >
> > Jean-Marc, I do have a question for you.  When you said that I should
> > get the UI going before anything else, what did you mean?  I'm guessing
> > that this is the tool in question:
> > http://hbase.apache.org/book/trouble.tools.html
> >
> >
> > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
> > jean-marc@spaggiari.org> wrote:
> >
> > > Hi Yves,
> > >
> > > Your host file looks good.
> > >
> > > Don't even try the shell until you get the UI displayed correctly and
> the
> > > server logs saying that initialization is done.
> > >
> > > So what do you have on the logs when you are trying with this new host
> > > file?
> > >
> > > JM
> > >
> > > 2013/4/28 Asaf Mesika <as...@gmail.com>
> > >
> > > > Http://Devving.com has a good post on setting hosts file for stand
> > alone
> > > > hbase
> > > >
> > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
> > > >
> > > > > Hi, but I don't understand what you mean.  Did I miss a step
> > > > > in the tutorial?
> > > > >
> > > > >
> > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
> > > > lfedotov@hortonworks.com<javascript:;>
> > > > > >wrote:
> > > > >
> > > > > > Looks like your zookeeper configuration is incorrect in HBase.
> > > > > >
> > > > > > Check it out.
> > > > > >
> > > > > > Thank you!
> > > > > >
> > > > > > Sincerely,
> > > > > > Leonid Fedotov
> > > > > > Technical Support Engineer
> > > > > >
> > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> > > > > >
> > > > > > > Hi, thanks for your reply.
> > > > > > >
> > > > > > > I did [ hostname ] in my linux OS and this is what I have for a
> > > > > > > hostname [ ysg.connect ].
> > > > > > >
> > > > > > > This is how my hosts file looks like.
> > > > > > > 127.0.0.1   localhost localhost.localdomain localhost4
> > > > > > > localhost4.localdomain4
> > > > > > > 127.0.0.1   localhost
> > > > > > > 192.168.1.6 ysg.connect
> > > > > > > ::1         localhost localhost.localdomain localhost6
> > > > > > > localhost6.localdomain6
> > > > > > >
> > > > > > > Now, I fired up the shell and this is the result that I got
> when
> > I
> > > > > > > tried to execute [ create 'test', 'cf' ].  This is the error
> > that I
> > > > > got:
> > > > > > > http://bin.cakephp.org/view/1016732333
> > > > > > >
> > > > > > > The weird thing is that after starting the shell, executing
> that
> > > > > > > command, having that command error out and keep going and
> > > > > > > then exiting the command, I checked the logs and... nothing
> > > > > > > was displayed.  It's as if nothing was stored.
> > > > > > >
> > > > > > >
> > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
> > > > > > > jean-marc@spaggiari.org> wrote:
> > > > > > >
> > > > > > >> Hi Yves,
> > > > > > >>
> > > > > > >> You need to add an entry with your host name and your local
> IP.
> > > > > > >>
> > > > > > >> As an example, here is mine:
> > > > > > >>
> > > > > > >> 127.0.0.1       localhost
> > > > > > >> 192.168.23.2    buldo
> > > > > > >>
> > > > > > >> My host name is buldo.
> > > > > > >>
> > > > > > >> JM
> > > > > > >>
> > > > > > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > > > >>> Hi Jean, this is my /etc/hosts.
> > > > > > >>>
> > > > > > >>> 127.0.0.1   localhost localhost.localdomain localhost4
> > > > > > >>> localhost4.localdomain4
> > > > > > >>> 127.0.0.1   localhost
> > > > > > >>> ::1         localhost localhost.localdomain localhost6
> > > > > > >>> localhost6.localdomain6
> > > > > > >>>
> > > > > > >>>
> > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
> > > > > > >>> jean-marc@spaggiari.org> wrote:
> > > > > > >>>
> > > > > > >>>> Hi Yves,
> > > > > > >>>>
> > > > > > >>>> You seems to have some network configuration issue with your
> > > > > > >> installation.
> > > > > > >>>>
> > > > > > >>>> "java.net.BindException: Cannot assign requested address"
> and
> > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> > > > > > >>>>
> > > > > > >>>> How is your host file configured? You need to have your host
> > > name
> > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
> > > > > > >>>>
> > > > > > >>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > > > >>>>> My mistake.  I thought I had all of those logs.  This is
> > what I
> > > > > > >> currently
> > > > > > >>>>> have:
> > > > > > >>>>> http://bin.cakephp.org/view/2112130549
> > > > > > >>>>>
> > > > > > >>>>> I have $JAVA_HOME set to this:
> > > > > > >>>>> /usr/java/jdk1.7.0_17
> > > > > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
> > > > > > >>>>>
> > > > > > >>>>> Thanks for your help!
> > > > > > >>>>>
> > > > > > >>>>>
> > > > > > >>>>>
> > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> > > > > > >>>>> jean-marc@spaggiari.org> wrote:
> > > > > > >>>>>
> > > > > > >>>>>> Hi Mohammad,
> > > > > > >>>>>>
> > > > > >
> > > >
> > >
> >
>

Re: HBase is not running.

Posted by Mohammad Tariq <do...@gmail.com>.
Hello Yves,

       I think by that JM means that you should first make sure that all
you Hbase daemons are running fine. The webUI is a pretty convenient tool
which allows you to monitor everything in a simpler way. If you are able to
see the webUI properly, it means everything is in place and you can move
ahead. You can then proceed with your shell exercises.

Yes..It's the same tool JM was referring to. Do you still have any
problem?What do your logs say?

Warm Regards,
Tariq
https://mtariq.jux.com/
cloudfront.blogspot.com


On Thu, May 2, 2013 at 1:47 AM, Yves S. Garret
<yo...@gmail.com>wrote:

> Ok, I spoke too soon.  I tried going from Nutch to Hive... not supported
> (but adding support to it sounds like a fun side-project :) ).  But, I can
> go to HBase.
>
> Jean-Marc, I do have a question for you.  When you said that I should
> get the UI going before anything else, what did you mean?  I'm guessing
> that this is the tool in question:
> http://hbase.apache.org/book/trouble.tools.html
>
>
> On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
> jean-marc@spaggiari.org> wrote:
>
> > Hi Yves,
> >
> > Your host file looks good.
> >
> > Don't even try the shell until you get the UI displayed correctly and the
> > server logs saying that initialization is done.
> >
> > So what do you have on the logs when you are trying with this new host
> > file?
> >
> > JM
> >
> > 2013/4/28 Asaf Mesika <as...@gmail.com>
> >
> > > Http://Devving.com has a good post on setting hosts file for stand
> alone
> > > hbase
> > >
> > > On Saturday, April 27, 2013, Yves S. Garret wrote:
> > >
> > > > Hi, but I don't understand what you mean.  Did I miss a step
> > > > in the tutorial?
> > > >
> > > >
> > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
> > > lfedotov@hortonworks.com<javascript:;>
> > > > >wrote:
> > > >
> > > > > Looks like your zookeeper configuration is incorrect in HBase.
> > > > >
> > > > > Check it out.
> > > > >
> > > > > Thank you!
> > > > >
> > > > > Sincerely,
> > > > > Leonid Fedotov
> > > > > Technical Support Engineer
> > > > >
> > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> > > > >
> > > > > > Hi, thanks for your reply.
> > > > > >
> > > > > > I did [ hostname ] in my linux OS and this is what I have for a
> > > > > > hostname [ ysg.connect ].
> > > > > >
> > > > > > This is how my hosts file looks like.
> > > > > > 127.0.0.1   localhost localhost.localdomain localhost4
> > > > > > localhost4.localdomain4
> > > > > > 127.0.0.1   localhost
> > > > > > 192.168.1.6 ysg.connect
> > > > > > ::1         localhost localhost.localdomain localhost6
> > > > > > localhost6.localdomain6
> > > > > >
> > > > > > Now, I fired up the shell and this is the result that I got when
> I
> > > > > > tried to execute [ create 'test', 'cf' ].  This is the error
> that I
> > > > got:
> > > > > > http://bin.cakephp.org/view/1016732333
> > > > > >
> > > > > > The weird thing is that after starting the shell, executing that
> > > > > > command, having that command error out and keep going and
> > > > > > then exiting the command, I checked the logs and... nothing
> > > > > > was displayed.  It's as if nothing was stored.
> > > > > >
> > > > > >
> > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
> > > > > > jean-marc@spaggiari.org> wrote:
> > > > > >
> > > > > >> Hi Yves,
> > > > > >>
> > > > > >> You need to add an entry with your host name and your local IP.
> > > > > >>
> > > > > >> As an example, here is mine:
> > > > > >>
> > > > > >> 127.0.0.1       localhost
> > > > > >> 192.168.23.2    buldo
> > > > > >>
> > > > > >> My host name is buldo.
> > > > > >>
> > > > > >> JM
> > > > > >>
> > > > > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > > >>> Hi Jean, this is my /etc/hosts.
> > > > > >>>
> > > > > >>> 127.0.0.1   localhost localhost.localdomain localhost4
> > > > > >>> localhost4.localdomain4
> > > > > >>> 127.0.0.1   localhost
> > > > > >>> ::1         localhost localhost.localdomain localhost6
> > > > > >>> localhost6.localdomain6
> > > > > >>>
> > > > > >>>
> > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
> > > > > >>> jean-marc@spaggiari.org> wrote:
> > > > > >>>
> > > > > >>>> Hi Yves,
> > > > > >>>>
> > > > > >>>> You seems to have some network configuration issue with your
> > > > > >> installation.
> > > > > >>>>
> > > > > >>>> "java.net.BindException: Cannot assign requested address" and
> > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> > > > > >>>>
> > > > > >>>> How is your host file configured? You need to have your host
> > name
> > > > > >>>> pointing to you local IP (and not 127.0.0.1).
> > > > > >>>>
> > > > > >>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > > >>>>> My mistake.  I thought I had all of those logs.  This is
> what I
> > > > > >> currently
> > > > > >>>>> have:
> > > > > >>>>> http://bin.cakephp.org/view/2112130549
> > > > > >>>>>
> > > > > >>>>> I have $JAVA_HOME set to this:
> > > > > >>>>> /usr/java/jdk1.7.0_17
> > > > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
> > > > > >>>>>
> > > > > >>>>> Thanks for your help!
> > > > > >>>>>
> > > > > >>>>>
> > > > > >>>>>
> > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> > > > > >>>>> jean-marc@spaggiari.org> wrote:
> > > > > >>>>>
> > > > > >>>>>> Hi Mohammad,
> > > > > >>>>>>
> > > > >
> > >
> >
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hi Jean-Marc,

I'm trying to get the UI to work.  I went to this link and started following
the instructions in order to get the UI to work:
http://hbase.apache.org/book/trouble.tools.html

The app began running, but I was getting errors outputted to the
console, which are displayed below:
http://bin.cakephp.org/view/318945489

I went to [ http://127.0.0.1:60010/master-status ] and saw nothing :) .

To be honest, I don't think I'm doing this correctly.  I don't know where
I'm messing up.  Are there other sources that I could use in order to
better setup this UI or Hbase?

Thanks for your help!


On Wed, May 1, 2013 at 4:27 PM, Jean-Marc Spaggiari <jean-marc@spaggiari.org
> wrote:

> Hi Yves,
>
> Nice to see you back ;)
>
> The UI is http://192.168.x.x:60010/master-status
>
> If you don't have the master UI working, there is no need to try the shell,
> it will not work.
>
> JM
>
> 2013/5/1 Yves S. Garret <yo...@gmail.com>
>
> > Ok, I spoke too soon.  I tried going from Nutch to Hive... not supported
> > (but adding support to it sounds like a fun side-project :) ).  But, I
> can
> > go to HBase.
> >
> > Jean-Marc, I do have a question for you.  When you said that I should
> > get the UI going before anything else, what did you mean?  I'm guessing
> > that this is the tool in question:
> > http://hbase.apache.org/book/trouble.tools.html
> >
> >
> > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
> > jean-marc@spaggiari.org> wrote:
> >
> > > Hi Yves,
> > >
> > > Your host file looks good.
> > >
> > > Don't even try the shell until you get the UI displayed correctly and
> the
> > > server logs saying that initialization is done.
> > >
> > > So what do you have on the logs when you are trying with this new host
> > > file?
> > >
> > > JM
> > >
> > > 2013/4/28 Asaf Mesika <as...@gmail.com>
> > >
> > > > Http://Devving.com has a good post on setting hosts file for stand
> > alone
> > > > hbase
> > > >
> > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
> > > >
> > > > > Hi, but I don't understand what you mean.  Did I miss a step
> > > > > in the tutorial?
> > > > >
> > > > >
> > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
> > > > lfedotov@hortonworks.com<javascript:;>
> > > > > >wrote:
> > > > >
> > > > > > Looks like your zookeeper configuration is incorrect in HBase.
> > > > > >
> > > > > > Check it out.
> > > > > >
> > > > > > Thank you!
> > > > > >
> > > > > > Sincerely,
> > > > > > Leonid Fedotov
> > > > > > Technical Support Engineer
> > > > > >
> > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> > > > > >
> > > > > > > Hi, thanks for your reply.
> > > > > > >
> > > > > > > I did [ hostname ] in my linux OS and this is what I have for a
> > > > > > > hostname [ ysg.connect ].
> > > > > > >
> > > > > > > This is how my hosts file looks like.
> > > > > > > 127.0.0.1   localhost localhost.localdomain localhost4
> > > > > > > localhost4.localdomain4
> > > > > > > 127.0.0.1   localhost
> > > > > > > 192.168.1.6 ysg.connect
> > > > > > > ::1         localhost localhost.localdomain localhost6
> > > > > > > localhost6.localdomain6
> > > > > > >
> > > > > > > Now, I fired up the shell and this is the result that I got
> when
> > I
> > > > > > > tried to execute [ create 'test', 'cf' ].  This is the error
> > that I
> > > > > got:
> > > > > > > http://bin.cakephp.org/view/1016732333
> > > > > > >
> > > > > > > The weird thing is that after starting the shell, executing
> that
> > > > > > > command, having that command error out and keep going and
> > > > > > > then exiting the command, I checked the logs and... nothing
> > > > > > > was displayed.  It's as if nothing was stored.
> > > > > > >
> > > > > > >
> > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
> > > > > > > jean-marc@spaggiari.org> wrote:
> > > > > > >
> > > > > > >> Hi Yves,
> > > > > > >>
> > > > > > >> You need to add an entry with your host name and your local
> IP.
> > > > > > >>
> > > > > > >> As an example, here is mine:
> > > > > > >>
> > > > > > >> 127.0.0.1       localhost
> > > > > > >> 192.168.23.2    buldo
> > > > > > >>
> > > > > > >> My host name is buldo.
> > > > > > >>
> > > > > > >> JM
> > > > > > >>
> > > > > > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > > > >>> Hi Jean, this is my /etc/hosts.
> > > > > > >>>
> > > > > > >>> 127.0.0.1   localhost localhost.localdomain localhost4
> > > > > > >>> localhost4.localdomain4
> > > > > > >>> 127.0.0.1   localhost
> > > > > > >>> ::1         localhost localhost.localdomain localhost6
> > > > > > >>> localhost6.localdomain6
> > > > > > >>>
> > > > > > >>>
> > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
> > > > > > >>> jean-marc@spaggiari.org> wrote:
> > > > > > >>>
> > > > > > >>>> Hi Yves,
> > > > > > >>>>
> > > > > > >>>> You seems to have some network configuration issue with your
> > > > > > >> installation.
> > > > > > >>>>
> > > > > > >>>> "java.net.BindException: Cannot assign requested address"
> and
> > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> > > > > > >>>>
> > > > > > >>>> How is your host file configured? You need to have your host
> > > name
> > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
> > > > > > >>>>
> > > > > > >>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > > > >>>>> My mistake.  I thought I had all of those logs.  This is
> > what I
> > > > > > >> currently
> > > > > > >>>>> have:
> > > > > > >>>>> http://bin.cakephp.org/view/2112130549
> > > > > > >>>>>
> > > > > > >>>>> I have $JAVA_HOME set to this:
> > > > > > >>>>> /usr/java/jdk1.7.0_17
> > > > > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
> > > > > > >>>>>
> > > > > > >>>>> Thanks for your help!
> > > > > > >>>>>
> > > > > > >>>>>
> > > > > > >>>>>
> > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> > > > > > >>>>> jean-marc@spaggiari.org> wrote:
> > > > > > >>>>>
> > > > > > >>>>>> Hi Mohammad,
> > > > > > >>>>>>
> > > > > >
> > > >
> > >
> >
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hi Jean-Marc, I'll go back through this tutorial once more.

http://hbase.apache.org/book/quickstart.html


On Wed, May 1, 2013 at 4:27 PM, Jean-Marc Spaggiari <jean-marc@spaggiari.org
> wrote:

> Hi Yves,
>
> Nice to see you back ;)
>
> The UI is http://192.168.x.x:60010/master-status
>
> If you don't have the master UI working, there is no need to try the shell,
> it will not work.
>
> JM
>
> 2013/5/1 Yves S. Garret <yo...@gmail.com>
>
> > Ok, I spoke too soon.  I tried going from Nutch to Hive... not supported
> > (but adding support to it sounds like a fun side-project :) ).  But, I
> can
> > go to HBase.
> >
> > Jean-Marc, I do have a question for you.  When you said that I should
> > get the UI going before anything else, what did you mean?  I'm guessing
> > that this is the tool in question:
> > http://hbase.apache.org/book/trouble.tools.html
> >
> >
> > On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
> > jean-marc@spaggiari.org> wrote:
> >
> > > Hi Yves,
> > >
> > > Your host file looks good.
> > >
> > > Don't even try the shell until you get the UI displayed correctly and
> the
> > > server logs saying that initialization is done.
> > >
> > > So what do you have on the logs when you are trying with this new host
> > > file?
> > >
> > > JM
> > >
> > > 2013/4/28 Asaf Mesika <as...@gmail.com>
> > >
> > > > Http://Devving.com has a good post on setting hosts file for stand
> > alone
> > > > hbase
> > > >
> > > > On Saturday, April 27, 2013, Yves S. Garret wrote:
> > > >
> > > > > Hi, but I don't understand what you mean.  Did I miss a step
> > > > > in the tutorial?
> > > > >
> > > > >
> > > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
> > > > lfedotov@hortonworks.com<javascript:;>
> > > > > >wrote:
> > > > >
> > > > > > Looks like your zookeeper configuration is incorrect in HBase.
> > > > > >
> > > > > > Check it out.
> > > > > >
> > > > > > Thank you!
> > > > > >
> > > > > > Sincerely,
> > > > > > Leonid Fedotov
> > > > > > Technical Support Engineer
> > > > > >
> > > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> > > > > >
> > > > > > > Hi, thanks for your reply.
> > > > > > >
> > > > > > > I did [ hostname ] in my linux OS and this is what I have for a
> > > > > > > hostname [ ysg.connect ].
> > > > > > >
> > > > > > > This is how my hosts file looks like.
> > > > > > > 127.0.0.1   localhost localhost.localdomain localhost4
> > > > > > > localhost4.localdomain4
> > > > > > > 127.0.0.1   localhost
> > > > > > > 192.168.1.6 ysg.connect
> > > > > > > ::1         localhost localhost.localdomain localhost6
> > > > > > > localhost6.localdomain6
> > > > > > >
> > > > > > > Now, I fired up the shell and this is the result that I got
> when
> > I
> > > > > > > tried to execute [ create 'test', 'cf' ].  This is the error
> > that I
> > > > > got:
> > > > > > > http://bin.cakephp.org/view/1016732333
> > > > > > >
> > > > > > > The weird thing is that after starting the shell, executing
> that
> > > > > > > command, having that command error out and keep going and
> > > > > > > then exiting the command, I checked the logs and... nothing
> > > > > > > was displayed.  It's as if nothing was stored.
> > > > > > >
> > > > > > >
> > > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
> > > > > > > jean-marc@spaggiari.org> wrote:
> > > > > > >
> > > > > > >> Hi Yves,
> > > > > > >>
> > > > > > >> You need to add an entry with your host name and your local
> IP.
> > > > > > >>
> > > > > > >> As an example, here is mine:
> > > > > > >>
> > > > > > >> 127.0.0.1       localhost
> > > > > > >> 192.168.23.2    buldo
> > > > > > >>
> > > > > > >> My host name is buldo.
> > > > > > >>
> > > > > > >> JM
> > > > > > >>
> > > > > > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > > > >>> Hi Jean, this is my /etc/hosts.
> > > > > > >>>
> > > > > > >>> 127.0.0.1   localhost localhost.localdomain localhost4
> > > > > > >>> localhost4.localdomain4
> > > > > > >>> 127.0.0.1   localhost
> > > > > > >>> ::1         localhost localhost.localdomain localhost6
> > > > > > >>> localhost6.localdomain6
> > > > > > >>>
> > > > > > >>>
> > > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
> > > > > > >>> jean-marc@spaggiari.org> wrote:
> > > > > > >>>
> > > > > > >>>> Hi Yves,
> > > > > > >>>>
> > > > > > >>>> You seems to have some network configuration issue with your
> > > > > > >> installation.
> > > > > > >>>>
> > > > > > >>>> "java.net.BindException: Cannot assign requested address"
> and
> > > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> > > > > > >>>>
> > > > > > >>>> How is your host file configured? You need to have your host
> > > name
> > > > > > >>>> pointing to you local IP (and not 127.0.0.1).
> > > > > > >>>>
> > > > > > >>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > > > >>>>> My mistake.  I thought I had all of those logs.  This is
> > what I
> > > > > > >> currently
> > > > > > >>>>> have:
> > > > > > >>>>> http://bin.cakephp.org/view/2112130549
> > > > > > >>>>>
> > > > > > >>>>> I have $JAVA_HOME set to this:
> > > > > > >>>>> /usr/java/jdk1.7.0_17
> > > > > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
> > > > > > >>>>>
> > > > > > >>>>> Thanks for your help!
> > > > > > >>>>>
> > > > > > >>>>>
> > > > > > >>>>>
> > > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> > > > > > >>>>> jean-marc@spaggiari.org> wrote:
> > > > > > >>>>>
> > > > > > >>>>>> Hi Mohammad,
> > > > > > >>>>>>
> > > > > >
> > > >
> > >
> >
>

Re: HBase is not running.

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Hi Yves,

Nice to see you back ;)

The UI is http://192.168.x.x:60010/master-status

If you don't have the master UI working, there is no need to try the shell,
it will not work.

JM

2013/5/1 Yves S. Garret <yo...@gmail.com>

> Ok, I spoke too soon.  I tried going from Nutch to Hive... not supported
> (but adding support to it sounds like a fun side-project :) ).  But, I can
> go to HBase.
>
> Jean-Marc, I do have a question for you.  When you said that I should
> get the UI going before anything else, what did you mean?  I'm guessing
> that this is the tool in question:
> http://hbase.apache.org/book/trouble.tools.html
>
>
> On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
> jean-marc@spaggiari.org> wrote:
>
> > Hi Yves,
> >
> > Your host file looks good.
> >
> > Don't even try the shell until you get the UI displayed correctly and the
> > server logs saying that initialization is done.
> >
> > So what do you have on the logs when you are trying with this new host
> > file?
> >
> > JM
> >
> > 2013/4/28 Asaf Mesika <as...@gmail.com>
> >
> > > Http://Devving.com has a good post on setting hosts file for stand
> alone
> > > hbase
> > >
> > > On Saturday, April 27, 2013, Yves S. Garret wrote:
> > >
> > > > Hi, but I don't understand what you mean.  Did I miss a step
> > > > in the tutorial?
> > > >
> > > >
> > > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
> > > lfedotov@hortonworks.com<javascript:;>
> > > > >wrote:
> > > >
> > > > > Looks like your zookeeper configuration is incorrect in HBase.
> > > > >
> > > > > Check it out.
> > > > >
> > > > > Thank you!
> > > > >
> > > > > Sincerely,
> > > > > Leonid Fedotov
> > > > > Technical Support Engineer
> > > > >
> > > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> > > > >
> > > > > > Hi, thanks for your reply.
> > > > > >
> > > > > > I did [ hostname ] in my linux OS and this is what I have for a
> > > > > > hostname [ ysg.connect ].
> > > > > >
> > > > > > This is how my hosts file looks like.
> > > > > > 127.0.0.1   localhost localhost.localdomain localhost4
> > > > > > localhost4.localdomain4
> > > > > > 127.0.0.1   localhost
> > > > > > 192.168.1.6 ysg.connect
> > > > > > ::1         localhost localhost.localdomain localhost6
> > > > > > localhost6.localdomain6
> > > > > >
> > > > > > Now, I fired up the shell and this is the result that I got when
> I
> > > > > > tried to execute [ create 'test', 'cf' ].  This is the error
> that I
> > > > got:
> > > > > > http://bin.cakephp.org/view/1016732333
> > > > > >
> > > > > > The weird thing is that after starting the shell, executing that
> > > > > > command, having that command error out and keep going and
> > > > > > then exiting the command, I checked the logs and... nothing
> > > > > > was displayed.  It's as if nothing was stored.
> > > > > >
> > > > > >
> > > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
> > > > > > jean-marc@spaggiari.org> wrote:
> > > > > >
> > > > > >> Hi Yves,
> > > > > >>
> > > > > >> You need to add an entry with your host name and your local IP.
> > > > > >>
> > > > > >> As an example, here is mine:
> > > > > >>
> > > > > >> 127.0.0.1       localhost
> > > > > >> 192.168.23.2    buldo
> > > > > >>
> > > > > >> My host name is buldo.
> > > > > >>
> > > > > >> JM
> > > > > >>
> > > > > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > > >>> Hi Jean, this is my /etc/hosts.
> > > > > >>>
> > > > > >>> 127.0.0.1   localhost localhost.localdomain localhost4
> > > > > >>> localhost4.localdomain4
> > > > > >>> 127.0.0.1   localhost
> > > > > >>> ::1         localhost localhost.localdomain localhost6
> > > > > >>> localhost6.localdomain6
> > > > > >>>
> > > > > >>>
> > > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
> > > > > >>> jean-marc@spaggiari.org> wrote:
> > > > > >>>
> > > > > >>>> Hi Yves,
> > > > > >>>>
> > > > > >>>> You seems to have some network configuration issue with your
> > > > > >> installation.
> > > > > >>>>
> > > > > >>>> "java.net.BindException: Cannot assign requested address" and
> > > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> > > > > >>>>
> > > > > >>>> How is your host file configured? You need to have your host
> > name
> > > > > >>>> pointing to you local IP (and not 127.0.0.1).
> > > > > >>>>
> > > > > >>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > > >>>>> My mistake.  I thought I had all of those logs.  This is
> what I
> > > > > >> currently
> > > > > >>>>> have:
> > > > > >>>>> http://bin.cakephp.org/view/2112130549
> > > > > >>>>>
> > > > > >>>>> I have $JAVA_HOME set to this:
> > > > > >>>>> /usr/java/jdk1.7.0_17
> > > > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
> > > > > >>>>>
> > > > > >>>>> Thanks for your help!
> > > > > >>>>>
> > > > > >>>>>
> > > > > >>>>>
> > > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> > > > > >>>>> jean-marc@spaggiari.org> wrote:
> > > > > >>>>>
> > > > > >>>>>> Hi Mohammad,
> > > > > >>>>>>
> > > > >
> > >
> >
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Ok, I spoke too soon.  I tried going from Nutch to Hive... not supported
(but adding support to it sounds like a fun side-project :) ).  But, I can
go to HBase.

Jean-Marc, I do have a question for you.  When you said that I should
get the UI going before anything else, what did you mean?  I'm guessing
that this is the tool in question:
http://hbase.apache.org/book/trouble.tools.html


On Tue, Apr 30, 2013 at 7:50 AM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Yves,
>
> Your host file looks good.
>
> Don't even try the shell until you get the UI displayed correctly and the
> server logs saying that initialization is done.
>
> So what do you have on the logs when you are trying with this new host
> file?
>
> JM
>
> 2013/4/28 Asaf Mesika <as...@gmail.com>
>
> > Http://Devving.com has a good post on setting hosts file for stand alone
> > hbase
> >
> > On Saturday, April 27, 2013, Yves S. Garret wrote:
> >
> > > Hi, but I don't understand what you mean.  Did I miss a step
> > > in the tutorial?
> > >
> > >
> > > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
> > lfedotov@hortonworks.com<javascript:;>
> > > >wrote:
> > >
> > > > Looks like your zookeeper configuration is incorrect in HBase.
> > > >
> > > > Check it out.
> > > >
> > > > Thank you!
> > > >
> > > > Sincerely,
> > > > Leonid Fedotov
> > > > Technical Support Engineer
> > > >
> > > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> > > >
> > > > > Hi, thanks for your reply.
> > > > >
> > > > > I did [ hostname ] in my linux OS and this is what I have for a
> > > > > hostname [ ysg.connect ].
> > > > >
> > > > > This is how my hosts file looks like.
> > > > > 127.0.0.1   localhost localhost.localdomain localhost4
> > > > > localhost4.localdomain4
> > > > > 127.0.0.1   localhost
> > > > > 192.168.1.6 ysg.connect
> > > > > ::1         localhost localhost.localdomain localhost6
> > > > > localhost6.localdomain6
> > > > >
> > > > > Now, I fired up the shell and this is the result that I got when I
> > > > > tried to execute [ create 'test', 'cf' ].  This is the error that I
> > > got:
> > > > > http://bin.cakephp.org/view/1016732333
> > > > >
> > > > > The weird thing is that after starting the shell, executing that
> > > > > command, having that command error out and keep going and
> > > > > then exiting the command, I checked the logs and... nothing
> > > > > was displayed.  It's as if nothing was stored.
> > > > >
> > > > >
> > > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
> > > > > jean-marc@spaggiari.org> wrote:
> > > > >
> > > > >> Hi Yves,
> > > > >>
> > > > >> You need to add an entry with your host name and your local IP.
> > > > >>
> > > > >> As an example, here is mine:
> > > > >>
> > > > >> 127.0.0.1       localhost
> > > > >> 192.168.23.2    buldo
> > > > >>
> > > > >> My host name is buldo.
> > > > >>
> > > > >> JM
> > > > >>
> > > > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > >>> Hi Jean, this is my /etc/hosts.
> > > > >>>
> > > > >>> 127.0.0.1   localhost localhost.localdomain localhost4
> > > > >>> localhost4.localdomain4
> > > > >>> 127.0.0.1   localhost
> > > > >>> ::1         localhost localhost.localdomain localhost6
> > > > >>> localhost6.localdomain6
> > > > >>>
> > > > >>>
> > > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
> > > > >>> jean-marc@spaggiari.org> wrote:
> > > > >>>
> > > > >>>> Hi Yves,
> > > > >>>>
> > > > >>>> You seems to have some network configuration issue with your
> > > > >> installation.
> > > > >>>>
> > > > >>>> "java.net.BindException: Cannot assign requested address" and
> > > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> > > > >>>>
> > > > >>>> How is your host file configured? You need to have your host
> name
> > > > >>>> pointing to you local IP (and not 127.0.0.1).
> > > > >>>>
> > > > >>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > > >>>>> My mistake.  I thought I had all of those logs.  This is what I
> > > > >> currently
> > > > >>>>> have:
> > > > >>>>> http://bin.cakephp.org/view/2112130549
> > > > >>>>>
> > > > >>>>> I have $JAVA_HOME set to this:
> > > > >>>>> /usr/java/jdk1.7.0_17
> > > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
> > > > >>>>>
> > > > >>>>> Thanks for your help!
> > > > >>>>>
> > > > >>>>>
> > > > >>>>>
> > > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> > > > >>>>> jean-marc@spaggiari.org> wrote:
> > > > >>>>>
> > > > >>>>>> Hi Mohammad,
> > > > >>>>>>
> > > >
> >
>

Re: HBase is not running.

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Hi Yves,

Your host file looks good.

Don't even try the shell until you get the UI displayed correctly and the
server logs saying that initialization is done.

So what do you have on the logs when you are trying with this new host file?

JM

2013/4/28 Asaf Mesika <as...@gmail.com>

> Http://Devving.com has a good post on setting hosts file for stand alone
> hbase
>
> On Saturday, April 27, 2013, Yves S. Garret wrote:
>
> > Hi, but I don't understand what you mean.  Did I miss a step
> > in the tutorial?
> >
> >
> > On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <
> lfedotov@hortonworks.com<javascript:;>
> > >wrote:
> >
> > > Looks like your zookeeper configuration is incorrect in HBase.
> > >
> > > Check it out.
> > >
> > > Thank you!
> > >
> > > Sincerely,
> > > Leonid Fedotov
> > > Technical Support Engineer
> > >
> > > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> > >
> > > > Hi, thanks for your reply.
> > > >
> > > > I did [ hostname ] in my linux OS and this is what I have for a
> > > > hostname [ ysg.connect ].
> > > >
> > > > This is how my hosts file looks like.
> > > > 127.0.0.1   localhost localhost.localdomain localhost4
> > > > localhost4.localdomain4
> > > > 127.0.0.1   localhost
> > > > 192.168.1.6 ysg.connect
> > > > ::1         localhost localhost.localdomain localhost6
> > > > localhost6.localdomain6
> > > >
> > > > Now, I fired up the shell and this is the result that I got when I
> > > > tried to execute [ create 'test', 'cf' ].  This is the error that I
> > got:
> > > > http://bin.cakephp.org/view/1016732333
> > > >
> > > > The weird thing is that after starting the shell, executing that
> > > > command, having that command error out and keep going and
> > > > then exiting the command, I checked the logs and... nothing
> > > > was displayed.  It's as if nothing was stored.
> > > >
> > > >
> > > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
> > > > jean-marc@spaggiari.org> wrote:
> > > >
> > > >> Hi Yves,
> > > >>
> > > >> You need to add an entry with your host name and your local IP.
> > > >>
> > > >> As an example, here is mine:
> > > >>
> > > >> 127.0.0.1       localhost
> > > >> 192.168.23.2    buldo
> > > >>
> > > >> My host name is buldo.
> > > >>
> > > >> JM
> > > >>
> > > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > >>> Hi Jean, this is my /etc/hosts.
> > > >>>
> > > >>> 127.0.0.1   localhost localhost.localdomain localhost4
> > > >>> localhost4.localdomain4
> > > >>> 127.0.0.1   localhost
> > > >>> ::1         localhost localhost.localdomain localhost6
> > > >>> localhost6.localdomain6
> > > >>>
> > > >>>
> > > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
> > > >>> jean-marc@spaggiari.org> wrote:
> > > >>>
> > > >>>> Hi Yves,
> > > >>>>
> > > >>>> You seems to have some network configuration issue with your
> > > >> installation.
> > > >>>>
> > > >>>> "java.net.BindException: Cannot assign requested address" and
> > > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> > > >>>>
> > > >>>> How is your host file configured? You need to have your host name
> > > >>>> pointing to you local IP (and not 127.0.0.1).
> > > >>>>
> > > >>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > >>>>> My mistake.  I thought I had all of those logs.  This is what I
> > > >> currently
> > > >>>>> have:
> > > >>>>> http://bin.cakephp.org/view/2112130549
> > > >>>>>
> > > >>>>> I have $JAVA_HOME set to this:
> > > >>>>> /usr/java/jdk1.7.0_17
> > > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
> > > >>>>>
> > > >>>>> Thanks for your help!
> > > >>>>>
> > > >>>>>
> > > >>>>>
> > > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> > > >>>>> jean-marc@spaggiari.org> wrote:
> > > >>>>>
> > > >>>>>> Hi Mohammad,
> > > >>>>>>
> > >
>

Re: HBase is not running.

Posted by Asaf Mesika <as...@gmail.com>.
Http://Devving.com has a good post on setting hosts file for stand alone
hbase

On Saturday, April 27, 2013, Yves S. Garret wrote:

> Hi, but I don't understand what you mean.  Did I miss a step
> in the tutorial?
>
>
> On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <lfedotov@hortonworks.com<javascript:;>
> >wrote:
>
> > Looks like your zookeeper configuration is incorrect in HBase.
> >
> > Check it out.
> >
> > Thank you!
> >
> > Sincerely,
> > Leonid Fedotov
> > Technical Support Engineer
> >
> > On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
> >
> > > Hi, thanks for your reply.
> > >
> > > I did [ hostname ] in my linux OS and this is what I have for a
> > > hostname [ ysg.connect ].
> > >
> > > This is how my hosts file looks like.
> > > 127.0.0.1   localhost localhost.localdomain localhost4
> > > localhost4.localdomain4
> > > 127.0.0.1   localhost
> > > 192.168.1.6 ysg.connect
> > > ::1         localhost localhost.localdomain localhost6
> > > localhost6.localdomain6
> > >
> > > Now, I fired up the shell and this is the result that I got when I
> > > tried to execute [ create 'test', 'cf' ].  This is the error that I
> got:
> > > http://bin.cakephp.org/view/1016732333
> > >
> > > The weird thing is that after starting the shell, executing that
> > > command, having that command error out and keep going and
> > > then exiting the command, I checked the logs and... nothing
> > > was displayed.  It's as if nothing was stored.
> > >
> > >
> > > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
> > > jean-marc@spaggiari.org> wrote:
> > >
> > >> Hi Yves,
> > >>
> > >> You need to add an entry with your host name and your local IP.
> > >>
> > >> As an example, here is mine:
> > >>
> > >> 127.0.0.1       localhost
> > >> 192.168.23.2    buldo
> > >>
> > >> My host name is buldo.
> > >>
> > >> JM
> > >>
> > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > >>> Hi Jean, this is my /etc/hosts.
> > >>>
> > >>> 127.0.0.1   localhost localhost.localdomain localhost4
> > >>> localhost4.localdomain4
> > >>> 127.0.0.1   localhost
> > >>> ::1         localhost localhost.localdomain localhost6
> > >>> localhost6.localdomain6
> > >>>
> > >>>
> > >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
> > >>> jean-marc@spaggiari.org> wrote:
> > >>>
> > >>>> Hi Yves,
> > >>>>
> > >>>> You seems to have some network configuration issue with your
> > >> installation.
> > >>>>
> > >>>> "java.net.BindException: Cannot assign requested address" and
> > >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> > >>>>
> > >>>> How is your host file configured? You need to have your host name
> > >>>> pointing to you local IP (and not 127.0.0.1).
> > >>>>
> > >>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > >>>>> My mistake.  I thought I had all of those logs.  This is what I
> > >> currently
> > >>>>> have:
> > >>>>> http://bin.cakephp.org/view/2112130549
> > >>>>>
> > >>>>> I have $JAVA_HOME set to this:
> > >>>>> /usr/java/jdk1.7.0_17
> > >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
> > >>>>>
> > >>>>> Thanks for your help!
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> > >>>>> jean-marc@spaggiari.org> wrote:
> > >>>>>
> > >>>>>> Hi Mohammad,
> > >>>>>>
> >

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hi, but I don't understand what you mean.  Did I miss a step
in the tutorial?


On Fri, Apr 26, 2013 at 4:26 PM, Leonid Fedotov <lf...@hortonworks.com>wrote:

> Looks like your zookeeper configuration is incorrect in HBase.
>
> Check it out.
>
> Thank you!
>
> Sincerely,
> Leonid Fedotov
> Technical Support Engineer
>
> On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:
>
> > Hi, thanks for your reply.
> >
> > I did [ hostname ] in my linux OS and this is what I have for a
> > hostname [ ysg.connect ].
> >
> > This is how my hosts file looks like.
> > 127.0.0.1   localhost localhost.localdomain localhost4
> > localhost4.localdomain4
> > 127.0.0.1   localhost
> > 192.168.1.6 ysg.connect
> > ::1         localhost localhost.localdomain localhost6
> > localhost6.localdomain6
> >
> > Now, I fired up the shell and this is the result that I got when I
> > tried to execute [ create 'test', 'cf' ].  This is the error that I got:
> > http://bin.cakephp.org/view/1016732333
> >
> > The weird thing is that after starting the shell, executing that
> > command, having that command error out and keep going and
> > then exiting the command, I checked the logs and... nothing
> > was displayed.  It's as if nothing was stored.
> >
> >
> > On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
> > jean-marc@spaggiari.org> wrote:
> >
> >> Hi Yves,
> >>
> >> You need to add an entry with your host name and your local IP.
> >>
> >> As an example, here is mine:
> >>
> >> 127.0.0.1       localhost
> >> 192.168.23.2    buldo
> >>
> >> My host name is buldo.
> >>
> >> JM
> >>
> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >>> Hi Jean, this is my /etc/hosts.
> >>>
> >>> 127.0.0.1   localhost localhost.localdomain localhost4
> >>> localhost4.localdomain4
> >>> 127.0.0.1   localhost
> >>> ::1         localhost localhost.localdomain localhost6
> >>> localhost6.localdomain6
> >>>
> >>>
> >>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
> >>> jean-marc@spaggiari.org> wrote:
> >>>
> >>>> Hi Yves,
> >>>>
> >>>> You seems to have some network configuration issue with your
> >> installation.
> >>>>
> >>>> "java.net.BindException: Cannot assign requested address" and
> >>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> >>>>
> >>>> How is your host file configured? You need to have your host name
> >>>> pointing to you local IP (and not 127.0.0.1).
> >>>>
> >>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >>>>> My mistake.  I thought I had all of those logs.  This is what I
> >> currently
> >>>>> have:
> >>>>> http://bin.cakephp.org/view/2112130549
> >>>>>
> >>>>> I have $JAVA_HOME set to this:
> >>>>> /usr/java/jdk1.7.0_17
> >>>>> I have extracted 0.94 and ran bin/start-hbase.sh
> >>>>>
> >>>>> Thanks for your help!
> >>>>>
> >>>>>
> >>>>>
> >>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> >>>>> jean-marc@spaggiari.org> wrote:
> >>>>>
> >>>>>> Hi Mohammad,
> >>>>>>
> >>>>>> He is running standalone, so no need to update the zookeeper qorum
> >> yet.
> >>>>>>
> >>>>>> Yes, can you share the entire hbase-ysg-master-ysg.connect.log file?
> >>>>>> Not just the first lines. Or what you sent is already all?
> >>>>>>
> >>>>>> So what have you done yet? Downloaded 0.94, extracted it, setup the
> >>>>>> JAVA_HOME and ran bin/start-hbase.sh ?
> >>>>>>
> >>>>>> JMS
> >>>>>>
> >>>>>> 2013/4/25 Mohammad Tariq <do...@gmail.com>:
> >>>>>>> Hello Yves,
> >>>>>>>
> >>>>>>>       The log seems to be incomplete. Could you please the
> >> complete
> >>>>>>> logs?Have you set the "hbase.zookeeper.quorum "property properly?Is
> >>>> your
> >>>>>>> Hadoop running fine?
> >>>>>>>
> >>>>>>> Warm Regards,
> >>>>>>> Tariq
> >>>>>>> https://mtariq.jux.com/
> >>>>>>> cloudfront.blogspot.com
> >>>>>>>
> >>>>>>>
> >>>>>>> On Fri, Apr 26, 2013 at 2:00 AM, Yves S. Garret
> >>>>>>> <yo...@gmail.com>wrote:
> >>>>>>>
> >>>>>>>> Hi again.  I have 3 log files and only one of them had anything in
> >>>> them,
> >>>>>>>> here are the file names.  I'm assuming that you're talking about
> >> the
> >>>>>>>> directory ${APACHE_HBASE_HOME}/logs, yes?
> >>>>>>>>
> >>>>>>>> Here are the file names:
> >>>>>>>> -rw-rw-r--. 1 user user 12465 Apr 25 14:54
> >>>>>> hbase-ysg-master-ysg.connect.log
> >>>>>>>> -rw-rw-r--. 1 user user     0 Apr 25 14:54
> >>>>>> hbase-ysg-master-ysg.connect.out
> >>>>>>>> -rw-rw-r--. 1 user user     0 Apr 25 14:54 SecurityAuth.audit
> >>>>>>>>
> >>>>>>>> Also, to answer your question about the UI, I tried that URL (I'm
> >>>> doing
> >>>>>> all
> >>>>>>>> of this on my laptop just to learn at the moment) and neither the
> >> URL
> >>>>>> nor
> >>>>>>>> localhost:60010 worked.  So, the answer to your question is that
> >> the
> >>>> UI
> >>>>>> is
> >>>>>>>> not showing up.  This could be due to not being far along in the
> >>>>>> tutorial,
> >>>>>>>> perhaps?
> >>>>>>>>
> >>>>>>>> Thanks again!
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> On Thu, Apr 25, 2013 at 4:22 PM, Jean-Marc Spaggiari <
> >>>>>>>> jean-marc@spaggiari.org> wrote:
> >>>>>>>>
> >>>>>>>>> There is no stupid question ;)
> >>>>>>>>>
> >>>>>>>>> Are the log truncated? Anything else after that? Or that's all
> >> what
> >>>>>> you
> >>>>>>>>> have?
> >>>>>>>>>
> >>>>>>>>> For the UI, you can access it with
> >>>>>>>> http://192.168.X.X:60010/master-status
> >>>>>>>>>
> >>>>>>>>> Replace the X with your own IP. You should see some information
> >>>> about
> >>>>>>>>> your HBase cluster (even in Standalone mode).
> >>>>>>>>>
> >>>>>>>>> JMS
> >>>>>>>>>
> >>>>>>>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >>>>>>>>>> Here are the logs, what should I be looking for?  Seems like
> >>>>>> everything
> >>>>>>>>>> is fine for the moment, no?
> >>>>>>>>>>
> >>>>>>>>>> http://bin.cakephp.org/view/2144893539
> >>>>>>>>>>
> >>>>>>>>>> The web UI?  What do you mean?  Sorry if this is a stupid
> >>>> question,
> >>>>>> I'm
> >>>>>>>>>> a Hadoop newb.
> >>>>>>>>>>
> >>>>>>>>>> On Thu, Apr 25, 2013 at 3:19 PM, Jean-Marc Spaggiari <
> >>>>>>>>>> jean-marc@spaggiari.org> wrote:
> >>>>>>>>>>
> >>>>>>>>>>> Before trying the shell, can you look at the server logs and
> >>>> see if
> >>>>>>>>>>> everything is fine?
> >>>>>>>>>>>
> >>>>>>>>>>> Also, is the web UI working fine?
> >>>>>>>>>>>
> >>>>>>>>>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >>>>>>>>>>>> Ok, spoke too soon :) .
> >>>>>>>>>>>>
> >>>>>>>>>>>> I ran this command [ create 'test', 'cf' ] and this is the
> >>>> result
> >>>>>>>>> that I
> >>>>>>>>>>>> got:
> >>>>>>>>>>>> http://bin.cakephp.org/view/168926019
> >>>>>>>>>>>>
> >>>>>>>>>>>> This is after running help<enter> and having this run just
> >>>> fine.
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>> On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
> >>>>>>>>>>>> jean-marc@spaggiari.org> wrote:
> >>>>>>>>>>>>
> >>>>>>>>>>>>> Hi Yves,
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> 0.95.0 is a developer version. If you are starting with
> >>>> HBase, I
> >>>>>>>> will
> >>>>>>>>>>>>> recommend you to choose a more stable version like
> >> 0.94.6.1.
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Regarding the 3 choices you are listing below.
> >>>>>>>>>>>>> 1) This one is HBase 0.95 running over Hadoop 1.0
> >>>>>>>>>>>>> 2) This one is HBase 0.95 running over Hadoop 2.0
> >>>>>>>>>>>>> 3) This one are the HBase source classes.
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Again, I think you are better to go with a stable version
> >> for
> >>>>>> the
> >>>>>>>>>>>>> first steps:
> >>>>>> http://www.bizdirusa.com/mirrors/apache/hbase/stable/
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Would you mind to retry you tests with this version and
> >> let
> >>>> me
> >>>>>> know
> >>>>>>>>> if
> >>>>>>>>>>>>> it's working better?
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> JM
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >>>>>>>>>>>>>> Hi, I'm trying to run 0.95.0.
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> I've tried both and nothing worked.
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> I do have another question.  When I go to download
> >> hbase, I
> >>>>>> get
> >>>>>>>> the
> >>>>>>>>>>>>>> following 3 choices:
> >>>>>>>>>>>>>>
> >>>> http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> The 3 choices:
> >>>>>>>>>>>>>> - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
> >>>>>>>>>>>>>> - hbase-0.95.0-hadoop2-bin.tar.gz
> >>>>>>>>>>>>>> - hbase-0.95.0-src.tar.gz
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> Which of those should I download and work with?  The
> >>>>>> instructions
> >>>>>>>>>>>>>> were somewhat vague on that and I think this might be
> >>>> causing
> >>>>>> me
> >>>>>>>>>>>>>> some headaches in this process.
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> By the way, thank you for your answer, very appreciated!
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>> On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
> >>>>>>>>>>>>>> jean-marc@spaggiari.org> wrote:
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> Hi Yves,
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> Which version of HBase are you trying with? It should
> >> be
> >>>>>> working
> >>>>>>>>> with
> >>>>>>>>>>>>> Java
> >>>>>>>>>>>>>>> 1.7.
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> To start HBase, are you trying "bin/start-hbase.sh
> >> start"
> >>>> as
> >>>>>> you
> >>>>>>>>> said
> >>>>>>>>>>>>>>> below? On only "bin/start-hbase.sh"? The later is the
> >>>> correct
> >>>>>>>> one
> >>>>>>>>>>>>>>> while the former as an extra "start" not required at
> >> the
> >>>> end.
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> JM
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >>>>>>>>>>>>>>>> Hi all,
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> I'm having an issue with getting HBase to run.  I'm
> >>>>>> following
> >>>>>>>>> this
> >>>>>>>>>>>>>>> tutorial:
> >>>>>>>>>>>>>>>> http://hbase.apache.org/book.html#start_hbase
> >>>>>>>>>>>>>>>>
> >>>>>>>>>>>>>>>> When I run that command [ bin/start-hbase.sh start ],
> >>>>>> nothing
> >>>>>>>>>>> happens.
> >>>>>>>>>>>>>>> At
> >>>>>>>>>>>>>>>> all.
> >>>>>>>>>>>>>>>> My question is why.  I have Java 1.7 on this machine,
> >>>> do I
> >>>>>>>>> _need_
> >>>>>>>>>>> to
> >>>>>>>>>>>>> get
> >>>>>>>>>>>>>>>> 1.6?
> >>>>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>
> >>>>>>>>
> >>>>>>
> >>>>
> >>
>
>

Re: HBase is not running.

Posted by Leonid Fedotov <lf...@hortonworks.com>.
Looks like your zookeeper configuration is incorrect in HBase.

Check it out.

Thank you!

Sincerely,
Leonid Fedotov
Technical Support Engineer

On Apr 26, 2013, at 9:59 AM, Yves S. Garret wrote:

> Hi, thanks for your reply.
> 
> I did [ hostname ] in my linux OS and this is what I have for a
> hostname [ ysg.connect ].
> 
> This is how my hosts file looks like.
> 127.0.0.1   localhost localhost.localdomain localhost4
> localhost4.localdomain4
> 127.0.0.1   localhost
> 192.168.1.6 ysg.connect
> ::1         localhost localhost.localdomain localhost6
> localhost6.localdomain6
> 
> Now, I fired up the shell and this is the result that I got when I
> tried to execute [ create 'test', 'cf' ].  This is the error that I got:
> http://bin.cakephp.org/view/1016732333
> 
> The weird thing is that after starting the shell, executing that
> command, having that command error out and keep going and
> then exiting the command, I checked the logs and... nothing
> was displayed.  It's as if nothing was stored.
> 
> 
> On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
> jean-marc@spaggiari.org> wrote:
> 
>> Hi Yves,
>> 
>> You need to add an entry with your host name and your local IP.
>> 
>> As an example, here is mine:
>> 
>> 127.0.0.1       localhost
>> 192.168.23.2    buldo
>> 
>> My host name is buldo.
>> 
>> JM
>> 
>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>>> Hi Jean, this is my /etc/hosts.
>>> 
>>> 127.0.0.1   localhost localhost.localdomain localhost4
>>> localhost4.localdomain4
>>> 127.0.0.1   localhost
>>> ::1         localhost localhost.localdomain localhost6
>>> localhost6.localdomain6
>>> 
>>> 
>>> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
>>> jean-marc@spaggiari.org> wrote:
>>> 
>>>> Hi Yves,
>>>> 
>>>> You seems to have some network configuration issue with your
>> installation.
>>>> 
>>>> "java.net.BindException: Cannot assign requested address" and
>>>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
>>>> 
>>>> How is your host file configured? You need to have your host name
>>>> pointing to you local IP (and not 127.0.0.1).
>>>> 
>>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>>>>> My mistake.  I thought I had all of those logs.  This is what I
>> currently
>>>>> have:
>>>>> http://bin.cakephp.org/view/2112130549
>>>>> 
>>>>> I have $JAVA_HOME set to this:
>>>>> /usr/java/jdk1.7.0_17
>>>>> I have extracted 0.94 and ran bin/start-hbase.sh
>>>>> 
>>>>> Thanks for your help!
>>>>> 
>>>>> 
>>>>> 
>>>>> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
>>>>> jean-marc@spaggiari.org> wrote:
>>>>> 
>>>>>> Hi Mohammad,
>>>>>> 
>>>>>> He is running standalone, so no need to update the zookeeper qorum
>> yet.
>>>>>> 
>>>>>> Yes, can you share the entire hbase-ysg-master-ysg.connect.log file?
>>>>>> Not just the first lines. Or what you sent is already all?
>>>>>> 
>>>>>> So what have you done yet? Downloaded 0.94, extracted it, setup the
>>>>>> JAVA_HOME and ran bin/start-hbase.sh ?
>>>>>> 
>>>>>> JMS
>>>>>> 
>>>>>> 2013/4/25 Mohammad Tariq <do...@gmail.com>:
>>>>>>> Hello Yves,
>>>>>>> 
>>>>>>>       The log seems to be incomplete. Could you please the
>> complete
>>>>>>> logs?Have you set the "hbase.zookeeper.quorum "property properly?Is
>>>> your
>>>>>>> Hadoop running fine?
>>>>>>> 
>>>>>>> Warm Regards,
>>>>>>> Tariq
>>>>>>> https://mtariq.jux.com/
>>>>>>> cloudfront.blogspot.com
>>>>>>> 
>>>>>>> 
>>>>>>> On Fri, Apr 26, 2013 at 2:00 AM, Yves S. Garret
>>>>>>> <yo...@gmail.com>wrote:
>>>>>>> 
>>>>>>>> Hi again.  I have 3 log files and only one of them had anything in
>>>> them,
>>>>>>>> here are the file names.  I'm assuming that you're talking about
>> the
>>>>>>>> directory ${APACHE_HBASE_HOME}/logs, yes?
>>>>>>>> 
>>>>>>>> Here are the file names:
>>>>>>>> -rw-rw-r--. 1 user user 12465 Apr 25 14:54
>>>>>> hbase-ysg-master-ysg.connect.log
>>>>>>>> -rw-rw-r--. 1 user user     0 Apr 25 14:54
>>>>>> hbase-ysg-master-ysg.connect.out
>>>>>>>> -rw-rw-r--. 1 user user     0 Apr 25 14:54 SecurityAuth.audit
>>>>>>>> 
>>>>>>>> Also, to answer your question about the UI, I tried that URL (I'm
>>>> doing
>>>>>> all
>>>>>>>> of this on my laptop just to learn at the moment) and neither the
>> URL
>>>>>> nor
>>>>>>>> localhost:60010 worked.  So, the answer to your question is that
>> the
>>>> UI
>>>>>> is
>>>>>>>> not showing up.  This could be due to not being far along in the
>>>>>> tutorial,
>>>>>>>> perhaps?
>>>>>>>> 
>>>>>>>> Thanks again!
>>>>>>>> 
>>>>>>>> 
>>>>>>>> On Thu, Apr 25, 2013 at 4:22 PM, Jean-Marc Spaggiari <
>>>>>>>> jean-marc@spaggiari.org> wrote:
>>>>>>>> 
>>>>>>>>> There is no stupid question ;)
>>>>>>>>> 
>>>>>>>>> Are the log truncated? Anything else after that? Or that's all
>> what
>>>>>> you
>>>>>>>>> have?
>>>>>>>>> 
>>>>>>>>> For the UI, you can access it with
>>>>>>>> http://192.168.X.X:60010/master-status
>>>>>>>>> 
>>>>>>>>> Replace the X with your own IP. You should see some information
>>>> about
>>>>>>>>> your HBase cluster (even in Standalone mode).
>>>>>>>>> 
>>>>>>>>> JMS
>>>>>>>>> 
>>>>>>>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>>>>>>>>>> Here are the logs, what should I be looking for?  Seems like
>>>>>> everything
>>>>>>>>>> is fine for the moment, no?
>>>>>>>>>> 
>>>>>>>>>> http://bin.cakephp.org/view/2144893539
>>>>>>>>>> 
>>>>>>>>>> The web UI?  What do you mean?  Sorry if this is a stupid
>>>> question,
>>>>>> I'm
>>>>>>>>>> a Hadoop newb.
>>>>>>>>>> 
>>>>>>>>>> On Thu, Apr 25, 2013 at 3:19 PM, Jean-Marc Spaggiari <
>>>>>>>>>> jean-marc@spaggiari.org> wrote:
>>>>>>>>>> 
>>>>>>>>>>> Before trying the shell, can you look at the server logs and
>>>> see if
>>>>>>>>>>> everything is fine?
>>>>>>>>>>> 
>>>>>>>>>>> Also, is the web UI working fine?
>>>>>>>>>>> 
>>>>>>>>>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>>>>>>>>>>>> Ok, spoke too soon :) .
>>>>>>>>>>>> 
>>>>>>>>>>>> I ran this command [ create 'test', 'cf' ] and this is the
>>>> result
>>>>>>>>> that I
>>>>>>>>>>>> got:
>>>>>>>>>>>> http://bin.cakephp.org/view/168926019
>>>>>>>>>>>> 
>>>>>>>>>>>> This is after running help<enter> and having this run just
>>>> fine.
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
>>>>>>>>>>>> jean-marc@spaggiari.org> wrote:
>>>>>>>>>>>> 
>>>>>>>>>>>>> Hi Yves,
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 0.95.0 is a developer version. If you are starting with
>>>> HBase, I
>>>>>>>> will
>>>>>>>>>>>>> recommend you to choose a more stable version like
>> 0.94.6.1.
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Regarding the 3 choices you are listing below.
>>>>>>>>>>>>> 1) This one is HBase 0.95 running over Hadoop 1.0
>>>>>>>>>>>>> 2) This one is HBase 0.95 running over Hadoop 2.0
>>>>>>>>>>>>> 3) This one are the HBase source classes.
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Again, I think you are better to go with a stable version
>> for
>>>>>> the
>>>>>>>>>>>>> first steps:
>>>>>> http://www.bizdirusa.com/mirrors/apache/hbase/stable/
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Would you mind to retry you tests with this version and
>> let
>>>> me
>>>>>> know
>>>>>>>>> if
>>>>>>>>>>>>> it's working better?
>>>>>>>>>>>>> 
>>>>>>>>>>>>> JM
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>>>>>>>>>>>>>> Hi, I'm trying to run 0.95.0.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> I've tried both and nothing worked.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> I do have another question.  When I go to download
>> hbase, I
>>>>>> get
>>>>>>>> the
>>>>>>>>>>>>>> following 3 choices:
>>>>>>>>>>>>>> 
>>>> http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> The 3 choices:
>>>>>>>>>>>>>> - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
>>>>>>>>>>>>>> - hbase-0.95.0-hadoop2-bin.tar.gz
>>>>>>>>>>>>>> - hbase-0.95.0-src.tar.gz
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Which of those should I download and work with?  The
>>>>>> instructions
>>>>>>>>>>>>>> were somewhat vague on that and I think this might be
>>>> causing
>>>>>> me
>>>>>>>>>>>>>> some headaches in this process.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> By the way, thank you for your answer, very appreciated!
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
>>>>>>>>>>>>>> jean-marc@spaggiari.org> wrote:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Hi Yves,
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Which version of HBase are you trying with? It should
>> be
>>>>>> working
>>>>>>>>> with
>>>>>>>>>>>>> Java
>>>>>>>>>>>>>>> 1.7.
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> To start HBase, are you trying "bin/start-hbase.sh
>> start"
>>>> as
>>>>>> you
>>>>>>>>> said
>>>>>>>>>>>>>>> below? On only "bin/start-hbase.sh"? The later is the
>>>> correct
>>>>>>>> one
>>>>>>>>>>>>>>> while the former as an extra "start" not required at
>> the
>>>> end.
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> JM
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>>>>>>>>>>>>>>>> Hi all,
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> I'm having an issue with getting HBase to run.  I'm
>>>>>> following
>>>>>>>>> this
>>>>>>>>>>>>>>> tutorial:
>>>>>>>>>>>>>>>> http://hbase.apache.org/book.html#start_hbase
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> When I run that command [ bin/start-hbase.sh start ],
>>>>>> nothing
>>>>>>>>>>> happens.
>>>>>>>>>>>>>>> At
>>>>>>>>>>>>>>>> all.
>>>>>>>>>>>>>>>> My question is why.  I have Java 1.7 on this machine,
>>>> do I
>>>>>>>>> _need_
>>>>>>>>>>> to
>>>>>>>>>>>>> get
>>>>>>>>>>>>>>>> 1.6?
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>> 
>>>>>> 
>>>> 
>> 


Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hi, thanks for your reply.

I did [ hostname ] in my linux OS and this is what I have for a
hostname [ ysg.connect ].

This is how my hosts file looks like.
127.0.0.1   localhost localhost.localdomain localhost4
localhost4.localdomain4
127.0.0.1   localhost
192.168.1.6 ysg.connect
::1         localhost localhost.localdomain localhost6
localhost6.localdomain6

Now, I fired up the shell and this is the result that I got when I
tried to execute [ create 'test', 'cf' ].  This is the error that I got:
http://bin.cakephp.org/view/1016732333

The weird thing is that after starting the shell, executing that
command, having that command error out and keep going and
then exiting the command, I checked the logs and... nothing
was displayed.  It's as if nothing was stored.


On Fri, Apr 26, 2013 at 7:12 AM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Yves,
>
> You need to add an entry with your host name and your local IP.
>
> As an example, here is mine:
>
> 127.0.0.1       localhost
> 192.168.23.2    buldo
>
> My host name is buldo.
>
> JM
>
> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > Hi Jean, this is my /etc/hosts.
> >
> > 127.0.0.1   localhost localhost.localdomain localhost4
> > localhost4.localdomain4
> > 127.0.0.1   localhost
> > ::1         localhost localhost.localdomain localhost6
> > localhost6.localdomain6
> >
> >
> > On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
> > jean-marc@spaggiari.org> wrote:
> >
> >> Hi Yves,
> >>
> >> You seems to have some network configuration issue with your
> installation.
> >>
> >> "java.net.BindException: Cannot assign requested address" and
> >> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
> >>
> >> How is your host file configured? You need to have your host name
> >> pointing to you local IP (and not 127.0.0.1).
> >>
> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> > My mistake.  I thought I had all of those logs.  This is what I
> currently
> >> > have:
> >> > http://bin.cakephp.org/view/2112130549
> >> >
> >> > I have $JAVA_HOME set to this:
> >> > /usr/java/jdk1.7.0_17
> >> > I have extracted 0.94 and ran bin/start-hbase.sh
> >> >
> >> > Thanks for your help!
> >> >
> >> >
> >> >
> >> > On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> >> > jean-marc@spaggiari.org> wrote:
> >> >
> >> >> Hi Mohammad,
> >> >>
> >> >> He is running standalone, so no need to update the zookeeper qorum
> yet.
> >> >>
> >> >> Yes, can you share the entire hbase-ysg-master-ysg.connect.log file?
> >> >> Not just the first lines. Or what you sent is already all?
> >> >>
> >> >> So what have you done yet? Downloaded 0.94, extracted it, setup the
> >> >> JAVA_HOME and ran bin/start-hbase.sh ?
> >> >>
> >> >> JMS
> >> >>
> >> >> 2013/4/25 Mohammad Tariq <do...@gmail.com>:
> >> >> > Hello Yves,
> >> >> >
> >> >> >        The log seems to be incomplete. Could you please the
> complete
> >> >> > logs?Have you set the "hbase.zookeeper.quorum "property properly?Is
> >> your
> >> >> > Hadoop running fine?
> >> >> >
> >> >> > Warm Regards,
> >> >> > Tariq
> >> >> > https://mtariq.jux.com/
> >> >> > cloudfront.blogspot.com
> >> >> >
> >> >> >
> >> >> > On Fri, Apr 26, 2013 at 2:00 AM, Yves S. Garret
> >> >> > <yo...@gmail.com>wrote:
> >> >> >
> >> >> >> Hi again.  I have 3 log files and only one of them had anything in
> >> them,
> >> >> >> here are the file names.  I'm assuming that you're talking about
> the
> >> >> >> directory ${APACHE_HBASE_HOME}/logs, yes?
> >> >> >>
> >> >> >> Here are the file names:
> >> >> >> -rw-rw-r--. 1 user user 12465 Apr 25 14:54
> >> >> hbase-ysg-master-ysg.connect.log
> >> >> >> -rw-rw-r--. 1 user user     0 Apr 25 14:54
> >> >> hbase-ysg-master-ysg.connect.out
> >> >> >> -rw-rw-r--. 1 user user     0 Apr 25 14:54 SecurityAuth.audit
> >> >> >>
> >> >> >> Also, to answer your question about the UI, I tried that URL (I'm
> >> doing
> >> >> all
> >> >> >> of this on my laptop just to learn at the moment) and neither the
> URL
> >> >> nor
> >> >> >> localhost:60010 worked.  So, the answer to your question is that
> the
> >> UI
> >> >> is
> >> >> >> not showing up.  This could be due to not being far along in the
> >> >> tutorial,
> >> >> >> perhaps?
> >> >> >>
> >> >> >> Thanks again!
> >> >> >>
> >> >> >>
> >> >> >> On Thu, Apr 25, 2013 at 4:22 PM, Jean-Marc Spaggiari <
> >> >> >> jean-marc@spaggiari.org> wrote:
> >> >> >>
> >> >> >> > There is no stupid question ;)
> >> >> >> >
> >> >> >> > Are the log truncated? Anything else after that? Or that's all
> what
> >> >> you
> >> >> >> > have?
> >> >> >> >
> >> >> >> > For the UI, you can access it with
> >> >> >> http://192.168.X.X:60010/master-status
> >> >> >> >
> >> >> >> > Replace the X with your own IP. You should see some information
> >> about
> >> >> >> > your HBase cluster (even in Standalone mode).
> >> >> >> >
> >> >> >> > JMS
> >> >> >> >
> >> >> >> > 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> >> > > Here are the logs, what should I be looking for?  Seems like
> >> >> everything
> >> >> >> > > is fine for the moment, no?
> >> >> >> > >
> >> >> >> > > http://bin.cakephp.org/view/2144893539
> >> >> >> > >
> >> >> >> > > The web UI?  What do you mean?  Sorry if this is a stupid
> >> question,
> >> >> I'm
> >> >> >> > > a Hadoop newb.
> >> >> >> > >
> >> >> >> > > On Thu, Apr 25, 2013 at 3:19 PM, Jean-Marc Spaggiari <
> >> >> >> > > jean-marc@spaggiari.org> wrote:
> >> >> >> > >
> >> >> >> > >> Before trying the shell, can you look at the server logs and
> >> see if
> >> >> >> > >> everything is fine?
> >> >> >> > >>
> >> >> >> > >> Also, is the web UI working fine?
> >> >> >> > >>
> >> >> >> > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> >> > >> > Ok, spoke too soon :) .
> >> >> >> > >> >
> >> >> >> > >> > I ran this command [ create 'test', 'cf' ] and this is the
> >> result
> >> >> >> > that I
> >> >> >> > >> > got:
> >> >> >> > >> > http://bin.cakephp.org/view/168926019
> >> >> >> > >> >
> >> >> >> > >> > This is after running help<enter> and having this run just
> >> fine.
> >> >> >> > >> >
> >> >> >> > >> >
> >> >> >> > >> > On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
> >> >> >> > >> > jean-marc@spaggiari.org> wrote:
> >> >> >> > >> >
> >> >> >> > >> >> Hi Yves,
> >> >> >> > >> >>
> >> >> >> > >> >> 0.95.0 is a developer version. If you are starting with
> >> HBase, I
> >> >> >> will
> >> >> >> > >> >> recommend you to choose a more stable version like
> 0.94.6.1.
> >> >> >> > >> >>
> >> >> >> > >> >> Regarding the 3 choices you are listing below.
> >> >> >> > >> >> 1) This one is HBase 0.95 running over Hadoop 1.0
> >> >> >> > >> >> 2) This one is HBase 0.95 running over Hadoop 2.0
> >> >> >> > >> >> 3) This one are the HBase source classes.
> >> >> >> > >> >>
> >> >> >> > >> >> Again, I think you are better to go with a stable version
> for
> >> >> the
> >> >> >> > >> >> first steps:
> >> >> http://www.bizdirusa.com/mirrors/apache/hbase/stable/
> >> >> >> > >> >>
> >> >> >> > >> >> Would you mind to retry you tests with this version and
> let
> >> me
> >> >> know
> >> >> >> > if
> >> >> >> > >> >> it's working better?
> >> >> >> > >> >>
> >> >> >> > >> >> JM
> >> >> >> > >> >>
> >> >> >> > >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> >> > >> >> > Hi, I'm trying to run 0.95.0.
> >> >> >> > >> >> >
> >> >> >> > >> >> > I've tried both and nothing worked.
> >> >> >> > >> >> >
> >> >> >> > >> >> > I do have another question.  When I go to download
> hbase, I
> >> >> get
> >> >> >> the
> >> >> >> > >> >> > following 3 choices:
> >> >> >> > >> >> >
> >> http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
> >> >> >> > >> >> >
> >> >> >> > >> >> > The 3 choices:
> >> >> >> > >> >> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
> >> >> >> > >> >> > - hbase-0.95.0-hadoop2-bin.tar.gz
> >> >> >> > >> >> > - hbase-0.95.0-src.tar.gz
> >> >> >> > >> >> >
> >> >> >> > >> >> > Which of those should I download and work with?  The
> >> >> instructions
> >> >> >> > >> >> > were somewhat vague on that and I think this might be
> >> causing
> >> >> me
> >> >> >> > >> >> > some headaches in this process.
> >> >> >> > >> >> >
> >> >> >> > >> >> > By the way, thank you for your answer, very appreciated!
> >> >> >> > >> >> >
> >> >> >> > >> >> >
> >> >> >> > >> >> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
> >> >> >> > >> >> > jean-marc@spaggiari.org> wrote:
> >> >> >> > >> >> >
> >> >> >> > >> >> >> Hi Yves,
> >> >> >> > >> >> >>
> >> >> >> > >> >> >> Which version of HBase are you trying with? It should
> be
> >> >> working
> >> >> >> > with
> >> >> >> > >> >> Java
> >> >> >> > >> >> >> 1.7.
> >> >> >> > >> >> >>
> >> >> >> > >> >> >> To start HBase, are you trying "bin/start-hbase.sh
> start"
> >> as
> >> >> you
> >> >> >> > said
> >> >> >> > >> >> >> below? On only "bin/start-hbase.sh"? The later is the
> >> correct
> >> >> >> one
> >> >> >> > >> >> >> while the former as an extra "start" not required at
> the
> >> end.
> >> >> >> > >> >> >>
> >> >> >> > >> >> >> JM
> >> >> >> > >> >> >>
> >> >> >> > >> >> >>
> >> >> >> > >> >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> >> > >> >> >> > Hi all,
> >> >> >> > >> >> >> >
> >> >> >> > >> >> >> > I'm having an issue with getting HBase to run.  I'm
> >> >> following
> >> >> >> > this
> >> >> >> > >> >> >> tutorial:
> >> >> >> > >> >> >> > http://hbase.apache.org/book.html#start_hbase
> >> >> >> > >> >> >> >
> >> >> >> > >> >> >> > When I run that command [ bin/start-hbase.sh start ],
> >> >> nothing
> >> >> >> > >> happens.
> >> >> >> > >> >> >>  At
> >> >> >> > >> >> >> > all.
> >> >> >> > >> >> >> > My question is why.  I have Java 1.7 on this machine,
> >> do I
> >> >> >> > _need_
> >> >> >> > >> to
> >> >> >> > >> >> get
> >> >> >> > >> >> >> > 1.6?
> >> >> >> > >> >> >>
> >> >> >> > >> >>
> >> >> >> > >>
> >> >> >> >
> >> >> >>
> >> >>
> >>
>

Re: HBase is not running.

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Hi Yves,

You need to add an entry with your host name and your local IP.

As an example, here is mine:

127.0.0.1       localhost
192.168.23.2	buldo

My host name is buldo.

JM

2013/4/25 Yves S. Garret <yo...@gmail.com>:
> Hi Jean, this is my /etc/hosts.
>
> 127.0.0.1   localhost localhost.localdomain localhost4
> localhost4.localdomain4
> 127.0.0.1   localhost
> ::1         localhost localhost.localdomain localhost6
> localhost6.localdomain6
>
>
> On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
> jean-marc@spaggiari.org> wrote:
>
>> Hi Yves,
>>
>> You seems to have some network configuration issue with your installation.
>>
>> "java.net.BindException: Cannot assign requested address" and
>> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
>>
>> How is your host file configured? You need to have your host name
>> pointing to you local IP (and not 127.0.0.1).
>>
>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> > My mistake.  I thought I had all of those logs.  This is what I currently
>> > have:
>> > http://bin.cakephp.org/view/2112130549
>> >
>> > I have $JAVA_HOME set to this:
>> > /usr/java/jdk1.7.0_17
>> > I have extracted 0.94 and ran bin/start-hbase.sh
>> >
>> > Thanks for your help!
>> >
>> >
>> >
>> > On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
>> > jean-marc@spaggiari.org> wrote:
>> >
>> >> Hi Mohammad,
>> >>
>> >> He is running standalone, so no need to update the zookeeper qorum yet.
>> >>
>> >> Yes, can you share the entire hbase-ysg-master-ysg.connect.log file?
>> >> Not just the first lines. Or what you sent is already all?
>> >>
>> >> So what have you done yet? Downloaded 0.94, extracted it, setup the
>> >> JAVA_HOME and ran bin/start-hbase.sh ?
>> >>
>> >> JMS
>> >>
>> >> 2013/4/25 Mohammad Tariq <do...@gmail.com>:
>> >> > Hello Yves,
>> >> >
>> >> >        The log seems to be incomplete. Could you please the complete
>> >> > logs?Have you set the "hbase.zookeeper.quorum "property properly?Is
>> your
>> >> > Hadoop running fine?
>> >> >
>> >> > Warm Regards,
>> >> > Tariq
>> >> > https://mtariq.jux.com/
>> >> > cloudfront.blogspot.com
>> >> >
>> >> >
>> >> > On Fri, Apr 26, 2013 at 2:00 AM, Yves S. Garret
>> >> > <yo...@gmail.com>wrote:
>> >> >
>> >> >> Hi again.  I have 3 log files and only one of them had anything in
>> them,
>> >> >> here are the file names.  I'm assuming that you're talking about the
>> >> >> directory ${APACHE_HBASE_HOME}/logs, yes?
>> >> >>
>> >> >> Here are the file names:
>> >> >> -rw-rw-r--. 1 user user 12465 Apr 25 14:54
>> >> hbase-ysg-master-ysg.connect.log
>> >> >> -rw-rw-r--. 1 user user     0 Apr 25 14:54
>> >> hbase-ysg-master-ysg.connect.out
>> >> >> -rw-rw-r--. 1 user user     0 Apr 25 14:54 SecurityAuth.audit
>> >> >>
>> >> >> Also, to answer your question about the UI, I tried that URL (I'm
>> doing
>> >> all
>> >> >> of this on my laptop just to learn at the moment) and neither the URL
>> >> nor
>> >> >> localhost:60010 worked.  So, the answer to your question is that the
>> UI
>> >> is
>> >> >> not showing up.  This could be due to not being far along in the
>> >> tutorial,
>> >> >> perhaps?
>> >> >>
>> >> >> Thanks again!
>> >> >>
>> >> >>
>> >> >> On Thu, Apr 25, 2013 at 4:22 PM, Jean-Marc Spaggiari <
>> >> >> jean-marc@spaggiari.org> wrote:
>> >> >>
>> >> >> > There is no stupid question ;)
>> >> >> >
>> >> >> > Are the log truncated? Anything else after that? Or that's all what
>> >> you
>> >> >> > have?
>> >> >> >
>> >> >> > For the UI, you can access it with
>> >> >> http://192.168.X.X:60010/master-status
>> >> >> >
>> >> >> > Replace the X with your own IP. You should see some information
>> about
>> >> >> > your HBase cluster (even in Standalone mode).
>> >> >> >
>> >> >> > JMS
>> >> >> >
>> >> >> > 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> >> >> > > Here are the logs, what should I be looking for?  Seems like
>> >> everything
>> >> >> > > is fine for the moment, no?
>> >> >> > >
>> >> >> > > http://bin.cakephp.org/view/2144893539
>> >> >> > >
>> >> >> > > The web UI?  What do you mean?  Sorry if this is a stupid
>> question,
>> >> I'm
>> >> >> > > a Hadoop newb.
>> >> >> > >
>> >> >> > > On Thu, Apr 25, 2013 at 3:19 PM, Jean-Marc Spaggiari <
>> >> >> > > jean-marc@spaggiari.org> wrote:
>> >> >> > >
>> >> >> > >> Before trying the shell, can you look at the server logs and
>> see if
>> >> >> > >> everything is fine?
>> >> >> > >>
>> >> >> > >> Also, is the web UI working fine?
>> >> >> > >>
>> >> >> > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> >> >> > >> > Ok, spoke too soon :) .
>> >> >> > >> >
>> >> >> > >> > I ran this command [ create 'test', 'cf' ] and this is the
>> result
>> >> >> > that I
>> >> >> > >> > got:
>> >> >> > >> > http://bin.cakephp.org/view/168926019
>> >> >> > >> >
>> >> >> > >> > This is after running help<enter> and having this run just
>> fine.
>> >> >> > >> >
>> >> >> > >> >
>> >> >> > >> > On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
>> >> >> > >> > jean-marc@spaggiari.org> wrote:
>> >> >> > >> >
>> >> >> > >> >> Hi Yves,
>> >> >> > >> >>
>> >> >> > >> >> 0.95.0 is a developer version. If you are starting with
>> HBase, I
>> >> >> will
>> >> >> > >> >> recommend you to choose a more stable version like 0.94.6.1.
>> >> >> > >> >>
>> >> >> > >> >> Regarding the 3 choices you are listing below.
>> >> >> > >> >> 1) This one is HBase 0.95 running over Hadoop 1.0
>> >> >> > >> >> 2) This one is HBase 0.95 running over Hadoop 2.0
>> >> >> > >> >> 3) This one are the HBase source classes.
>> >> >> > >> >>
>> >> >> > >> >> Again, I think you are better to go with a stable version for
>> >> the
>> >> >> > >> >> first steps:
>> >> http://www.bizdirusa.com/mirrors/apache/hbase/stable/
>> >> >> > >> >>
>> >> >> > >> >> Would you mind to retry you tests with this version and let
>> me
>> >> know
>> >> >> > if
>> >> >> > >> >> it's working better?
>> >> >> > >> >>
>> >> >> > >> >> JM
>> >> >> > >> >>
>> >> >> > >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> >> >> > >> >> > Hi, I'm trying to run 0.95.0.
>> >> >> > >> >> >
>> >> >> > >> >> > I've tried both and nothing worked.
>> >> >> > >> >> >
>> >> >> > >> >> > I do have another question.  When I go to download hbase, I
>> >> get
>> >> >> the
>> >> >> > >> >> > following 3 choices:
>> >> >> > >> >> >
>> http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
>> >> >> > >> >> >
>> >> >> > >> >> > The 3 choices:
>> >> >> > >> >> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
>> >> >> > >> >> > - hbase-0.95.0-hadoop2-bin.tar.gz
>> >> >> > >> >> > - hbase-0.95.0-src.tar.gz
>> >> >> > >> >> >
>> >> >> > >> >> > Which of those should I download and work with?  The
>> >> instructions
>> >> >> > >> >> > were somewhat vague on that and I think this might be
>> causing
>> >> me
>> >> >> > >> >> > some headaches in this process.
>> >> >> > >> >> >
>> >> >> > >> >> > By the way, thank you for your answer, very appreciated!
>> >> >> > >> >> >
>> >> >> > >> >> >
>> >> >> > >> >> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
>> >> >> > >> >> > jean-marc@spaggiari.org> wrote:
>> >> >> > >> >> >
>> >> >> > >> >> >> Hi Yves,
>> >> >> > >> >> >>
>> >> >> > >> >> >> Which version of HBase are you trying with? It should be
>> >> working
>> >> >> > with
>> >> >> > >> >> Java
>> >> >> > >> >> >> 1.7.
>> >> >> > >> >> >>
>> >> >> > >> >> >> To start HBase, are you trying "bin/start-hbase.sh start"
>> as
>> >> you
>> >> >> > said
>> >> >> > >> >> >> below? On only "bin/start-hbase.sh"? The later is the
>> correct
>> >> >> one
>> >> >> > >> >> >> while the former as an extra "start" not required at the
>> end.
>> >> >> > >> >> >>
>> >> >> > >> >> >> JM
>> >> >> > >> >> >>
>> >> >> > >> >> >>
>> >> >> > >> >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> >> >> > >> >> >> > Hi all,
>> >> >> > >> >> >> >
>> >> >> > >> >> >> > I'm having an issue with getting HBase to run.  I'm
>> >> following
>> >> >> > this
>> >> >> > >> >> >> tutorial:
>> >> >> > >> >> >> > http://hbase.apache.org/book.html#start_hbase
>> >> >> > >> >> >> >
>> >> >> > >> >> >> > When I run that command [ bin/start-hbase.sh start ],
>> >> nothing
>> >> >> > >> happens.
>> >> >> > >> >> >>  At
>> >> >> > >> >> >> > all.
>> >> >> > >> >> >> > My question is why.  I have Java 1.7 on this machine,
>> do I
>> >> >> > _need_
>> >> >> > >> to
>> >> >> > >> >> get
>> >> >> > >> >> >> > 1.6?
>> >> >> > >> >> >>
>> >> >> > >> >>
>> >> >> > >>
>> >> >> >
>> >> >>
>> >>
>>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hi Jean, this is my /etc/hosts.

127.0.0.1   localhost localhost.localdomain localhost4
localhost4.localdomain4
127.0.0.1   localhost
::1         localhost localhost.localdomain localhost6
localhost6.localdomain6


On Thu, Apr 25, 2013 at 5:22 PM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Yves,
>
> You seems to have some network configuration issue with your installation.
>
> "java.net.BindException: Cannot assign requested address" and
> "ip72-215-225-9.at.at.cox.net/72.215.225.9:0"
>
> How is your host file configured? You need to have your host name
> pointing to you local IP (and not 127.0.0.1).
>
> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > My mistake.  I thought I had all of those logs.  This is what I currently
> > have:
> > http://bin.cakephp.org/view/2112130549
> >
> > I have $JAVA_HOME set to this:
> > /usr/java/jdk1.7.0_17
> > I have extracted 0.94 and ran bin/start-hbase.sh
> >
> > Thanks for your help!
> >
> >
> >
> > On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> > jean-marc@spaggiari.org> wrote:
> >
> >> Hi Mohammad,
> >>
> >> He is running standalone, so no need to update the zookeeper qorum yet.
> >>
> >> Yes, can you share the entire hbase-ysg-master-ysg.connect.log file?
> >> Not just the first lines. Or what you sent is already all?
> >>
> >> So what have you done yet? Downloaded 0.94, extracted it, setup the
> >> JAVA_HOME and ran bin/start-hbase.sh ?
> >>
> >> JMS
> >>
> >> 2013/4/25 Mohammad Tariq <do...@gmail.com>:
> >> > Hello Yves,
> >> >
> >> >        The log seems to be incomplete. Could you please the complete
> >> > logs?Have you set the "hbase.zookeeper.quorum "property properly?Is
> your
> >> > Hadoop running fine?
> >> >
> >> > Warm Regards,
> >> > Tariq
> >> > https://mtariq.jux.com/
> >> > cloudfront.blogspot.com
> >> >
> >> >
> >> > On Fri, Apr 26, 2013 at 2:00 AM, Yves S. Garret
> >> > <yo...@gmail.com>wrote:
> >> >
> >> >> Hi again.  I have 3 log files and only one of them had anything in
> them,
> >> >> here are the file names.  I'm assuming that you're talking about the
> >> >> directory ${APACHE_HBASE_HOME}/logs, yes?
> >> >>
> >> >> Here are the file names:
> >> >> -rw-rw-r--. 1 user user 12465 Apr 25 14:54
> >> hbase-ysg-master-ysg.connect.log
> >> >> -rw-rw-r--. 1 user user     0 Apr 25 14:54
> >> hbase-ysg-master-ysg.connect.out
> >> >> -rw-rw-r--. 1 user user     0 Apr 25 14:54 SecurityAuth.audit
> >> >>
> >> >> Also, to answer your question about the UI, I tried that URL (I'm
> doing
> >> all
> >> >> of this on my laptop just to learn at the moment) and neither the URL
> >> nor
> >> >> localhost:60010 worked.  So, the answer to your question is that the
> UI
> >> is
> >> >> not showing up.  This could be due to not being far along in the
> >> tutorial,
> >> >> perhaps?
> >> >>
> >> >> Thanks again!
> >> >>
> >> >>
> >> >> On Thu, Apr 25, 2013 at 4:22 PM, Jean-Marc Spaggiari <
> >> >> jean-marc@spaggiari.org> wrote:
> >> >>
> >> >> > There is no stupid question ;)
> >> >> >
> >> >> > Are the log truncated? Anything else after that? Or that's all what
> >> you
> >> >> > have?
> >> >> >
> >> >> > For the UI, you can access it with
> >> >> http://192.168.X.X:60010/master-status
> >> >> >
> >> >> > Replace the X with your own IP. You should see some information
> about
> >> >> > your HBase cluster (even in Standalone mode).
> >> >> >
> >> >> > JMS
> >> >> >
> >> >> > 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> > > Here are the logs, what should I be looking for?  Seems like
> >> everything
> >> >> > > is fine for the moment, no?
> >> >> > >
> >> >> > > http://bin.cakephp.org/view/2144893539
> >> >> > >
> >> >> > > The web UI?  What do you mean?  Sorry if this is a stupid
> question,
> >> I'm
> >> >> > > a Hadoop newb.
> >> >> > >
> >> >> > > On Thu, Apr 25, 2013 at 3:19 PM, Jean-Marc Spaggiari <
> >> >> > > jean-marc@spaggiari.org> wrote:
> >> >> > >
> >> >> > >> Before trying the shell, can you look at the server logs and
> see if
> >> >> > >> everything is fine?
> >> >> > >>
> >> >> > >> Also, is the web UI working fine?
> >> >> > >>
> >> >> > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> > >> > Ok, spoke too soon :) .
> >> >> > >> >
> >> >> > >> > I ran this command [ create 'test', 'cf' ] and this is the
> result
> >> >> > that I
> >> >> > >> > got:
> >> >> > >> > http://bin.cakephp.org/view/168926019
> >> >> > >> >
> >> >> > >> > This is after running help<enter> and having this run just
> fine.
> >> >> > >> >
> >> >> > >> >
> >> >> > >> > On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
> >> >> > >> > jean-marc@spaggiari.org> wrote:
> >> >> > >> >
> >> >> > >> >> Hi Yves,
> >> >> > >> >>
> >> >> > >> >> 0.95.0 is a developer version. If you are starting with
> HBase, I
> >> >> will
> >> >> > >> >> recommend you to choose a more stable version like 0.94.6.1.
> >> >> > >> >>
> >> >> > >> >> Regarding the 3 choices you are listing below.
> >> >> > >> >> 1) This one is HBase 0.95 running over Hadoop 1.0
> >> >> > >> >> 2) This one is HBase 0.95 running over Hadoop 2.0
> >> >> > >> >> 3) This one are the HBase source classes.
> >> >> > >> >>
> >> >> > >> >> Again, I think you are better to go with a stable version for
> >> the
> >> >> > >> >> first steps:
> >> http://www.bizdirusa.com/mirrors/apache/hbase/stable/
> >> >> > >> >>
> >> >> > >> >> Would you mind to retry you tests with this version and let
> me
> >> know
> >> >> > if
> >> >> > >> >> it's working better?
> >> >> > >> >>
> >> >> > >> >> JM
> >> >> > >> >>
> >> >> > >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> > >> >> > Hi, I'm trying to run 0.95.0.
> >> >> > >> >> >
> >> >> > >> >> > I've tried both and nothing worked.
> >> >> > >> >> >
> >> >> > >> >> > I do have another question.  When I go to download hbase, I
> >> get
> >> >> the
> >> >> > >> >> > following 3 choices:
> >> >> > >> >> >
> http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
> >> >> > >> >> >
> >> >> > >> >> > The 3 choices:
> >> >> > >> >> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
> >> >> > >> >> > - hbase-0.95.0-hadoop2-bin.tar.gz
> >> >> > >> >> > - hbase-0.95.0-src.tar.gz
> >> >> > >> >> >
> >> >> > >> >> > Which of those should I download and work with?  The
> >> instructions
> >> >> > >> >> > were somewhat vague on that and I think this might be
> causing
> >> me
> >> >> > >> >> > some headaches in this process.
> >> >> > >> >> >
> >> >> > >> >> > By the way, thank you for your answer, very appreciated!
> >> >> > >> >> >
> >> >> > >> >> >
> >> >> > >> >> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
> >> >> > >> >> > jean-marc@spaggiari.org> wrote:
> >> >> > >> >> >
> >> >> > >> >> >> Hi Yves,
> >> >> > >> >> >>
> >> >> > >> >> >> Which version of HBase are you trying with? It should be
> >> working
> >> >> > with
> >> >> > >> >> Java
> >> >> > >> >> >> 1.7.
> >> >> > >> >> >>
> >> >> > >> >> >> To start HBase, are you trying "bin/start-hbase.sh start"
> as
> >> you
> >> >> > said
> >> >> > >> >> >> below? On only "bin/start-hbase.sh"? The later is the
> correct
> >> >> one
> >> >> > >> >> >> while the former as an extra "start" not required at the
> end.
> >> >> > >> >> >>
> >> >> > >> >> >> JM
> >> >> > >> >> >>
> >> >> > >> >> >>
> >> >> > >> >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> > >> >> >> > Hi all,
> >> >> > >> >> >> >
> >> >> > >> >> >> > I'm having an issue with getting HBase to run.  I'm
> >> following
> >> >> > this
> >> >> > >> >> >> tutorial:
> >> >> > >> >> >> > http://hbase.apache.org/book.html#start_hbase
> >> >> > >> >> >> >
> >> >> > >> >> >> > When I run that command [ bin/start-hbase.sh start ],
> >> nothing
> >> >> > >> happens.
> >> >> > >> >> >>  At
> >> >> > >> >> >> > all.
> >> >> > >> >> >> > My question is why.  I have Java 1.7 on this machine,
> do I
> >> >> > _need_
> >> >> > >> to
> >> >> > >> >> get
> >> >> > >> >> >> > 1.6?
> >> >> > >> >> >>
> >> >> > >> >>
> >> >> > >>
> >> >> >
> >> >>
> >>
>

Re: HBase is not running.

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Hi Yves,

You seems to have some network configuration issue with your installation.

"java.net.BindException: Cannot assign requested address" and
"ip72-215-225-9.at.at.cox.net/72.215.225.9:0"

How is your host file configured? You need to have your host name
pointing to you local IP (and not 127.0.0.1).

2013/4/25 Yves S. Garret <yo...@gmail.com>:
> My mistake.  I thought I had all of those logs.  This is what I currently
> have:
> http://bin.cakephp.org/view/2112130549
>
> I have $JAVA_HOME set to this:
> /usr/java/jdk1.7.0_17
> I have extracted 0.94 and ran bin/start-hbase.sh
>
> Thanks for your help!
>
>
>
> On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
> jean-marc@spaggiari.org> wrote:
>
>> Hi Mohammad,
>>
>> He is running standalone, so no need to update the zookeeper qorum yet.
>>
>> Yes, can you share the entire hbase-ysg-master-ysg.connect.log file?
>> Not just the first lines. Or what you sent is already all?
>>
>> So what have you done yet? Downloaded 0.94, extracted it, setup the
>> JAVA_HOME and ran bin/start-hbase.sh ?
>>
>> JMS
>>
>> 2013/4/25 Mohammad Tariq <do...@gmail.com>:
>> > Hello Yves,
>> >
>> >        The log seems to be incomplete. Could you please the complete
>> > logs?Have you set the "hbase.zookeeper.quorum "property properly?Is your
>> > Hadoop running fine?
>> >
>> > Warm Regards,
>> > Tariq
>> > https://mtariq.jux.com/
>> > cloudfront.blogspot.com
>> >
>> >
>> > On Fri, Apr 26, 2013 at 2:00 AM, Yves S. Garret
>> > <yo...@gmail.com>wrote:
>> >
>> >> Hi again.  I have 3 log files and only one of them had anything in them,
>> >> here are the file names.  I'm assuming that you're talking about the
>> >> directory ${APACHE_HBASE_HOME}/logs, yes?
>> >>
>> >> Here are the file names:
>> >> -rw-rw-r--. 1 user user 12465 Apr 25 14:54
>> hbase-ysg-master-ysg.connect.log
>> >> -rw-rw-r--. 1 user user     0 Apr 25 14:54
>> hbase-ysg-master-ysg.connect.out
>> >> -rw-rw-r--. 1 user user     0 Apr 25 14:54 SecurityAuth.audit
>> >>
>> >> Also, to answer your question about the UI, I tried that URL (I'm doing
>> all
>> >> of this on my laptop just to learn at the moment) and neither the URL
>> nor
>> >> localhost:60010 worked.  So, the answer to your question is that the UI
>> is
>> >> not showing up.  This could be due to not being far along in the
>> tutorial,
>> >> perhaps?
>> >>
>> >> Thanks again!
>> >>
>> >>
>> >> On Thu, Apr 25, 2013 at 4:22 PM, Jean-Marc Spaggiari <
>> >> jean-marc@spaggiari.org> wrote:
>> >>
>> >> > There is no stupid question ;)
>> >> >
>> >> > Are the log truncated? Anything else after that? Or that's all what
>> you
>> >> > have?
>> >> >
>> >> > For the UI, you can access it with
>> >> http://192.168.X.X:60010/master-status
>> >> >
>> >> > Replace the X with your own IP. You should see some information about
>> >> > your HBase cluster (even in Standalone mode).
>> >> >
>> >> > JMS
>> >> >
>> >> > 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> >> > > Here are the logs, what should I be looking for?  Seems like
>> everything
>> >> > > is fine for the moment, no?
>> >> > >
>> >> > > http://bin.cakephp.org/view/2144893539
>> >> > >
>> >> > > The web UI?  What do you mean?  Sorry if this is a stupid question,
>> I'm
>> >> > > a Hadoop newb.
>> >> > >
>> >> > > On Thu, Apr 25, 2013 at 3:19 PM, Jean-Marc Spaggiari <
>> >> > > jean-marc@spaggiari.org> wrote:
>> >> > >
>> >> > >> Before trying the shell, can you look at the server logs and see if
>> >> > >> everything is fine?
>> >> > >>
>> >> > >> Also, is the web UI working fine?
>> >> > >>
>> >> > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> >> > >> > Ok, spoke too soon :) .
>> >> > >> >
>> >> > >> > I ran this command [ create 'test', 'cf' ] and this is the result
>> >> > that I
>> >> > >> > got:
>> >> > >> > http://bin.cakephp.org/view/168926019
>> >> > >> >
>> >> > >> > This is after running help<enter> and having this run just fine.
>> >> > >> >
>> >> > >> >
>> >> > >> > On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
>> >> > >> > jean-marc@spaggiari.org> wrote:
>> >> > >> >
>> >> > >> >> Hi Yves,
>> >> > >> >>
>> >> > >> >> 0.95.0 is a developer version. If you are starting with HBase, I
>> >> will
>> >> > >> >> recommend you to choose a more stable version like 0.94.6.1.
>> >> > >> >>
>> >> > >> >> Regarding the 3 choices you are listing below.
>> >> > >> >> 1) This one is HBase 0.95 running over Hadoop 1.0
>> >> > >> >> 2) This one is HBase 0.95 running over Hadoop 2.0
>> >> > >> >> 3) This one are the HBase source classes.
>> >> > >> >>
>> >> > >> >> Again, I think you are better to go with a stable version for
>> the
>> >> > >> >> first steps:
>> http://www.bizdirusa.com/mirrors/apache/hbase/stable/
>> >> > >> >>
>> >> > >> >> Would you mind to retry you tests with this version and let me
>> know
>> >> > if
>> >> > >> >> it's working better?
>> >> > >> >>
>> >> > >> >> JM
>> >> > >> >>
>> >> > >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> >> > >> >> > Hi, I'm trying to run 0.95.0.
>> >> > >> >> >
>> >> > >> >> > I've tried both and nothing worked.
>> >> > >> >> >
>> >> > >> >> > I do have another question.  When I go to download hbase, I
>> get
>> >> the
>> >> > >> >> > following 3 choices:
>> >> > >> >> > http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
>> >> > >> >> >
>> >> > >> >> > The 3 choices:
>> >> > >> >> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
>> >> > >> >> > - hbase-0.95.0-hadoop2-bin.tar.gz
>> >> > >> >> > - hbase-0.95.0-src.tar.gz
>> >> > >> >> >
>> >> > >> >> > Which of those should I download and work with?  The
>> instructions
>> >> > >> >> > were somewhat vague on that and I think this might be causing
>> me
>> >> > >> >> > some headaches in this process.
>> >> > >> >> >
>> >> > >> >> > By the way, thank you for your answer, very appreciated!
>> >> > >> >> >
>> >> > >> >> >
>> >> > >> >> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
>> >> > >> >> > jean-marc@spaggiari.org> wrote:
>> >> > >> >> >
>> >> > >> >> >> Hi Yves,
>> >> > >> >> >>
>> >> > >> >> >> Which version of HBase are you trying with? It should be
>> working
>> >> > with
>> >> > >> >> Java
>> >> > >> >> >> 1.7.
>> >> > >> >> >>
>> >> > >> >> >> To start HBase, are you trying "bin/start-hbase.sh start" as
>> you
>> >> > said
>> >> > >> >> >> below? On only "bin/start-hbase.sh"? The later is the correct
>> >> one
>> >> > >> >> >> while the former as an extra "start" not required at the end.
>> >> > >> >> >>
>> >> > >> >> >> JM
>> >> > >> >> >>
>> >> > >> >> >>
>> >> > >> >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> >> > >> >> >> > Hi all,
>> >> > >> >> >> >
>> >> > >> >> >> > I'm having an issue with getting HBase to run.  I'm
>> following
>> >> > this
>> >> > >> >> >> tutorial:
>> >> > >> >> >> > http://hbase.apache.org/book.html#start_hbase
>> >> > >> >> >> >
>> >> > >> >> >> > When I run that command [ bin/start-hbase.sh start ],
>> nothing
>> >> > >> happens.
>> >> > >> >> >>  At
>> >> > >> >> >> > all.
>> >> > >> >> >> > My question is why.  I have Java 1.7 on this machine, do I
>> >> > _need_
>> >> > >> to
>> >> > >> >> get
>> >> > >> >> >> > 1.6?
>> >> > >> >> >>
>> >> > >> >>
>> >> > >>
>> >> >
>> >>
>>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
My mistake.  I thought I had all of those logs.  This is what I currently
have:
http://bin.cakephp.org/view/2112130549

I have $JAVA_HOME set to this:
/usr/java/jdk1.7.0_17
I have extracted 0.94 and ran bin/start-hbase.sh

Thanks for your help!



On Thu, Apr 25, 2013 at 4:42 PM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Mohammad,
>
> He is running standalone, so no need to update the zookeeper qorum yet.
>
> Yes, can you share the entire hbase-ysg-master-ysg.connect.log file?
> Not just the first lines. Or what you sent is already all?
>
> So what have you done yet? Downloaded 0.94, extracted it, setup the
> JAVA_HOME and ran bin/start-hbase.sh ?
>
> JMS
>
> 2013/4/25 Mohammad Tariq <do...@gmail.com>:
> > Hello Yves,
> >
> >        The log seems to be incomplete. Could you please the complete
> > logs?Have you set the "hbase.zookeeper.quorum "property properly?Is your
> > Hadoop running fine?
> >
> > Warm Regards,
> > Tariq
> > https://mtariq.jux.com/
> > cloudfront.blogspot.com
> >
> >
> > On Fri, Apr 26, 2013 at 2:00 AM, Yves S. Garret
> > <yo...@gmail.com>wrote:
> >
> >> Hi again.  I have 3 log files and only one of them had anything in them,
> >> here are the file names.  I'm assuming that you're talking about the
> >> directory ${APACHE_HBASE_HOME}/logs, yes?
> >>
> >> Here are the file names:
> >> -rw-rw-r--. 1 user user 12465 Apr 25 14:54
> hbase-ysg-master-ysg.connect.log
> >> -rw-rw-r--. 1 user user     0 Apr 25 14:54
> hbase-ysg-master-ysg.connect.out
> >> -rw-rw-r--. 1 user user     0 Apr 25 14:54 SecurityAuth.audit
> >>
> >> Also, to answer your question about the UI, I tried that URL (I'm doing
> all
> >> of this on my laptop just to learn at the moment) and neither the URL
> nor
> >> localhost:60010 worked.  So, the answer to your question is that the UI
> is
> >> not showing up.  This could be due to not being far along in the
> tutorial,
> >> perhaps?
> >>
> >> Thanks again!
> >>
> >>
> >> On Thu, Apr 25, 2013 at 4:22 PM, Jean-Marc Spaggiari <
> >> jean-marc@spaggiari.org> wrote:
> >>
> >> > There is no stupid question ;)
> >> >
> >> > Are the log truncated? Anything else after that? Or that's all what
> you
> >> > have?
> >> >
> >> > For the UI, you can access it with
> >> http://192.168.X.X:60010/master-status
> >> >
> >> > Replace the X with your own IP. You should see some information about
> >> > your HBase cluster (even in Standalone mode).
> >> >
> >> > JMS
> >> >
> >> > 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> > > Here are the logs, what should I be looking for?  Seems like
> everything
> >> > > is fine for the moment, no?
> >> > >
> >> > > http://bin.cakephp.org/view/2144893539
> >> > >
> >> > > The web UI?  What do you mean?  Sorry if this is a stupid question,
> I'm
> >> > > a Hadoop newb.
> >> > >
> >> > > On Thu, Apr 25, 2013 at 3:19 PM, Jean-Marc Spaggiari <
> >> > > jean-marc@spaggiari.org> wrote:
> >> > >
> >> > >> Before trying the shell, can you look at the server logs and see if
> >> > >> everything is fine?
> >> > >>
> >> > >> Also, is the web UI working fine?
> >> > >>
> >> > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> > >> > Ok, spoke too soon :) .
> >> > >> >
> >> > >> > I ran this command [ create 'test', 'cf' ] and this is the result
> >> > that I
> >> > >> > got:
> >> > >> > http://bin.cakephp.org/view/168926019
> >> > >> >
> >> > >> > This is after running help<enter> and having this run just fine.
> >> > >> >
> >> > >> >
> >> > >> > On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
> >> > >> > jean-marc@spaggiari.org> wrote:
> >> > >> >
> >> > >> >> Hi Yves,
> >> > >> >>
> >> > >> >> 0.95.0 is a developer version. If you are starting with HBase, I
> >> will
> >> > >> >> recommend you to choose a more stable version like 0.94.6.1.
> >> > >> >>
> >> > >> >> Regarding the 3 choices you are listing below.
> >> > >> >> 1) This one is HBase 0.95 running over Hadoop 1.0
> >> > >> >> 2) This one is HBase 0.95 running over Hadoop 2.0
> >> > >> >> 3) This one are the HBase source classes.
> >> > >> >>
> >> > >> >> Again, I think you are better to go with a stable version for
> the
> >> > >> >> first steps:
> http://www.bizdirusa.com/mirrors/apache/hbase/stable/
> >> > >> >>
> >> > >> >> Would you mind to retry you tests with this version and let me
> know
> >> > if
> >> > >> >> it's working better?
> >> > >> >>
> >> > >> >> JM
> >> > >> >>
> >> > >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> > >> >> > Hi, I'm trying to run 0.95.0.
> >> > >> >> >
> >> > >> >> > I've tried both and nothing worked.
> >> > >> >> >
> >> > >> >> > I do have another question.  When I go to download hbase, I
> get
> >> the
> >> > >> >> > following 3 choices:
> >> > >> >> > http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
> >> > >> >> >
> >> > >> >> > The 3 choices:
> >> > >> >> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
> >> > >> >> > - hbase-0.95.0-hadoop2-bin.tar.gz
> >> > >> >> > - hbase-0.95.0-src.tar.gz
> >> > >> >> >
> >> > >> >> > Which of those should I download and work with?  The
> instructions
> >> > >> >> > were somewhat vague on that and I think this might be causing
> me
> >> > >> >> > some headaches in this process.
> >> > >> >> >
> >> > >> >> > By the way, thank you for your answer, very appreciated!
> >> > >> >> >
> >> > >> >> >
> >> > >> >> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
> >> > >> >> > jean-marc@spaggiari.org> wrote:
> >> > >> >> >
> >> > >> >> >> Hi Yves,
> >> > >> >> >>
> >> > >> >> >> Which version of HBase are you trying with? It should be
> working
> >> > with
> >> > >> >> Java
> >> > >> >> >> 1.7.
> >> > >> >> >>
> >> > >> >> >> To start HBase, are you trying "bin/start-hbase.sh start" as
> you
> >> > said
> >> > >> >> >> below? On only "bin/start-hbase.sh"? The later is the correct
> >> one
> >> > >> >> >> while the former as an extra "start" not required at the end.
> >> > >> >> >>
> >> > >> >> >> JM
> >> > >> >> >>
> >> > >> >> >>
> >> > >> >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> > >> >> >> > Hi all,
> >> > >> >> >> >
> >> > >> >> >> > I'm having an issue with getting HBase to run.  I'm
> following
> >> > this
> >> > >> >> >> tutorial:
> >> > >> >> >> > http://hbase.apache.org/book.html#start_hbase
> >> > >> >> >> >
> >> > >> >> >> > When I run that command [ bin/start-hbase.sh start ],
> nothing
> >> > >> happens.
> >> > >> >> >>  At
> >> > >> >> >> > all.
> >> > >> >> >> > My question is why.  I have Java 1.7 on this machine, do I
> >> > _need_
> >> > >> to
> >> > >> >> get
> >> > >> >> >> > 1.6?
> >> > >> >> >>
> >> > >> >>
> >> > >>
> >> >
> >>
>

Re: HBase is not running.

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Hi Mohammad,

He is running standalone, so no need to update the zookeeper qorum yet.

Yes, can you share the entire hbase-ysg-master-ysg.connect.log file?
Not just the first lines. Or what you sent is already all?

So what have you done yet? Downloaded 0.94, extracted it, setup the
JAVA_HOME and ran bin/start-hbase.sh ?

JMS

2013/4/25 Mohammad Tariq <do...@gmail.com>:
> Hello Yves,
>
>        The log seems to be incomplete. Could you please the complete
> logs?Have you set the "hbase.zookeeper.quorum "property properly?Is your
> Hadoop running fine?
>
> Warm Regards,
> Tariq
> https://mtariq.jux.com/
> cloudfront.blogspot.com
>
>
> On Fri, Apr 26, 2013 at 2:00 AM, Yves S. Garret
> <yo...@gmail.com>wrote:
>
>> Hi again.  I have 3 log files and only one of them had anything in them,
>> here are the file names.  I'm assuming that you're talking about the
>> directory ${APACHE_HBASE_HOME}/logs, yes?
>>
>> Here are the file names:
>> -rw-rw-r--. 1 user user 12465 Apr 25 14:54 hbase-ysg-master-ysg.connect.log
>> -rw-rw-r--. 1 user user     0 Apr 25 14:54 hbase-ysg-master-ysg.connect.out
>> -rw-rw-r--. 1 user user     0 Apr 25 14:54 SecurityAuth.audit
>>
>> Also, to answer your question about the UI, I tried that URL (I'm doing all
>> of this on my laptop just to learn at the moment) and neither the URL nor
>> localhost:60010 worked.  So, the answer to your question is that the UI is
>> not showing up.  This could be due to not being far along in the tutorial,
>> perhaps?
>>
>> Thanks again!
>>
>>
>> On Thu, Apr 25, 2013 at 4:22 PM, Jean-Marc Spaggiari <
>> jean-marc@spaggiari.org> wrote:
>>
>> > There is no stupid question ;)
>> >
>> > Are the log truncated? Anything else after that? Or that's all what you
>> > have?
>> >
>> > For the UI, you can access it with
>> http://192.168.X.X:60010/master-status
>> >
>> > Replace the X with your own IP. You should see some information about
>> > your HBase cluster (even in Standalone mode).
>> >
>> > JMS
>> >
>> > 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> > > Here are the logs, what should I be looking for?  Seems like everything
>> > > is fine for the moment, no?
>> > >
>> > > http://bin.cakephp.org/view/2144893539
>> > >
>> > > The web UI?  What do you mean?  Sorry if this is a stupid question, I'm
>> > > a Hadoop newb.
>> > >
>> > > On Thu, Apr 25, 2013 at 3:19 PM, Jean-Marc Spaggiari <
>> > > jean-marc@spaggiari.org> wrote:
>> > >
>> > >> Before trying the shell, can you look at the server logs and see if
>> > >> everything is fine?
>> > >>
>> > >> Also, is the web UI working fine?
>> > >>
>> > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> > >> > Ok, spoke too soon :) .
>> > >> >
>> > >> > I ran this command [ create 'test', 'cf' ] and this is the result
>> > that I
>> > >> > got:
>> > >> > http://bin.cakephp.org/view/168926019
>> > >> >
>> > >> > This is after running help<enter> and having this run just fine.
>> > >> >
>> > >> >
>> > >> > On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
>> > >> > jean-marc@spaggiari.org> wrote:
>> > >> >
>> > >> >> Hi Yves,
>> > >> >>
>> > >> >> 0.95.0 is a developer version. If you are starting with HBase, I
>> will
>> > >> >> recommend you to choose a more stable version like 0.94.6.1.
>> > >> >>
>> > >> >> Regarding the 3 choices you are listing below.
>> > >> >> 1) This one is HBase 0.95 running over Hadoop 1.0
>> > >> >> 2) This one is HBase 0.95 running over Hadoop 2.0
>> > >> >> 3) This one are the HBase source classes.
>> > >> >>
>> > >> >> Again, I think you are better to go with a stable version for the
>> > >> >> first steps: http://www.bizdirusa.com/mirrors/apache/hbase/stable/
>> > >> >>
>> > >> >> Would you mind to retry you tests with this version and let me know
>> > if
>> > >> >> it's working better?
>> > >> >>
>> > >> >> JM
>> > >> >>
>> > >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> > >> >> > Hi, I'm trying to run 0.95.0.
>> > >> >> >
>> > >> >> > I've tried both and nothing worked.
>> > >> >> >
>> > >> >> > I do have another question.  When I go to download hbase, I get
>> the
>> > >> >> > following 3 choices:
>> > >> >> > http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
>> > >> >> >
>> > >> >> > The 3 choices:
>> > >> >> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
>> > >> >> > - hbase-0.95.0-hadoop2-bin.tar.gz
>> > >> >> > - hbase-0.95.0-src.tar.gz
>> > >> >> >
>> > >> >> > Which of those should I download and work with?  The instructions
>> > >> >> > were somewhat vague on that and I think this might be causing me
>> > >> >> > some headaches in this process.
>> > >> >> >
>> > >> >> > By the way, thank you for your answer, very appreciated!
>> > >> >> >
>> > >> >> >
>> > >> >> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
>> > >> >> > jean-marc@spaggiari.org> wrote:
>> > >> >> >
>> > >> >> >> Hi Yves,
>> > >> >> >>
>> > >> >> >> Which version of HBase are you trying with? It should be working
>> > with
>> > >> >> Java
>> > >> >> >> 1.7.
>> > >> >> >>
>> > >> >> >> To start HBase, are you trying "bin/start-hbase.sh start" as you
>> > said
>> > >> >> >> below? On only "bin/start-hbase.sh"? The later is the correct
>> one
>> > >> >> >> while the former as an extra "start" not required at the end.
>> > >> >> >>
>> > >> >> >> JM
>> > >> >> >>
>> > >> >> >>
>> > >> >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> > >> >> >> > Hi all,
>> > >> >> >> >
>> > >> >> >> > I'm having an issue with getting HBase to run.  I'm following
>> > this
>> > >> >> >> tutorial:
>> > >> >> >> > http://hbase.apache.org/book.html#start_hbase
>> > >> >> >> >
>> > >> >> >> > When I run that command [ bin/start-hbase.sh start ], nothing
>> > >> happens.
>> > >> >> >>  At
>> > >> >> >> > all.
>> > >> >> >> > My question is why.  I have Java 1.7 on this machine, do I
>> > _need_
>> > >> to
>> > >> >> get
>> > >> >> >> > 1.6?
>> > >> >> >>
>> > >> >>
>> > >>
>> >
>>

Re: HBase is not running.

Posted by Mohammad Tariq <do...@gmail.com>.
Hello Yves,

       The log seems to be incomplete. Could you please the complete
logs?Have you set the "hbase.zookeeper.quorum "property properly?Is your
Hadoop running fine?

Warm Regards,
Tariq
https://mtariq.jux.com/
cloudfront.blogspot.com


On Fri, Apr 26, 2013 at 2:00 AM, Yves S. Garret
<yo...@gmail.com>wrote:

> Hi again.  I have 3 log files and only one of them had anything in them,
> here are the file names.  I'm assuming that you're talking about the
> directory ${APACHE_HBASE_HOME}/logs, yes?
>
> Here are the file names:
> -rw-rw-r--. 1 user user 12465 Apr 25 14:54 hbase-ysg-master-ysg.connect.log
> -rw-rw-r--. 1 user user     0 Apr 25 14:54 hbase-ysg-master-ysg.connect.out
> -rw-rw-r--. 1 user user     0 Apr 25 14:54 SecurityAuth.audit
>
> Also, to answer your question about the UI, I tried that URL (I'm doing all
> of this on my laptop just to learn at the moment) and neither the URL nor
> localhost:60010 worked.  So, the answer to your question is that the UI is
> not showing up.  This could be due to not being far along in the tutorial,
> perhaps?
>
> Thanks again!
>
>
> On Thu, Apr 25, 2013 at 4:22 PM, Jean-Marc Spaggiari <
> jean-marc@spaggiari.org> wrote:
>
> > There is no stupid question ;)
> >
> > Are the log truncated? Anything else after that? Or that's all what you
> > have?
> >
> > For the UI, you can access it with
> http://192.168.X.X:60010/master-status
> >
> > Replace the X with your own IP. You should see some information about
> > your HBase cluster (even in Standalone mode).
> >
> > JMS
> >
> > 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > > Here are the logs, what should I be looking for?  Seems like everything
> > > is fine for the moment, no?
> > >
> > > http://bin.cakephp.org/view/2144893539
> > >
> > > The web UI?  What do you mean?  Sorry if this is a stupid question, I'm
> > > a Hadoop newb.
> > >
> > > On Thu, Apr 25, 2013 at 3:19 PM, Jean-Marc Spaggiari <
> > > jean-marc@spaggiari.org> wrote:
> > >
> > >> Before trying the shell, can you look at the server logs and see if
> > >> everything is fine?
> > >>
> > >> Also, is the web UI working fine?
> > >>
> > >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > >> > Ok, spoke too soon :) .
> > >> >
> > >> > I ran this command [ create 'test', 'cf' ] and this is the result
> > that I
> > >> > got:
> > >> > http://bin.cakephp.org/view/168926019
> > >> >
> > >> > This is after running help<enter> and having this run just fine.
> > >> >
> > >> >
> > >> > On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
> > >> > jean-marc@spaggiari.org> wrote:
> > >> >
> > >> >> Hi Yves,
> > >> >>
> > >> >> 0.95.0 is a developer version. If you are starting with HBase, I
> will
> > >> >> recommend you to choose a more stable version like 0.94.6.1.
> > >> >>
> > >> >> Regarding the 3 choices you are listing below.
> > >> >> 1) This one is HBase 0.95 running over Hadoop 1.0
> > >> >> 2) This one is HBase 0.95 running over Hadoop 2.0
> > >> >> 3) This one are the HBase source classes.
> > >> >>
> > >> >> Again, I think you are better to go with a stable version for the
> > >> >> first steps: http://www.bizdirusa.com/mirrors/apache/hbase/stable/
> > >> >>
> > >> >> Would you mind to retry you tests with this version and let me know
> > if
> > >> >> it's working better?
> > >> >>
> > >> >> JM
> > >> >>
> > >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > >> >> > Hi, I'm trying to run 0.95.0.
> > >> >> >
> > >> >> > I've tried both and nothing worked.
> > >> >> >
> > >> >> > I do have another question.  When I go to download hbase, I get
> the
> > >> >> > following 3 choices:
> > >> >> > http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
> > >> >> >
> > >> >> > The 3 choices:
> > >> >> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
> > >> >> > - hbase-0.95.0-hadoop2-bin.tar.gz
> > >> >> > - hbase-0.95.0-src.tar.gz
> > >> >> >
> > >> >> > Which of those should I download and work with?  The instructions
> > >> >> > were somewhat vague on that and I think this might be causing me
> > >> >> > some headaches in this process.
> > >> >> >
> > >> >> > By the way, thank you for your answer, very appreciated!
> > >> >> >
> > >> >> >
> > >> >> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
> > >> >> > jean-marc@spaggiari.org> wrote:
> > >> >> >
> > >> >> >> Hi Yves,
> > >> >> >>
> > >> >> >> Which version of HBase are you trying with? It should be working
> > with
> > >> >> Java
> > >> >> >> 1.7.
> > >> >> >>
> > >> >> >> To start HBase, are you trying "bin/start-hbase.sh start" as you
> > said
> > >> >> >> below? On only "bin/start-hbase.sh"? The later is the correct
> one
> > >> >> >> while the former as an extra "start" not required at the end.
> > >> >> >>
> > >> >> >> JM
> > >> >> >>
> > >> >> >>
> > >> >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > >> >> >> > Hi all,
> > >> >> >> >
> > >> >> >> > I'm having an issue with getting HBase to run.  I'm following
> > this
> > >> >> >> tutorial:
> > >> >> >> > http://hbase.apache.org/book.html#start_hbase
> > >> >> >> >
> > >> >> >> > When I run that command [ bin/start-hbase.sh start ], nothing
> > >> happens.
> > >> >> >>  At
> > >> >> >> > all.
> > >> >> >> > My question is why.  I have Java 1.7 on this machine, do I
> > _need_
> > >> to
> > >> >> get
> > >> >> >> > 1.6?
> > >> >> >>
> > >> >>
> > >>
> >
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hi again.  I have 3 log files and only one of them had anything in them,
here are the file names.  I'm assuming that you're talking about the
directory ${APACHE_HBASE_HOME}/logs, yes?

Here are the file names:
-rw-rw-r--. 1 user user 12465 Apr 25 14:54 hbase-ysg-master-ysg.connect.log
-rw-rw-r--. 1 user user     0 Apr 25 14:54 hbase-ysg-master-ysg.connect.out
-rw-rw-r--. 1 user user     0 Apr 25 14:54 SecurityAuth.audit

Also, to answer your question about the UI, I tried that URL (I'm doing all
of this on my laptop just to learn at the moment) and neither the URL nor
localhost:60010 worked.  So, the answer to your question is that the UI is
not showing up.  This could be due to not being far along in the tutorial,
perhaps?

Thanks again!


On Thu, Apr 25, 2013 at 4:22 PM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> There is no stupid question ;)
>
> Are the log truncated? Anything else after that? Or that's all what you
> have?
>
> For the UI, you can access it with http://192.168.X.X:60010/master-status
>
> Replace the X with your own IP. You should see some information about
> your HBase cluster (even in Standalone mode).
>
> JMS
>
> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > Here are the logs, what should I be looking for?  Seems like everything
> > is fine for the moment, no?
> >
> > http://bin.cakephp.org/view/2144893539
> >
> > The web UI?  What do you mean?  Sorry if this is a stupid question, I'm
> > a Hadoop newb.
> >
> > On Thu, Apr 25, 2013 at 3:19 PM, Jean-Marc Spaggiari <
> > jean-marc@spaggiari.org> wrote:
> >
> >> Before trying the shell, can you look at the server logs and see if
> >> everything is fine?
> >>
> >> Also, is the web UI working fine?
> >>
> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> > Ok, spoke too soon :) .
> >> >
> >> > I ran this command [ create 'test', 'cf' ] and this is the result
> that I
> >> > got:
> >> > http://bin.cakephp.org/view/168926019
> >> >
> >> > This is after running help<enter> and having this run just fine.
> >> >
> >> >
> >> > On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
> >> > jean-marc@spaggiari.org> wrote:
> >> >
> >> >> Hi Yves,
> >> >>
> >> >> 0.95.0 is a developer version. If you are starting with HBase, I will
> >> >> recommend you to choose a more stable version like 0.94.6.1.
> >> >>
> >> >> Regarding the 3 choices you are listing below.
> >> >> 1) This one is HBase 0.95 running over Hadoop 1.0
> >> >> 2) This one is HBase 0.95 running over Hadoop 2.0
> >> >> 3) This one are the HBase source classes.
> >> >>
> >> >> Again, I think you are better to go with a stable version for the
> >> >> first steps: http://www.bizdirusa.com/mirrors/apache/hbase/stable/
> >> >>
> >> >> Would you mind to retry you tests with this version and let me know
> if
> >> >> it's working better?
> >> >>
> >> >> JM
> >> >>
> >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> > Hi, I'm trying to run 0.95.0.
> >> >> >
> >> >> > I've tried both and nothing worked.
> >> >> >
> >> >> > I do have another question.  When I go to download hbase, I get the
> >> >> > following 3 choices:
> >> >> > http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
> >> >> >
> >> >> > The 3 choices:
> >> >> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
> >> >> > - hbase-0.95.0-hadoop2-bin.tar.gz
> >> >> > - hbase-0.95.0-src.tar.gz
> >> >> >
> >> >> > Which of those should I download and work with?  The instructions
> >> >> > were somewhat vague on that and I think this might be causing me
> >> >> > some headaches in this process.
> >> >> >
> >> >> > By the way, thank you for your answer, very appreciated!
> >> >> >
> >> >> >
> >> >> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
> >> >> > jean-marc@spaggiari.org> wrote:
> >> >> >
> >> >> >> Hi Yves,
> >> >> >>
> >> >> >> Which version of HBase are you trying with? It should be working
> with
> >> >> Java
> >> >> >> 1.7.
> >> >> >>
> >> >> >> To start HBase, are you trying "bin/start-hbase.sh start" as you
> said
> >> >> >> below? On only "bin/start-hbase.sh"? The later is the correct one
> >> >> >> while the former as an extra "start" not required at the end.
> >> >> >>
> >> >> >> JM
> >> >> >>
> >> >> >>
> >> >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> >> > Hi all,
> >> >> >> >
> >> >> >> > I'm having an issue with getting HBase to run.  I'm following
> this
> >> >> >> tutorial:
> >> >> >> > http://hbase.apache.org/book.html#start_hbase
> >> >> >> >
> >> >> >> > When I run that command [ bin/start-hbase.sh start ], nothing
> >> happens.
> >> >> >>  At
> >> >> >> > all.
> >> >> >> > My question is why.  I have Java 1.7 on this machine, do I
> _need_
> >> to
> >> >> get
> >> >> >> > 1.6?
> >> >> >>
> >> >>
> >>
>

Re: HBase is not running.

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
There is no stupid question ;)

Are the log truncated? Anything else after that? Or that's all what you have?

For the UI, you can access it with http://192.168.X.X:60010/master-status

Replace the X with your own IP. You should see some information about
your HBase cluster (even in Standalone mode).

JMS

2013/4/25 Yves S. Garret <yo...@gmail.com>:
> Here are the logs, what should I be looking for?  Seems like everything
> is fine for the moment, no?
>
> http://bin.cakephp.org/view/2144893539
>
> The web UI?  What do you mean?  Sorry if this is a stupid question, I'm
> a Hadoop newb.
>
> On Thu, Apr 25, 2013 at 3:19 PM, Jean-Marc Spaggiari <
> jean-marc@spaggiari.org> wrote:
>
>> Before trying the shell, can you look at the server logs and see if
>> everything is fine?
>>
>> Also, is the web UI working fine?
>>
>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> > Ok, spoke too soon :) .
>> >
>> > I ran this command [ create 'test', 'cf' ] and this is the result that I
>> > got:
>> > http://bin.cakephp.org/view/168926019
>> >
>> > This is after running help<enter> and having this run just fine.
>> >
>> >
>> > On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
>> > jean-marc@spaggiari.org> wrote:
>> >
>> >> Hi Yves,
>> >>
>> >> 0.95.0 is a developer version. If you are starting with HBase, I will
>> >> recommend you to choose a more stable version like 0.94.6.1.
>> >>
>> >> Regarding the 3 choices you are listing below.
>> >> 1) This one is HBase 0.95 running over Hadoop 1.0
>> >> 2) This one is HBase 0.95 running over Hadoop 2.0
>> >> 3) This one are the HBase source classes.
>> >>
>> >> Again, I think you are better to go with a stable version for the
>> >> first steps: http://www.bizdirusa.com/mirrors/apache/hbase/stable/
>> >>
>> >> Would you mind to retry you tests with this version and let me know if
>> >> it's working better?
>> >>
>> >> JM
>> >>
>> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> >> > Hi, I'm trying to run 0.95.0.
>> >> >
>> >> > I've tried both and nothing worked.
>> >> >
>> >> > I do have another question.  When I go to download hbase, I get the
>> >> > following 3 choices:
>> >> > http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
>> >> >
>> >> > The 3 choices:
>> >> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
>> >> > - hbase-0.95.0-hadoop2-bin.tar.gz
>> >> > - hbase-0.95.0-src.tar.gz
>> >> >
>> >> > Which of those should I download and work with?  The instructions
>> >> > were somewhat vague on that and I think this might be causing me
>> >> > some headaches in this process.
>> >> >
>> >> > By the way, thank you for your answer, very appreciated!
>> >> >
>> >> >
>> >> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
>> >> > jean-marc@spaggiari.org> wrote:
>> >> >
>> >> >> Hi Yves,
>> >> >>
>> >> >> Which version of HBase are you trying with? It should be working with
>> >> Java
>> >> >> 1.7.
>> >> >>
>> >> >> To start HBase, are you trying "bin/start-hbase.sh start" as you said
>> >> >> below? On only "bin/start-hbase.sh"? The later is the correct one
>> >> >> while the former as an extra "start" not required at the end.
>> >> >>
>> >> >> JM
>> >> >>
>> >> >>
>> >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> >> >> > Hi all,
>> >> >> >
>> >> >> > I'm having an issue with getting HBase to run.  I'm following this
>> >> >> tutorial:
>> >> >> > http://hbase.apache.org/book.html#start_hbase
>> >> >> >
>> >> >> > When I run that command [ bin/start-hbase.sh start ], nothing
>> happens.
>> >> >>  At
>> >> >> > all.
>> >> >> > My question is why.  I have Java 1.7 on this machine, do I _need_
>> to
>> >> get
>> >> >> > 1.6?
>> >> >>
>> >>
>>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Here are the logs, what should I be looking for?  Seems like everything
is fine for the moment, no?

http://bin.cakephp.org/view/2144893539

The web UI?  What do you mean?  Sorry if this is a stupid question, I'm
a Hadoop newb.

On Thu, Apr 25, 2013 at 3:19 PM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Before trying the shell, can you look at the server logs and see if
> everything is fine?
>
> Also, is the web UI working fine?
>
> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > Ok, spoke too soon :) .
> >
> > I ran this command [ create 'test', 'cf' ] and this is the result that I
> > got:
> > http://bin.cakephp.org/view/168926019
> >
> > This is after running help<enter> and having this run just fine.
> >
> >
> > On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
> > jean-marc@spaggiari.org> wrote:
> >
> >> Hi Yves,
> >>
> >> 0.95.0 is a developer version. If you are starting with HBase, I will
> >> recommend you to choose a more stable version like 0.94.6.1.
> >>
> >> Regarding the 3 choices you are listing below.
> >> 1) This one is HBase 0.95 running over Hadoop 1.0
> >> 2) This one is HBase 0.95 running over Hadoop 2.0
> >> 3) This one are the HBase source classes.
> >>
> >> Again, I think you are better to go with a stable version for the
> >> first steps: http://www.bizdirusa.com/mirrors/apache/hbase/stable/
> >>
> >> Would you mind to retry you tests with this version and let me know if
> >> it's working better?
> >>
> >> JM
> >>
> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> > Hi, I'm trying to run 0.95.0.
> >> >
> >> > I've tried both and nothing worked.
> >> >
> >> > I do have another question.  When I go to download hbase, I get the
> >> > following 3 choices:
> >> > http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
> >> >
> >> > The 3 choices:
> >> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
> >> > - hbase-0.95.0-hadoop2-bin.tar.gz
> >> > - hbase-0.95.0-src.tar.gz
> >> >
> >> > Which of those should I download and work with?  The instructions
> >> > were somewhat vague on that and I think this might be causing me
> >> > some headaches in this process.
> >> >
> >> > By the way, thank you for your answer, very appreciated!
> >> >
> >> >
> >> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
> >> > jean-marc@spaggiari.org> wrote:
> >> >
> >> >> Hi Yves,
> >> >>
> >> >> Which version of HBase are you trying with? It should be working with
> >> Java
> >> >> 1.7.
> >> >>
> >> >> To start HBase, are you trying "bin/start-hbase.sh start" as you said
> >> >> below? On only "bin/start-hbase.sh"? The later is the correct one
> >> >> while the former as an extra "start" not required at the end.
> >> >>
> >> >> JM
> >> >>
> >> >>
> >> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> >> > Hi all,
> >> >> >
> >> >> > I'm having an issue with getting HBase to run.  I'm following this
> >> >> tutorial:
> >> >> > http://hbase.apache.org/book.html#start_hbase
> >> >> >
> >> >> > When I run that command [ bin/start-hbase.sh start ], nothing
> happens.
> >> >>  At
> >> >> > all.
> >> >> > My question is why.  I have Java 1.7 on this machine, do I _need_
> to
> >> get
> >> >> > 1.6?
> >> >>
> >>
>

Re: HBase is not running.

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Before trying the shell, can you look at the server logs and see if
everything is fine?

Also, is the web UI working fine?

2013/4/25 Yves S. Garret <yo...@gmail.com>:
> Ok, spoke too soon :) .
>
> I ran this command [ create 'test', 'cf' ] and this is the result that I
> got:
> http://bin.cakephp.org/view/168926019
>
> This is after running help<enter> and having this run just fine.
>
>
> On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
> jean-marc@spaggiari.org> wrote:
>
>> Hi Yves,
>>
>> 0.95.0 is a developer version. If you are starting with HBase, I will
>> recommend you to choose a more stable version like 0.94.6.1.
>>
>> Regarding the 3 choices you are listing below.
>> 1) This one is HBase 0.95 running over Hadoop 1.0
>> 2) This one is HBase 0.95 running over Hadoop 2.0
>> 3) This one are the HBase source classes.
>>
>> Again, I think you are better to go with a stable version for the
>> first steps: http://www.bizdirusa.com/mirrors/apache/hbase/stable/
>>
>> Would you mind to retry you tests with this version and let me know if
>> it's working better?
>>
>> JM
>>
>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> > Hi, I'm trying to run 0.95.0.
>> >
>> > I've tried both and nothing worked.
>> >
>> > I do have another question.  When I go to download hbase, I get the
>> > following 3 choices:
>> > http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
>> >
>> > The 3 choices:
>> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
>> > - hbase-0.95.0-hadoop2-bin.tar.gz
>> > - hbase-0.95.0-src.tar.gz
>> >
>> > Which of those should I download and work with?  The instructions
>> > were somewhat vague on that and I think this might be causing me
>> > some headaches in this process.
>> >
>> > By the way, thank you for your answer, very appreciated!
>> >
>> >
>> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
>> > jean-marc@spaggiari.org> wrote:
>> >
>> >> Hi Yves,
>> >>
>> >> Which version of HBase are you trying with? It should be working with
>> Java
>> >> 1.7.
>> >>
>> >> To start HBase, are you trying "bin/start-hbase.sh start" as you said
>> >> below? On only "bin/start-hbase.sh"? The later is the correct one
>> >> while the former as an extra "start" not required at the end.
>> >>
>> >> JM
>> >>
>> >>
>> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> >> > Hi all,
>> >> >
>> >> > I'm having an issue with getting HBase to run.  I'm following this
>> >> tutorial:
>> >> > http://hbase.apache.org/book.html#start_hbase
>> >> >
>> >> > When I run that command [ bin/start-hbase.sh start ], nothing happens.
>> >>  At
>> >> > all.
>> >> > My question is why.  I have Java 1.7 on this machine, do I _need_ to
>> get
>> >> > 1.6?
>> >>
>>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Ok, spoke too soon :) .

I ran this command [ create 'test', 'cf' ] and this is the result that I
got:
http://bin.cakephp.org/view/168926019

This is after running help<enter> and having this run just fine.


On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Yves,
>
> 0.95.0 is a developer version. If you are starting with HBase, I will
> recommend you to choose a more stable version like 0.94.6.1.
>
> Regarding the 3 choices you are listing below.
> 1) This one is HBase 0.95 running over Hadoop 1.0
> 2) This one is HBase 0.95 running over Hadoop 2.0
> 3) This one are the HBase source classes.
>
> Again, I think you are better to go with a stable version for the
> first steps: http://www.bizdirusa.com/mirrors/apache/hbase/stable/
>
> Would you mind to retry you tests with this version and let me know if
> it's working better?
>
> JM
>
> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > Hi, I'm trying to run 0.95.0.
> >
> > I've tried both and nothing worked.
> >
> > I do have another question.  When I go to download hbase, I get the
> > following 3 choices:
> > http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
> >
> > The 3 choices:
> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
> > - hbase-0.95.0-hadoop2-bin.tar.gz
> > - hbase-0.95.0-src.tar.gz
> >
> > Which of those should I download and work with?  The instructions
> > were somewhat vague on that and I think this might be causing me
> > some headaches in this process.
> >
> > By the way, thank you for your answer, very appreciated!
> >
> >
> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
> > jean-marc@spaggiari.org> wrote:
> >
> >> Hi Yves,
> >>
> >> Which version of HBase are you trying with? It should be working with
> Java
> >> 1.7.
> >>
> >> To start HBase, are you trying "bin/start-hbase.sh start" as you said
> >> below? On only "bin/start-hbase.sh"? The later is the correct one
> >> while the former as an extra "start" not required at the end.
> >>
> >> JM
> >>
> >>
> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> > Hi all,
> >> >
> >> > I'm having an issue with getting HBase to run.  I'm following this
> >> tutorial:
> >> > http://hbase.apache.org/book.html#start_hbase
> >> >
> >> > When I run that command [ bin/start-hbase.sh start ], nothing happens.
> >>  At
> >> > all.
> >> > My question is why.  I have Java 1.7 on this machine, do I _need_ to
> get
> >> > 1.6?
> >>
>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Ah, my mistake.  I'll re-try with the more stable version.


On Thu, Apr 25, 2013 at 1:23 PM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Yves,
>
> 0.95.0 is a developer version. If you are starting with HBase, I will
> recommend you to choose a more stable version like 0.94.6.1.
>
> Regarding the 3 choices you are listing below.
> 1) This one is HBase 0.95 running over Hadoop 1.0
> 2) This one is HBase 0.95 running over Hadoop 2.0
> 3) This one are the HBase source classes.
>
> Again, I think you are better to go with a stable version for the
> first steps: http://www.bizdirusa.com/mirrors/apache/hbase/stable/
>
> Would you mind to retry you tests with this version and let me know if
> it's working better?
>
> JM
>
> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > Hi, I'm trying to run 0.95.0.
> >
> > I've tried both and nothing worked.
> >
> > I do have another question.  When I go to download hbase, I get the
> > following 3 choices:
> > http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
> >
> > The 3 choices:
> > - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
> > - hbase-0.95.0-hadoop2-bin.tar.gz
> > - hbase-0.95.0-src.tar.gz
> >
> > Which of those should I download and work with?  The instructions
> > were somewhat vague on that and I think this might be causing me
> > some headaches in this process.
> >
> > By the way, thank you for your answer, very appreciated!
> >
> >
> > On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
> > jean-marc@spaggiari.org> wrote:
> >
> >> Hi Yves,
> >>
> >> Which version of HBase are you trying with? It should be working with
> Java
> >> 1.7.
> >>
> >> To start HBase, are you trying "bin/start-hbase.sh start" as you said
> >> below? On only "bin/start-hbase.sh"? The later is the correct one
> >> while the former as an extra "start" not required at the end.
> >>
> >> JM
> >>
> >>
> >> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> >> > Hi all,
> >> >
> >> > I'm having an issue with getting HBase to run.  I'm following this
> >> tutorial:
> >> > http://hbase.apache.org/book.html#start_hbase
> >> >
> >> > When I run that command [ bin/start-hbase.sh start ], nothing happens.
> >>  At
> >> > all.
> >> > My question is why.  I have Java 1.7 on this machine, do I _need_ to
> get
> >> > 1.6?
> >>
>

Re: HBase is not running.

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Hi Yves,

0.95.0 is a developer version. If you are starting with HBase, I will
recommend you to choose a more stable version like 0.94.6.1.

Regarding the 3 choices you are listing below.
1) This one is HBase 0.95 running over Hadoop 1.0
2) This one is HBase 0.95 running over Hadoop 2.0
3) This one are the HBase source classes.

Again, I think you are better to go with a stable version for the
first steps: http://www.bizdirusa.com/mirrors/apache/hbase/stable/

Would you mind to retry you tests with this version and let me know if
it's working better?

JM

2013/4/25 Yves S. Garret <yo...@gmail.com>:
> Hi, I'm trying to run 0.95.0.
>
> I've tried both and nothing worked.
>
> I do have another question.  When I go to download hbase, I get the
> following 3 choices:
> http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/
>
> The 3 choices:
> - hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
> - hbase-0.95.0-hadoop2-bin.tar.gz
> - hbase-0.95.0-src.tar.gz
>
> Which of those should I download and work with?  The instructions
> were somewhat vague on that and I think this might be causing me
> some headaches in this process.
>
> By the way, thank you for your answer, very appreciated!
>
>
> On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
> jean-marc@spaggiari.org> wrote:
>
>> Hi Yves,
>>
>> Which version of HBase are you trying with? It should be working with Java
>> 1.7.
>>
>> To start HBase, are you trying "bin/start-hbase.sh start" as you said
>> below? On only "bin/start-hbase.sh"? The later is the correct one
>> while the former as an extra "start" not required at the end.
>>
>> JM
>>
>>
>> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
>> > Hi all,
>> >
>> > I'm having an issue with getting HBase to run.  I'm following this
>> tutorial:
>> > http://hbase.apache.org/book.html#start_hbase
>> >
>> > When I run that command [ bin/start-hbase.sh start ], nothing happens.
>>  At
>> > all.
>> > My question is why.  I have Java 1.7 on this machine, do I _need_ to get
>> > 1.6?
>>

Re: HBase is not running.

Posted by "Yves S. Garret" <yo...@gmail.com>.
Hi, I'm trying to run 0.95.0.

I've tried both and nothing worked.

I do have another question.  When I go to download hbase, I get the
following 3 choices:
http://www.bizdirusa.com/mirrors/apache/hbase/hbase-0.95.0/

The 3 choices:
- hbase-0.95.0-hadoop1-bin.tar.gz (what I'm using)
- hbase-0.95.0-hadoop2-bin.tar.gz
- hbase-0.95.0-src.tar.gz

Which of those should I download and work with?  The instructions
were somewhat vague on that and I think this might be causing me
some headaches in this process.

By the way, thank you for your answer, very appreciated!


On Thu, Apr 25, 2013 at 1:00 PM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Yves,
>
> Which version of HBase are you trying with? It should be working with Java
> 1.7.
>
> To start HBase, are you trying "bin/start-hbase.sh start" as you said
> below? On only "bin/start-hbase.sh"? The later is the correct one
> while the former as an extra "start" not required at the end.
>
> JM
>
>
> 2013/4/25 Yves S. Garret <yo...@gmail.com>:
> > Hi all,
> >
> > I'm having an issue with getting HBase to run.  I'm following this
> tutorial:
> > http://hbase.apache.org/book.html#start_hbase
> >
> > When I run that command [ bin/start-hbase.sh start ], nothing happens.
>  At
> > all.
> > My question is why.  I have Java 1.7 on this machine, do I _need_ to get
> > 1.6?
>

Re: HBase is not running.

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Hi Yves,

Which version of HBase are you trying with? It should be working with Java 1.7.

To start HBase, are you trying "bin/start-hbase.sh start" as you said
below? On only "bin/start-hbase.sh"? The later is the correct one
while the former as an extra "start" not required at the end.

JM


2013/4/25 Yves S. Garret <yo...@gmail.com>:
> Hi all,
>
> I'm having an issue with getting HBase to run.  I'm following this tutorial:
> http://hbase.apache.org/book.html#start_hbase
>
> When I run that command [ bin/start-hbase.sh start ], nothing happens.  At
> all.
> My question is why.  I have Java 1.7 on this machine, do I _need_ to get
> 1.6?