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 | |
| 7425 | 03-28-2017 02:27 PM | |
| 2904 | 03-27-2017 03:17 PM | |
| 2430 | 03-13-2017 04:30 PM |
07-21-2014
04:36 PM
Hi Fletcher, Hue is available in both Express and Enterprise. If you haven't added the Hue service, you can do so via the Add Service link on the dropdown menu next to your cluster name on the home page. Once you've added Hue, click on the Hue service, then click on the link to the web UI. By default it listens on port 8888, so you can probably also just navigate your browser to the right host and add ":8888". Here's documentation for how to add a service (such as Hue) in Cloudera Manager: http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Managing-Clusters/cm5mc_add_service.html Thanks, Darren
... View more
07-21-2014
02:11 PM
The host inspector pretty clearly indicated exactly which components were detected as CDH 4. For each of these, make sure the old versions were correctly uninstalled. Whatever steps you are following to uninstall is not working, possibly because you are using the wrong steps, and possibly because your package manager is in a weird state not anticipated by the uninstall instructions. Thanks, Darren
... View more
07-18-2014
02:34 PM
If you want /etc/hive/conf to be populated, then place Hive Gateways on those hosts. It's common to place it on all hosts so "hive" works on all hosts from command line.
... View more
07-18-2014
01:48 PM
Hi Mike, You should only have 1 instance of the Hive Metastore Hive Gateway usually should be on all hosts (otherwise /etc/hive/conf won't be populated). Note that this is not a daemon role, it's just a marker for where client configuration should go (client config goes to a host with any role from a service). You normally only need 1 instance of HiveServer2. Multiple can be helpful for load balancing, but I doubt that's relevant with such a small cluster. It's good to co-locate the Impala Catalog and Statestore with the Hive Metastore. For similar reasons, it's good to have HS2 on the same host as the metastore, though less important. Thanks, Darren
... View more
07-17-2014
11:03 AM
Hi Sky, Host inspector showed that you had inconsistent versions of CDH installed. Log in to each machine and consult the package manager (such as yum for rhel-based systems) to ensure these were all correctly removed, or are the correct version. If you are using Parcels to install CDH (which is recommended), then you should have no CDH packages installed on your operating system. Thanks, Darren
... View more
07-16-2014
08:56 PM
This usually happens when you have manually installed CDH, but picked the wrong CDH version in the CM UI. Exit the wizard (click the Cloudera Manager logo), click the Hosts tab, and run the Host Inspector. It should say what versions of CDH are installed. If those are incorrect, fix them. Then run the Add Cluster wizard again (if you see an empty cluster on the home page, you may need to delete that cluster first), and be sure to pick the correct major CDH version. Thanks, Darren
... View more
07-16-2014
06:29 PM
If you click on the Cloudera Manager logo, do you see a cluster there? If so, then I'm guessing that the wizard created the cluster and assigned all hosts to it, but didn't yet configure the services. The easiest thing to do here is delete the cluster, then run the wizard again by clicking Add Cluster. The scenario I described would happen if the wizard failed slightly earlier, after configuring CM agents but before creating the cluster. Thanks, Darren
... View more
07-16-2014
04:06 PM
Hi Mike, You don't need to get them to a not-managed state. Instead, click the check box next to the hosts you want to use (or click the check box on the top to select all). Then the wizard will let you continue and configure those hosts with HDFS, YARN, etc. Thanks, Darren
... View more
07-16-2014
11:01 AM
1 Kudo
Hi Gregory, You should use the HDFS client to accomplish this, or some other HDFS interface / API. For a graphical interface, Hue can help you with sort of task as well. Thanks, Darren
... View more
07-13-2014
04:52 PM
1 Kudo
I'm sure you realized this by now, but deleting the entire log folder is definitely a bad idea. You should clean out the files that are troublesome, not remove whole directories. It's also good to configure data retention policies wherever you can. All Cloudera Management roles (like host monitor, activity monitor, and service monitor) have configuration options to control how much data they keep. I think when you are asking to increase the postgresql volume, you are talking about increasing the disk space available to /var/lib/cloudera-scm-server-db/data. The best thing to do is migrate to an externally managed database. If that's too difficult, then you can either alter the partitions on your machine to allocation more space to the relevant partition, or you can create a symlink from /var/lib/cloudera-scm-server-db/data to a place that has more available space. You should of course move the existing data to that new location before creating the symlink. Note that if you do the symlink strategy, it is likely that you will need to re-create it when you upgrade cloudera manager in the future, as the symlink confuses the RPM code. You won't lose your data on cm upgrade, just the symlink.
... View more