1

I want to upload one file from a local windows machine to HDFS. I am using Hortonworks Sandbox for Hadoop.

I have tried the following command to transfer file, but it shows connection refused.

scp -p 22 SampleData_1.csv root@localhost:
scp -p 22 -r SampleData_1.csv root@localhost:

Connection Refused.jpg

JAy PaTel
  • 11
  • 3
  • You can't use scp to copy over HDFS. Use httpfs/webhdfs to transfer files from a windows box – Ra_ May 17 '19 at 08:22

0 Answers0