Praveen Adlakha created FALCON-2120:
---------------------------------------
Summary: falcon-regression build is failing
Key: FALCON-2120
URL: https://issues.apache.org/jira/browse/FALCON-2120
Project: Falcon
Issue Type: Bug
Reporter: Praveen Adlakha
Assignee: Praveen Adlakha
Hi All,
Regression build is failing with two errors :
{code}
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Falcon Regression ........................... SUCCESS [ 0.369 s]
[INFO] Apache Falcon Regression Suite Core ................ FAILURE [ 0.343 s]
[INFO] Apache Falcon Regression Suite ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.082 s
[INFO] Finished at: 2016-08-23T12:51:39+05:30
[INFO] Final Memory: 21M/303M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project falcon-merlin-core: Could not resolve
dependencies for project
org.apache.falcon.regression:falcon-merlin-core:jar:0.11-SNAPSHOT: Failure to
find org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde in
http://repo1.maven.org/maven2 was cached in the local repository, resolution
will not be reattempted until the update interval of central has elapsed or
updates are forced -> [Help 1]
[ERROR]
{code}
Second:
{code}
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Falcon Regression ........................... SUCCESS [ 1.964 s]
[INFO] Apache Falcon Regression Suite Core ................ FAILURE [ 3.604 s]
[INFO] Apache Falcon Regression Suite ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.732 s
[INFO] Finished at: 2016-08-23T12:56:16+05:30
[INFO] Final Memory: 63M/799M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile)
on project falcon-merlin-core: Compilation failure: Compilation failure:
[ERROR]
/home/praveen/git/myfalcon/falcon/falcon-regression/merlin-core/src/main/java/org/apache/falcon/regression/core/bundle/Bundle.java:[22,28]
error: package org.apache.falcon.cli does not exist
[ERROR]
/home/praveen/git/myfalcon/falcon/falcon-regression/merlin-core/src/main/java/org/apache/falcon/regression/Entities/RecipeMerlin.java:[29,28]
error: package org.apache.falcon.cli does not exist
[ERROR]
/home/praveen/git/myfalcon/falcon/falcon-regression/merlin-core/src/main/java/org/apache/falcon/regression/Entities/RecipeMerlin.java:[79,20]
error: package FalconCLI does not exist
[ERROR]
/home/praveen/git/myfalcon/falcon/falcon-regression/merlin-core/src/main/java/org/apache/falcon/regression/Entities/RecipeMerlin.java:[83,21]
error: package FalconCLI does not exist
[ERROR]
/home/praveen/git/myfalcon/falcon/falcon-regression/merlin-core/src/main/java/org/apache/falcon/regression/Entities/RecipeMerlin.java:[243,52]
error: package FalconCLI does not exist
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)