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 |
02-17-2014
10:18 AM
1 Kudo
Hi Vikram, Cloudera Manager has a configuration option to start impala in debug mode. Just search for "debug" in the upper left search box when viewing the Impala Configuration page. Packages vs parcels will make no difference here. That's just controls how the CDH binaries are installed, not how they are run. Thanks, Darren
... View more
02-05-2014
10:27 PM
You can fix it this way: 1. Determine name of the ALERTPUBLISHER role. Go to ${your-scm-host}:7180/api/v1/cm/service/roles/ Find json with name like '"name" : "mgmt1-ALERTPUBLISHER-107a27c5a1fc39a5cb9ce9ea1947e296",' 2. Using name from step 1, do the following: curl -X PUT -H "Content-Type:application/json" -u admin:admin -d '{"items": [{"name" : "alert_mailserver_password", "value": "SUPER_MEGA_PASSWORD"}]}' '${your-scm-host}:7180/api/v1/cm/service/roles/mgmt1-ALERTPUBLISHER-107a27c5a1fc39a5cb9ce9ea1947e296/config'
... View more
02-03-2014
12:09 PM
1 Kudo
We managed to get this issue resloved. The problem acutally had nothing to do with Hive but Zookeeper. By default there is a limit of 60 active connections from a single IP address. We were running over this limit becuase we have such a small cluster(4 servers). We upped the limit on connections to 200 and everything started working properly.
... View more
01-31-2014
05:47 PM
Thank you *very* much for the prompt response. I'll go through it again and check it out. > we changed this behavior to never recommend co-located worker and master nodes, except for single node clusters. very good
... View more
01-30-2014
06:48 AM
............edited........ Hi all Thank you for help problem solved Problem was caused by one node which was in maintenance mode(and was turned off). after I deleted this node from cluster problem solved. I don't know why occurred this problem because I was not marking this maintenance node when was adding impala service
... View more
01-23-2014
11:34 PM
Hi, It confuses a little. CM says that balancer is stopped: But commands interface says it is running:
... View more
01-17-2014
03:01 PM
Thanks, but neither of these work. I was eventually able to increase the TaskTracker limits w/ On each node 1. sudo /etc/init.d/cloudera-scm-agent hard_stop 2. Edit parameter in /usr/sbin/cmf-agent script. 3. sudo /etc/init.d/cloudera-scm-agent start Then restart each tasktracker from Cloudera console.
... View more
01-09-2014
11:46 AM
Please check softlink on /etc/alternatives/ make sure they are pointing to correct hadoop config in /etc/hadoop/conf/core-site.xml etc. deploying client config from CM also helps to resolve all the softlinks
... View more
12-18-2013
01:00 PM
Glad you got it working!
... View more
- « Previous
- Next »