SRAVAN
Hi Ajay,
Please give the path as below for copyFromLocal command
hadoop fs -copyFromLocal NASDAQ_daily_prices_A_sample.csv dezyre
Note: /dezyre is a root folder to which the access is denied. So, you should pass as dezyre instead of /dezyre.
I would suggest to create a folder specific to your assignment. So, create a folder as
hadoop fs -mkdir dezyre/Assignment1/inputs
Now copy the file from local to this path as below
hadoop fs -copyFromLocal NASDAQ_daily_prices_A_sample.csv dezyre/Assignment1/inputs
Hope this helps.
Thanks,
Sravan
Nov 16 2014 12:38 PM