소스 검색

AMBARI-18430. Microsoft-R service should be supported on SLES11. (Balazs Bence Sari via stoader)

Balazs Bence Sari 9 년 전
부모
커밋
1b0212c72c

+ 0 - 35
contrib/management-packs/microsoft-r_mpack/src/main/resources/common-services/MICROSOFT_R/8.0.0/configuration/microsoft-r-env.xml

@@ -1,35 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
-<!--
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
--->
-<!-- This is a special config file for properties used to monitor status of the service -->
-<configuration supports_adding_forbidden="true">
-    <property>
-        <name>R Open Version</name>
-        <display-name>Version of R Open</display-name>
-        <description>Version of R Open</description>
-        <value>3.2.2</value>
-        <value-attributes>
-            <type>string</type>
-            <overridable>false</overridable>
-        </value-attributes>
-        <on-ambari-upgrade add="true"/>
-    </property>
-</configuration>

+ 3 - 3
contrib/management-packs/microsoft-r_mpack/src/main/resources/custom-services/MICROSOFT_R/8.0.0/repos/repoinfo.xml

@@ -18,14 +18,14 @@
 <reposinfo>
     <os family="redhat6">
         <repo>
-            <baseurl>http://104.196.87.250/msft-r/MICROSOFT_R-8.0/</baseurl>
+            <baseurl>http://PLEASE_ENTER_REPO_URL</baseurl>
             <repoid>MSFT_R-8.1</repoid>
             <reponame>MSFT_R</reponame>
         </repo>
     </os>
-    <os family="redhat5">
+    <os family="suse11">
         <repo>
-            <baseurl>http://104.196.87.250/msft-r/MICROSOFT_R-8.0/</baseurl>
+            <baseurl>http://PLEASE_ENTER_REPO_URL</baseurl>
             <repoid>MSFT_R-8.1</repoid>
             <reponame>MSFT_R</reponame>
         </repo>

+ 1 - 9
contrib/management-packs/microsoft-r_mpack/src/main/resources/mpack.json

@@ -37,15 +37,7 @@
             },
             {
               "stack_name" : "HDP",
-              "stack_version" : "2.1"
-            },
-            {
-              "stack_name" : "HDP",
-              "stack_version" : "2.2"
-            },
-            {
-              "stack_name" : "HDP",
-              "stack_version" : "2.3"
+              "stack_version" : "2.0.6"
             }
           ]
         }