Merge "Add links to the public place with prepared images" into stable/kilo

This commit is contained in:
Jenkins 2015-04-23 09:51:37 +00:00 committed by Gerrit Code Review
commit 67165c96ec
4 changed files with 10 additions and 3 deletions

View File

@ -62,6 +62,7 @@ For the fast cluster provisioning generic workflow will be as following:
* select base image with or without pre-installed Hadoop:
* for base images without Hadoop pre-installed Sahara will support pluggable deployment engines integrated with vendor tooling;
* you could download prepared up-to-date images from http://sahara-files.mirantis.com/images/upstream/kilo/;
* define cluster configuration, including size and topology of the cluster and setting the different type of Hadoop parameters (e.g. heap size):

View File

@ -9,8 +9,9 @@ modify the Sahara configuration file (default /etc/sahara/sahara.conf) to
explicitly enable or disable it in "plugins" line.
You need to build images using :doc:`cdh_imagebuilder` to produce images used
to provision cluster. They already have Cloudera Express installed (5.0.0 or
5.3.0 version).
to provision cluster or you could download prepared images from
http://sahara-files.mirantis.com/images/upstream/kilo/
They already have Cloudera Express installed (5.0.0 or 5.3.0 version).
The cloudera plugin requires an image to be tagged in Sahara Image Registry with
two tags: 'cdh' and '<cloudera version>' (e.g. '5' or '5.3.0').

View File

@ -79,6 +79,9 @@ be built using the tools available in sahara-image-elemnts:
enabled. This image can be used to provision any versions of HDP supported
by Sahara.
You could download well tested and up-to-date prepared images from
http://sahara-files.mirantis.com/images/upstream/kilo/
HDP plugin requires an image to be tagged in Sahara Image Registry with two
tags: 'hdp' and '<hdp version>' (e.g. '1.3.2').

View File

@ -7,7 +7,9 @@ a cluster with Apache Hadoop.
For cluster provisioning prepared images should be used. They already have
Apache Hadoop 1.2.1 and Apache Hadoop 2.6.0 installed.
You may build images by yourself using :doc:`diskimagebuilder`.
You may build images by yourself using :doc:`diskimagebuilder` or you could
download prepared images from http://sahara-files.mirantis.com/images/upstream/kilo/
Keep in mind that if you want to use the Swift Integration feature
( :doc:`features`),
Hadoop 1.2.1 must be patched with an implementation of Swift File System.