[
https://issues.apache.org/jira/browse/METRON-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15431225#comment-15431225
]
ASF GitHub Bot commented on METRON-387:
---------------------------------------
GitHub user nickwallen opened a pull request:
https://github.com/apache/incubator-metron/pull/224
METRON-387 Fix Bad Merge with METRON-309
The merge of METRON-309 after the changes introduced by METRON-366 were not
successful. The build of master is currently failing. This PR fixes the
glitch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickwallen/incubator-metron METRON-387
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/224.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #224
----
commit 5ddd08e8bbb84353b06acff0dc1fb5d8521f08bc
Author: Nick Allen <[email protected]>
Date: 2016-08-22T17:17:39Z
METRON-387 Fix Bad Merge with METRON-309
----
> Build Failure - Bad Merge with METRON-309
> -----------------------------------------
>
> Key: METRON-387
> URL: https://issues.apache.org/jira/browse/METRON-387
> Project: Metron
> Issue Type: Bug
> Reporter: Nick Allen
> Assignee: Nick Allen
>
> The merge between METRON-309 and METRON-366 was not successful. Compile
> failures galore.
> {code}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile
> (default-compile) on project metron-profiler: Compilation failure
> [ERROR]
> /home/travis/build/nickwallen/incubator-metron/metron-analytics/metron-profiler/src/main/java/org/apache/metron/profiler/stellar/DefaultStellarExecutor.java:[111,23]
> method parse in class
> org.apache.metron.common.stellar.BaseStellarProcessor<T> cannot be applied to
> given types;
> [ERROR] required:
> java.lang.String,org.apache.metron.common.dsl.VariableResolver,java.util.function.Function<java.lang.String,org.apache.metron.common.dsl.StellarFunction>,org.apache.metron.common.dsl.Context
> [ERROR] found: java.lang.String,org.apache.metron.common.dsl.VariableResolver
> [ERROR] reason: actual and formal argument lists differ in length
> [ERROR] -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)