Member since
06-05-2017
12
Posts
0
Kudos Received
0
Solutions
07-18-2019
04:58 AM
@bgooley I did this yesterday and got it reolved. Thanks! Also I've posted a question with the title "HDFS Replication failing in BDR". Would really appreciate your help/inputs in this regard as I've been stuck on it for a week now. Need to get past this ASAP.
... View more
11-26-2018
09:47 PM
1 Kudo
Hi, It looks like the issue is happening at the time when it is requesting for the resources to run the job. org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext.setAMContainerResourceRequests(Ljava/util/List;)V There might be some issue in the libraries. Kindly check if alternatives are still pointing to older parcel location on some of the cluster nodes ## ls -ltr /etc/alternatives Regards Nitish
... View more
11-22-2018
09:10 PM
Not sure at the moment if we can build chart but if there are regions in transition, you can see them in the HMaster WebUI. You can get the Region-In-Transition count from jmx metric for HMaster as well.
... View more
07-12-2018
10:11 AM
1 Kudo
@VuSand3259, You can use this endpoint: https://cloudera.github.io/cm_api/apidocs/v19/path__users_-userName-.html using the PUT method via REST API allows you to update the user object defined here: https://cloudera.github.io/cm_api/apidocs/v19/ns0_apiUser.html For example, the following would make an existing user "mytestuser" a full administrator in CM 5.15 (you would need to use the api version that is right for your CM version): curl -u cm_user:cm_pass -H "Content-Type: application/json" -X PUT -d '{"roles" : [ "ROLE_ADMIN"]}' http://cm_host:7180/api/v19/users/mytestuser
... View more
06-13-2018
03:26 AM
Hi Harsh, we are using CDH 5.12.2 and facing the same issue while executing the sqoop import job and also tried the same example as you mentioned below. Below example also didn't work and got the same error. hadoop org.apache.hadoop.examples.WordCount <in-dir> <out-dir> Is there any workaround for this issue? Please let me know. Regards, Sandeep. v
... View more
11-23-2017
01:08 AM
<property> <name>oozie.poller.timeout.millis</name> <value>20000</value> </property> should i add above configuration property in cmon.conf ? Cloudera mentioned issue was fixed in CDH 5.4.5 and we are using CDH 5.8.3. Please suggest
... View more
06-20-2017
01:53 PM
I did the changes in the CM but didn't update my files... I had to add: default_tgs_enctypes = rc4-hmac aes256-cts aes128-cts des3-hmac-sha1 arcfour-hmac des-hmac-sha1 des-cbc-md5 des-cbc-crc default_tkt_enctypes = rc4-hmac aes256-cts aes128-cts des3-hmac-sha1 arcfour-hmac des-hmac-sha1 des-cbc-md5 des-cbc-crc permitted_enctypes = rc4-hmac aes256-cts aes128-cts des3-hmac-sha1 arcfour-hmac des-hmac-sha1 des-cbc-md5 des-cbc-crc in every host manually... after that things starting to work
... View more