Remove support for MapR 5.0.0 images

Implements: blueprint remove-mapr-500
Change-Id: I6ce676240d053941de6eaafdddd18d3190f353f7
This commit is contained in:
Vitaliy Levitski 2017-01-27 14:01:04 +02:00
parent c7045335ec
commit 35f7276131
4 changed files with 4 additions and 51 deletions

View File

@ -87,7 +87,7 @@ this:
.. sourcecode:: bash
tox -e venv -- sahara-image-create -p mapr -r [5.0.0|5.1.0|5.2.0]
tox -e venv -- sahara-image-create -p mapr -r [5.1.0|5.2.0]
9. If the host system is missing packages required for sahara-image-create,
the '-u' commandline option will instruct the script to install them without

View File

@ -13,7 +13,7 @@ following syntax to select the ``MapR`` plugin:
.. sourcecode:: bash
diskimage-create.sh -p mapr [-i ubuntu|centos|centos7|rhel|rhel7] [-r 5.0.0 | 5.1.0 | 5.2.0]
diskimage-create.sh -p mapr [-i ubuntu|centos|centos7|rhel|rhel7] [-r 5.1.0 | 5.2.0]
In order to speed up image creation process you can download archives with MapR
repositories and specify environment variables:

View File

@ -17,7 +17,7 @@ get_repo_url() {
if [ "$DISTRO_NAME" = "ubuntu" ]; then
case "$DIB_MAPR_VERSION" in
"5.0.0"|"5.1.0")
"5.1.0")
repo_url="${DIB_MAPR_ECO_DEB_REPO:-http://package.mapr.com/releases/ecosystem-5.x/ubuntu binary/}"
;;
"5.2.0")
@ -26,7 +26,7 @@ get_repo_url() {
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.1.0")
repo_url="${DIB_MAPR_ECO_RPM_REPO:-http://package.mapr.com/releases/ecosystem-5.x/redhat}"
;;
"5.2.0")

View File

@ -1,47 +0,0 @@
{
"drill": [
"1.1.0",
"1.2.0",
"1.4.0"
],
"flume": [
"1.5.0",
"1.6.0"
],
"hbase": [
"0.98.9",
"0.98.12"
],
"hive": [
"0.13",
"1.0",
"1.2"
],
"httpfs": [
"1.0"
],
"hue": [
"3.7.0",
"3.8.1",
"3.9.0"
],
"impala": [
"1.4.1"
],
"mahout": [
"0.10.0"
],
"oozie": [
"4.2.0"
],
"pig": [
"0.14",
"0.15"
],
"sqoop": [
"2.0.0"
],
"spark": [
"1.5.2"
]
}