Re: Random weirdness — anyone explain, please?

2009-10-22 Thread Philip Zeyliger
On Wed, Oct 21, 2009 at 9:23 PM, Bogdan M. Maryniuk < bogdan.maryn...@gmail.com> wrote: > Hi! > > I have quite odd Hadoop behavior. I wrote a client to my app that > simply is trying to talk to HDFS and do stuff. Version of Hadoop is > 20.0. I still suspect CLASSPATH, but would be nice to know det

Re: Random weirdness — anyone explain, please?

2009-10-22 Thread BM
On Thu, Oct 22, 2009 at 11:56 PM, brien colwell wrote: > When I debug Hadoop locally in Eclipse I run jobs with the following > configurations. I access the HDFS with paths like below . It seems to me > this should be the same as what you have so I also suspect a classpath > issue. > >       baseC

Re: Random weirdness - anyone explain, please?

2009-10-22 Thread BM
On Thu, Oct 22, 2009 at 10:43 PM, #YONG YONG CHENG# wrote: > Maybe you can try putting Hadoop jar files in the Extension classloader > directory /lib/ext. Apparently, no. Now it works fine. Sounds like Webspace is just Sun-style thing: bloated, big, slow, complicated and... wrong. On a regular G

RE: Random weirdness - anyone explain, please?

2009-10-22 Thread #YONG YONG CHENG#
Good Day, Maybe you can try putting Hadoop jar files in the Extension classloader directory /lib/ext. Thanks. From: BM [mailto:bogdan.maryn...@gmail.com] Sent: Thu 10/22/2009 3:59 PM To: common-user@hadoop.apache.org Subject: Re: Random weirdness - anyone

Re: Random weirdness — anyone explain, please?

2009-10-22 Thread BM
On Thu, Oct 22, 2009 at 1:33 PM, Huy Phan wrote: > Hi Bogdan, > There's nothing wrong with your code, since you're talking about CLASSPATH, > I guess you didn't execute your script the right way. > How did you run your script anyway ? With or without hadoop command ? Well, that's not a script rea

Re: Random weirdness — anyone explain, please?

2009-10-21 Thread Bogdan M. Maryniuk
One more thing. I am creating configuration like this (if it is wrong — please tell me why and how is right to do it): --- this.conf = new Configuration(); this.conf.set("fs.default.name", String.format("hdfs://%s:%s", host, port)); th

Random weirdness — anyone explain, please?

2009-10-21 Thread Bogdan M. Maryniuk
Hi! I have quite odd Hadoop behavior. I wrote a client to my app that simply is trying to talk to HDFS and do stuff. Version of Hadoop is 20.0. I still suspect CLASSPATH, but would be nice to know details. So, here is a part of a traceback: