You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Uwe Korn (Jira)" <ji...@apache.org> on 2021/02/08 14:22:00 UTC

[jira] [Resolved] (ARROW-11555) The pyarrow installation is not built with support for 'HadoopFileSystem'

     [ https://issues.apache.org/jira/browse/ARROW-11555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Korn resolved ARROW-11555.
------------------------------
    Resolution: Invalid

Closing this here as this is an Anaconda issue which is tracked over at https://github.com/AnacondaRecipes/pyarrow-feedstock/issues/2

> 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
>            Assignee: Uwe Korn
>            Priority: Minor
>
> 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)