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

How to do YARN role graceful shutdown on a Cloudera Manager datanode CDH 6.3.2

Can not find answer on this question. How to gracefully stop YARN role on a data node and wait till all running jobs on a datanode will finish with status success. I know that in ClouderaManager you can decommission yarn role when you can stop…
1
vote
0 answers

How to get query id for impala queries executed via sqlalchemy

I am querying impala using sqlalchemy which internally uses impyla. from sqlalchemy import create_engine from sqlalchemy.orm import sessionmaker engine = create_engine("impala://{host}:{port}/{database}".format( host=host, port=21051, …
1
vote
1 answer

Errno 14 PYCURL ERROR 6 ; Couldn't resolve host in Cloudera Manager 7.x upgrade

I am doing an upgrade from Cloudera CM 5.16 to CM 7.1.2. There is an instruction to enter userid:password in the url in the /etc/yum.repos.d/cloudera-manager.repo file when using the Cloudera public repository: Substitute your USERNAME and PASSWORD…
ebeb
  • 429
  • 3
  • 12
1
vote
0 answers

Not able to run scm_prepare_database.sh script

I am installing Cloudera Manager and CDH 6.3.x and I'm using PostgreSQL for the Cloudera Manager Server and other services that use databases. I'm using a RHEL 7.4 Azure VM and following the official documentation-…
1
vote
0 answers

Does "YARN Container increment in size due to round up" add up to spark overhead memory or spark executor memory?

Based on my understanding, when YARN allocates containers based on spark configuration ask, YARN automatically rounds up the container size in multiples of 'yarn.scheduler.minimum-allocation-mb'. For Example, yarn.scheduler.minimum-allocation-mb: 2…
1
vote
0 answers

Is there a way to clone services configurations in a cluster?

I need to clone services configuration (hue, spark, etc.) from a cluster to another one. Both of cluster are managed by Cloudera Manager (i need to clone cloudera manager configuration too).
1
vote
0 answers

Zookeeper Maximum Latency Monitoring Thresholds

A red-flagged error message appeared suddenly in the Zookeeper section of my Cloudera Manager Interface "Bad: Maximum request latency: 102,477 ms. Maximum client-negotiable session timeout: 50,000 ms. Percentage of maximum client-negotiable session…
1
vote
0 answers

Cloudera Manager Metric - Login Failure metric

I am trying to create a dashboard in Cloudera Manager using Chart Builder. I want to show metrics related to Login Failure rate (login_failure_rate). However, it doesn't reflect the actual status. Is there any other metric related to this. kindly…
1
vote
0 answers

Access granted to groups and roles in Hue has no effect

When I give Grant to groups and roles in hue, nothing happens to the groups and no access is applied! CREATE ROLE admin_role GRANT ALL ON SERVER server1 TO ROLE admin_role GRANT ROLE admin_role TO GROUP sentry_admin;
Arta Yaqin
  • 11
  • 2
1
vote
1 answer

Zookeeper fails to start after Native Library and Intel MKL Parcel Activation in CDH 6.0.0

I have 7 Node cluster managed by Cloudera Manager and CDH 6.0.0. I am trying to run matrix multiplication in Spark using a native library which uses BLAS. That is why I have downloaded parcels 1. GPLEXTRAS, and 2. Intel MKL. However, whenever I…
Chandan
  • 764
  • 2
  • 8
  • 21
1
vote
0 answers

The user hdfs is missing in its own group

I recently installed Cloudera and after doing installation, I ran the host inspector. But I saw some messages in it (screenshot attached). Please let me know how to get rid of them. Also, is the cluster good to use? I have installed cloudera using…
Prashant
  • 702
  • 6
  • 21
1
vote
2 answers

Beeline - No current connection - Default hs2 connection config nout found

We are facing an issue with respect to beeline CLI in one of our cloudera cluster. We are trying to connect and execute hql files which are alter statements using beeline CLI as like below and it is failing with the following…
Basavaraju B K
  • 71
  • 2
  • 11
1
vote
1 answer

Cloudera Manager isn't opening

I have an VM: cloudera-quickstart-vm-5.13.0-0-virtualbox, run now. But the Cloudera Manager's Page isn't being shown. The message: 'Attempting to connect to Cloudera Manager...' is being shown the all day. How Can I solve this problem?
1
vote
1 answer

CDH 6.2 - add new host error: dpkg-query: no packages found matching cloudera-manager-agent

I am tring to add a new host. but it fails with this message at the end "dpkg-query: no packages found matching cloudera-manager-agent" The following is the "/tmp/scm_prepare_node.vQZe0yDf/scm_prepare_node.log" on the failing host: using SSH_CLIENT…
Anis
  • 51
  • 1
  • 6
1
vote
1 answer

Cloudera Execution Problem: Problem:Initial job has not accepted any resources

I'm trying to fetch some data from Cloudera's Quick Start Hadoop distribution (a Linux VM for us) on our SAP HANA database using SAP Spark Controller. Every time I trigger the job in HANA, it gets stuck and I see the following warning being logged…