Member since
10-01-2018
802
Posts
143
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3060 | 04-15-2022 09:39 AM | |
| 2469 | 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-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-30-2021
10:03 PM
@JananiViswa1 Hue is a gateway to CDH cluster services (see Hue Applications) and both have completely separate permissions. Being a Hue superuser means nothing to HDFS, Hive, and so on. Important: Hue and the underlying cluster services have completely separate permissions! Users who log on to the Hue UI must have permission to use Hue, and also, each CDH service accessible within Hue. Once Hue is authenticated by a service (for example, Hive), Hue impersonates the user (doAs) requesting use of that service (for example, to create a table). The service uses Sentry (essentially a chmod tool) to ensure the group to which that user belongs is authorized for that action. Hue user permissions are at the application level only. For example, a Hue superuser can filter Hue user access to a CDH service but cannot authorize the use of its features. Again, Sentry does that. Learn how to Authorize Hue User Groups with Sentry. Ref Doc: https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/hue_adm_permissions.html
... 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