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
0
votes
2 answers

Cloudera Manager software upgrade to latest version

Do we need to disable Kerberos and TLS before upgrading cloudera manager and cdh services. I am planing to upgrade cloudera manager 5.9 to 5.11.2 but cloudera hadoop cluster is kerberos enabled and TLS level 3 enabled. Thanks.
Michael
  • 7
  • 1
  • 10
0
votes
0 answers

How to run edited Spark MLLib code in Cloudera managed cluster

I have a 3 node cluster managed by Cloudera Manager. I have edited BlockMatrix.scala file in the Spark MLLib source code and packaged it using: mvn -DskipTests package command. It has created new jar file. Now I want to run this newly created…
Chandan
  • 764
  • 2
  • 8
  • 21
0
votes
1 answer

Not able to connect to Hue web UI from Cloudera Manager

I have installed Cloudera Express on Google cloud platform vm instance using Cloudera Manager.All the web services are running but web UI links of all services (Hue, Hbase, Spark etc.) are not loading.I can't reach the login page also .It gives the…
0
votes
2 answers

Can't start Cloudera Manager, site not reachable

I have a small cluster with three nodes on my home server for learning purpose. It was working fine after it was initially set up. I haven't used it for a month and today when I try to use it, I found Cloudera Manager GUI cannot be accessed, I…
PasLeChoix
  • 311
  • 1
  • 5
  • 21
0
votes
1 answer

Trying to add new node in Cloudera Manager

I am trying to add new node to my cluster using Cloudera Manager. While adding new node it is asking me upload key. Which key i need to upload rsa of new node or rsa of Cloudera Manager or private key of Cloudera Manager
0
votes
1 answer

Sqoop Export Update failed with Missing IN or OUT parameter at index:: 2

I'm using Sqoop to update a table in oracle with UpdateOnly options. Have tried many suggestions mentioned on various site but it still doesn't work. The code is as given below... SqoopOptions sqoopClient = new SqoopOptions(); …
Abhishek Singh
  • 275
  • 1
  • 2
  • 18
0
votes
1 answer

in cloudera manager, how to migrate deleted datanode data

I have been excluded datanode host "dn001" by "dfs_hosts_exclude.txt", and it works, how to also migrate datanode data from this "dn001" to other datanodes?
lxneng
  • 61
  • 6
0
votes
1 answer

Queues configured for YARN dynamic resource pool or not?

I am new to cloudera. I am using cloudera manager console 5.4. Under dynamic resource pool, I find two tabs status and configuration. In status, I see various queues under resource pool usage. However I can't edit info over there. And in…
priya
  • 29
  • 2
  • 7
0
votes
1 answer

Hadoop installation via Cloudera manager

I'm trying to install hadoop via cloudera manager. After offline installed the CDH-5.12.0-1.cdh5.12.0.p0.29-el7.parcel and back to the cloudera manager. It disable to select the hosts and continue button Please see the attached picture. Anyone who…
Kent
  • 71
  • 1
  • 10
0
votes
0 answers

while installing java on my Ubuntu server using Cloudera manager i am getting below error

While installing java on my Ubuntu server using Cloudera manager I am getting below error: Error Screenshot I need help creating a single node cluster. I am new to this technology
0
votes
0 answers

CDH Installation Issues On Centos 7.3

I have created Virtual Machine using Hyper V manager and wanted to install cloudera 5.11 on the VM. I followed the steps mentioned in cloudera website.But whenever I check the status of cloudera-scm-server its active in exited state. Can someone…
0
votes
1 answer

spark shell not responding from Terminal in cloudera VM Box

When i tried to use spark-shell for the first time. The spark shell is not responding.This is what i got, [root@quickstart cloudera]# spark-shell WARNING: User-defined SPARK_HOME (/opt/cloudera/parcels/CDH-5.8.0-1.cdh5.8.0.p0.42/lib/spark)…
0
votes
1 answer

How to create hdfs replication using Cloudera CM API

Hi I am new to hadoop and wanted to create hdfs replication using cloudera manager API. How to create hdfs replication using Cloudera CM API?
HasanDange
  • 277
  • 1
  • 2
  • 7
0
votes
1 answer

Cloudera Cluster Deployment bootstrap failed error on EC2 using Director

I have successfully deployed Cloudera Director and Cloudera Manager on EC2. I can access both director and manager instances from browser and can do ssh to those instances. Cloudera Manager server and agent is running fine and checked it by running…
0
votes
2 answers

OpenShift - how can pods resolve each other names

I m trying to have cloudera manager and cloudera agents on openshift, in order to run the installation I need to get all the pods communicating with each other. Manually, I modified the /etc/hosts on the manager and add all the agents and on the…