Member since
07-30-2013
509
Posts
113
Kudos Received
123
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3003 | 07-09-2018 11:54 AM | |
2510 | 05-03-2017 11:03 AM | |
6125 | 03-28-2017 02:27 PM | |
2341 | 03-27-2017 03:17 PM | |
2053 | 03-13-2017 04:30 PM |
03-03-2014
08:10 AM
Try these to get started: http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM4Ent/latest/Cloudera-Manager-Introduction/cmi_java_api.html http://cloudera.github.io/cm_api/
... View more
02-18-2014
01:56 PM
Unfortunately, host names with capital letters will always hit this problem. CM respects the original host name capitalization, but hadoop converts it all to lowercase. You'll have to pick lowercase host names. You might also be able to change your agent.ini on each host to override the hostname to be the lowercase name, haven't tried that though. Thanks, Darren
... View more
02-17-2014
09:18 PM
Hi Jazzfan, It sounds like you're using the wrong version of the cloudera manager installer. The beta-2 installer should correctly pull the ...db-2 package, but older installers such as the beta-1 installer would not. Thanks, Darren
... View more
02-17-2014
10:18 AM
1 Kudo
Hi Vikram, Cloudera Manager has a configuration option to start impala in debug mode. Just search for "debug" in the upper left search box when viewing the Impala Configuration page. Packages vs parcels will make no difference here. That's just controls how the CDH binaries are installed, not how they are run. Thanks, Darren
... View more
02-11-2014
01:56 PM
Hi James, You can try the instructions you linked before you change over to a beta 2 cluster, but there's no guarantee that things will all work happily. Whenever there's a command-line script you need to run, look in the relevant CM service and/or role to see if that command can be run by CM instead. Instead of installing the new CDH packages, download, distribute, and activate the new CDH parcel. Don't try to use the CM cluster upgrade wizard. There's no reason I can think of that they won't all work, but it's not recommended either. CM will of course support upgrades between non-beta releases. Thanks, Darren
... View more
02-11-2014
01:31 PM
Hi James, See the Cloudera Manager documentation when upgrading Cloudera Manager. Note that upgrades from beta 1 to beta 2 are not really recommended, and Cloudera Manager doesn't offer much help in this area. You should try to install a fresh beta2, or contact support if you truly need to do this upgrade. Thanks, Darren
... View more
02-05-2014
08:15 AM
1 Kudo
Api documentation for your version of CM is available in the upper right of the CM UI, under Help or Support. Latest version is also availalable here: http://cloudera.github.io/cm_api/ To make changes to management service configuration, you'll want to post to the API endpoints documented here: http://cloudera.github.io/cm_api/apidocs/v5/path__cm_service_config.html for service configuration http://cloudera.github.io/cm_api/apidocs/v5/path__cm_service_roleConfigGroups_-roleConfigGroupName-_config.html for role configuration Remember to use the 'full' config view to see all configuration options via the API, as described in the tutorials. Thanks, Darren
... View more
02-03-2014
09:15 AM
I would try in the Hive forum I mentioned before to see if they can help. Would be nice to try and find a relevant log error as well, maybe in hdfs or hive.
... View more
02-03-2014
08:39 AM
Hi Andrew, Are you trying to run HiveServer or HiveServer2? The command you're running will start the old HiveServer, which is discouraged due to a lot of bugs and architectural issues. I'm assuming you are using Cloudera Manager since this is a Cloudera Manager forum. If not, then you may want to re-post in the Hive forum: http://community.cloudera.com/t5/Batch-SQL-Apache-Hive/bd-p/Hive This blog post can help explain some important aspects of using Hive in Cloudera Manager: http://blog.cloudera.com/blog/2013/03/how-to-set-up-cloudera-manager-4-5-for-apache-hive/ If using Cloudera Manager, you can search for any error messages from Hive, HDFS, and MapReduce (or YARN, whichever Hive is configured to use) Log Search. The log you pointed at is just the MR log, but if you are losing connections to hive, then the client and hive server (2) logs will be more interesting. You can also usually check /var/log/hive for hive server (2) logs. Thanks, Darren
... View more
01-31-2014
05:24 PM
Hi Michael, During the wizard, there's a button to Inspect Role Assignments. This will let you change which hosts have which roles. In the next release of CM5, we changed this behavior to never recommend co-located worker and master nodes, except for single node clusters. Previous versions we would recommend co-locating slaves and masters for clusters up to and including size 20. Thanks, Darren
... View more