Member since
10-01-2018
802
Posts
144
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3549 | 04-15-2022 09:39 AM | |
| 2866 | 03-16-2022 06:22 AM | |
| 7493 | 03-02-2022 09:44 PM | |
| 3451 | 03-02-2022 08:40 PM | |
| 2364 | 01-05-2022 07:01 AM |
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
11:49 PM
1 Kudo
@roshanbi This seems a connection issue from the broker. You may want to increase "connections.max.idle.ms" value and try. See this : https://community.cloudera.com/t5/Support-Questions/Unable-to-push-any-messages-to-Kafka/td-p/141484 I found something related with same : https://stackoverflow.com/questions/33432027/kafka-error-in-i-o-java-io-eofexception-null
... View more
06-09-2021
06:27 AM
1 Kudo
@novice_tester This seems the CDH parcels getting deactivated. You have to make sure you have enough space on VM and them make sure CDH parcels are activated and then try to start the KUDU.
... View more
06-07-2021
02:04 AM
Hello @sheshk11 I don’t think there is any REST API however Hue commands is another way by which you can achieve this. The steps will be something like: Configure LDAP via Hue Service Restart Hue Server. Login to Hue server and Perform synch ldap users via command line <hue root>/build/env/bin/hue sync_ldap_users_and_groups There are few resources available around this if that helps. https://github.com/cloudera/hue/blob/master/tools/ops/hue_sync_ldap_groups_cron.sh https://gethue.com/making-hadoop-accessible-to-your-employees-with-ldap/#t9 https://gethue.com/hadoop-tutorial-how-to-integrate-unix-users-and-groups/
... 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-31-2021
04:02 AM
@Bryan_zh Everything HDP and CDP latest versions are required subscription. On of the similar concern we discussed in this thread: https://community.cloudera.com/t5/Support-Questions/Downloading-hdp-3-1-5-and-ambari-2-7-5/td-p/299991 However you can use HDP sandbox if that works for you for free. https://www.cloudera.com/downloads/hortonworks-sandbox/hdp.html In short if you notice the repos link now and if you see "/p" this means it's behind the paywall and you need subscription to access. https://docs.cloudera.com/HDPDocuments/Ambari-2.7.5.0/bk_ambari-installation/content/hdp_315_repositories.html However as you said you have local repo with binaries setup I am not 100% sure this will work I haven’t tested but as per paywall Expansion notice that’s required subscription. https://www.cloudera.com/downloads/paywall-expansion.html
... View more
04-30-2021
10:07 PM
@pkotla Check the Apache doc if that helps. I am not very sure if that’s achievable but give it a try. https://ranger.apache.org/apidocs/resource_ServiceREST.html#resource_ServiceREST_applyPolicy_POST
... View more
04-29-2021
02:05 PM
@hisi Here is the details. Orange link: When queue usedCapacity > 90% Queue with red border: When queue usedCapacity > 95% threshold.
... View more
04-26-2021
08:47 AM
@Boris_Rendon Yes in the base URL as well.
... View more
04-26-2021
08:36 AM
@Boris_Rendon Yes, that's what I am saying you have to put the URL in config with credentials.
... View more