Andy, What are the symptoms?
You also need to include in your classpath the directory where the zookeeper config file (zoo.cfg) is located. Yes, HBASE-3714 addresses the issue discussed here. Although, it does not fully address the NPE in org.apache.hadoop.hbase.zookeeper.ZKConfig.parseZooCfg(ZKConfig.java:167) for the cases when either (a) no hbase-site.xml has been loaded, or (b) an incomplete configuration is provided, which does not specify a value for the hbase.cluster.distributed option. Cheers, -Julio Begin forwarded message: > Date: April 24, 2011 10:26:38 PM EDT > Subject: RE: Help with NPE during bulk load (completebulkload) > Source: [email protected] Archives > Author: Andy Sautins > > Julio, > > I agree I would love to see your workaround documented. I quickly tried > adding a '-c configfile' > flag to our completebulkload calls and wasn't able to get it to work. > > -----Original Message----- > > Sent: Sunday, April 24, 2011 5:39 PM > To: [email protected] > Subject: Re: Help with NPE during bulk load (completebulkload) > > On Sun, Apr 24, 2011 at 4:29 PM, Andy Sautins <[email protected]> > wrote: >> If I'm reading it right it looks like JIRA-3714 addresses this issue. >> > Yeah, it looks like https://issues.apache.org/jira/browse/HBASE-3714 > >> Thanks for including your workaround ( adding -c flag ). That seems to be >> a better > workaround than the one we were using. >> > > We should add this to the documentation Julio? Mind providing example and > where it should > go in the doc (I'll do the rest). > > Thanks, > St.Ack > Read more⦠>
