I am trying to upload data from my local machine to HDFS on Azure using the command line.
This is a simple task when using the Ambari GUI - you simply hit browse and then select the file you want:
However, this is not so simple a task in the command shell it seems. I've tried various methods and the only information I can find online are solutions involving Azure's HDInsight.
For clarity:
Goal - upload a csv file from my local machine to HDFS on azure using the command line (Hortonworks Sandbox). The basic hdfs dfs -put command does not work as it can't find the file.
The reason I'd like to do this on the command line is because the Hortonworks cert exam is entirely in the shell - so I'd like to understand the solution.
Any assistance would be wonderful!