You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2015/04/21 15:29:58 UTC

[jira] [Resolved] (AMBARI-10626) Pheonix component is not visible in 2.3 stack

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

Andrew Onischuk resolved AMBARI-10626.
--------------------------------------
    Resolution: Fixed

Committed to trunk

> Pheonix component is not visible in 2.3 stack
> ---------------------------------------------
>
>                 Key: AMBARI-10626
>                 URL: https://issues.apache.org/jira/browse/AMBARI-10626
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.1.0
>
>
> Due to wrongly used stack inheritance, Pheonix Hbase component not visible in
> 2.3 stack, this causes not ability to see it / install it
>     
>     
>     {
>       "href" : "http://172.22.68.251:8080/api/v1/stacks/HDP/versions/2.3/services/HBASE/components",
>       "items" : [
>         {
>           "href" : "http://172.22.68.251:8080/api/v1/stacks/HDP/versions/2.3/services/HBASE/components/HBASE_CLIENT",
>           "StackServiceComponents" : {
>             "component_name" : "HBASE_CLIENT",
>             "service_name" : "HBASE",
>             "stack_name" : "HDP",
>             "stack_version" : "2.3"
>           }
>         },
>         {
>           "href" : "http://172.22.68.251:8080/api/v1/stacks/HDP/versions/2.3/services/HBASE/components/HBASE_MASTER",
>           "StackServiceComponents" : {
>             "component_name" : "HBASE_MASTER",
>             "service_name" : "HBASE",
>             "stack_name" : "HDP",
>             "stack_version" : "2.3"
>           }
>         },
>         {
>           "href" : "http://172.22.68.251:8080/api/v1/stacks/HDP/versions/2.3/services/HBASE/components/HBASE_REGIONSERVER",
>           "StackServiceComponents" : {
>             "component_name" : "HBASE_REGIONSERVER",
>             "service_name" : "HBASE",
>             "stack_name" : "HDP",
>             "stack_version" : "2.3"
>           }
>         }
>       ]
>     }
>     



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