Open anandp504 opened 7 years ago
I would like to access HDFS files using webhdfs. Curl gives me an option of using --negotiate -u: user option to use existing kerberos token. How do I access webhdfs using akka-http?
i think what you are asking for is an akka-http client api that supports spnego, is that correct? that is not supported in this library as such.
I would like to access HDFS files using webhdfs. Curl gives me an option of using --negotiate -u: user option to use existing kerberos token. How do I access webhdfs using akka-http?