From c5024a265d5dd80c1ab6d228ffed25b227b59190 Mon Sep 17 00:00:00 2001 From: Daniele Venzano Date: Tue, 10 Jun 2014 10:16:35 +0200 Subject: [PATCH] Update documentation for Spark 1.0.0 Update Sahara documentation to make clear images with Spark 1.0.0 created by the DIB are now supported by the plugin. Change-Id: Id9ec3b5947ee9212bb2ee77ebc0d4875e08486d8 --- doc/source/userdoc/spark_plugin.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/userdoc/spark_plugin.rst b/doc/source/userdoc/spark_plugin.rst index a643fef07a..36c168180c 100644 --- a/doc/source/userdoc/spark_plugin.rst +++ b/doc/source/userdoc/spark_plugin.rst @@ -11,10 +11,10 @@ Images For cluster provisioning prepared images should be used. The Spark plugin has been developed and tested with the images generated by the :doc:`diskimagebuilder`. -Those Ubuntu images already have Cloudera CDH4 HDFS and Apache Spark 0.9.1 installed. +Those Ubuntu images already have Cloudera CDH4 HDFS and Apache Spark installed. The Spark plugin requires an image to be tagged in Sahara Image Registry with -two tags: 'spark' and '' (e.g. '0.9.1'). +two tags: 'spark' and '' (e.g. '1.0.0'). Also you should specify the username of the default cloud-user used in the image. For images generated with the DIB it is 'ubuntu'.