Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hash file is not found.
Labels:
- Labels:
-
Cloudera Manager
Contributor
Created 04-26-2017 08:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to install Arcadia Enterprise parcels in my cluster but facing the below error.
Error for parcel ARCADIAENTERPRISE-3.3.0.0-1485371982.cdh5-el6.parcel : Hash file is not found.
I am sure I have my parcels(.parcel, .parcel.sha) been placed in /opt/cloudera/parcel-repo but still facing this problem.
Cluster - CDH 5.10.1
1 REPLY 1
Rising Star
Created 05-22-2017 11:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi munna143,
You may have to recreate the hash-file for the parcel by completing the steps below:
- Download the manually deleted parcel and add it to parcel repo location /opt/cloudera/parcel-repo.
- Create the hash-file based on parcel:
$sha1sum /opt/cloudera/parcel-repo/CDH-parcel-file.parcel | cut -d ' ' -f 1 > /opt/cloudera/parce-repo/CDH-parcel-file.parcel.sha
- Set the ownership of the files to cloudera-scm
$chown cloudera-scm:cloudera-scm /opt/cloudera/parcel-repo/CDH-parcel-file.parcel /opt/cloudera/parcel-repo/CDH-parcel-file.parcel.sha
- Delete the parcel through Cloudera Manager from the Parcels page.
Thanks,
Jordan
