You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/23 10:37:21 UTC

[jira] [Commented] (FALCON-2120) falcon-regression build is failing because of CLI and hive changes

    [ https://issues.apache.org/jira/browse/FALCON-2120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15432598#comment-15432598 ] 

ASF GitHub Bot commented on FALCON-2120:
----------------------------------------

GitHub user PraveenAdlakha opened a pull request:

    https://github.com/apache/falcon/pull/271

    FALCON-2120 falcon-regression build is failing because of CLI and hiv…

    …e changes

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/PraveenAdlakha/falcon 2120

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/falcon/pull/271.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 #271
    
----
commit 37627577ca1c62d99aa12f633b463a586b47a8d1
Author: Praveen Adlakha <ad...@gmail.com>
Date:   2016-08-23T10:35:50Z

    FALCON-2120 falcon-regression build is failing because of CLI and hive changes

----


> falcon-regression build is failing because of CLI and hive changes
> ------------------------------------------------------------------
>
>                 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)