Member since
03-14-2016
4721
Posts
1111
Kudos Received
874
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2509 | 04-27-2020 03:48 AM | |
| 4975 | 04-26-2020 06:18 PM | |
| 4056 | 04-26-2020 06:05 PM | |
| 3288 | 04-13-2020 08:53 PM | |
| 5015 | 03-31-2020 02:10 AM |
01-13-2018
11:30 PM
2 Kudos
@Michael Bronson What ever version of Ambari and Hadoop you see in the Hortonworks Documentation are certified (however some of them are declared as End Of Support as they are very old). However if you want to see the Support Policy and the End Of Life Information about various products then please refer to: https://hortonworks.com/agreements/support-services-policy/ Example HDP Current Support Matrix If you are planning to setup a new cluster then we will suggest you to go with the latest version of Ambari (2.6.1) https://docs.hortonworks.com/HDPDocuments/Ambari/Ambari-2.6.1.0/index.html HDP 2.6.4 (Or 2.6.3). https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.4/index.html .
... View more
01-14-2018
03:13 PM
@Jay about HDP 2.6.4 , can we also download this version by curl?
... View more
01-13-2018
11:59 PM
@VMP 1. Please Access the following link: https://hortonworks.com/products/sandbox/ 2. Click on the "DOWNLOAD SANDBOX" Button. Which will cause the URL to be changed to something like: https://hortonworks.com/downloads/#sandbox 3. In this page search for "Hortonworks Data Platform Archive" link and then click on "EXPAND" button just next to it and then choose the desired Sandbox. (like: "2.6.2: Ready for the enterprise .... Automated (with Ambari 2.5.2)") Example: .
... View more
01-14-2018
04:17 AM
@Mohammad Shamim The troubleshooting depends on which kind of Job are you running. However if a job is running slow then broadly there may be any of the following reason which needs to be check as First Ad. 1. Please check if there are any slow responding threads or threads that are consuming more CPU cycles? In such scenarios it is better to collect Thread dumps and the CPU metrics to understand the thread level issues/slowness/hung/CPU utilization etc. https://community.hortonworks.com/articles/72319/how-to-collect-threaddump-using-jcmd-and-analyse-i.html . 2. Please check the memory utilization by your Job and to find out if the memory that is allocated for your job execution is sufficient or needs some tuning. In that case based on the nature of your Job please check the following links: https://community.hortonworks.com/articles/22419/hive-on-tez-performance-tuning-determining-reducer.html https://hortonworks.com/blog/how-to-plan-and-configure-yarn-in-hdp-2-0/ https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.2/bk_spark-component-guide/content/ch_tuning-spark.html .
... View more
01-12-2018
10:51 AM
I check the Java version on the server: And then I chenged the Java version used to generate the JAR in my IDE: I launched the new JAR without any errors. It's ok now, thank you!
... View more
01-10-2018
09:35 AM
@Amogh Suman Can you please share the Screenshot of "Hive View 2.0" where it is hanging. Also please share the "HiveServer2.log" And the View logs which you can find inside # less /var/log/hive/hiveserver2.log
# less /var/log/ambari-server/hive-next-view/hive-view.log
# less /var/log/ambari-server/hive20-view/hive20-view.log
. Also please run the "HiveService Check" once to see if everything is OK from hive side. If needed then please restart the "Hive" Service.
... View more
01-08-2018
09:26 PM
@Michael Bronson For "Metrics Monitor" status you can alter the API call as following: # curl -i -H "X-Requested-By: ambari" -u admin:admin -X GET http://amb25101.example.com:8080/api/v1/clusters/plain_ambari/services/AMBARI_METRICS/components/METRICS_MONITOR?fields=host_components/HostRoles/host_name,host_components/HostRoles/state | grep -A 1 host_name For Yarn Resources like "NODEMANAGER" you can do it like: (Same logic you can apply for RESOURCEMANAGER, APP_TIMELINE_SERVER) # curl -i -H "X-Requested-By: ambari" -u admin:admin -X GET http://amb25101.example.com:8080/api/v1/clusters/plain_ambari/services/YARN/components/NODEMANAGER?fields=host_components/HostRoles/host_name,host_components/HostRoles/state | grep -A 1 host_name ..
... View more
01-07-2018
08:36 AM
thank you. I was following this procedure however there was an error in my csv file. For some reason I needed to resave it again as csv.
... View more
01-07-2018
08:34 AM
I was looking at the wrong directory. This appears to have resolved the issue. Thank you.
... View more
01-07-2018
12:01 AM
@ Jay Kumar SenSharma thank you for letting me know, as I am new to the community. I will mark this as answered and open another question.
... View more