sahara-image-elements/elements/hadoop-mapr
Sergey Kolekonov 45b298a581 Add quotes to unsafe if conditions in mapr element
In some cases unsafe if conditions can produce errors. Quotes should be used
to avoid problems with empty variables

Change-Id: Ia977bfa570ff9c3703a1a2dd370e1be0bf1b7a85
Closes-bug: #1463144
2015-06-08 22:19:33 +03:00
..
environment.d Switch to the extjs element 2015-04-08 18:59:11 +02:00
install.d Add quotes to unsafe if conditions in mapr element 2015-06-08 22:19:33 +03:00
post-install.d Make almost all the element scripts as e/u/pipefail 2015-04-07 12:46:39 +02:00
root.d Make almost all the element scripts as e/u/pipefail 2015-04-07 12:46:39 +02:00
element-deps Start switching to declarative package-installs 2015-04-15 00:44:54 +08:00
package-installs.yaml Start switching to declarative package-installs 2015-04-15 00:44:54 +08:00
README.rst Improvements to README.rst of elements 2015-04-29 18:41:30 +02:00

hadoop-mapr

Creates images with local mirrors of MapR repositories: core and ecosystem. Installs OpenJDK and Scala.

In order to create the MapR images with diskimage-create.sh, use the following syntax to select the MapR plugin:

diskimage-create.sh -p mapr [-i ubuntu|centos] [-r 3.1.1|4.0.1|4.0.2]

In order to speed up image creation process you can download archives with MapR repositories and specify environment variables: DIB_MAPR_CORE_DEB_REPO, DIB_MAPR_CORE_RPM_REPO, DIB_MAPR_ECO_DEB_REPO, DIB_MAPR_ECO_RPM_REPO.

For example:

export DIB_MAPR_CORE_DEB_REPO="file://<path-to-archive>/mapr-v4.0.1GA.deb.tgz"
export DIB_MAPR_CORE_RPM_REPO="file://<path-to-archive>/mapr-v4.0.1GA.rpm.tgz"
export DIB_MAPR_ECO_DEB_REPO="http://<URL>/mapr-ecosystem.deb.tgz"
export DIB_MAPR_ECO_RPM_REPO="http://<URL>/mapr-ecosystem.rpm.tgz"
diskimage-create.sh -p mapr -r 4.0.1

Environment Variables

DIB_MAPR_VERSION
Required

Yes

Description

Version of MapR to install.

Example

DIB_MAPR_VERSION=4.0.1