Hi,
I have an application that supports communication with arbitrary webhdfs
URIs using the Apache hadoop java Api for file operations. how does such
an application add support for knox authentication?
I have seen the example code in the gateway.shell package but this amounts
to duplicating all the file operations that is already available via
Filesystem.
Is there a way for knox to return a webhdfs URI after authentication that
can be consumed by existing clients?
Or is writing my own client the only way to do this in Java?
Thanks!