Member since
10-01-2018
802
Posts
143
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3058 | 04-15-2022 09:39 AM | |
| 2468 | 03-16-2022 06:22 AM | |
| 6536 | 03-02-2022 09:44 PM | |
| 2899 | 03-02-2022 08:40 PM | |
| 1909 | 01-05-2022 07:01 AM |
06-23-2021
11:33 PM
@innominate There is no such command line tool in CDP as per my knowledge. CDP distribution of Hadoop supports all Vanilla commands like hdfs dfs etc and similar for other components.
... View more
06-23-2021
05:29 AM
@roshanbi, have you resolved your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
06-20-2021
11:25 PM
@prasanna06 Cloudera Enterprise supports TLS. So you need to be on Enterprise version first. For reference: https://docs.cloudera.com/documentation/enterprise/6/6.2/topics/cm_ag_licenses.html#cmug_topic_13_7__section_ed1_nz1_wr
... View more
06-20-2021
11:21 PM
@ighack You can try below workaround. Do any of the following: Use yarn-client mode for the SparkAction OR Still use yarn-cluster mode, however, add the submitting user's keytab on to a secure HDFS location and rewrite the workflow as shown: <file>hdfs://xxx/yyy.keytab#zzz.keytab</file> <spark-opts>--keytab zzz.keytab --principal zzz@YOUR_REALM</spark-opts>
... View more
06-20-2021
10:36 PM
@BlueBerret This seems a delegation token issue. Are you able to kinit successfully? Also check the DNS resolution between hosts given in below error. local host is: "abc.server.org/<ip address>", destination host is: "bcd.server.org/<ip address>"
... View more
06-16-2021
01:56 AM
3 Kudos
@M_Shash I am afraid there is no way to get binaries without credentials (which means a valid Subscription). One thing which comes in my mind is you can try that with Trial version which is free and can be downloaded from here: https://www.cloudera.com/downloads/hdp.html In any other case you have to get valid Subscription and then you can Download the Ambari binaries. This Discussion below is a good start on the same issue: https://community.cloudera.com/t5/Support-Questions/How-do-I-download-the-latest-version-of-Ambari-and-HDP/m-p/286231#M212306
... View more
06-11-2021
08:17 AM
Maybe it's the quickstart version, so it's probably out of memory. Thank you 🙂
... View more
06-07-2021
01:25 AM
@rjwiggins80 The most Important thing is check the config.ini file on host and see if there you have given the hostname correct (FQDN) in below section. [General] # Hostname of the CM server. server_host=host-10-17-100-241.coe.cloudera.com So stop whole cluster and mgmt services and then CM server. At last stop agent on host and change the above details and then start the agent and service respectively. CM should fetch new hostname.
... View more
05-07-2021
11:36 AM
Is there any way out for this? In Ambari, there is a role_command_order.json for custom service's component start/stop ordering. Anything similar in Cloudera Manager?
... View more