Member since
01-20-2014
578
Posts
102
Kudos Received
94
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5717 | 10-28-2015 10:28 PM | |
2712 | 10-10-2015 08:30 PM | |
4738 | 10-10-2015 08:02 PM | |
3537 | 10-07-2015 02:38 PM | |
2325 | 10-06-2015 01:24 AM |
06-18-2015
02:03 PM
Please ensure the permissions are right and that you have an SHA file as well example: # ls -l /opt/cloudera/parcel-repo -rw-r----- 1 cloudera-scm cloudera-scm 41 Jun 18 05:10 CDH-4.7.1-1.cdh4.7.1.p0.47-el6.parcel.sha -rw-r----- 1 cloudera-scm cloudera-scm 820215296 Jun 18 05:10 CDH-4.7.1-1.cdh4.7.1.p0.47-el6.parcel
... View more
06-17-2015
12:12 PM
Check your VPC configuration and ensure "DNS resolution" is turned on. There's no need to restart the instances.
... View more
06-15-2015
11:51 AM
I should have mentioned earlier, HDFS Federation is not really supported in CDH5/CM5. Federation is from a time period where Namenode performance wasn't very scalable. Recent releases of Hadoop are quite good at scaling to many hundreds of nodes. Is there a reason you want to use Federation? Maybe we can resolve your problem another way.
... View more
06-15-2015
09:05 AM
If HDFS Federation is involved, you can have up to two namenodes per namespace in a HA configuration. If your entire HDFS is using one namespace, then you can have up to Namenodes in the HA configuration.
... View more
06-11-2015
07:53 PM
The same parameter can be used to add other Java options, say to add GC logging. The list of options can be seen here: http://www.oracle.com/technetwork/articles/java/vmoptions-jsp-140102.html
... View more
06-08-2015
06:30 PM
2 Kudos
Please edit the file /etc/default/cloudera-scm-server, the property is called CMF_JAVA_OPTS and the heap can be set with the -Xmx parameter
... View more
06-08-2015
06:20 PM
What version of Cloudera Manager are you running?
... View more
06-04-2015
08:03 PM
I'll move this question to the right forum. Can you please post a screenshot of the issue and provide a more detailed description?
... View more
06-04-2015
05:34 PM
On the node where the command is issues, can you please check if /etc/hadoop/conf/core-site.xml is present? Is this node marked as an HDFS Gateway? If so can you try redeploying client configuration across the cluster (dropdown action next to the cluster name in Cloudera Manager) and trying again?
... View more
06-03-2015
08:16 PM
1 Kudo
Making a custom parcel is actually not that hard. You can follow the steps listed here: https://github.com/cloudera/cm_ext/wiki
... View more