Re: WebHDFS Create File redirect

2013-03-11 Thread Daryn Sharp
I'm not sure, but I believe it uses the name the DN used to register with the NN. But… The NN will reject registrations from unresolvable hostnames so I believe DNS is mandatory. Daryn On Mar 11, 2013, at 12:58 PM, Steven Matthews wrote: > I'm writing some test code to try out the WebHDFS RE

Re: WebHDFS Create File redirect

2013-03-11 Thread Alejandro Abdelnur
HttpFS may be an easier solution for you as all traffic goes through the same machine. WebHDFS and HttpFS use the same REST API. Thx. On Mon, Mar 11, 2013 at 10:58 AM, Steven Matthews < steven.matth...@rapidinsightinc.com> wrote: > I'm writing some test code to try out the WebHDFS REST API for