Member since
04-22-2014
1218
Posts
341
Kudos Received
157
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 26218 | 03-03-2020 08:12 AM | |
| 16350 | 02-28-2020 10:43 AM | |
| 4701 | 12-16-2019 12:59 PM | |
| 4464 | 11-12-2019 03:28 PM | |
| 6639 | 11-01-2019 09:01 AM |
11-18-2016
04:23 PM
Thanks Ben. Good to know that there is a Jira for this too.
... View more
11-17-2016
04:31 PM
I was able to do the installation successfully. the problem was my cloudera-manager.repo and cloudera-cdh5.repo had the same content. I edited it using the correct repo location. As i mentioned in the above comment(i edited it post the changes done in cloudera-manager.repo. See above comment for correct repos. Thanks, Shilpa
... View more
11-15-2016
09:41 AM
I do not believe there is any purging of the Cloudera Manager audits. I checked and did not see any code that performed a purge or deletion. Let us know if you see anything that suggests otherwise. Thanks, Ben
... View more
11-14-2016
02:43 PM
Hi... this is old, but just came across it. hiveserver2_enable_impersonation is set at the HiveServer2 role level, so you would need to use the full path to your HiveServer2 role. for instance: curl -X PUT -H "Content-Type:application/json" -u admin:admin -k "https://localhost:7183/api/v12/clusters/cluster/services/hive/roles/hive-HIVESERVER2-609b6bea2fc852513192152e64d3ec19/config" -d '{ "items" : [ { "name" : "hiveserver2_enable_impersonation", "value" : "false" } ] }' Since the attribute does not exist at the service level (where you attempted to set it), the attribute is not found. I hope that might help you or others. Cheers, Ben
... View more
10-31-2016
02:25 PM
Thanks the wait() worked. But I was wondering what action has wait method. Now i now service start, decommssion etc has wait method but role start stop etc doesn't have wait method. also, is there a timeout function to the wait()
... View more
10-26-2016
06:03 PM
I was able to get my Domain admin to grant delegation on my Hadoop OU, so I didn' thave to do in manually thank goodness.
... View more
10-17-2016
01:40 AM
Hi My issue was solved by updating the SUSE 11SP4. Installed the updates as the os was in initial state.Erro rwas gone after that.
... View more
10-11-2016
12:22 PM
Awesome! I thought I had tested that, but apparently not. If your agent is heartbeating now, sounds like a good workaround till you can upgrade. I checked and CM 5.8.3 should also have a fix when it is released. It has not gone to code freeze yet, so we are weeks out yet on that. Thanks for sharing!
... View more
09-21-2016
09:59 AM
1 Kudo
Hello, The upgrade documentation is here: http://www.cloudera.com/documentation/enterprise/latest/topics/cm_ag_upgrading_cm.html @matdba, can you clarify your comments on Kafka? Kafka is currently not part of the CDH parcel and is upgraded separately as documented here: https://www.cloudera.com/documentation/kafka/latest/topics/kafka_installing.html#concept_ngx_4l4_4r Hope that helps. Ben
... View more