Member since
08-15-2016
24
Posts
1
Kudos Received
0
Solutions
12-27-2019
11:36 PM
I would like to change my email as well.
... View more
10-28-2016
02:49 PM
Yes indeed! Thanks.
... View more
10-25-2016
02:36 PM
How to I add a value the following properties using the Cloudera Manager rest api. I can see these values in the respective service configuration in the UI, but when I do a rest call using curl -X GET -u "admin:admin" -i http://<server>:7180/api/v13/clusters/Cluster1/services/<servicename>/config?view=full // used "oozie" or "hbase" as servicenames. I see all other properties, but not these particular settings: Hbase service: 1. HBase Client Advanced Configuration Snippet (Safety Valve) for hbase-site.xml 2. RegionServer Logging Advanced Configuration Snippet (Safety Valve) 3. HBase Client Environment Advanced Configuration Snippet (Safety Valve) for hbase-env.sh Oozie Service: 1. Oozie Server Advanced Configuration Snippet (Safety Valve) for oozie-site.xml
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache Oozie
-
Cloudera Manager
09-30-2016
11:16 AM
Thanks @dspivak. One last question: I see that clusterdock created 2 nodes. Are these virtual nodes? My cluster itself has 2 nodes, each has 24 GB memory and 8 Cores. So: 1) How do I know if each of my physical node is being used as a clusterdock node. 2) Is there a way to map them? 3) Is there a way to create more than 2 nodes using clusterdock? Again, thanks for your help!
... View more
09-29-2016
10:20 PM
So does that mean I cannot change the JDK version (similar to a full install) over here?
... View more
09-29-2016
05:04 PM
So is there a way to use JDK 1.8 with the Clusterdock setup?
... View more
09-22-2016
05:52 PM
Thanks for the info! Are there detailed steps for installation? I tried it, and it installs a container, which if I run starts a python shell. It would be good to have some detailed installation documentation on this.
... View more
09-20-2016
02:35 PM
I noticed that whenever I install the docker quickstart, run cloudera manager on it and then start the cluster, I see that the following services are red:
1) Host:
Clock Offset
2) HBase:
Bad : Master summary: quickstart.cloudera (Availability: Active, Health: Bad). This health test reflects the health of the active Master.
Bad : This RegionServer is not connected to its cluster.
Bad : This role's process exited. This role is supposed to be started.
3) HDFS:
Bad : NameNode summary: quickstart.cloudera (Availability: Active, Health: Bad). This health test reflects the health of the active NameNode.
4) YARN:
Bad : ResourceManager summary: quickstart.cloudera (Availability: Active, Health: Bad). This health test reflects the health of the active ResourceManager.
My virtual machine is running Ubuntu 14.04, has 24 GB memory, 8 cores, 250 GB Storage. I am using the latest docker cloudera image using
docker pull cloudera/quickstart:latest
Also, I am installing JDK 1.8 before I run
/home/cloudera/cloudera-manager --enterprise
To install the JDK: I set the JAVA_HOME variable to the new path, upgrade /etc/profile to reflect the change and also add it to /etc/default/bigtop-utils. Once the Cloudera Manager is up, I update the Hosts Configuration with this change as well.
Currently the latest docker image has CDH 5.7.
What can I do to have all services in green upon running Cloudera quickstart?
... View more
Labels:
09-15-2016
12:00 PM
Hadoop is installed. A simple "hadoop version" yields this: Hadoop 2.6.0-cdh5.8.0
Subversion http://github.com/cloudera/hadoop -r 042da8b868a212c843bcbf3594519dd26e816e79
Compiled by jenkins on 2016-07-12T23:02Z
Compiled with protoc 2.5.0
From source with checksum 2b6c31ecc19f118d6e1c822175716b5
This command was run using /opt/cloudera/parcels/CDH-5.8.0-1.cdh5.8.0.p0.42/jars/hadoop-common-2.6.0-cdh5.8.0.jar Also, in the last lines it clearly mentions the hadoop-common.jar which is also the jar containg the error I am getting mentioned in the question. Any other suggestions?
... View more