You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ha...@apache.org on 2017/11/29 09:08:47 UTC

[1/2] ambari git commit: AMBARI-22534 Package install fails with HDP-2.5.3/2.6.4.0 version at atlas falcon plugin install (dgrinenko)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.6 cd4db8e9a -> f4458df39
  refs/heads/trunk 7fd404add -> 0cf82767c


AMBARI-22534 Package install fails with HDP-2.5.3/2.6.4.0 version at atlas falcon plugin install (dgrinenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f4458df3
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f4458df3
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f4458df3

Branch: refs/heads/branch-2.6
Commit: f4458df3930ea5f333ba57b70f1e7ccedeaf4f8a
Parents: cd4db8e
Author: Dmytro Grinenko <ha...@apache.org>
Authored: Wed Nov 29 11:06:34 2017 +0200
Committer: Dmytro Grinenko <ha...@apache.org>
Committed: Wed Nov 29 11:06:34 2017 +0200

----------------------------------------------------------------------
 .../stacks/HDP/2.5/services/FALCON/metainfo.xml |  4 +--
 .../stacks/HDP/2.6/services/FALCON/metainfo.xml | 26 ++++++++++++++++++++
 2 files changed, 28 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f4458df3/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml
index 1066f6c..79296c3 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml
@@ -30,7 +30,7 @@
               <name>falcon_${stack_version}</name>
             </package>
             <package>
-              <name>atlas-metadata_${stack_version}-falcon-plugin</name>
+              <name>atlas-metadata_${stack_version}-hive-plugin</name>
               <condition>should_install_falcon_atlas_hook</condition>
             </package>
           </packages>
@@ -42,7 +42,7 @@
               <name>falcon-${stack_version}</name>
             </package>
             <package>
-              <name>atlas-metadata-${stack_version}-falcon-plugin</name>
+              <name>atlas-metadata-${stack_version}-hive-plugin</name>
               <condition>should_install_falcon_atlas_hook</condition>
             </package>
           </packages>

http://git-wip-us.apache.org/repos/asf/ambari/blob/f4458df3/ambari-server/src/main/resources/stacks/HDP/2.6/services/FALCON/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/FALCON/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/FALCON/metainfo.xml
index fdeca9b..c4a0c98 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/FALCON/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/FALCON/metainfo.xml
@@ -21,6 +21,32 @@
     <service>
       <name>FALCON</name>
       <version>0.10.0</version>
+      <osSpecifics>
+        <osSpecific>
+          <osFamily>redhat7,amazon2015,redhat6,suse11,suse12</osFamily>
+          <packages>
+            <package>
+              <name>falcon_${stack_version}</name>
+            </package>
+            <package>
+              <name>atlas-metadata_${stack_version}-falcon-plugin</name>
+              <condition>should_install_falcon_atlas_hook</condition>
+            </package>
+          </packages>
+        </osSpecific>
+        <osSpecific>
+          <osFamily>debian7,ubuntu12,ubuntu14,ubuntu16</osFamily>
+          <packages>
+            <package>
+              <name>falcon-${stack_version}</name>
+            </package>
+            <package>
+              <name>atlas-metadata-${stack_version}-falcon-plugin</name>
+              <condition>should_install_falcon_atlas_hook</condition>
+            </package>
+          </packages>
+        </osSpecific>
+      </osSpecifics>
     </service>
   </services>
 </metainfo>


[2/2] ambari git commit: AMBARI-22534 Package install fails with HDP-2.5.3/2.6.4.0 version at atlas falcon plugin install (dgrinenko)

Posted by ha...@apache.org.
AMBARI-22534 Package install fails with HDP-2.5.3/2.6.4.0 version at atlas falcon plugin install (dgrinenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0cf82767
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0cf82767
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0cf82767

Branch: refs/heads/trunk
Commit: 0cf82767c8f90ff858b678dde98c3eaba7d1fad4
Parents: 7fd404a
Author: Dmytro Grinenko <ha...@apache.org>
Authored: Wed Nov 29 11:04:54 2017 +0200
Committer: Dmytro Grinenko <ha...@apache.org>
Committed: Wed Nov 29 11:07:26 2017 +0200

----------------------------------------------------------------------
 .../stacks/HDP/2.5/services/FALCON/metainfo.xml |  4 +--
 .../stacks/HDP/2.6/services/FALCON/metainfo.xml | 26 ++++++++++++++++++++
 2 files changed, 28 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0cf82767/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml
index 1066f6c..79296c3 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/FALCON/metainfo.xml
@@ -30,7 +30,7 @@
               <name>falcon_${stack_version}</name>
             </package>
             <package>
-              <name>atlas-metadata_${stack_version}-falcon-plugin</name>
+              <name>atlas-metadata_${stack_version}-hive-plugin</name>
               <condition>should_install_falcon_atlas_hook</condition>
             </package>
           </packages>
@@ -42,7 +42,7 @@
               <name>falcon-${stack_version}</name>
             </package>
             <package>
-              <name>atlas-metadata-${stack_version}-falcon-plugin</name>
+              <name>atlas-metadata-${stack_version}-hive-plugin</name>
               <condition>should_install_falcon_atlas_hook</condition>
             </package>
           </packages>

http://git-wip-us.apache.org/repos/asf/ambari/blob/0cf82767/ambari-server/src/main/resources/stacks/HDP/2.6/services/FALCON/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/FALCON/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/FALCON/metainfo.xml
index fdeca9b..c4a0c98 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/FALCON/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/FALCON/metainfo.xml
@@ -21,6 +21,32 @@
     <service>
       <name>FALCON</name>
       <version>0.10.0</version>
+      <osSpecifics>
+        <osSpecific>
+          <osFamily>redhat7,amazon2015,redhat6,suse11,suse12</osFamily>
+          <packages>
+            <package>
+              <name>falcon_${stack_version}</name>
+            </package>
+            <package>
+              <name>atlas-metadata_${stack_version}-falcon-plugin</name>
+              <condition>should_install_falcon_atlas_hook</condition>
+            </package>
+          </packages>
+        </osSpecific>
+        <osSpecific>
+          <osFamily>debian7,ubuntu12,ubuntu14,ubuntu16</osFamily>
+          <packages>
+            <package>
+              <name>falcon-${stack_version}</name>
+            </package>
+            <package>
+              <name>atlas-metadata-${stack_version}-falcon-plugin</name>
+              <condition>should_install_falcon_atlas_hook</condition>
+            </package>
+          </packages>
+        </osSpecific>
+      </osSpecifics>
     </service>
   </services>
 </metainfo>