Pierre,

My build is currently hitting a wall when trying to
compile nifi-hdfs-processors.

Seems the reason for this is the commit  2ce7857.

Both

$ mvn clean install -Dhadoop.version=2.7.0

and

$ mvn clean install -DskipTests -Pmapr -Dhadoop.version=2.7.0-mapr-1506

result in:

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/amiranda/development/nifi/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/test/java/org/apache/nifi/processors/hadoop/inotify/TestGetHDFSEvents.java:[198,38]
error: incompatible types: String cannot be converted to Builder
[ERROR]
/home/amiranda/development/nifi/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/test/java/org/apache/nifi/processors/hadoop/inotify/TestGetHDFSEvents.java:[199,38]
error: incompatible types: String cannot be converted to Builder
[ERROR]
/home/amiranda/development/nifi/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/test/java/org/apache/nifi/processors/hadoop/inotify/TestGetHDFSEvents.java:[200,38]
error: incompatible types: String cannot be converted to Builder
[ERROR]
/home/amiranda/development/nifi/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/test/java/org/apache/nifi/processors/hadoop/inotify/util/EventTestUtils.java:[51,37]
error: incompatible types: String cannot be converted to Builder
[ERROR]
/home/amiranda/development/nifi/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/test/java/org/apache/nifi/processors/hadoop/inotify/util/EventTestUtils.java:[55,15]
error: constructor RenameEvent in class RenameEvent cannot be applied to
given types;
[ERROR]   required: Builder
  found: String,String,long
  reason: actual and formal argument lists differ in length
/home/amiranda/development/nifi/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/src/test/java/org/apache/nifi/processors/hadoop/inotify/util/EventTestUtils.java:[75,15]
error: constructor UnlinkEvent in class UnlinkEvent cannot be applied to
given types;
[INFO] 6 errors

Reply via email to