[ https://issues.apache.org/jira/browse/MAPREDUCE-7397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17567909#comment-17567909 ]
Steve Loughran commented on MAPREDUCE-7397: ------------------------------------------- that's your maven repository playing up, nothing to do with hadoop. for some reason your build wants to go to an http url and gradle is blocking it for security reasons. WORKSFORME. rs api dependency is cut for other reasons in 3.3.4, check the RC when it comes out this week. HADOOP-18332 Till then, review/fix your list of maven repos > Received status code 501 from server: HTTPS Required > ---------------------------------------------------- > > Key: MAPREDUCE-7397 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-7397 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: build, client > Affects Versions: 3.3.3 > Reporter: Jitin Dominic > Priority: Major > > I've updated my _hadoop-client_ dependency to v3.3.3. While using > {_}gradle{_}(v1.10) to build my jars, I keep getting following error: > {code:java} > org.apache.hadoop:hadoop-client:3.3.3 > > org.apache.hadoop:hadoop-mapreduce-client-jobclient:3.3.3 > > org.apache.hadoop:hadoop-mapreduce-client-common:3.3.3 > Could not HEAD > 'http://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1.1/javax.ws.rs-api-2.1.1.pom'. > Received status code 501 from server: HTTPS Required > > Could not parse POM > https://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1.1/javax.ws.rs-api-2.1.1.pom > > Illegal character in path at index 88: > https://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1.1/javax.ws.rs-api-2.1.1.${packaging.type} > > Could not parse POM > https://repo.grails.org/grails/core/javax/ws/rs/javax.ws.rs-api/2.1.1/javax.ws.rs-api-2.1.1.pom > > Illegal character in path at index 93: > https://repo.grails.org/grails/core/javax/ws/rs/javax.ws.rs-api/2.1.1/javax.ws.rs-api-2.1.1.${packaging.type} > {code} > > Is there a work-around for this? -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org