Created 06-22-2025 07:06 PM
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.
Created 07-15-2025 02:22 AM
Created 06-22-2025 10:39 PM
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
Created 06-23-2025 05:13 PM
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.
Created 06-23-2025 04:11 AM
Mostly it will be under hortonworks-repo .
Look for particular dependency , for example hadoop-common-repo
Created 06-23-2025 05:14 PM
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.
Created 06-24-2025 06:26 AM
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.
Created 06-25-2025 01:22 AM
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.
Created 07-15-2025 02:22 AM