You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Alejandro Fernandez (JIRA)" <ji...@apache.org> on 2015/08/05 12:42:04 UTC

[jira] [Reopened] (AMBARI-10603) RU: Admin>Versions is not showing HDP 2.3 after creating the repo version in Admin View and clicking on "Install On..."

     [ https://issues.apache.org/jira/browse/AMBARI-10603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alejandro Fernandez reopened AMBARI-10603:
------------------------------------------

A user is still seeing this on their Ambari 2.1.0 cluster,

{code}
ambari=> SELECT repo_version_id, display_name, stack_id from repo_version;
 repo_version_id |   display_name   | stack_id
-----------------+------------------+----------
               1 | HDP-2.2.6.0-2800 |        3
               2 | HDP-2.3.0.0      |        2

ambari=> select * from cluster_version;
 id | repo_version_id | cluster_id |  state  |  start_time   |   end_time    | user_name
----+-----------------+------------+---------+---------------+---------------+------------
  1 |               1 |          2 | CURRENT | 1434529943055 | 1434531013871 | _anonymous

ambari=> select * from stack where stack_id=2 or stack_id=3;
 stack_id | stack_name | stack_version
----------+------------+---------------
        2 | HDP        | 2.3
        3 | HDP        | 2.2
{code}

> RU: Admin>Versions is not showing HDP 2.3 after creating the repo version in Admin View and clicking on "Install On..."
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-10603
>                 URL: https://issues.apache.org/jira/browse/AMBARI-10603
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-web
>    Affects Versions: 2.1.0
>            Reporter: Andrii Babiichuk
>            Assignee: Andrii Babiichuk
>            Priority: Critical
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-10603.patch
>
>
> The UI currently pulls repo versions defined for the stack that the cluster is on. When adding a repo version for HDP-2.3, it is not visible for installation on the cluster.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)