Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.