所有人。我尝试使用Dask与分布式+ HDFS一起处理一些文件。当我安装分布式尝试安装HDFS3插件时,错误是:
Can not find the shared library:libhdfs3.so
我的环境是Ubuntu16Desktop版本。我严格要求,但仍然不工作。希望有人能帮忙!非常感谢
conda install hdfs3 -c conda-forge echo "deb https://dl.bintray.com/wangzw/deb trusty contrib" | sudo tee /etc/apt/sources.list.d/bintray-wangzw-deb.list sudo apt-get install -y apt-transport-https sudo apt-get update sudo apt-get install libhdfs3 libhdfs3-dev