Questions tagged [cloudera-manager]

Cloudera's end-to-end administration tool for Apache Hadoop, its ecosystem components, and related applications from Cloudera

From Cloudera Manager 5 Overview:

Cloudera Manager is an end-to-end application for managing CDH clusters. Cloudera Manager sets the standard for enterprise deployment by delivering granular visibility into and control over every part of the CDH cluster—empowering operators to improve performance, enhance quality of service, increase compliance and reduce administrative costs. With Cloudera Manager, you can easily deploy and centrally operate the complete CDH stack and other managed services. The application automates the installation process, reducing deployment time from weeks to minutes; gives you a cluster-wide, real-time view of hosts and services running; provides a single, central console to enact configuration changes across your cluster; and incorporates a full range of reporting and diagnostic tools to help you optimize performance and utilization.

Additional Information

Related Tags

380 questions
1
vote
0 answers

Not able to resume a stopped cloud on AWS instances

I have been working on installing solr cloud over AWS. As fresh run everything works fine and since i have used Hadoop as one of the dependencies it is understood that there is high availability.. So taking this base of though, i tried to stop the…
1
vote
2 answers

SparkException: local class incompatible

I'm trying to submit spark job from client to cloudera cluster. In cluster we are using CDH-5.3.2 and its spark version is 1.2.0 and hadoop version is 2.5.0. So to test our cluster we are submitting wordcount sample taken from spark web site. We can…
deadlock89
  • 105
  • 2
  • 10
1
vote
1 answer

dfs_hosts_allow in Cloudera Manager

I am trying to setup HDFS & Cloudera Manager via the Cloudera Manager API. However I am stuck at a specific point: I setup all the HDFS roles, but the NameNode refuses to communicate with the data nodes. The relevant error from the DataNode…
kutschkem
  • 7,826
  • 3
  • 21
  • 56
1
vote
2 answers

SSH connection issue Cloudera Manager on Google Compute Engine

I have installed Cloudera Manager on a Google Compute Engine VM and successfully logged in to CM. I am trying to create a 3 node Hadoop (YARN) cluster there. However, on the ssh credentials page, where I am providing my username without password,…
rajnandy
  • 96
  • 7
1
vote
0 answers

Heartbeating to cloudera manager fails

During parcel distribution, I found that my node is not making progress. Looking at the logs, this it what he is complaining about: [18/Jun/2015 11:16:22 +0000] 16658 MainThread agent ERROR Heartbeating to master.adastragrp.com:7182…
kutschkem
  • 7,826
  • 3
  • 21
  • 56
1
vote
0 answers

Unable to Stop Custom Service through Cloudera Manager

I have build a custom service. I am doing some pre task (installation of drivers, start database and other daemon services etc) before calling exec.This service started succefully. Duing stop from Cloudera Manager , along with the service started…
Ashu
  • 11
  • 3
1
vote
1 answer

Permission denied: u'/opt/cloudera/parcel-cache/CDH-5.3.3-1.cdh5.3.3.p0.5-precise.parcel.part'

I am trying to install hadoop cloudera cluster with 3 node all are ubuntu 12.04 machines. For that I have done following things. I have created hduser in all machine and give the root permission to it by following command. sudo addgroup hadoop …
Vikram Singh Chandel
  • 1,290
  • 2
  • 17
  • 36
1
vote
2 answers

how to restart solr server (cloudera) from command line

I want to restart solr cloud from command line or shell script. when i use the command sudo service solr-server restart it gives unrecognized service. is there a way to restart solr cloud from command line? I am using cloudea-serach 4.3 cdh 4.7 and…
Bhuvan
  • 104
  • 9
1
vote
1 answer

How do I remove node from Cloudera Manager using cm_api

I am trying to remove host from Cloudera Manager 5.3.2 using cm_api 9.0.0 I tried api.get_cloudera_manager().hosts_decommission([host]) api.get_cluster("cluster").remove_host(host) but got error for remove_host() Traceback (most recent call…
roy
  • 6,344
  • 24
  • 92
  • 174
1
vote
1 answer

CDH4 Restore Cloudera Manager to existing cluster

Our Cloudera Manager (4.7) node on production had gone awry so we installed a fresh OS on that node. We are trying to recover Cloudera Manager from backups we have of the (embedded) postgresql db. We hope by using the restored DB, CM can manage the…
sunny
  • 824
  • 1
  • 14
  • 36
1
vote
1 answer

Why Cloudera Manager reports that disks are full?

Cloudera Manager reports that disks are full on some nodes of my Hadoop cluster but, checking manually the free space with df -h, every disk is almost half-empty. Is it a bug or I need to issue some other commands to check the actual free space…
Nicola Ferraro
  • 4,051
  • 5
  • 28
  • 60
1
vote
1 answer

Email alerts from Cloudera Manager

We need to set up a process that will allow us to receive email alerts based on Hadoop metrics from Cloudera Manager. E.g. a particular service going down, more than 10 datanodes getting blacklisted etc. What would be best way to achieve this in CM…
Arani
  • 182
  • 1
  • 1
  • 11
1
vote
1 answer

Upgrading Hadoop from version CDH4 to CDH5

I need to upgrade Hadoop from CDH4 to CDH5. I have 5 nodes. Can I upgrade using Cloudera Manager using parcels? What is the easiest way to upgrade Hadoop? Can someone provide me steps? Thanks, Raj Baba
Raj baba
  • 61
  • 7
1
vote
1 answer

Installing Cloudera CDH5 using cloudera manager in ubuntu 12.04 LTS

I am trying to install CDH5 using Cloudera Manager in Ubuntu 12.04 LTS (64bit). I was following the steps mentioned in the Cloudera link. I was not able to specify the correct host name for installing the CDH5. I dont have any other entries except…
1
vote
1 answer

LDAP with Cloudera hue integration

I have configured LDAP server in my ubuntu 12.04 in the same server Cloudera core hadoop service installed . Here i want to integrate cloudera hue with LDAP server. Following is my LDAP users root@ip-10-81-160-152:/home/ubuntu# ldapsearch -x -b…
Dev
  • 371
  • 1
  • 4
  • 19