Member since
07-09-2019
398
Posts
97
Kudos Received
56
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1505 | 08-26-2024 08:17 AM | |
2027 | 08-20-2024 08:17 PM | |
827 | 07-08-2024 04:45 AM | |
1126 | 07-01-2024 05:27 AM | |
871 | 06-05-2024 06:25 AM |
10-26-2020
02:36 AM
@aaaaad Can you change the ownership of /tmp/hive directory to hive: hive
... View more
10-23-2020
05:37 AM
@BalrogBait Installing interpreter is failing as it is unable to connect to the internet Follow the below steps to install an interpreter - Downloaded the jars from the below link by selecting the correct zeppelin version : https://mvnrepository.com/artifact/org.apache.zeppelin/zeppelin-python - Create the directory structure and copy the required jars to the location: # mkdir -p /usr/hdp/current/zeppelin-server/interpreter/python #cd /usr/hdp/current/zeppelin-server/interpreter/python - Copy the downloaded jar files to /usr/hdp/current/zeppelin-server/interpreter/python and set the permissions #chown zeppelin:hadoop -R /usr/hdp/current/zeppelin-server/interpreter/python - Restarted zeppelin and then create Python interpreter from the available interpreter groups
... View more
10-14-2020
08:48 AM
now I want to add the component as HBASE master and RegionServers and Phoenix Query Servers
... View more
10-04-2020
01:44 AM
@Scharan , Its working . Thank you!!.
... View more
09-22-2020
07:03 PM
It works,thank you.
... View more
09-17-2020
07:00 AM
1 Kudo
@9een Yes it is supported you can refer to the following links https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.4/authentication-with-kerberos/content/kerberos_optional_use_an_existing_ipa.html https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.5/ambari-authentication-ldap-ad/content/amb_freeIPA_ladap_setup_example.html
... View more
09-17-2020
05:27 AM
2 Kudos
@Nivas12 You can define an alert dispatcher which Ambari will invoke when alerts fire: Refer https://cwiki.apache.org/confluence/display/AMBARI/Creating+a+Script-based+Alert+Dispatcher
... View more
09-04-2020
10:14 PM
@saivenkatg55 Use the below commands to remove the background operation entry in ambari database. # select task_id,role,role_command from host_role_command where status='IN_PROGRESS'; The above command will list all IN_PROGRESS status , You can also check for QUEUED or PENDING STATE by replacing 'IN_PROGRESS' with QUEUED or PENDING # update host_role_command set status='ABORTED' where status='QUEUED'; Use the above command to change the state to ABORTED
... View more
08-05-2020
03:56 AM
@shrikant_bmSimilar issue for me got resolved after removing the 'renew_lifetime' line /etc/krb5.conf. The following link also provides additional information regarding this issue: https://community.cloudera.com/t5/Community-Articles/How-to-solve-the-Message-stream-modified-41-error-on/ta-p/292986
... View more
08-03-2020
02:21 AM
@GangWar In which Oozie's service configuration item in Cloudera Manager this should be defined?
... View more