moving data

2012-08-01 Thread Soheila Dehghanzadeh
Hi All, I want to move my data from my server into hadoop file system to run a jar file using this data on a hadoop cluster. I have 2 questions. if my java program which I want to run on a hadoop cluster refers to an address on another server, how i should specify the address in my java program? o

Re: moving data

2012-08-01 Thread Soheila Dehghanzadeh
07.314.0122 mobile > > *CI Boost™ Clients* *Outperform Online™ *www.ciboost.com > > ** ** > > *From:* Soheila Dehghanzadeh [mailto:sally...@gmail.com] > *Sent:* Wednesday, August 01, 2012 8:01 AM > *To:* hdfs-user@hadoop.apache.org > *Subject:* moving data

hadoop jar error

2012-08-02 Thread Soheila Dehghanzadeh
Hi All, I'm trying to run my jar file which is assembled by maven. This way, when i'm using this command hadoop/bin/hadoop jar /user/soheila/mymvnproj/target/assembly.jar i got the following error Exception in thread "main" java.io.IOException: Error opening job jar: /user/soheila/mymvnproj/target

Re: hadoop jar error

2012-08-02 Thread Soheila Dehghanzadeh
I should mention that i assembled and packaged my jar file on my server using maven and then moved the entire project directory to that hdfs. and then tried running the assembled jar. On Thu, Aug 2, 2012 at 10:36 AM, Soheila Dehghanzadeh wrote: > Hi All, > I'm trying to run my jar fi

Re: hadoop jar error

2012-08-02 Thread Soheila Dehghanzadeh
already sorted ! I needed to keep the source jar in the local fs and only transfer input data into the hdfs. the error arises because it was looking for the jar file on the local file system :) On Thu, Aug 2, 2012 at 10:40 AM, Soheila Dehghanzadeh wrote: > I should mention that i assembled