Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Access file on hdfs via proxy

avatar
Rising Star

I need to read files on hdfs which is distributed on another network, where I can access it via proxy.

Now I can access the directories, files status via WebHDFS by specific port successfully. However when I try to read the file content, it redirects me to another data node url, while I only have access to name node.

So how can I read the file in a convenient way?

1 ACCEPTED SOLUTION

avatar
Rising Star

Solve by using HttpFs.

It set a gateway where no need to access data node.

View solution in original post

1 REPLY 1

avatar
Rising Star

Solve by using HttpFs.

It set a gateway where no need to access data node.