I suggested that because you were able to use the shell but not the client code.
- R On Tuesday, July 16, 2013, Pavan Sudheendra wrote: > Yes Jean, It is working fine. > @Rohit, i thought in the standalone mode it is not required. > > On Tue, Jul 16, 2013 at 5:25 PM, Rohit Kelkar <[email protected]> > wrote: > > In your client code can you try explicitly setting values of > > hbase.zookeeper.quorum > > > > - R > > > > On Tuesday, July 16, 2013, Jean-Marc Spaggiari wrote: > > > >> Hi Pavan, > >> > >> You should try to avoid localhost. Try to prefers your host name. Is > >> http://ubuntu:60010/master-status?filter=all< > >> http://localhost:60010/master-status?filter=all>working > >> fine? > >> > >> JM > >> > >> 2013/7/16 Pavan Sudheendra <[email protected]> > >> > >> > Hi all, > >> > I further went to http://localhost:60010/master-status?filter=all and > >> > checked that: > >> > [{"statustimems":-1,"status":"Waiting for a > >> > call","starttimems":1373948304755,"description":"REPL IPC Server > >> > handler 2 on > >> > > >> > 38039","state":"WAITING","statetimems":-1},{"statustimems":-1,"status":"Waiting > >> > for a call","starttimems":1373948304755,"description":"REPL IPC Server > >> > handler 1 on > >> > > >> > 38039","state":"WAITING","statetimems":-1},{"statustimems":-1,"status":"Waiting > >> > for a call","starttimems":1373948304755,"description":"REPL IPC Server > >> > handler 0 on 38039","state":"WAITING","statetimems":-1}, > >> > > >> > all the rpc calls gets stuck on waiting.. and my master it says active > >> > on the tasks page for a while and dissapears. Any help much > >> > appreciated. > >> > > >> > On Tue, Jul 16, 2013 at 8:54 AM, Pavan Sudheendra < > [email protected]> > >> > wrote: > >> > > @Kim how is that possible? I'm using the stable release. > >> > > > >> > > On Tue, Jul 16, 2013 at 8:37 AM, Pavan Sudheendra < > [email protected] > >> > > >> > wrote: > >> > >> @Jean, Nope, it didn't work. I even re-installed hbase. > >> > >> > >> > >> Has anyone worked with the Hbase-The definitive guide examples with > >> > >> standalone mode? > >> > >> > >> > >> On Mon, Jul 15, 2013 at 10:06 PM, Kim Chew <[email protected]> > >> wrote: > >> > >>> Another thing is, > >> > >>> > >> > >>> 2013-07-15 05:15:58,764 WARN org.apache.hadoop.ipc. > >> > >>> HBaseServer: > >> > >>> Incorrect header or version mismatch from 127.0.0.1:46149 got > >> version > >> > >>> 47 expected version 3 > >> > >>> > >> > >>> Seems like you are using different versions of HBase when > compiling > >> > your > >> > >>> codes. > >> > >>> > >> > >>> Kim > >> > >>> > >> > >>> > >> > >>> > >> > >>> On Mon, Jul 15, 2013 at 5:40 AM, Jean-Marc Spaggiari < > >> > >>> [email protected]> wrote: > >> > >>> > >> > >>>> You should change our hosts file to something like that: > >> > >>>> > >> > >>>> 127.0.0.1 localhost > >> > >>>> 192.168.XXX.YYY ubuntu.ubuntu-domain ubuntu > >> > >>>> > >> > >>>> Where 192.168.XXX.YYY is your local host IP address > >> > -- > Regards- > Pavan >
