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 |
06-27-2014
10:57 AM
Hi Bala, This is a stable version. Beta versions will say Beta in the version information. Thanks, Darren
... View more
06-25-2014
10:27 AM
1 Kudo
Yes, that's correct.
... View more
06-25-2014
09:50 AM
Hi Gerd, The client override is a setting that allows you to force MR to use a value, regardless of what any client may specify (it overrides the client values, hence Client Override). This is useful if you don't trust your end-users to specify these values appropriately and want to enforce a cluster-wide value. Thanks, Darren
... View more
06-25-2014
09:44 AM
1 Kudo
Hi Bala, Cloudera Manager has supported installing Search since Search was in beta. Note that Cloudera Search and Solr usually refer to the same thing in a Cloudera environment. If you are using CDH 5, then Solr is included in CDH5, so no additional binaries need to be installed. If you are using CDH 4, then Solr is packaged separately, and you may need to install it separately, depending on your installation method. All recent Cloudera Manager releases include Solr by default, so it's unlikely you will need to do a separate installation. If using parcels, you can see if it is installed by looking at your parcels page. If using packages, you can check with the command-line command "yum search solr". Thanks, Darren
... View more
06-11-2014
03:22 PM
Make sure you clicked the CM 5 installer link. There's one for CM 4, one for CM 5. It should be clear from the URL. Thanks, Darren
... View more
06-10-2014
04:18 PM
1 Kudo
I believe the installer.bin may tell you to look at localhost:7180, but that doesn't (always) mean that the only way to access the web UI is through localhost. I think the message actually says something along those lines. Did you try accessing the web UI via the normal host name for your machine? If that didn't work, did you make sure you don't have a firewall in the way? What does your host report as its own name? Use the following command to check: python -c 'import socket; print socket.getfqdn(), socket.gethostbyname(socket.getfqdn())' Thanks, Darren
... View more
05-30-2014
08:11 AM
1 Kudo
After changing Oozie's database (you need to create the mysql user and database outside of CM,), you need to run the appropriate command to populate that database with oozie's tables. Click on Oozie, then in the Actions menu on the right, select Create Database. Oozie must be stopped to do this.
... View more
05-30-2014
07:57 AM
I'd guess that your driver and HS2 have a version mismatch. It's not clear from your post exactly what you are using to try to connect to HS2. You said that you got pentaho kettle to connect successfully, and that you have both 32 bit and 64 bit tableau, but not what you used that failed. You might want to verify the compatibility of your driver with CDH versions (ie check with your driver's vendor), and / or try posting your question in the Hive forums, as this doesn't seem to be an issue with Cloudera Manager.
... View more
05-29-2014
07:00 AM
If you run the umask command, I'm guessing it'll say 0077 instead of 0022. You need it to be 0022. http://en.wikipedia.org/wiki/Umask
... View more
05-21-2014
07:21 AM
See documentation here: http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM5/latest/Cloudera-Manager-Managing-Clusters/cm5mc_resource_pools.html Dynamic Resource Pools uses the Fair Scheduler, not the Capacity Scheduler. So you don't need capacity-scheduler.xml. Also keep in mind that cloudera doesn't generally put server-only configuration into /etc/hadoop/conf. You can view a particular role's configuration files in the CM UI on the Processes tab for that role (click Show to unhide them). These will appear in a directory in /var/run/cloudera-scm-agent/. You can see the directory name in the stderr log on the Processes tab. Thanks, Darren
... View more