Upgrade packages for MapR 5.2 according to latest versions pack MEP 2.0

Implements: blueprint add-new-mapr-services
Change-Id: I8998178edd10f06b75980d98697a205ee0b75400
This commit is contained in:
Vitaliy Levitski 2017-01-27 12:43:58 +02:00
parent 3dfcb641c0
commit c7045335ec
4 changed files with 63 additions and 28 deletions

View File

@ -17,15 +17,21 @@ get_repo_url() {
if [ "$DISTRO_NAME" = "ubuntu" ]; then
case "$DIB_MAPR_VERSION" in
"5.0.0"|"5.1.0"|"5.2.0")
"5.0.0"|"5.1.0")
repo_url="${DIB_MAPR_ECO_DEB_REPO:-http://package.mapr.com/releases/ecosystem-5.x/ubuntu binary/}"
;;
"5.2.0")
repo_url="${DIB_MAPR_ECO_DEB_REPO:-http://package.mapr.com/releases/MEP/MEP-2.0.0/ubuntu/ binary trusty}"
;;
esac
elif [ "$DISTRO_NAME" = "centos" -o "$DISTRO_NAME" = "centos7" -o "$DISTRO_NAME" = "rhel" -o "$DISTRO_NAME" = "rhel7" ]; then
case "$DIB_MAPR_VERSION" in
"5.0.0"|"5.1.0"|"5.2.0")
"5.0.0"|"5.1.0")
repo_url="${DIB_MAPR_ECO_RPM_REPO:-http://package.mapr.com/releases/ecosystem-5.x/redhat}"
;;
"5.2.0")
repo_url="${DIB_MAPR_ECO_RPM_REPO:-http://package.mapr.com/releases/MEP/MEP-2.0.0/redhat}"
;;
esac
fi

View File

@ -16,21 +16,6 @@
},
"hbase": {
"all": [
"mapr-hbase",
"mapr-hbase-internal",
"mapr-hbase-master",
"mapr-hbase-regionserver",
"mapr-hbasethrift"
],
"0.98.7": [
"mapr-hbase",
"mapr-hbase-internal",
"mapr-hbase-master",
"mapr-hbase-regionserver",
"mapr-hbasethrift",
"mapr-libhbase"
],
"0.98.9": [
"mapr-hbase",
"mapr-hbase-internal",
"mapr-hbase-master",
@ -46,6 +31,15 @@
"mapr-hbasethrift",
"mapr-libhbase",
"mapr-hbase-rest"
],
"1.1.1": [
"mapr-hbase",
"mapr-hbase-internal",
"mapr-hbase-master",
"mapr-hbase-regionserver",
"mapr-hbasethrift",
"mapr-libhbase",
"mapr-hbase-rest"
]
},
"hive": {
@ -62,12 +56,13 @@
},
"hue": {
"all": [
"mapr-hue"
],
"3.8.1": [
"mapr-hue",
"mapr-hue-base",
"mapr-hue-livy"
],
"3.10.0": [
"mapr-hue",
"mapr-hue-livy"
]
},
"impala": {
@ -125,5 +120,21 @@
"all": [
"mapr-tez"
]
},
"kafka": {
"all": [
"mapr-kafka"
]
},
"kafka-connect": {
"all": [
"mapr-kafka-connect-hdfs",
"mapr-kafka-connect-jdbc"
]
},
"kafka-rest": {
"all": [
"mapr-kafka-rest"
]
}
}

View File

@ -1,6 +1,6 @@
{
"drill": [
"1.6.0"
"1.9.0"
],
"flume": [
"1.6.0"
@ -15,7 +15,7 @@
"1.0"
],
"hue": [
"3.9.0"
"3.10.0"
],
"impala": [
"2.5.0"
@ -27,15 +27,24 @@
"4.2.0"
],
"pig": [
"0.15"
"0.16"
],
"sqoop": [
"2.0.0"
],
"spark": [
"1.6.1"
"2.0.1"
],
"sentry": [
"1.6.0"
],
"kafka": [
"0.9.0"
],
"kafka-connect": [
"2.0.1"
],
"kafka-rest": [
"2.0.1"
]
}

View File

@ -1,6 +1,6 @@
{
"drill": [
"1.6.0"
"1.9.0"
],
"flume": [
"1.6.0"
@ -15,7 +15,7 @@
"1.0"
],
"hue": [
"3.9.0"
"3.10.0"
],
"mahout": [
"0.12.0"
@ -24,15 +24,24 @@
"4.2.0"
],
"pig": [
"0.15"
"0.16"
],
"sqoop": [
"2.0.0"
],
"spark": [
"1.6.1"
"2.0.1"
],
"sentry": [
"1.6.0"
],
"kafka": [
"0.9.0"
],
"kafka-connect": [
"2.0.1"
],
"kafka-rest": [
"2.0.1"
]
}