Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Location of Maven artifact for hadoop-mapreduce-client-common-2.7.1.2.4.3.0-225.jar

avatar
Contributor

We have an HDP2.4 cluster (provisioned with CloudBreak), which has Map/Reduce version 2.7.1.2.4.3.0-225. For example, the cluster has this file: /usr/hdp/current/hadoop-mapreduce-client/hadoop-mapreduce-client-common-2.7.1.2.4.3.0-225.jar

But, the latest M/R version is 2.7.1.2.4.2.8-3 (and then it jumps to 2.7.3.2.5.0.0-1245), according to Sonatype index and the underlying HTTP server

http://repo.hortonworks.com/content/repositories/releases/org/apache/hadoop/hadoop-mapreduce-client-...

http://repo.hortonworks.com/index.html#nexus-search;gav~org.apache.hadoop~hadoop-mapreduce-examples~...

So, my question is: how do I get the correct artifact for the HDP distro I have?

1 ACCEPTED SOLUTION

avatar
Contributor

As a workaround, I have built a script to get the correct jars from a cluster and install them as local maven artifacts.

View solution in original post

1 REPLY 1

avatar
Contributor

As a workaround, I have built a script to get the correct jars from a cluster and install them as local maven artifacts.