Member since
02-08-2016
793
Posts
669
Kudos Received
85
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3064 | 06-30-2017 05:30 PM | |
3980 | 06-30-2017 02:57 PM | |
3302 | 05-30-2017 07:00 AM | |
3878 | 01-20-2017 10:18 AM | |
8396 | 01-11-2017 02:11 PM |
04-13-2016
07:00 PM
below is one example - https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_upgrading_hdp_manually/content/start-hadoop-20.html Warning Before you start HDFS on an HA system you must start the ZooKeeper service. If you do not start the ZKFC, there can be failures.
... View more
04-13-2016
06:54 PM
2 Kudos
@Andrew Watson
Pls check this - https://community.hortonworks.com/questions/4940/hdp-os-upgradepatching-best-practices.html The hadoop services are intentionally made chkconfig off to not to get started after server reboots. This is generally avoided to make sure the services starts in the series they are defined. If not so then there might be communication issue between services.
... View more
04-13-2016
05:28 PM
@Phil G
Can you make sure you have property in hdfs-site.xml - "dfs.web.authentication.kerberos.principal" and set to right value Pls refer - http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_hdfs_admin_tools/content/ch11.html
... View more
04-13-2016
02:56 PM
@Nilesh From the resource manager UI i see there are no "Active Nodes" running and hence the "Total Memory" in UI is displaying 0. Can you check if your node managers are UP and communicating to RM.
... View more
04-13-2016
01:10 PM
2 Kudos
@Nilesh I will suggest yo revisit your yarn memory configuration once. Seems you might be running out of memory. Can you please let me know what values you have set for yarn.scheduler.capacity.maximum-am-resource-percent ? If possible please attach - 1. Yarn RM UI snap 2. yarn-site.xml 3. mapred-site.xml 4. Scheduler snap from RM UI - http://<RM-Hostname>:8088/cluster/scheduler
... View more
04-13-2016
11:45 AM
1 Kudo
@Surya T
Pls check this - http://hobodave.com/2011/02/10/fixing-epel-primary-sqlite-database-not-found/ this might help to solve your issue. Make sure you issue - #yum clean metadata #yum clean all
... View more
04-11-2016
02:21 PM
1 Kudo
@Davide Isoardi
I am using same version of ambari and able to see - Click on "Manage Versions" Click on "Register Version" Can you confirm once ?
... View more
04-11-2016
02:07 PM
@jabir ahmed
I think there is no api for ambari-agent health checkup - only you can see agent installation status using ambari api as mentioned - https://cwiki.apache.org/confluence/display/AMBARI/Installing+ambari-agent+on+target+hosts You might need to write custom script for the same. Monitoring tools like nagios can track this.
... View more
04-11-2016
12:55 PM
@Roberto Sancho I see the alert as WARNING which should not create a problem. Is it possible to attach full log ? Also what is the error while you issue ambari upgrade ? Please send logs also.
... View more
04-09-2016
06:43 PM
1 Kudo
@Amit Sharma Can you check if iptables and selinux is stop.
... View more