Member since
06-24-2016
8
Posts
1
Kudos Received
0
Solutions
09-20-2016
08:47 PM
It is not /user/hdp it is /usr/hdp/current or try to cd
/usr/hdp/2.4.xxx/flume/ and look for a version number. This location is
on local file system not on hdfs. As you are using sandbox it should be
the same location.
... View more
08-31-2016
02:42 AM
1 Kudo
@Cameron Warren You need to first scp your file to Azure. Once that's done, you can do "copyFromLocal" to copy file to your hdfs. hdfs dfs -copyFromLocal /path/to/file /dest/path/on/hdfs
... View more
07-21-2016
01:58 PM
Same problem here, on my Mac OS 10.11. First error was "Connection timed out lost connection". I found that the ~/Downloads/ path was referring to a path on the VM in Azure, not my local path. So I jump the command ssh <username>@<host>-p 22; and retry. Now the path seems correct but I got the error "Permission denied" How did you resolve it, @Cameron Warren ? Thanks
... View more