Re: Can't construct instance of class org.apache.hadoop.conf.Configuration

2012-04-30 Thread Ryan Cole
Brock, Ah, thanks. I did not realize that you could do that. That sets the correct CLASSPATH! Thanks. Ryan On Mon, Apr 30, 2012 at 10:22 AM, Brock Noland wrote: > Hi, > > I would try this: > > export CLASSPATH=$(hadoop classpath) > > Brock > > On Mon, Apr 30, 2012 at 10:15 AM, Ryan Cole wrote

Re: Can't construct instance of class org.apache.hadoop.conf.Configuration

2012-04-30 Thread Brock Noland
Hi, I would try this: export CLASSPATH=$(hadoop classpath) Brock On Mon, Apr 30, 2012 at 10:15 AM, Ryan Cole wrote: > Hello, > > I'm trying to run an application, written in C++, that uses libhdfs. I have > compiled the code and get an error when I attempt to run the application. > The error t