[GitHub] nifi pull request: NIFI-1498: putFile - Flowfiles routed to failur...

2016-05-15 Thread DomenicPuzio
GitHub user DomenicPuzio opened a pull request: https://github.com/apache/nifi/pull/445 NIFI-1498: putFile - Flowfiles routed to failure relationship produce INFO level log messages I made a few quick changes to the log levels here. With this, any time PutFile does not actually

PutHDFS Configuration Issue

2015-09-30 Thread DomenicPuzio
Hello, I am trying to set up the PutHDFS processor on NiFi, and I am running into an issue. I have the Hadoop Configuration Resources set and pointing to my core-site.xml and hdfs-site.xml, and I have a Kerberos Principal and Keytab file. However, I am getting the error below. 'Kerberos

Re: Cannot build code base - error with "mvn -T C2.0 clean install"

2015-09-11 Thread DomenicPuzio
Hi Karl, I had to run “sudo yum install java-devel” on my intance to make sure that I had the version of Java that I needed. I also made sure that my JAVA_HOME environment variable was set correctly. This resolved the “javac” issue. Domenic