Member since
11-07-2016
637
Posts
253
Kudos Received
144
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2720 | 12-06-2018 12:25 PM | |
| 2862 | 11-27-2018 06:00 PM | |
| 2193 | 11-22-2018 03:42 PM | |
| 3567 | 11-20-2018 02:00 PM | |
| 6273 | 11-19-2018 03:24 PM |
11-23-2017
09:22 AM
@Farrukh Naveed Anjum, All your services are giving Hearbeat lost. Looks like ambari agent is not running. Login to node3 and start the ambari agent ambari-agent start If agent is already running, restart it ambari-agent restart Thanks, Aditya
... View more
11-23-2017
08:04 AM
2 Kudos
@Berk Ardıç, I have seen this error when there is not enough free memory in the node. Can you try restarting the ambari agents in the nodes where you see this issue and try start/stop the service ambari-server restart Also, it will be good to check the output of 'free -m' Thanks, Aditya
... View more
11-22-2017
10:07 AM
@Naif Massoud, Do you have any ranger policies on the folder. Also check if any jobs are running which can change the permissions of the folder. For this question 'Is it possible to lock the directory /projects/hawpm that nothing can change its permissions until it's unlocked again?' You can create a policy in ranger with the permissions you want to set and give access to only users/group you want . Thanks, Aditya
... View more
11-22-2017
09:57 AM
@manoj kumar, org.apache.atlas.Atlas.main(Atlas.java:133) Caused by: java.net.BindException: Address already in use at This means that the port is already occupied. Kill the process and restart again. # netstat -tupln | grep 21000
sample output :tcp6 0 0 :::21000 :::* LISTEN 28861/java
# kill -9 <pid>
ie. kill -9 28861 Thanks, Aditya
... View more
11-22-2017
05:56 AM
1 Kudo
@Jalender, Activity explorer password is not stored in plain text format. You can login to the node where Activity explorer is installed. Open the file ( /etc/smartsense-activity/conf/shiro.ini ) and find the password [users]
admin = admin ---------> password
[main]
sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager
securityManager.sessionManager = $sessionManager
securityManager.sessionManager.globalSessionTimeout = 86400000
shiro.loginUrl = /api/login
[urls]
/api/version = anon
/** = authc If you want to change the password, Go to Ambari -> SmartSense -> Configs -> Activity Analysis -> Password. Change the password and restart the services Thanks, Aditya
... View more
11-21-2017
04:47 PM
@Michael Bronson, What is the value of 'dfs.datanode.data.dir' . Is datanode failing to start only on the new node or all the nodes?
... View more
11-21-2017
03:31 PM
1 Kudo
@Simon Jespersen, Can you try appending location as well in --hcatalog-storage-stanza --hcatalog-storage-stanza "stored as orcfile LOCATION /bla/bla" Thanks, Aditya
... View more
11-21-2017
11:45 AM
1 Kudo
@Michael Bronson, Do you have /wrk/sdd/ mounted on the new worker node. Check if this path exists in the new node '/wrk/sdd/hadoop/hdfs/data/' Also check the value of "dfs.datanode.data.dir" is /hadoop/hdfs/data. Can you please attach the output of 'df -h' command. Thanks, Aditya
... View more
11-21-2017
08:56 AM
@Michael Bronson, hdfs fsck will check for corruptions in the file system. I'm not sure if that will help in identifying the error for stand by resource manager. Can you please attach the resource manager logs under (/var/log/hadoop-yarn/yarn/ ) folder.
... View more
11-17-2017
06:02 PM
1 Kudo
@Attila Kanto, DB pre-requisites need to be met before running the blueprint. Use the same mysql server for hive metastore as well. You can select "Existing MySQL / MariaDB Database" for hive metastore. For blueprint check "hive_database" in hive-env properties
... View more