[ https://issues.apache.org/jira/browse/HIVE-21415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788428#comment-16788428 ]
Vineet Garg commented on HIVE-21415: ------------------------------------ +1 > 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)