How to upload data file in HDFS

The command I used is this:

hadoop fs -put /home/ipshitaghosh1069/abc/362843712_T_ONTIME_REPORTING-2.csv /ipshitaghosh1069

I have that I my local. Transfer it from my machine to my cloudxlab account using FileZilla. But not sure how to transfer the csv file to HDFS.

Please help!

Hi,

You can refer this discussion for transferring file to local.
https://cloudxlab.com/faq/20/how-should-i-upload-files-from-my-local-machine-to-cloudxlab
Once you copy to the file to local you can use the below command to copy from Local to HDFS.
hadoop fs -copyFromLocal /local-filesystem-directory /HDFS-path

All the best!