Member since
07-30-2013
509
Posts
113
Kudos Received
123
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3590 | 07-09-2018 11:54 AM | |
| 2911 | 05-03-2017 11:03 AM | |
| 7422 | 03-28-2017 02:27 PM | |
| 2904 | 03-27-2017 03:17 PM | |
| 2430 | 03-13-2017 04:30 PM |
04-01-2015
03:51 PM
5 Kudos
Your default replication factor is probably 3. Since you only have one node, that's impossible to satisfy. On single-node clusters, you should reduce the replication factor to 1 in HDFS configuration in Cloudera Manager. Note that this only affects newly created files. Your existing files will still try to replicate to 3 hosts unless you change them explicitly (you should be able to google how to change a file's replication factor). Thanks, Darren
... View more
03-16-2015
02:43 PM
If you click on the Host Monitor and look at the role logs, stderr logs, and stdout logs, do they say why it failed to start?
... View more
03-16-2015
02:21 PM
From the home page, there should be a button in the upper right of your screen to add the management service. It only appears if no management service exists.
... View more
03-12-2015
08:26 AM
1 Kudo
Look in the Resource Management category on the left of the configuration page. Each role group (there's usually one for each role type) has this subcategory. You can also search for "memory" or "heap" using the search bar on the left. Editing /etc/spark/conf won't help you since the daemon roles don't read that file. CM daemons don't read from /etc, but instead have their own independent configuration directories. http://blog.cloudera.com/blog/2013/07/how-does-cloudera-manager-work/ Thanks, Darren
... View more
03-08-2015
10:49 AM
Hi Balta, If you want your edge node to talk to YARN, add a Yarn Gateway role to that host. If you want it to talk to Hive, add a Hive Gateway. Etc. When you deploy client configuration, it'll go to all roles of that service, including gateways. Thanks, Darren
... View more
03-05-2015
05:33 PM
When using Spark on YARN, there's no need for the Master or Worker roles.
... View more
02-26-2015
03:06 PM
Hi Gregory I presume that the urls added back are among: http://archive.cloudera.com/accumulo/parcels/1.4/ http://archive.cloudera.com/accumulo-c5/parcels/latest/ http://archive.cloudera.com/sqoop-connectors/parcels/latest/ http://archive.cloudera.com/spark/parcels/latest/ That happens because certain services implemented with the CSD extension have a parcel repo associated with them, and they are always re-added on server start up. We will work toward fixing that in a future release. Sorry for the annoyance.
... View more
02-24-2015
04:21 PM
2 Kudos
Files in /etc/ are not used by processes managed by Cloudera Manager. See here for more info: http://blog.cloudera.com/blog/2013/07/how-does-cloudera-manager-work/ Thanks, Darren
... View more
02-20-2015
05:33 PM
The activations are probably not completing successfully, making it stuck. Check agent logs for any clue to why activation's failing. Restarting all agents may help with resetting internal state and re-trying activation. If all of that fails, you can force de-activate the parcel using the API. http://cloudera.github.io/cm_api/ Thanks, Darren
... View more
02-18-2015
02:16 PM
I'll make sure we get parquet, hbase, zookeeper, and solr on that doc page. Thanks!
... View more