Re: Trying to copy file to Hadoop file system from a program

2013-02-24 Thread Nitin Pawar
more info. >> Thanks >> Sai >> >> >> >> >> >>-- >> *From:* Nitin Pawar >> *To:* user@hadoop.apache.org; Sai Sai >> *Sent:* Sunday, 24 February 2013 3:42 AM >> *Subject:* Re: Trying to copy fil

Re: Trying to copy file to Hadoop file system from a program

2013-02-24 Thread sudhakara st
more info. > Thanks > Sai > > > > > > -- > *From:* Nitin Pawar > *To:* user@hadoop.apache.org; Sai Sai > *Sent:* Sunday, 24 February 2013 3:42 AM > *Subject:* Re: Trying to copy file to Hadoop file system from a program > > if you want t

Re: Trying to copy file to Hadoop file system from a program

2013-02-24 Thread Sai Sai
itin Pawar To: user@hadoop.apache.org; Sai Sai Sent: Sunday, 24 February 2013 3:42 AM Subject: Re: Trying to copy file to Hadoop file system from a program if you want to use master as your hostname then make such entry in your /etc/hosts file  or change the hdfs://master to hdfs://localhost 

Re: Trying to copy file to Hadoop file system from a program

2013-02-24 Thread Nitin Pawar
if you want to use master as your hostname then make such entry in your /etc/hosts file or change the hdfs://master to hdfs://localhost On Sun, Feb 24, 2013 at 5:10 PM, Sai Sai wrote: > > Greetings, > > Below is the program i am trying to run and getting this exception: > *

Re: Trying to copy file to Hadoop file system from a program

2013-02-24 Thread Sai Sai
Greetings, Below is the program i am trying to run and getting this exception: *** Test Start. java.net.UnknownHostException: unknown host: master     at org.apache.hadoop.ipc.Client$Connection.(Client.java:214)     at org.apache.hadoop.ipc.Client.getConn