So the following from hbase-site.xml is of no use ? <name>hbase.rootdir</name> <value>hdfs://a.e.com/hbase</value>
On Fri, Feb 24, 2012 at 3:22 PM, lars hofhansl <[email protected]> wrote: > Maybe it's the same problem I was seeing with M/R jobs accessing the local > filesystem when I forgot to include the hadoop/conf directory in the HBase > classpath? > > > > ----- Original Message ----- > From: Stack <[email protected]> > To: [email protected] > Cc: > Sent: Friday, February 24, 2012 2:27 PM > Subject: Re: IllegalArgumentException when using graceful_stop.sh > > On Fri, Feb 24, 2012 at 1:59 PM, Ted Yu <[email protected]> wrote: > > Thanks Stack for the hint. > > > > I still get the same error. > > > > Well, its kinda plain. It thinks the fs is default file when you > want it to be hdfs. Mess around w/ the Configuration. Check what it > has. Has it not read your conf in? > > St.Ack > >
