Member since
09-29-2017
7
Posts
5
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1107 | 01-05-2018 01:40 PM | |
6622 | 11-13-2017 09:54 AM |
01-05-2018
01:40 PM
Documentation is probably wrong and null can't be passed as the second parameter (for V17 at least). Pass an empty ApiRoleNameList().
... View more
11-13-2017
10:56 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.
... View more
11-13-2017
10:00 AM
2 Kudos
https://archive.cloudera.com/sqoop-connectors/parcels/latest has some toxic content. Removing it from the list of remote repositories solved the problem for me.
... View more
11-13-2017
09:54 AM
3 Kudos
We started seeing the same exception in Cloudera Manager on all our Cloudera clusters recently (5.8 - 5.12). I figured the problematic parcel came from https://archive.cloudera.com/sqoop-connectors/parcels/latest/, which was included in Parcels Configuration by default. Excluding that URL from the list solved the problem.
... View more
09-29-2017
02:13 PM
Working with Cloudera Express 5.12.0 (#120 built by jenkins on 20170706-1633 git: 34cb1d666e5618595de85d00a25a02eac120feb4), CDH 5.8.5 In my Java client, when I do: ServicesResource servicesResource = clustersResource.getServicesResource(clusterName); ApiCommand command = servicesResource.deployClientConfigCommand(serviceName, null); I get: Exception in thread "main" java.lang.NullPointerException at org.apache.cxf.jaxrs.client.ClientProxyImpl.invoke(ClientProxyImpl.java:201) at com.sun.proxy.$Proxy36.deployClientConfigCommand(Unknown Source) at com.splicemachine.cmclient.ClouderaManagerClient.main(ClouderaManagerClient.java:166) Same exception if I explicitly use ServicesResourcesV17. Any workaround? Thanks, -- Oleg
... View more
Labels:
- Labels:
-
Cloudera Manager