You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Prasanth Jayachandran (JIRA)" <ji...@apache.org> on 2019/03/08 22:16:00 UTC

[jira] [Commented] (HIVE-21415) Parallel build is failing, trying to download incorrect hadoop-hdfs-client version

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

Prasanth Jayachandran commented on HIVE-21415:
----------------------------------------------

[~vgarg] could you please review? Explicitly specifying version seems to be working.

> Parallel build is failing, trying to download incorrect hadoop-hdfs-client version
> ----------------------------------------------------------------------------------
>
>                 Key: HIVE-21415
>                 URL: https://issues.apache.org/jira/browse/HIVE-21415
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Prasanth Jayachandran
>            Assignee: Prasanth Jayachandran
>            Priority: Major
>         Attachments: HIVE-21415.1.patch
>
>
> Running the following build command
> {code:java}
> mvn clean install -Pdist -DskipTests -Dpackaging.minimizeJar=false -T 1C -DskipShade -Dremoteresources.skip=true -Dmaven.javadoc.skip=true{code}
> fails with the following exception for 3 modules (hplql, kryo-registrator, packaging)
> {code:java}
> [ERROR] Failed to execute goal on project hive-packaging: Could not resolve dependencies for project org.apache.hive:hive-packaging:pom:4.0.0-SNAPSHOT: Failure to find org.apache.hadoop:hadoop-hdfs-client:jar:2.7.3 in http://www.datanucleus.org/downloads/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of datanucleus has elapsed or updates are forced -> [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 :hive-packaging{code}
>  
> It is trying to download 2.7.3 version but hadoop.version refers to 3.1.0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)