Hello Hiba, The file fileHDFS will be stored under user home directory. Lets say you run this command as 'hdfsclient' user. Then it should be located at /user/hdfsclient/fileHDFS. You could also specify the actual path where you want to store the file.
Like, $PATH/bin/hadoop dfs -copyFromLocal [fileLocal] <path-in-hdfs>/[fileHDFS] -Bharath ----- Original Message ----- From: hiba houimli <houimlih...@hotmail.fr> To: hdfs-dev@hadoop.apache.org Cc: Sent: Monday, April 25, 2011 4:20 PM Subject: Re: run pig on hadoop Hi, when I do this: $PATH/bin/hadoop dfs -copyFromLocal [fileLocal] [fileHDFS] I have my fileLocal but I don't know how I find fileHDFS, I like to know the path ? and thank you