You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Evans Ye (JIRA)" <ji...@apache.org> on 2015/03/15 18:44:38 UTC

[jira] [Comment Edited] (BIGTOP-1739) Fix Sqoop dependencies for top level pom and test-artifact

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

Evans Ye edited comment on BIGTOP-1739 at 3/15/15 5:43 PM:
-----------------------------------------------------------

Hi [~warwithin] thanks for the patch!
After patch applied, I got an error during installation of test-artifacts:

{code}
$ mvn clean install -DskipTests -DskipITs -DperformRelease -f ./test-artifacts/pom.xml
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] bigtop-smokes ..................................... SUCCESS [58.923s]
[INFO] hadoopsmoke ....................................... SUCCESS [1:51.315s]
[INFO] packagesmoke ...................................... SUCCESS [44.327s]
[INFO] httpfssmokes ...................................... SUCCESS [0.340s]
[INFO] ooziesmoke ........................................ SUCCESS [0.825s]
[INFO] hbasesmoke ........................................ SUCCESS [1:28.317s]
[INFO] flumesmoke ........................................ SUCCESS [0.473s]
[INFO] sqoopsmokes ....................................... FAILURE [0.817s]
[INFO] mahoutsmoke ....................................... SKIPPED
[INFO] giraphsmoke ....................................... SKIPPED
[INFO] huesmoke .......................................... SKIPPED
[INFO] solrsmoke ......................................... SKIPPED
[INFO] crunchsmoke ....................................... SKIPPED
[INFO] datafusmoke ....................................... SKIPPED
[INFO] io-longevity ...................................... SKIPPED
[INFO] hcatalogsmoke ..................................... SKIPPED
[INFO] sparksmoke ........................................ SKIPPED
[INFO] phoenixsmoke ...................................... SKIPPED
[INFO] fatjar ............................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:07.832s
[INFO] Finished at: Sun Mar 15 13:09:21 EDT 2015
[INFO] Final Memory: 42M/703M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project sqoop-smoke: Could not resolve dependencies for project org.apache.bigtop.itest:sqoop-smoke:jar:0.9.0-SNAPSHOT: Could not find artifact org.apache.sqoop:sqoop:jar:1.4.5 in central (http://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :sqoop-smoke
{code}

Sorry I don't have too much time to look in to it. Would you mind to take a look?


was (Author: evans_ye):
Hi [~warwithin] thanks for the patch!
After patch applied, I got an error during installation of test-artifacts:

{code}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] bigtop-smokes ..................................... SUCCESS [58.923s]
[INFO] hadoopsmoke ....................................... SUCCESS [1:51.315s]
[INFO] packagesmoke ...................................... SUCCESS [44.327s]
[INFO] httpfssmokes ...................................... SUCCESS [0.340s]
[INFO] ooziesmoke ........................................ SUCCESS [0.825s]
[INFO] hbasesmoke ........................................ SUCCESS [1:28.317s]
[INFO] flumesmoke ........................................ SUCCESS [0.473s]
[INFO] sqoopsmokes ....................................... FAILURE [0.817s]
[INFO] mahoutsmoke ....................................... SKIPPED
[INFO] giraphsmoke ....................................... SKIPPED
[INFO] huesmoke .......................................... SKIPPED
[INFO] solrsmoke ......................................... SKIPPED
[INFO] crunchsmoke ....................................... SKIPPED
[INFO] datafusmoke ....................................... SKIPPED
[INFO] io-longevity ...................................... SKIPPED
[INFO] hcatalogsmoke ..................................... SKIPPED
[INFO] sparksmoke ........................................ SKIPPED
[INFO] phoenixsmoke ...................................... SKIPPED
[INFO] fatjar ............................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:07.832s
[INFO] Finished at: Sun Mar 15 13:09:21 EDT 2015
[INFO] Final Memory: 42M/703M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project sqoop-smoke: Could not resolve dependencies for project org.apache.bigtop.itest:sqoop-smoke:jar:0.9.0-SNAPSHOT: Could not find artifact org.apache.sqoop:sqoop:jar:1.4.5 in central (http://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :sqoop-smoke
{code}

Sorry I don't have too much time to look in to it. Would you mind to take a look?

> Fix Sqoop dependencies for top level pom and test-artifact
> ----------------------------------------------------------
>
>                 Key: BIGTOP-1739
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1739
>             Project: Bigtop
>          Issue Type: Bug
>          Components: general, tests
>            Reporter: YoungWoo Kim
>            Assignee: YoungWoo Kim
>            Priority: Minor
>             Fix For: 0.9.0
>
>         Attachments: BIGTOP-1739.1.patch, BIGTOP-1739.2.patch
>
>
> Sqoop test-artifacts on Bigtop are implemented based on Sqoop2(version 1.99.x) but Sqoop dependencies on top level POM are incorrect.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)