Scott Wilburn created NIFI-5520:
-----------------------------------

             Summary: PutParquet processor does not work on Windows
                 Key: NIFI-5520
                 URL: https://issues.apache.org/jira/browse/NIFI-5520
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
    Affects Versions: 1.5.0
         Environment: Windows server 2016
            Reporter: Scott Wilburn


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>

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to