Member since
01-22-2014
27
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4740 | 01-22-2014 11:43 AM |
03-13-2014
10:14 AM
When I try to make it less than 2GB I get this error in the CM GUI. Seems like 10GB is minimum? Maybe on a production cluster this make sense but I'm testing in a bunch of VMs and don't really care about the depth of stats so why can't I just reduce this? Why should I need to dedicate 10GB per VM just for stats and also there is a config entry for both Host Monitor and Service Monitor so does that mean it requires a minimum of 20GB per node?? 2147483648 is less than the minimum allowed value 10737418240
... View more
03-13-2014
07:28 AM
My disks are filling up from files in /var/lib/cloudera-service-monitor/ts 1) What it safe to delete and is this done manually or is there a CM way to clean up? 2) What CM config controlls the amount of data produced here? 3) What does "ts" stand for?
... View more
Labels:
- Labels:
-
Cloudera Manager
02-21-2014
05:53 AM
Actually I discovered there is an icon next to Status on home page (looks like a clipboard edit image) that had the add management services in the drop down when I clicked it. This worked for me. Thanks.
... View more
02-20-2014
04:37 PM
I ran into an error when installin CDH-5 from CM-5 and it appears that Service Monitor did not get installed. Is there a way to install Service Monitor or do I have to start all over again?? Also, If I have to start all over then is there a simple way to uninstall CDH-5?
... View more
Labels:
02-18-2014
05:30 PM
You are correct. I had an older version bin file. Thanks
... View more
02-17-2014
01:23 PM
Looks like bin script lookign for -db but repo has -db-2 ?? # cd /etc/yum.repos.d # wget http://archive.cloudera.com/cm5/redhat/6/x86_64/cm/cloudera-manager.repo # yum --disablerepo="*" --enablerepo=cloudera-manager list available Loaded plugins: amazon-id, priorities, rhui-lb, security cloudera-manager | 951 B 00:00 Available Packages cloudera-manager-agent.x86_64 5.0.0-0.cm5b2.p0.119.el6 cloudera-manager cloudera-manager-daemons.x86_64 5.0.0-0.cm5b2.p0.119.el6 cloudera-manager cloudera-manager-server.x86_64 5.0.0-0.cm5b2.p0.119.el6 cloudera-manager cloudera-manager-server-db-2.x86_64 5.0.0-0.cm5b2.p0.119.el6 cloudera-manager enterprise-debuginfo.x86_64 5.0.0-0.cm5b2.p0.119.el6 cloudera-manager jdk.x86_64 2000:1.6.0_31-fcs cloudera-manager
... View more
02-17-2014
12:27 PM
Trying to install CM-5 from cloudera-manager-installer.bin but install fails with this error... cat /var/log/cloudera-manager-installer/4.install-cloudera-manager-server-db.log Loaded plugins: amazon-id, priorities, rhui-lb, security Setting up Install Process No package cloudera-manager-server-db available. Error: Nothing to do
... View more
Labels:
- Labels:
-
Cloudera Manager
-
Security
02-02-2014
11:04 AM
Is it possble to set the value of SOLR_LOCATOR from a morphline if command? I want to assign which collection the output data should flow to based on a contains match of a substring within the _attachment_body.
... View more
01-28-2014
06:52 AM
I've take a different approach and created an XSLT that extracts the attributes from each element in the hierarchy and transforms them into a single level collection of elements. This seems to be giving me the results I expect now.
... View more
01-27-2014
04:27 PM
For my second XSLT example, I understand now what you mean regarding the XPath string result in the Child1_1 and Child1_2 elements as a concatenation of their child texts, but why do I not also see C=[c], D=[d], E=[e], X=[x], B=[bb] in the output record too?? The doc said: "The XPath string value of the attribute or child is filled into the record field named after the child's name." I take that "or child" means a child element and thus a child element's text would be associated with the child element's name and thus I should see fields like C=[c] in the output record??
... View more