Closed superbobry closed 6 years ago
I can tell you what it means: the user indicated (I suppose your Keberos principal) is not a proxy user; this is not a surprise, usually only cluster services like HDFS, YARN and such are proxy users. I cannot tell you why this is happening, though. A workaround would be to set that user to be proxying (by adding *.proxyuser.*
entries in your core-site.xml), but I very much doubt you want to do that.
For fun, you could try with the following package https://anaconda.org/mdurant/libhdfs3/2.3/download/linux-64/libhdfs3-2.3-0.tar.bz2
Download that, and do conda install libhdfs3-2.3-0.tar.bz2
and try again. Just for fun.
I've tried the version above and it seems to fails with the same error message. Looking for possible causes...
I've reinstalled libhdfs3/hdfs3 from conda-forge into a fresh conda environment and everything just works now. Closing the issue.
Hurray! How odd...
Hello,
I'm getting the following error with hdfs3 0.3.0 on CDH5:
The binary gibberish in the error is surprisingly stable. Could you give any pointers on how I can debug the root cause of this?