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

2012-04-30 Thread Ryan Cole
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 that I am getting is as follows: "Can&

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

2012-04-30 Thread Brock Noland
tion. > The error that I am getting is as follows: "Can't construct instance of > class org.apache.hadoop.conf.Configuration". > > Initially, I was receiving an error saying that CLASSPATH was not set. That > was easy, so I set CLASSPATH to include the followin

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

2012-04-30 Thread Ryan Cole
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 that I am getting is as follows: "Can't construct instance of class org.apache.hadoop.conf.Configuration"