Member since
10-03-2017
5
Posts
1
Kudos Received
0
Solutions
11-06-2017
08:14 AM
Thanks Jay, The output is the same, all showing the correct version but one showing upgrade state = NONE: id | cluster_id | component_name | version | current_state | host_id | service_name | upgrade_state | security_state
-----+------------+----------------+-------------+---------------+---------+--------------+---------------+----------------
251 | 2 | NODEMANAGER | 2.6.2.0-205 | STARTED | 1 | YARN | NONE | UNSECURED
168 | 2 | NODEMANAGER | 2.6.2.0-205 | STARTED | 51 | YARN | COMPLETE | UNSECURED
35 | 2 | NODEMANAGER | 2.6.2.0-205 | STARTED | 2 | YARN | COMPLETE | UNSECURED
202 | 2 | NODEMANAGER | 2.6.2.0-205 | STARTED | 101 | YARN | COMPLETE | UNSECURED
(4 rows)
Updating the column upgrade_state to COMPLETE did not help as well. The server was restarted as well a few times.
... View more
11-06-2017
07:31 AM
Thank you for the reply, The grep returned no match, I again see that NodeManager is at 2.6.2. (by changing the grep cmd) The problem is that the upgrade/downgrade process shows differently and prevents me from moving forward.
... View more
11-05-2017
03:45 PM
Hi,
After trying to upgrade to 2.6.3 and failing I proceeded to a downgrade back to 2.6.2
The downgrade finished with the following error: (Finalize Downgrade -> Save Cluster State -> Save Cluster State)
Reason: There is an existing downgrade from 2.6.3.0-235 which has not completed. This downgrade must be completed before a new upgrade or downgrade can begin.
And the stderr output:
org.apache.ambari.server.AmbariException: The following 1 host component(s) have not been downgraded to their desired versions:
host_a5: NODEMANAGER (current = 2.6.3.0-235, desired = 2.6.2.0-205)
But this command from the ambari server returned: (https://community.hortonworks.com/questions/141083/hdp-262-upgrade-stuck.html)
psql ambari -U ambari...
SELECT h.host_name, hcs.service_name, hcs.component_name, hcs.version FROM hostcomponentstate hcs JOIN hosts h ON hcs.host_id = h.host_id ORDER BY hcs.version, hcs.service_name, hcs.component_name, h.host_name;
host_a5 | YARN | NODEMANAGER | 2.6.2.0-205
host_a6 | YARN | NODEMANAGER | 2.6.2.0-205
host_a7 | YARN | NODEMANAGER | 2.6.2.0-205
host_a8 | YARN | NODEMANAGER | 2.6.2.0-205
Any ideas?
... View more
Labels:
- Labels:
-
Apache Ambari
10-15-2017
07:47 AM
Thanks Abdelkrim, do you know about any future timeline regarding the support of 2.2?
... View more
10-03-2017
12:20 PM
1 Kudo
Hi, We have an Ambari cluster with HDFS, YARN and Map reduce 2 all at version 2.7.3 There is a built in option of adding Spark 1.6.3 or 2.1.1 to the cluster, but we are looking to install 2.2 Have anyone tried Spark 2.2 here yet, or is there an upgrade option we are not aware of? Thanks!
... View more
Labels:
- Labels:
-
Apache Spark