Created 11-10-2017 04:08 PM
Hi, guys!
I'm trying to install cloudera using CM api. Today I started seeing this problem: can't find CDH 5.7 even though the repo is specified:
In the parcels page I see a bunch of parcels, but not the CDH 5.7 one.
Also, on another Cluster I started seeing these messages:
ReadWriteDatabaseTaskCallable Error while executing CmfEntityManager task java.lang.NullPointerException at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191) at com.google.common.collect.Collections2.filter(Collections2.java:92) at com.cloudera.parcel.components.ParcelDownloaderImpl$RepositoryInfo.getParcelsWithValidNames(ParcelDownloaderImpl.java:673) at com.cloudera.parcel.components.ParcelDownloaderImpl$RepositoryInfo.getSortedParcels(ParcelDownloaderImpl.java:691) at com.cloudera.parcel.components.ParcelDownloaderImpl.syncRemoteRepos(ParcelDownloaderImpl.java:368) at com.cloudera.parcel.components.ParcelDownloaderImpl$1.run(ParcelDownloaderImpl.java:438) at com.cloudera.parcel.components.ParcelDownloaderImpl$1.run(ParcelDownloaderImpl.java:433) at com.cloudera.cmf.persist.ReadWriteDatabaseTaskCallable.call(ReadWriteDatabaseTaskCallable.java:36) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745)
The first one happened at November 10, 2017 5:59 PM.
This message is happening on the new clusters as well.
Is everything ok with the repo?
Created 11-11-2017 08:40 AM
Created 11-16-2017 10:18 AM
Created 11-17-2017 11:28 AM
Thanks for the workaround which was a great help as I got this error just today with CDH 5.12.x.
After adding the Anaconda parcel: https://repo.continuum.io/pkgs/misc/parcels/ , it didnt show up in the parcel list when Checking for New Parcels. There was a null pointer exception in cloudera-scm-server.log . Had to remove both http and https sqoop parcel urls after which the Anaconda parcel showed up.
http://archive.cloudera.com/sqoop-connectors/parcels/latest/
https://archive.cloudera.com/sqoop-connectors/parcels/latest/
Created 11-19-2017 06:05 AM
I have reproduced this issue, not sure why it took so long to affect my installs. Removing the sqoop repo https://archive.cloudera.com/sqoop-connectors/parcels/latest/ is indeed the work around.
I have notified the correct Cloudera parties to look into and fix this issue.
Tina
Created 11-22-2017 06:46 AM
This issue should be fixed now. I have verified that the parcels show up on my cluster.
Tina
Created on 11-13-2017 10:56 AM - edited 11-13-2017 10:58 AM
> Are you saying that when you removed the SQOOP-CONNECTORS ( https://archive.cloudera.com/sqoop-connectors/parcels/latest ) URL from the parcels list you were able to see your CDH upgrade choice?
When I removed the SQOOP-CONNECTORS URL from the list of remote repositories I stopped getting the NPE and became able to install new parcels.