Support Questions

Find answers, ask questions, and share your expertise

Where can I find the Maven repository for HDP 3.1.5.0-152?

avatar
Contributor

Does anyone know where to find the Maven repository for HDP 3.1.5.0-152?
I want to compile HDP 3.1.5.0-152, but I can't find the corresponding Maven repository.
At https://repo.hortonworks.com/content/repositories/releases/, only dependencies for other HDP versions are available.

Thanks in advance.

1 ACCEPTED SOLUTION
7 REPLIES 7

avatar
Master Collaborator

Hello @allen_chu 

Thank you for reaching out to Cloudera community 

 

Can you please check if you can get the same form the below ORL

 

http://nexus-private.hortonworks.com:8081/nexus/#browse/search/generic=keyword%3DHDP%203.1.5.0-152

 

Feel free to update the  thread if you have any queries

 

avatar
Contributor

Hello,

Thank you for your response.

I have tried accessing the provided URL:

http://nexus-private.hortonworks.com:8081/nexus/#browse/search/generic=keyword%3DHDP%203.1.5.0-152

Unfortunately, the site is not reachable from my environment. Could you please check if the link is still valid or if there is an alternative source?

Appreciate your support.

avatar
Master Collaborator

Mostly it will be under hortonworks-repo . 

Look for particular dependency , for example hadoop-common-repo 

avatar
Contributor

Hello,

Thank you for your suggestion.

I have checked under the hortonworks-repo, but unfortunately I wasn't able to find the required dependency there. I also noticed that the Maven repository links eventually redirect to Hortonworks' internal servers, which are currently inaccessible from my environment.

Could you please advise if there's an alternative public repository or method to obtain the dependency?

Thanks again for your help.

avatar
Master Collaborator

Please share the Maven coordinates (groupId and artifactId) for the dependency.

On a related note, I recommend we begin a transition from our current HDP dependencies to the latest versions available on the CDP.

The HDP dependencies are no longer current, and migrating to CDP will improve our application's stability and supportability.

avatar
Contributor

 

Thank you for your message.

Here's the Maven coordinate that we're currently using:

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>3.1.1.3.1.5.0-152</version>
</dependency>

However, the repository link it relies on points to the old HDP Maven repository, which is no longer accessible and returns a 404 Not Found error.

avatar
Master Collaborator