Member since
06-26-2013
416
Posts
104
Kudos Received
49
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 7725 | 03-23-2016 08:06 AM | |
| 13787 | 10-12-2015 01:56 PM | |
| 4913 | 03-05-2015 11:11 AM | |
| 6143 | 02-19-2015 02:41 PM | |
| 13414 | 01-26-2015 09:55 AM |
12-09-2013
08:23 AM
There should be a log file in your /tmp directory on the machines called "scm_prepare_node.???" (I think that's about right, replace the question marks with a random string). Can you share with us the contents of that file?
... View more
12-09-2013
06:50 AM
Cloudera Manager usually applies some logic to where it places "safety valve" configurations like the ones you added. It will only ship new config files to the roles where that configuration will be used. In other words, it won't place configurations that only apply to the Namenode into the client configs and vice versa. It looks like you applied your change to the HDFS safety valve, so CM will not modify the Mapreduce-specific configs as part of that. You can go add your properties to the Mapreduce service if you'd like them to apply there.
... View more
12-05-2013
08:11 AM
Ganesh,
I will check into this for you and let you know what we can do here.
Clint
... View more
12-03-2013
04:45 PM
Awesome! Thanks for following up, glad you like Cloudera Manager!
... View more
12-03-2013
09:36 AM
@Ram it appears that your error messages and/or attachments didn't make it into your posts. Can you cut and paste the error again?
... View more
11-27-2013
08:16 AM
Can you give us the detailed information on your Linux OS with:
uname -a
And also, what version of Cloudera Manager's installer are you using?
... View more
11-27-2013
08:10 AM
1 Kudo
It sounds like you've got a web proxy on your network that is blocking Cloudera Manager from being able to get the packages. I believe wget will utilize an environment variable called "http_proxy" to reach the internet through your web proxy, so that may explain why it's working. Also, as you noticed with your java app, it worked when it utilized a proxy.
In the latest versions of CM, you can set your proxy server in the "Administration" tab. Just type in a search term of "proxy" on that page and you can specify your web proxy server, etc.
... View more
11-22-2013
08:12 AM
what happens if you try to run this command:
wget http://archive.cloudera.com/cdh4/parcels/latest/manifest.json
... View more