Member since
06-03-2014
62
Posts
3
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2854 | 11-30-2017 10:32 AM | |
4848 | 01-20-2016 05:08 PM | |
2210 | 01-13-2015 02:42 PM | |
4527 | 11-12-2014 11:09 AM | |
10681 | 08-20-2014 09:29 AM |
11-30-2017
10:32 AM
I realized that I was missing the CSD file that should accompany the custom Parcel. The CSD is what defines how the package in the Parcel will display on the Add Service menu in Cloudera Manager. After adding the CSD I restarted the CM server and the package is visible.
... View more
11-28-2017
05:14 PM
I have a custom Parcel that works on CM 5.7. Using CM 5.7 I am able to add the service to my cluster without any problems. However, after I updated to CM 5.13, and activated the custom Parcel, the service does not display on the Add Service page. I have restarted the Cloudera Manager server, and I restarted the Cloudera Manager Services. The parcel.json file in the Parcel shows no errors on validation. Do you have any recommendations? Do Parcels have to be recreated for each CM version? Here is my parcel.json file, note that this works on CM 5.7, but not CM 5.13: { "schema_version": 1, "name": "STORM", "version": "1.0.1_0.0.4", "setActiveSymlink": true, "depends": "CDH", "replaces": "STORM", "conflicts": "", "provides": [ "storm" ], "scripts": { "defines": "storm_env.sh" }, "packages": [ { "name" : "apache-storm", "version": "apache-storm-1.0.1" } ], "components": [ { "name" : "apache-storm", "version" : "apache-storm-1.0.1", "pkg_version": "1.0.1", "pkg_release": "0.0.3" } ], "users": { "storm": { "longname" : "Apache Storm", "home" : "/var/lib/storm", "shell" : "/bin/bash", "extra_groups": [ "storm" ] } }, "groups": [ "storm" ] }
... View more
Labels:
- Labels:
-
Cloudera Manager
08-22-2017
05:13 PM
Michalis, Do you know when the new 5.12.x maintenance release will be available? I have this problem and would like to see it fixed. However, I can't wait too long as I have nodes not connected to my CM. How long away are we from this release? Kevin
... View more
01-20-2016
05:08 PM
I did not want to spend too much time on this so I uninstalled and reinstalled the agent. This worked perfectly. I am now up and running. The commands I used: sudo apt-get remove cloudera-manager-agent cloudera-manager-daemons sudo apt-get install cloudera-manager-agent cloudera-manager-daemons
... View more
01-20-2016
04:26 PM
One of my Cloudera Agents stopped unexpectgedly and I can't restart the agent. When I attempt to start the agent I receive an error: service cloudera-scm-agent start Starting cloudera-scm-agent: * Couldn't start cloudera-scm-agent In the /var/log/cloudera-scm-agent/cloudera-scm-agent.out log file I see the following error: Traceback (most recent call last): File "/usr/lib/cmf/agent/src/cmf/agent.py", line 6, in <module> import avro.datafile ImportError: No module named avro.datafile I am running Ubuntu 14.04 with CDH 5.4.7 managed by CM. Do you have any suggestions?
... View more
Labels:
08-05-2015
11:04 AM
Does anyone know what was updated in the new Kafka Parcel, 0.8.2.0-1.kafka1.3.1.p0.9, that was released on 7/31/2015? I can't find a document explaining the changes over the 1.3.0 Parcel. Should I distribute this update across my cluster or ignore it? Regards, Kevin
... View more
Labels:
- Labels:
-
Apache Kafka
06-19-2015
09:37 AM
I am attempting to install CDH 5.4.2 onto a new cluster on Ubuntu 14.04. However, when I get to the Oozie service installation I receive and error: oozie-sharelib-yarn.tar.gz: No such file or directory. Where can I find the tar.gz file? I searched the file system and cannot locate this file. Please see the error below, do you have any suggestions? Error: gzip: /opt/cloudera/parcels/CDH-5.4.2-1.cdh5.4.2.p0.2/lib/oozie/oozie-sharelib-yarn.tar.gz: No such file or directory tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors Stack trace for the error was (for debug purposes): -------------------------------------- ExitCodeException exitCode=2: gzip: /opt/cloudera/parcels/CDH-5.4.2-1.cdh5.4.2.p0.2/lib/oozie/oozie-sharelib-yarn.tar.gz: No such file or directory tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors at org.apache.hadoop.util.Shell.runCommand(Shell.java:538) at org.apache.hadoop.util.Shell.run(Shell.java:455) at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:715) at org.apache.hadoop.fs.FileUtil.unTarUsingTar(FileUtil.java:675) at org.apache.hadoop.fs.FileUtil.unTar(FileUtil.java:651) at org.apache.oozie.tools.OozieSharelibCLI.run(OozieSharelibCLI.java:131) at org.apache.oozie.tools.OozieSharelibCLI.main(OozieSharelibCLI.java:57) --------------------------------------
... View more
Labels:
06-19-2015
08:31 AM
Renaming the .sha1 file to .sha was successful. Thanks for your help Gautam. Kevin
... View more
06-18-2015
03:25 PM
Thanks Gautam, that is probably my problem. I will rename the file to sha like the example. I'll let you know if it works... Kevin
... View more
06-18-2015
03:06 PM
Thanks Gautam. I see the parcel, and there is an sha file, but the file extension is sha1. Is this ok? CDH-5.4.2-1.cdh5.4.2.p0.2-trusty.parcel CDH-5.4.2-1.cdh5.4.2.p0.2-trusty.parcel.sha1 The permissions look good, cloudera-scm is the user:group. Kevin
... View more