Describe the bug
i have hadoop client(2.7.3) with env LD_LIBRARY_PATH=${HADOOP_HOME}/lib/native ;when i run the command jupyter serverextension enable --py sparkmagic (the previous steps have been completed) there was an error:
File "/opt/conda/lib/python3.6/site-packages/requests_kerberos/kerberos_.py", line 2, in <module>
import kerberos
ImportError: /usr/lib/mapreduce_client/lib/native/libk5crypto.so.3: symbol krb5int_utf8cs_to_ucs2les version krb5support_0_MIT not defined in file libkrb5support.so.0 with link time reference
if i unset the env , the command works normally.
Expected behavior
both hadoop clinet and sparkmagic perform normal
Describe the bug i have hadoop client(2.7.3) with env LD_LIBRARY_PATH=${HADOOP_HOME}/lib/native ;when i run the command
jupyter serverextension enable --py sparkmagic
(the previous steps have been completed) there was an error:if i unset the env , the command works normally.
Expected behavior both hadoop clinet and sparkmagic perform normal
Versions: