hadoop fs -copyFromLocal retail_db user/kjanakijanu
When I’m trying to run this in Console, im getting error.
Can you help me in resolving this issue.
hadoop fs -copyFromLocal retail_db user/kjanakijanu
When I’m trying to run this in Console, im getting error.
Can you help me in resolving this issue.
Hi Janaki,
Please specify the complete path of the source, say, /home/directory_name/file_name
Thanks
Thanks for your reply.
I could see there is some connect issue, I will try once it fixed.
It should be like this hadoop fs -copyFromLocal retail_db user/kjanakijanu
Its working. Thank you!!