Member since
07-30-2013
509
Posts
113
Kudos Received
123
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3578 | 07-09-2018 11:54 AM | |
| 2906 | 05-03-2017 11:03 AM | |
| 7413 | 03-28-2017 02:27 PM | |
| 2895 | 03-27-2017 03:17 PM | |
| 2428 | 03-13-2017 04:30 PM |
04-28-2014
02:02 PM
Hi Nishan, This is also fine, so long as you configure the database appropriately to handle the load from 3 CM servers and whatever else you point at it. When concerned about handling database load from multiple applications, I would expect that it's generally better to run a single instance on a host than to run several instances on the same host, since there would be lower overhead. Multiple instances on the same host can help with isolation, but not with handling more load. Monitoring databases tend to use a lot of resources if your cluster has a lot of activity, so be cautious about sharing monitoring databases. The database for CM doesn't generally get as much load. Depending on your cluster size / activity and the hardware / tuning you have for your Oracle, you may find it better to run multiple instances on different machines to ensure each daemon performs well. Thanks, Darren
... View more
04-22-2014
03:33 PM
Just and update: I was able to replicate the entire issue in our dev cluster. I installed parcels on the v4.3.0 dev cluster. Retested Pig and the illustrate command worked. Upgraded parcels to 4.6.0 (latest) Pig illustrate does not work. Downgraded to v4.5.0 Pig illustrate works. I'm actually starting to do diffs between the 2 Pig code bases to see if I can see the change. I don't know how I could tell if there is a general config change but it is looking like this is isolated to the v4.6.0 Pig distro. Thanks for your help.
... View more
04-16-2014
11:51 AM
Finally resolved the Issue. Due to space crunch on root mount space we have created a soft link for /opt/cloudera/ to point to /data/opt/cloudera/ As a result of this the the local repo path was changed as well. Hence while installing package it was trying to download the packages again and again. But unable to find the same on the disk as correctly distributed by CM. As I changed the local repo directory in CM Administration/parcel-repo path Every thing started working as required. Thanks every one for your support and suggestions. Priyabrata Patnaik
... View more
04-11-2014
10:46 AM
Glad you got it working!
... View more
04-10-2014
09:56 AM
Wow. How did I miss that. See, I knew it was probably something stupid. I, of course, got the agents installed, but didn't see the configuration instructions on there at all. Thanks!
... View more
04-07-2014
04:28 AM
Thanks! Upgrading CM helped. For some reason I did not get any new packages when I first tried running yum upgrade for CM, so I figured the beta2 one was still supposed to be used. Not sure what I did there really, but at least things worked better this time. \Knut
... View more
03-31-2014
11:47 AM
1 Kudo
Hi, If you look carefully at the options on the page where you enter in SSH credentials, there's an option to control how many hosts to install simultaneously. By default it is 10. You may also want to edit the parcel distribution settings when setting up a large cluster, accessible via Administration -> Settings -> Parcels. You may need to exit a wizard (click the Cloudera Manager Logo) to access the Administration menu. Thanks, Darren
... View more
03-29-2014
02:21 PM
Darren, Thanks for your prompt reply, I got this working due to your information. Many thanks. Graham
... View more
03-29-2014
02:00 PM
1 Kudo
Hey Darren, Thanks for your quick reply. I'm using a virtual environment for some test purposes and seems like I've set too low RAM to be used. Do you have an idea on what's the minimum recommended memory to be used on the Cloudera Manager host (if we set most of the major/master services in control on 1 host) and respectively on the other nodes members of the cluster (assuming we're installing all of the Cloudera Hadoop distribution services and apps in CDH 5.0)? I think it will be helpful to other users as well. Cheers and have a great day!
... View more