Member since
07-29-2013
62
Posts
19
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1502 | 10-28-2014 10:22 AM | |
4954 | 09-19-2014 10:26 AM | |
27517 | 07-02-2014 07:52 AM | |
4664 | 06-11-2014 01:47 PM | |
7538 | 06-11-2014 05:46 AM |
01-21-2015
09:25 AM
The error "error parsing conf core-default.xml" seems to suggest that your hadoop client configuration is malformed. Can you go through your hadoop configuration and ensure that it's all proper XML please?
... View more
10-28-2014
10:22 AM
Hi Isra, You only need the el6 parcel on your CM server box. Cloudera Manager will however download the parcels for you so I am not sure what's happening. May be you will find something in the scm server logs under /var/log/?
... View more
09-22-2014
10:27 AM
1 Kudo
Sorry, I missed that. Let me poke around a bit.
... View more
09-22-2014
10:11 AM
1 Kudo
That means that you need to have CDH installed on your cluster and that version of CDH should be atleast CDH 5.1.0. Can you please verify that's the case?
... View more
09-19-2014
10:26 AM
1 Kudo
I am stretching the limits of my knowledge of CSD guts but I am pretty sure CSDs can't do that. They are only for managing services. Any code that you want to be deployed will have to be in your parcel. It's fairly straightforward to create a parcel. It's a tarball with some additional metadata in it. Here are a few good starting points: http://blog.cloudera.com/blog/2013/05/faq-understanding-the-parcel-binary-distribution-format/ https://github.com/cloudera/cm_ext https://github.com/cloudera/cm_ext/wiki/Building-a-parcel https://github.com/cloudera/cm_ext/wiki/The%20parcel%20format (Optional) https://github.com/cloudera/cm_ext/wiki/The-parcel-repository-format
... View more
09-19-2014
09:58 AM
Hi Ramana, What UI code are you referring to? Assuming you are referring to the Spark Master UI (and not the Cloudera Manager UI), that code is a part of Spark binaries that are delivered as a part of the CDH parcel.
... View more
09-19-2014
08:42 AM
Hi Ramana, The Spark Master Web UI is from the Spark project. The CSD doesn't have the code for it. If you want a similar UI, you are probably better off looking at how say the Hadoop Namenode UI or the Spark master UI is written.
... View more
09-02-2014
04:40 PM
Hi mshirley, No, don't reinstall your OS, this should be a fixable problem. Parcel symlinks are usually created when you activate or deactivate the parcel. The default priority, however, is intentionally kept low. It's possible at some point, an alternative got created (manually by someone, or a by bug) at a higher priority, or, deactivation for a previous parcel was not done properly which may have left a lingering alternative. If I were you, I'd ensure all deactivate all CDH parcels. Then, I'd look at the alternatives and see if there is a symlink from /opt/cloudera/parcels/CDH -> /opt/cloudera/parcels/ exists. If so, it should NOT exist. You should go ahead, and deactivate that alternative. Ensure no such alternatives (and hence symlinks exist). Once you have done that, activate the parcel that you want via the CM UI. If you run into a similar issue again, please do provide the steps you undertook to reproduce the situation. Sorry about the inconvenience. Mark
... View more
07-16-2014
09:21 AM
When using CM, you should manage your services via CM as well. The client configuration can be found under /etc/hadoop/conf but the configuration used by various services can be different and is visible via the CM web interface.
... View more
07-02-2014
07:52 AM
When using Cloudera Manager, you should start and stop services via the CM API (by adding a service for your component, etc.) not via the Linux service commands.
... View more