Member since
07-30-2013
509
Posts
113
Kudos Received
123
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3592 | 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 |
01-05-2015
11:40 AM
Hi, Your CDH version is 5.1.2. What is the Cloudera Manager version? Note that these can be different numbers. Cloudera Manager allows you to add either Spark on YARN and Standalone Spark. These aren't different versions of the Spark binaries, they're different ways to deploy spark. In Cloudera Manager, these two are different service types. Which service type did you install? If you aren't sure which you are using, look at the Instances tab for your spark service. If you have any Master or Worker roles, then you're using Standalone Spark. Are you using Spark on YARN or Standalone Spark? Thanks, Darren
... View more
12-29-2014
03:05 PM
Hi, Are you using spark on yarn or standalone spark? Note that standalone spark doesn't work with Kerberos. Which version of CM are you using? Which version of CDH? Thanks, Darren
... View more
12-29-2014
12:52 PM
What do the role logs say? It sounds like this is a brand new Sqoop 2 (not an upgrade). Are you sure you gave it an empty database? Check /var/lib/sqoop2 (or whatever you've configured for "Sqoop 2 Server Metastore Directory") for any leftover data that may be causing a problem. Thanks, Darren
... View more
12-29-2014
10:51 AM
Hi Andy, On the Kerberos Credentials tab that you already discussed, click the Generate Credentials button. Flume should then get its keytab. Thanks, Darren
... View more
12-23-2014
03:20 PM
Hi. Agreed with Gautam. If you want to do this via the API, then you can configure process_auto_restart in the appropriate role config group. If you want to restart particular roles instead of the whole service, use the following API endpoint: http://cloudera.github.io/cm_api/apidocs/v9/path__clusters_-clusterName-_services_-serviceName-_roleCommands_restart.html Thanks, Darren
... View more
12-19-2014
11:34 AM
Hi Mugi, The docs I linked offer some guidance for things like max connections, which can help determine the sizing of your DB hardware. Usually the DB load from CM and monitoring is not extreme, but for 20+ node clusters we recommend splitting all monitoring roles and databases to be on a separate host than CM server to spread the load. How many can be shared on a host depends on cluster size. I'm frankly not an expert in this area, but others may be able to chime in. You can also of course get official support for your cluster and get reliable access to this kind of expertise (</shameless plug>). Thanks, Darren
... View more
12-18-2014
09:43 PM
1 Kudo
The database can live on the same machine as CM. Having it separate generally makes it easier to tune and manage, which can be important in production. As your cluster grows, it is helpful to split up the databases needed by various roles / services to different machines. The database guide has relevant reading. If you click on the links to the individual database guides at the bottom (mysql, oracle, external postgres) you'll see some additional guidelines. http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/cm_ig_installing_configuring_dbs.html Thanks, Darren
... View more
12-18-2014
01:58 PM
1 Kudo
If you have correctly installed, configured, and started your agents, then they should automatically appear in Cloudera Manager (if you click on the Cloudera Manager Logo, then the hosts tab, you should see them). If they don't appear there, then there was probably an error in starting them, they weren't configured properly, or you forgot to start the agents. Look in logs at /var/log/cloudera-scm-agent if the agents are started but not appearing.
... View more
12-18-2014
12:54 PM
1 Kudo
It might be easier to just install the packages yourself. See Path B documentation here: http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/installation_installation.html
... View more
12-18-2014
12:49 PM
1 Kudo
There's an option to customize where the Cloudera Manager agent binaries come from. Look carefully at each page of the wizard. You may need to scroll down on one of the pages to see it. You can also do a Path B install, ie install the agents yourself instead of having CM do it.
... View more