Here is the code that I am using to connect to hdfs and create dask dataframe.
Client(scheduler_host+":"+scheduler_port)
df=dd.read_csv("hdfs://hdfs_host/<path to csv on hdfs>")
Error:
AttributeError: /usr/lib/libhdfs3.so: undefined symbol: hdfsConcat
HADOOP Version: 2.5.1