[
https://issues.apache.org/jira/browse/AMBARI-13070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14741748#comment-14741748
]
Hudson commented on AMBARI-13070:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #3430 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3430/])
AMBARI-13070: HDP-specific list of packages should be removed from
common-services (jluniya) (jluniya:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e8f2f2fd767bab5fff67c163d672ee7fdf2d5054)
* ambari-common/src/main/python/pluggable_stack_definition/configs/SAPHD.json
* ambari-server/src/main/resources/common-services/SPARK/1.3.1.2.3/metainfo.xml
* ambari-server/src/main/resources/stacks/HDP/2.3/services/SPARK/metainfo.xml
*
ambari-server/src/main/resources/common-services/SLIDER/0.60.0.2.2/metainfo.xml
*
ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER_KMS/metainfo.xml
* ambari-metrics/ambari-metrics-storm-sink/pom.xml
* ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/metainfo.xml
*
ambari-common/src/main/python/pluggable_stack_definition/resources/PHD/custom_stack_map.js
* ambari-server/src/main/resources/stacks/HDP/2.2/services/SLIDER/metainfo.xml
* ambari-server/src/main/resources/common-services/RANGER/0.4.0/metainfo.xml
* ambari-server/src/main/resources/stacks/HDP/2.2/services/KAFKA/metainfo.xml
* ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml
* ambari-server/src/main/resources/stacks/HDP/2.3/services/OOZIE/metainfo.xml
*
ambari-server/src/main/resources/common-services/RANGER_KMS/0.5.0.2.3/metainfo.xml
* ambari-server/src/main/resources/stacks/HDP/2.2/services/RANGER/metainfo.xml
* ambari-server/src/main/resources/common-services/SPARK/1.2.0.2.2/metainfo.xml
* ambari-server/src/main/resources/stacks/HDP/2.2/services/KNOX/metainfo.xml
* ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/metainfo.xml
* ambari-server/src/main/resources/stacks/HDP/2.2/services/SPARK/metainfo.xml
> HDP-specific list of packages should be removed from common-services
> --------------------------------------------------------------------
>
> Key: AMBARI-13070
> URL: https://issues.apache.org/jira/browse/AMBARI-13070
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.2
> Reporter: Jayush Luniya
> Assignee: Jayush Luniya
> Priority: Critical
> Fix For: 2.1.2
>
>
> In common-services/RANGER_KMS/0.5.0.2.3/metainfo.xml we specify the list of
> hdp packages. We should not have this list specific in common-services. We
> should move the list to stacks/HDP
> {noformat}
> <osSpecifics>
> <osSpecific>
> <osFamily>redhat7,redhat6,suse11</osFamily>
> <packages>
> <package>
> <name>ranger_2_3_*-kms</name>
> </package>
> </packages>
> </osSpecific>
> <osSpecific>
> <osFamily>debian7,ubuntu12,ubuntu14</osFamily>
> <packages>
> <package>
> <name>ranger-2-3-.*-kms</name>
> </package>
> </packages>
> </osSpecific>
> </osSpecifics>
> {noformat}
> These cause issues in pluggable stacks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)