Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Trying to download the Ambari repository file- Getting HTTP 404 Not found error

avatar
Rising Star

Trying to get ambari repository file using following command. Getting HTTP 404 Not found error.

wget -O /etc/apt/sources.list.d/ambari.list http://public-repo-1.hortonworks.com/ambari/ubuntu16/2.x/updates//ambari.list

This is as per Ambari installation documentation available here

1 ACCEPTED SOLUTION

avatar

Hi @Vinuraj M,

This Looks like a Documentation bug ,

Can you please try with this URL

wget -O /etc/apt/sources.list.d/ambari.list http://public-repo-1.hortonworks.com/ambari/ubuntu16/2.x/updates/2.6.2.2/ambari.list

Please note I have added 2.6.2.2 in between updates and ambari.list.

Please Login and accept this answer if this helped you

View solution in original post

1 REPLY 1

avatar

Hi @Vinuraj M,

This Looks like a Documentation bug ,

Can you please try with this URL

wget -O /etc/apt/sources.list.d/ambari.list http://public-repo-1.hortonworks.com/ambari/ubuntu16/2.x/updates/2.6.2.2/ambari.list

Please note I have added 2.6.2.2 in between updates and ambari.list.

Please Login and accept this answer if this helped you