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
72
votes
6 answers

Spark : how to run spark file from spark shell

I am using CDH 5.2. I am able to use spark-shell to run the commands. How can I run the file(file.spark) which contain spark commands. Is there any way to run/compile the scala programs in CDH 5.2 without sbt?
Ramakrishna
  • 1,170
  • 2
  • 10
  • 17
16
votes
5 answers

Spark : check your cluster UI to ensure that workers are registered

I have a simple program in Spark: /* SimpleApp.scala */ import org.apache.spark.SparkContext import org.apache.spark.SparkContext._ import org.apache.spark.SparkConf object SimpleApp { def main(args: Array[String]) { val conf = new…
vineet sinha
  • 317
  • 1
  • 4
  • 12
14
votes
7 answers

beeline not able to connect to hiveserver2

I have a CDH 5.3 instance. I start the hive-server2 by first starting the hive-metastore and then the hive-server from command line. After this I use beeline to connect to my hive-server2 but apparently it is not able to so. Could not open…
tinus91
  • 247
  • 1
  • 6
  • 22
14
votes
1 answer

Spark executor logs on YARN

I'm launching a distributed Spark application in YARN client mode, on a Cloudera cluster. After some time I see some errors on Cloudera Manager. Some executors get disconnected and this happens systematically. I would like to debug the issue but the…
Nicola Ferraro
  • 4,051
  • 5
  • 28
  • 60
10
votes
1 answer

NullPointerException at org.apache.cxf.jaxrs.client.AbstractClient.setupOutInterceptorChain when I use cloudera-manager-api

I'm getting clusters by cloudera-manager-api. I'm using Maven shade-plugin . There is another question relating to null pointer exceptions, but this doesn't solve my particular problem. It looks like a dependency issue because if I run the app in my…
uipiki
  • 109
  • 1
  • 3
9
votes
2 answers

How to upgrade Cloudera Manager Postgres database

I have Cloudera Manager 5.9 installed on Ubuntu 12.04 with embedded postgres database. I upgraded Ubuntu to 14.04 using do-release-upgrade. In the process, Postgres also got upgraded from 8.4 to 9.3. Now when I try to start the CM database via: #…
Prashant Saraswat
  • 838
  • 1
  • 8
  • 20
8
votes
1 answer

Not able to install hadoop using Cloudera Manager

I am trying to setup hadoop cluster in a single VM (for simplicity) using cloudera Manager 5.9. The below are the details of my environment: Host OS -> Windows 10 Virtualization software -> Virtual box 5.1.10 Guest OS -> Cent OS 6.8 I installed the…
CuriousMind
  • 8,301
  • 22
  • 65
  • 134
8
votes
4 answers

Cloudera Manager Failed to authenticate : Exhausted available authentication methods

I am currently trying to learn how can I install and configure Cloudera before using it. So I install in VirtualBox, Ubuntu 14.04, Cloudera Manager. I would like to try it on a pseudo single node (only my computer: no cluster). I manage to finish…
Miraculous
  • 81
  • 1
  • 1
  • 4
8
votes
3 answers

No package oracle-j2sdk1.7 available?

I am running following command for cloudera installation ./cloudera-manager-installer.bin After accepting oracle license i getting error installation failed for logs go to 2.install-oracle-j2sdk1.7.log following is contents of the log file Loaded…
sandip divekar
  • 1,628
  • 5
  • 22
  • 40
7
votes
4 answers

Namenode HA (UnknownHostException: nameservice1)

We enable Namenode High Availability through Cloudera Manager, using Cloudera Manager >> HDFS >> Action > Enable High Availability >> Selected Stand By Namenode & Journal Nodes Then nameservice1 Once the whole process completed then Deployed…
roy
  • 6,344
  • 24
  • 92
  • 174
5
votes
2 answers

Is there any alternative for Cloudera Manager? (CDH)

As Cloudera official blog said, there is no free version of CDH from 6.3.3, they would make the Cloudera Manager to open source, but not yet. Is there any other project like Cloudera Manager? which can manage Hadoop components by Web UI, especially…
York Huang
  • 51
  • 2
5
votes
2 answers

Oracle PGX on Yarn - 404 on WebService

I'm running Yarn on Oracle BDA X7-2, specs: Cloudera Enterprise 5.14.3 Java 1.8.0_171 PGX 2.7.1 I'm trying to run PGX on Yarn following this manual: https://docs.oracle.com/cd/E56133_01/2.5.0/tutorials/yarn.html Managed to run the installation…
5
votes
1 answer

Unable to add a new service with Cloudera Manager within Cloudera Quickstart VM 5.3.0

I'm using Cloudera Quickstart VM 5.3.0 (running in Virtual Box 4.3 on Windows 7) and I wanted to learn Spark (on YARN). I started Cloudera Manager. In the sidebar I can see all the services, there is Spark but in standalone mode. So I click on "Add…
5
votes
3 answers

Cloudera installation failed to detect root privileges on CentOS

I tried to adding new host into the cluster o CentOS. It fails on install & gives "Installation failed. Failed to detect root privileges" in status. I know that Cloudera needs user to have passwordless privileges ("Root access to your hosts is…
5
votes
5 answers

Cloudera Manager installation failed to receive heartbeat from agent - to add new hosts to cluster

I try to install on Ubuntu 12.04.1 LTS the cloudera manager using standard version and when I want to add new host I get the next error: Installation failed.Failed to receive heartbeat from agent. Ensure that the host's hostname is configured…
DanaMihai
  • 61
  • 1
  • 1
  • 5
1
2 3
25 26