Nikolai Janakiev created ARROW-11555:
----------------------------------------
Summary: The pyarrow installation is not built with support for
'HadoopFileSystem'
Key: ARROW-11555
URL: https://issues.apache.org/jira/browse/ARROW-11555
Project: Apache Arrow
Issue Type: Bug
Components: Python
Affects Versions: 3.0.0
Environment: Ubuntu 20.04 LTS
conda 4.8.3
Python 3.7.7
pyarrow=3.0.0
Reporter: Nikolai Janakiev
When running:
{code:java}
import pyarrow as pa
pa.fs.HadoopFileSystem("node-master", port=54310)
{code}
I get the following error:
{code:java}
ImportError: The pyarrow installation is not built with support for
'HadoopFileSystem'{code}
Installed on Ubuntu 20.04 LTS and via:
{code:java}
conda installĀ -c conda-forge "pyarrow=3.0.0"{code}
But when I run the following command, I am able to connect to my HDFS cluster:
{code:java}
hdfs = pa.hdfs.connect('node-master', port=54310)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)