kzk / webhdfs

Ruby client for Hadoop WebHDFS
Other
81 stars 46 forks source link

Fix error on kerberos authentication #14

Closed uijin closed 9 years ago

uijin commented 9 years ago

HTTP response header WWW-Authenticate only exist with response code==307, which return from NameNode. Without this fix, response from DataNode will cause raising exception.

tagomoris commented 9 years ago

LGTM. Thank you to report!