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:
parent
3dfcb641c0
commit
c7045335ec
@ -17,15 +17,21 @@ get_repo_url() {
|
|||||||
|
|
||||||
if [ "$DISTRO_NAME" = "ubuntu" ]; then
|
if [ "$DISTRO_NAME" = "ubuntu" ]; then
|
||||||
case "$DIB_MAPR_VERSION" in
|
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/}"
|
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
|
esac
|
||||||
elif [ "$DISTRO_NAME" = "centos" -o "$DISTRO_NAME" = "centos7" -o "$DISTRO_NAME" = "rhel" -o "$DISTRO_NAME" = "rhel7" ]; then
|
elif [ "$DISTRO_NAME" = "centos" -o "$DISTRO_NAME" = "centos7" -o "$DISTRO_NAME" = "rhel" -o "$DISTRO_NAME" = "rhel7" ]; then
|
||||||
case "$DIB_MAPR_VERSION" in
|
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}"
|
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
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -16,21 +16,6 @@
|
|||||||
},
|
},
|
||||||
"hbase": {
|
"hbase": {
|
||||||
"all": [
|
"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",
|
||||||
"mapr-hbase-internal",
|
"mapr-hbase-internal",
|
||||||
"mapr-hbase-master",
|
"mapr-hbase-master",
|
||||||
@ -46,6 +31,15 @@
|
|||||||
"mapr-hbasethrift",
|
"mapr-hbasethrift",
|
||||||
"mapr-libhbase",
|
"mapr-libhbase",
|
||||||
"mapr-hbase-rest"
|
"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": {
|
"hive": {
|
||||||
@ -62,12 +56,13 @@
|
|||||||
},
|
},
|
||||||
"hue": {
|
"hue": {
|
||||||
"all": [
|
"all": [
|
||||||
"mapr-hue"
|
|
||||||
],
|
|
||||||
"3.8.1": [
|
|
||||||
"mapr-hue",
|
"mapr-hue",
|
||||||
"mapr-hue-base",
|
"mapr-hue-base",
|
||||||
"mapr-hue-livy"
|
"mapr-hue-livy"
|
||||||
|
],
|
||||||
|
"3.10.0": [
|
||||||
|
"mapr-hue",
|
||||||
|
"mapr-hue-livy"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"impala": {
|
"impala": {
|
||||||
@ -125,5 +120,21 @@
|
|||||||
"all": [
|
"all": [
|
||||||
"mapr-tez"
|
"mapr-tez"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"kafka": {
|
||||||
|
"all": [
|
||||||
|
"mapr-kafka"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"kafka-connect": {
|
||||||
|
"all": [
|
||||||
|
"mapr-kafka-connect-hdfs",
|
||||||
|
"mapr-kafka-connect-jdbc"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"kafka-rest": {
|
||||||
|
"all": [
|
||||||
|
"mapr-kafka-rest"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"drill": [
|
"drill": [
|
||||||
"1.6.0"
|
"1.9.0"
|
||||||
],
|
],
|
||||||
"flume": [
|
"flume": [
|
||||||
"1.6.0"
|
"1.6.0"
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"1.0"
|
"1.0"
|
||||||
],
|
],
|
||||||
"hue": [
|
"hue": [
|
||||||
"3.9.0"
|
"3.10.0"
|
||||||
],
|
],
|
||||||
"impala": [
|
"impala": [
|
||||||
"2.5.0"
|
"2.5.0"
|
||||||
@ -27,15 +27,24 @@
|
|||||||
"4.2.0"
|
"4.2.0"
|
||||||
],
|
],
|
||||||
"pig": [
|
"pig": [
|
||||||
"0.15"
|
"0.16"
|
||||||
],
|
],
|
||||||
"sqoop": [
|
"sqoop": [
|
||||||
"2.0.0"
|
"2.0.0"
|
||||||
],
|
],
|
||||||
"spark": [
|
"spark": [
|
||||||
"1.6.1"
|
"2.0.1"
|
||||||
],
|
],
|
||||||
"sentry": [
|
"sentry": [
|
||||||
"1.6.0"
|
"1.6.0"
|
||||||
|
],
|
||||||
|
"kafka": [
|
||||||
|
"0.9.0"
|
||||||
|
],
|
||||||
|
"kafka-connect": [
|
||||||
|
"2.0.1"
|
||||||
|
],
|
||||||
|
"kafka-rest": [
|
||||||
|
"2.0.1"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"drill": [
|
"drill": [
|
||||||
"1.6.0"
|
"1.9.0"
|
||||||
],
|
],
|
||||||
"flume": [
|
"flume": [
|
||||||
"1.6.0"
|
"1.6.0"
|
||||||
@ -15,7 +15,7 @@
|
|||||||
"1.0"
|
"1.0"
|
||||||
],
|
],
|
||||||
"hue": [
|
"hue": [
|
||||||
"3.9.0"
|
"3.10.0"
|
||||||
],
|
],
|
||||||
"mahout": [
|
"mahout": [
|
||||||
"0.12.0"
|
"0.12.0"
|
||||||
@ -24,15 +24,24 @@
|
|||||||
"4.2.0"
|
"4.2.0"
|
||||||
],
|
],
|
||||||
"pig": [
|
"pig": [
|
||||||
"0.15"
|
"0.16"
|
||||||
],
|
],
|
||||||
"sqoop": [
|
"sqoop": [
|
||||||
"2.0.0"
|
"2.0.0"
|
||||||
],
|
],
|
||||||
"spark": [
|
"spark": [
|
||||||
"1.6.1"
|
"2.0.1"
|
||||||
],
|
],
|
||||||
"sentry": [
|
"sentry": [
|
||||||
"1.6.0"
|
"1.6.0"
|
||||||
|
],
|
||||||
|
"kafka": [
|
||||||
|
"0.9.0"
|
||||||
|
],
|
||||||
|
"kafka-connect": [
|
||||||
|
"2.0.1"
|
||||||
|
],
|
||||||
|
"kafka-rest": [
|
||||||
|
"2.0.1"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user