Member since
07-09-2019
422
Posts
97
Kudos Received
58
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
423 | 07-06-2025 05:24 AM | |
442 | 05-28-2025 10:35 AM | |
2150 | 08-26-2024 08:17 AM | |
2753 | 08-20-2024 08:17 PM | |
1134 | 07-08-2024 04:45 AM |
12-27-2018
05:52 PM
1 Kudo
@Sedat Kestepe To resolve this issue, add the following property in ambari-agent.ini (/etc/ambari-agent/conf/ambari-agent.ini) file under [security]and restart ambari-agent: ======== [security] force_https_protocol=PROTOCOL_TLSv1_2 =========== Please accept this answer if its helpful
... View more
12-27-2018
01:46 AM
@jack Refer this https://community.hortonworks.com/articles/92363/enable-disable-acid.html
... View more
12-23-2018
05:44 AM
@Luis Vazquez Try below steps 1. ssh to Knox gateway host and go to /var/lib/knox/data-2.6.5.X/services 2. download the configurations from https://github.com/apache/knox/tree/v0.11.0/gateway-service-definitions/src/main/resources/services/hbaseui/1.1.0/ URL. 3. make sure your folder structure should look alike /var/lib/knox/data-2.6.5.X/services/hbaseui/1.1.0 and should have rewrite.xml and service.xml files 4. change the owner/Group permissions to Knox for /var/lib/knox/data-2.6.5.X/services/hbaseui/ and subdirectory 5. Go to Knox configurations Modify "Advanced topology" with below service tag
<service> <role>HBASEUI</role> <url>http://HBASEMANTERHOST:16010</url> </service> <service> 6. Restart Knox service. 7. You should be able to access HBase UI from the below URL https://Knxo-host:8443/gateway/<topology-name>/hbase/webui/ Note: Hbase UI through knox is not supported in hdp 2.6.5, You can try above steps as a workaround. Please accept answer if it helped.
... View more
12-15-2018
07:09 AM
2 Kudos
@haco fayik
try executing # yum clean all
... View more
12-15-2018
02:43 AM
1 Kudo
Hi @Jorge Florencio you can use ldap in place on adrealm, just need to change the Active Directory details to suit your AD environment. Refer to this article: https://community.hortonworks.com/articles/105169/hdp-26-configuring-zeppelin-for-active-directory-u.html
... View more
12-14-2018
09:21 AM
1 Kudo
@Jorge Florencio Group search base is missing, try with below template ======== ldapRealm=org.apache.zeppelin.realm.LdapRealm ldapRealm.contextFactory.systemUsername
=cn=manager,dc=charan,dc=com ldapRealm.contextFactory.systemPassword
=xxxx ldapRealm.contextFactory.authenticationMechanism=simple ldapRealm.contextFactory.url=ldap://ldap_url:389 ldapRealm.authorizationEnabled=true #ldapRealm.pagingSize
= 20000 ldapRealm.searchBase=dc=sai,dc=com ldapRealm.userSearchBase=ou=People,dc=charan,dc=com ldapRealm.groupSearchBase=cn=admin,ou=Group,dc=charan,dc=com ldapRealm.userObjectClass=* ldapRealm.groupObjectClass=groupOfNames ldapRealm.userSearchAttributeName
= uid ldapRealm.userSearchScope
= subtree ldapRealm.groupSearchScope
= subtree ldapRealm.userSearchFilter=
(&(objectclass=*)(uid={0})) ldapRealm.memberAttribute
= member ldapRealm.memberAttributeValueTemplate={0} ldapRealm.rolesByGroup
= "admin":admin_role ============
... View more
12-05-2018
05:28 AM
@lei lin Can you share agent logs ?
... View more
11-28-2018
05:03 PM
2 Kudos
@Toky Raobelina In url section I see you have configured
/api/interpreter/** = authc, roles[admin_role,user_role] It should be anyofroles instead of roles. Refer below article to configure correctly https://community.hortonworks.com/content/supportkb/208060/unable-to-configure-multiple-groups-mapped-by-role.html Please accept this answer if it helps you
... View more
01-24-2018
06:04 AM
2 Kudos
<provider>
<role>ha</role>
<name>HaProvider</name>
<enabled>true</enabled>
<param>
<name>RESOURCEMANAGER</name>
<value>maxFailoverAttempts=3;failoverSleep=1000;enabled=true</value>
</param>
</provider>
<service>
<role>RESOURCEMANAGER</role>
<url><Resource manager 1 url:8088>/ws</url>
<url><Resource manager 2 url:8088/ws</url>
</service>
... View more
Labels:
11-12-2017
03:59 PM
In HDFS, while using Internet Explorer 11 to run a command to create a folder or set file permission with the Files View in Ambari , the command runs successfully. However, the Files View in IE11 are not displayed in the new folder or file permissions. The HDFS displays that the folders are created when using command line or different browsers such as Firefox and Chrome. To resolve this issue, clear the cache to see the newly created folders or folder permissions list in the Files View. For a permanent resolution, do the following to disable the webpage cache in IE 11:
From the top right corner of Internet Explorer 11, click the Settings (Gear) icon From the Menu, select Internet Options. On the General tab, locate the Browsing history section, and click Settings. On the Temporary Internet Files tab, confirm that Every time I visit the webpage is selected. On the Caches and Databases tab, confirm that Allow website caches and databases is not selected. Click OK.
... View more
Labels:
- « Previous
- Next »