Member since
12-11-2015
213
Posts
87
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3254 | 12-20-2016 03:27 PM | |
12923 | 07-26-2016 06:38 PM |
09-08-2022
10:58 PM
Hello, If you not modified anything but still you can't access HDFS from hue which was working earlier then you should try this solution i.e Restart httpfs service
... View more
02-16-2022
06:47 PM
1 Kudo
This answer may not help the person who asked but still wanted to post it as somebody could benefit from it. There are multiple ways to solve this that explained in this artilce. https://sparkbyexamples.com/hadoop/hadoop-unable-to-load-native-hadoop-library-for-your-platform-warning/ For me, setting the below environments solved my problem. export LD_LIBRARY_PATH=$HADOOP_HOME/lib/native # (OR) If you have hadoop library installed at /usr/lib/ export LD_LIBRARY_PATH=/usr/lib/hadoop/lib/native Thanks
... View more
10-11-2021
08:32 AM
STEP 1:
Get certificate from ambari-server
echo | openssl s_client -showcerts -connect <AMBARI_HOst>:<AMBARI_HTTPs_PORT> 2>&1 | sed --quiet '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /tmp/ambari_certificate.cr
STEP 2:
Get path of ambari trustore and truststore password from Ambari properties
cat /etc/ambari-server/conf/ambari.properties |grep truststore
As per your ambari.properties below is the path and password :-
ssl.trustStore.password=refer from ambari.property file
ssl.trustStore.path=/etc/ambari-server/conf/ambari-server-truststore
STEP 3:
keytool -importcert -file /tmp/ambari_certificate.crt -keystore <keystore-path>
STEP 4:
ambari-server restart
... View more
10-11-2021
08:27 AM
1 Kudo
To resolve the issue, import the Ambari certificates to the Ambari truststore. To import the Ambari certificates, do the following:
STEP 1:
Get certificate from ambari-server
echo | openssl s_client -showcerts -connect <AMBARI_HOst>:<AMBARI_HTTPs_PORT> 2>&1 | sed --quiet '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /tmp/ambari_certificate.cr
STEP 2:
Get path of ambari trustore and truststore password from Ambari properties
cat /etc/ambari-server/conf/ambari.properties |grep truststore
As per your ambari.properties below is the path and password :-
ssl.trustStore.password=refer from ambari.property file
ssl.trustStore.path=/etc/ambari-server/conf/ambari-server-truststore
STEP 3:
keytool -importcert -file /tmp/ambari_certificate.crt -keystore <keystore-path>
STEP 4:
ambari-server restart
... View more
03-20-2020
10:34 AM
Yes I did.. Is there a way I can check in MySql if the changes are applied. Thanks
... View more
03-17-2020
09:29 AM
@prakashpunj Please accept my first reply as the solution?
... View more
03-11-2020
09:36 PM
@prakashpunj By default it uses sqllite as Database (no password). However, you can try checking the following files for more details on the Superset host. # grep 'SUPERSET_DATABASE_PASSWORD' /etc/superset/conf/superset_config.py
# grep 'SUPERSET_DATABASE_PASSWORD' /var/lib/ambari-agent/data/command-* . Via ambari Ui you can check Ambari UI --> Superset --> Configs --> 'SUPERSET META DATA STORAGE CONFIG' (tab) Search for "Superset Database password" section in the above page and verify if it is empty or password is set. .
... View more
07-16-2018
02:29 AM
Thanks @Jay Kumar SenSharma. Question: On other nodes, do we have to do anything after installing new version of JAVA. Just by putting the JAVA in the same path as Ambari-server, is that going to be ok..?
... View more
07-16-2018
01:38 AM
@Prakash Punj Was there any yum update command triggered or any rpm update which might have caused upgrade of pythin / jdk binaries? may be looking at the /var/log/yum.log or installation/update history can help in understanding what changed recently on the vm.
... View more
04-25-2018
12:10 PM
Hello Please let me know how to delete horton account or remove my post and your replies or comments
... View more