Member since
07-09-2019
361
Posts
97
Kudos Received
56
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
805 | 08-26-2024 08:17 AM | |
1282 | 08-20-2024 08:17 PM | |
495 | 07-08-2024 04:45 AM | |
607 | 07-01-2024 05:27 AM | |
515 | 06-05-2024 06:25 AM |
01-10-2019
03:11 PM
@rajendra use the following to compute the total # of tables you have in Hive. hive -e "show databases" >db3.out;cat db3.out | while read line; do hive -e "use $line;show tables" >> tables3.out;done; cat tables3.out | wc -l
... View more
01-10-2019
02:04 PM
1 Kudo
@Mickke SemSan Try moving /etc/ranger/<Repository name> on namenode to some location and restart Ranger.
... View more
01-02-2019
02:44 PM
1 Kudo
@rajendra check fs.trash.interval time in hdfs , files deleted completely after the trash interval time. you can restore before trash.interval time
... View more
12-28-2018
12:59 PM
@Sedat Kestepe no it is not related to mainboard changed
... View more
12-28-2018
11:57 AM
@Sedat Kestepe this issue occurs when Java is restricting the TLSv1 used by the Ambari Agents. By default, ambari-agent connects to TLSv1, unless specified by force_https_protocol=PROTOCOL_TLSv1_2 in ambari-agent.ini.
... View more
12-28-2018
11:48 AM
1 Kudo
@rajendra babu
From hdp 2.6.3 zeppelin store notebooks under hdfs location:
/user/zeppelin/notebook/ , as you have deleted notebook you can re-store
it from trash. Check if that notebook exists under trash directory or not
... View more
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
- « Previous
- Next »