Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-5520

PutParquet processor does not work on Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.5.0
    • None
    • Core Framework
    • Windows server 2016

    Description

      The PutParquet processor does not seem to work in a Windows installed version of NiFi. I don't have Hadoop installed anywhere in my environment, but creating a local pointing core-site.xml file works if using a Linux installed version of NiFi. In the Windows environment, I get the following errors:

       
        Failed to locate the winutils binary in the hadoop binary path
        IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries
        Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
        Failed to write due to java.io.IOException: No FileSystem for scheme
      I created a blank core-site.xml file with the following content:

      <configuration>
      <property>
      <name>fs.defaultFS</name>
      <value>file:///</value>
      </property>
      </configuration>

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            tcots Scott Wilburn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: