Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-11555

The pyarrow installation is not built with support for 'HadoopFileSystem'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Invalid
    • 3.0.0
    • None
    • Python
    • None
    • Ubuntu 20.04 LTS
      conda 4.8.3
      Python 3.7.7
      pyarrow=3.0.0

    Description

      When running:

      import pyarrow as pa
      
      pa.fs.HadoopFileSystem("node-master", port=54310)
      

      I get the following error:

      ImportError: The pyarrow installation is not built with support for 'HadoopFileSystem'

      Installed on Ubuntu 20.04 LTS and via:

      conda installĀ -c conda-forge "pyarrow=3.0.0"

      But when I run the following command, I am able to connect to my HDFS cluster:

      hdfs = pa.hdfs.connect('node-master', port=54310)
      

      Attachments

        Activity

          People

            uwe Uwe Korn
            njanakiev Nikolai Janakiev
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: