Sqooba / hdfs

A native go client for HDFS
MIT License
17 stars 5 forks source link

KRB Error: (7) KDC_ERR_S_PRINCIPAL_UNKNOWN Server not found in Kerberos database - UNKNOWN_SERVER #14

Closed applee closed 6 years ago

applee commented 6 years ago

Why the error ignored here? If I catch the error, I got it as the title above. https://github.com/Sqooba/hdfs/blob/461efab7d5ca69b20f4484e52cd6a78eb2e4c93a/rpc/namenode.go#L354-L356

Shastick commented 6 years ago

Thanks for the remark: it's a mistake and should definitively be a stopper and be returned.

The present master branch is still be a bit buggy: things are getting fixed in the PR branch for the hdfs library.

Shastick commented 6 years ago

Closing -> cleanup.