You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../../../usr/local/lib/python3.9/site-packages/hdfs/config.py:15
/usr/local/lib/python3.9/site-packages/hdfs/config.py:15: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
from imp import load_source
Hello.
There is a deprecation warning coming from config.py at this line:
hdfs/hdfs/config.py
Line 15 in 8984b0a
According to the official documentation:
Deprecated since version 3.4, will be removed in version 3.12: The imp module is deprecated in favor of importlib.
Python 3.9
HdfsCLI 2.6.0
and2.7.0
The text was updated successfully, but these errors were encountered: