snakebite icon indicating copy to clipboard operation
snakebite copied to clipboard

Use snakebite to download file in HDFS in private network

Open hegu8 opened this issue 9 years ago • 1 comments

I'm trying to use snakebite to download a file in the HDFS cluster hosted on amazon AWS from a machine outside of AWS, and it failed since snakebite uses data nodes' private IPs returned by the name node to connect to them. I set dfs.client.use.datanode.hostname to true so hdfs dfs -get would work but it seemed that snakebite wasn't picking up that config, is there a way to do this?

hegu8 avatar Jul 13 '16 22:07 hegu8

Created a pr for this issue.

guhehehe avatar Jul 15 '16 23:07 guhehehe