You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Srikanth Sundarrajan (JIRA)" <ji...@apache.org> on 2013/08/26 12:37:54 UTC

[jira] [Commented] (FALCON-43) Add Falcon to Sonar for Analysis

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

Srikanth Sundarrajan commented on FALCON-43:
--------------------------------------------

Infra is blocked as the build fails on jenkins. Reason for failure is 

{code}
....
[INFO] ------------------------------------------------------------------------
[INFO] Building Build Tools 0.4-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
....
[INFO] src/bin/OOZIE-674.sh: line 33: mvn: command not found
[INFO] ~/jenkins-slave/workspace/Apache-falcon/build-tools
....
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ...... FAILURE [4.391s]
[INFO] Apache Falcon Messaging ........................... SKIPPED
[INFO] Apache Falcon Oozie Adaptor ....................... SKIPPED
[INFO] Apache Falcon Feed ................................ SKIPPED
[INFO] Apache Falcon Process ............................. SKIPPED
[INFO] Apache Falcon Acquisition ......................... SKIPPED
[INFO] Apache Falcon Replication ......................... SKIPPED
[INFO] Apache Falcon Retention ........................... SKIPPED
[INFO] Apache Falcon Archival ............................ SKIPPED
[INFO] Apache Falcon Rerun ............................... SKIPPED
[INFO] Apache Falcon Prism ............................... SKIPPED
[INFO] Apache Falcon Web Application ..................... SKIPPED
[INFO] Apache Falcon Documentation ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:39.438s
[INFO] Finished at: Mon Aug 26 00:29:48 UTC 2013
[INFO] Final Memory: 76M/267M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:unpack (explode-war) on project falcon-hadoop-webapp: Unable to find artifact. Could not find artifact org.apache.oozie:oozie-webapp:war:3.2.2 in central (http://repo1.maven.org/maven2)
{code}

This is because mvn is directly referred to in build-tools/src/bin/OOZIE-674.sh. Instead it should try and use 

{code}
++ MAVEN_HOME=/home/jenkins/tools/maven/latest
{code}

on the build machine.



                
> Add Falcon to Sonar for Analysis
> --------------------------------
>
>                 Key: FALCON-43
>                 URL: https://issues.apache.org/jira/browse/FALCON-43
>             Project: Falcon
>          Issue Type: Task
>    Affects Versions: 0.3
>            Reporter: Ashish Paliwal
>            Assignee: Srikanth Sundarrajan
>              Labels: docs
>
> Add Falcon to Sonar for Code analysis

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira