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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17281013#comment-17281013 ] 

Antoine Pitrou commented on ARROW-11555:
----------------------------------------

cc [~uwe]

> 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
>            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)