hdfs.connect() vs HdfsClient in PyArrow

Viewed 5807

I apologize if this is a noob question, but I couldn't find any relevant reference -

what is the difference between these two?

If I'd like to read parquet files from hdfs using pyarrow, which one would I use?

1 Answers
Related