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
1 answer

Cloudera Manager Rest API update service config

I was wondering if anyone could help me understand how to update a service running in cloudera manager with the REST API. I've been going through the docs, and am trying to find a way to update some yarn configurations, but the docs are a little…
Ryan G
  • 9,184
  • 4
  • 27
  • 27
0
votes
1 answer

Unable to run any services in cloudera manager express 5.9

Server Error A server error has occurred. Send the following information to Cloudera. Version: Cloudera Express 5.9.1 (#8 built by jenkins on 20170112-1158 git: a66d8bbdbe8bc3ee54235e55423f2f76c7d9f3b1) Detected pause in JVM or host machine (e.g. a…
Bhavesh Gadoya
  • 196
  • 2
  • 13
0
votes
0 answers

Cannot deploy a cloudera manager image on Openshift

Sorry, I don't know if this is the right place to post this ... I m trying to do a simple spark application using cloudera manager. But I just can't, Every Image I try to deploy to the docker hub is failing (I can deploy other images but not the…
0
votes
1 answer

How to configure flume service on cloudera manager?

I am trying to configure a flume service in cloudera manager. I have a custom flume interceptor. Where should i place the custom built interceptor jar file?
0
votes
2 answers

index rich documents using solrcell and tika

I am a newbee in Solr search and currently working to get solr Cell work with Tika. Consider the following text file: Name: Popeye Nationality: American I would like Solr to return me two fields named 'name' and…
DJM
  • 3
  • 3
0
votes
0 answers

Difference between Solr, SolrCloud directory structure

I've practiced the Solr tutorials to index files. For this I used, solr, post scripts in solr/bin directory. Directory structure of Solr is as follows: Recently we got SolrCloud on Cloudera Manager. The directory structure is completely different.…
0
votes
1 answer

spark-shell consuming yarn resources, how to stop that

Here is my issue, now, when I start using the spark shell, it would consume lot of resources and perhaps keep them bounded/held up; there by impacting other parallel running applications. say for example, i am running some spark-shell commands and…
0
votes
1 answer

Unable to load text data into Hive table as ORC through temporary Hive table

I want to load .csv file into Hive table as a ORC file. I came across one post which suggested a workaround to the problem to which I executed the below queries: 1) Creating and loading data as a text file into a temporary table: CREATE TABLE IF…
Chetan SP
  • 321
  • 1
  • 3
  • 15
0
votes
2 answers

Error 403 from cloudera manager api in python

I want to list the configuration values of CM. So I have this code that is working on differents clusters (5.9.1, 5.10.0 and 5.8.3) : from cm_api.api_client import ApiResource cm_host = "XX.XX.70.12" api = ApiResource(cm_host,…
Antoine
  • 355
  • 2
  • 12
0
votes
1 answer

In CDH, Dynamic Resource Pool is not running

Hi I have a one Hadoop Cluster(CDH 5.8.x) and use a cloudera manager to manage hadoop cluster Cloudera manager provides dynamic resource pool configuration. Using the configuration, i can restrict application number to specific user This figure is…
0
votes
1 answer

Execute commands in ZooKeeper Command Line Interface using Python

Am trying Cloudera Manager APIs with the help of Python in AWS. I was trying to execute some commands in the Zookeeper Command Line Interface after executing the script 'zkCli.sh'. I have tried using the below command using subprocess and am able to…
0
votes
1 answer

Installing and Deploying CDH

I have a 4 node Cluster and im exploring Cloudera in order to do a TPCH Benchmark like Spark, Hive, Impala, among others. My cluster nodes are reasonable, with cpu with 4 cores, 8gb of RAM and 250GB of disk. I'm trying to install correctly CDH 5,…
0
votes
1 answer

Volumes not being linked to containers

I am trying to get some code into my docker container. One method I was looking into is using volumes. I am trying to hook my code into the containers generated by this project. https://github.com/cloudera/clusterdock Within the project, I added the…
Liondancer
  • 15,721
  • 51
  • 149
  • 255
0
votes
0 answers

cloudera manager fails to start services after upgrade to 5.10

After upgrading cloudera manager to 5.10, it fails to start all services with this message in the WebUI : org.hibernate.PropertyAccessException: Exception occurred inside setter of com.cloudera.cmf.model.DbProcess.resourcesForDb Started services…
anto1ne
  • 11
  • 1
  • 3
0
votes
1 answer

See the number of executors and partitions for a spark job in cloudera manager

How can i see the number of executors and partitions for a spark ingestion job in cloudera manager. I just cant seem to find this information. I looked under yarn/applications found the job but did not find the information also looked under the log…
javadev
  • 277
  • 3
  • 19