You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2017/03/01 19:55:45 UTC

[jira] [Commented] (AMBARI-20244) HBase indicates restart required after upgrade from Amabri-2.4+HDP-2.5

    [ https://issues.apache.org/jira/browse/AMBARI-20244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15890922#comment-15890922 ] 

Hudson commented on AMBARI-20244:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-branch-2.5 #1145 (See [https://builds.apache.org/job/Ambari-branch-2.5/1145/])
AMBARI-20244 : HBase indicates restart required after upgrade from (avijayan: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=9ecf90d0cb409c2c9c2119ae2eb0b3d53cfb4cf2])
* (edit) ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/metainfo.xml
* (edit) ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml
* (edit) ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/metainfo.xml
* (edit) ambari-server/src/main/resources/stacks/PERF/1.0/services/FAKEHDFS/metainfo.xml
* (edit) ambari-server/src/main/resources/stacks/PERF/1.0/services/FAKEHBASE/metainfo.xml
* (edit) ambari-server/src/main/resources/common-services/STORM/0.9.1/metainfo.xml
* (edit) ambari-server/src/main/resources/common-services/STORM/1.0.1/metainfo.xml
* (edit) ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml
* (edit) ambari-server/src/main/resources/common-services/FLUME/1.4.0.2.0/metainfo.xml
* (edit) ambari-server/src/main/resources/stacks/PERF/1.0/services/FAKEYARN/metainfo.xml
* (edit) ambari-server/src/main/resources/common-services/KAFKA/0.8.1/metainfo.xml


> HBase indicates restart required after upgrade from Amabri-2.4+HDP-2.5
> ----------------------------------------------------------------------
>
>                 Key: AMBARI-20244
>                 URL: https://issues.apache.org/jira/browse/AMBARI-20244
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-metrics
>    Affects Versions: 2.5.0
>            Reporter: Aravindan Vijayan
>            Assignee: Aravindan Vijayan
>            Priority: Critical
>             Fix For: 2.5.0
>
>         Attachments: AMBARI-20244.patch
>
>
> HBase indicates restart required after upgrade to Ambari-2.5 from Ambari-2.4 + HDP-2.6. The root cause seems to be the addition of a property to ams-ssl-client config type
> Ambari-2.4 deployed
> {code}
> "properties" : {
>         "ssl.client.truststore.location" : "/etc/security/clientKeys/all.jks",
>         "ssl.client.truststore.password" : "SECRET:ams-ssl-client:1:ssl.client.truststore.password",
>         "ssl.client.truststore.type" : "jks"
>       }
> {code}
> Post upgrade it became the following - *ssl.client.truststore.alias* got added.
> {code}
> "properties" : {
>         "ssl.client.truststore.alias" : "",
>         "ssl.client.truststore.location" : "/etc/security/clientKeys/all.jks",
>         "ssl.client.truststore.password" : "SECRET:ams-ssl-client:2:ssl.client.truststore.password",
>         "ssl.client.truststore.type" : "jks"
>       }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)