changes to section_getstart_sahara.xml

added “a” simple means
removed nodes plural
added “a” before user
changed to “provides a means to scale”
added the before ability

Change-Id: I1420db2a875b4f95bd88c5d5f62d45a545f003a4
This commit is contained in:
Shilla Saebi 2015-03-02 23:55:30 -05:00
parent 93ea2be1fb
commit aa6f0d0694

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
@ -6,11 +6,11 @@
xml:id="sahara-service"> xml:id="sahara-service">
<title>Data processing service</title> <title>Data processing service</title>
<para>The Data processing service for OpenStack (sahara) aims to provide <para>The Data processing service for OpenStack (sahara) aims to provide
users with simple means to provision data processing (Hadoop, Spark) users with a simple means to provision data processing (Hadoop, Spark)
clusters by specifying several parameters like Hadoop version, cluster clusters by specifying several parameters like Hadoop version, cluster
topology, nodes hardware details and a few more. After user fills in topology, node hardware details and a few more. After a user fills in
all the parameters, the Data processing service deploys the cluster in a all the parameters, the Data processing service deploys the cluster in a
few minutes. Also sahara provides means to scale already provisioned few minutes. Sahara also provides a means to scale already provisioned
clusters by adding/removing worker nodes on demand. clusters by adding/removing worker nodes on demand.
</para> </para>
@ -40,7 +40,7 @@
</itemizedlist> </itemizedlist>
</para></listitem> </para></listitem>
<listitem><para>Predefined templates of Hadoop configurations with <listitem><para>Predefined templates of Hadoop configurations with
ability to modify parameters.</para></listitem> the ability to modify parameters.</para></listitem>
<listitem><para>User-friendly UI for ad-hoc analytics queries based on <listitem><para>User-friendly UI for ad-hoc analytics queries based on
Hive or Pig.</para></listitem> Hive or Pig.</para></listitem>
</itemizedlist> </itemizedlist>