Repository: incubator-livy-website
Updated Branches:
  refs/heads/master f93a37263 -> 2c1f9b93b


Fix typos

Author: Keiji Yoshida <kjmrk...@gmail.com>

Closes #13 from kjmrknsn/fix-typo.


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-livy-website/commit/2c1f9b93
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-livy-website/tree/2c1f9b93
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-livy-website/diff/2c1f9b93

Branch: refs/heads/master
Commit: 2c1f9b93b37c98f9257c04b432a97dbf82e05998
Parents: f93a372
Author: Keiji Yoshida <kjmrk...@gmail.com>
Authored: Thu Nov 30 10:53:31 2017 -0800
Committer: Alex Bozarth <ajboz...@us.ibm.com>
Committed: Thu Nov 30 10:53:31 2017 -0800

----------------------------------------------------------------------
 site/_data/project.yml                   |  4 ++--
 site/community.md                        |  2 +-
 site/docs/0.4.0-incubating/rest-api.html | 10 +++++-----
 site/get-started.md                      |  4 ++--
 site/index.md                            |  4 ++--
 5 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/2c1f9b93/site/_data/project.yml
----------------------------------------------------------------------
diff --git a/site/_data/project.yml b/site/_data/project.yml
index 64f680f..aea8e05 100644
--- a/site/_data/project.yml
+++ b/site/_data/project.yml
@@ -20,7 +20,7 @@ short_name: Livy
 unix_name: livy
 incubator_name: incubator-livy
 incubator_slash_name: incubator/livy
-description: An REST Service for Apache Spark
+description: A REST Service for Apache Spark
 
 download: download
 latest_release: 0.4.0-incubating
@@ -63,4 +63,4 @@ source_repository_mirror: 
https://github.com/apache/incubator-livy
 website_repository: 
https://git-wip-us.apache.org/repos/asf/incubator-livy-website.git
 website_repository_mirror: https://github.com/apache/incubator-livy-website
 
-podling: true
\ No newline at end of file
+podling: true

http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/2c1f9b93/site/community.md
----------------------------------------------------------------------
diff --git a/site/community.md b/site/community.md
index 8b82e9c..6ed0742 100644
--- a/site/community.md
+++ b/site/community.md
@@ -55,7 +55,7 @@ Found bug? Enter an issue in the [Issue 
Tracker](https://issues.apache.org/jira/
 Before submitting an issue, please:
 
 * Verify that the bug does in fact exist.
-* Search the issue tracker to verify there are no existing issue reporting the 
bug you've found.
+* Search the issue tracker to verify there is no existing issue reporting the 
bug you've found.
 * Consider tracking down the bug yourself in the Livy source code and 
submitting a patch along with your bug report. This is a great time saver for 
the Livy developers and helps ensure the bug will be fixed quickly.
 
 

http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/2c1f9b93/site/docs/0.4.0-incubating/rest-api.html
----------------------------------------------------------------------
diff --git a/site/docs/0.4.0-incubating/rest-api.html 
b/site/docs/0.4.0-incubating/rest-api.html
index 43f2dfa..4ccc0c1 100644
--- a/site/docs/0.4.0-incubating/rest-api.html
+++ b/site/docs/0.4.0-incubating/rest-api.html
@@ -551,12 +551,12 @@
   <tr>
     <td>from</td>
     <td>Offset</td>
-    <td>Offset</td>
+    <td>int</td>
   </tr>
   <tr>
     <td>size</td>
     <td>Max number of log lines to return</td>
-    <td>Offset</td>
+    <td>int</td>
   </tr>
 </table>
 
@@ -567,17 +567,17 @@
   <tr>
     <td>id</td>
     <td>The batch id</td>
-    <td>id</td>
+    <td>int</td>
   </tr>
   <tr>
     <td>from</td>
     <td>Offset from start of log</td>
-    <td>id</td>
+    <td>int</td>
   </tr>
   <tr>
     <td>size</td>
     <td>Number of log lines</td>
-    <td>id</td>
+    <td>int</td>
   </tr>
   <tr>
     <td>log</td>

http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/2c1f9b93/site/get-started.md
----------------------------------------------------------------------
diff --git a/site/get-started.md b/site/get-started.md
index 0afec6b..d0b86d3 100644
--- a/site/get-started.md
+++ b/site/get-started.md
@@ -50,7 +50,7 @@ sessions have their resources properly accounted for in the 
YARN cluster, and th
 doesn't become overloaded when multiple user sessions are running.
 
 ### 3. Configure Livy
-Livy uses a few configuration files under configuration the directory, which 
by default is the conf directory under the
+Livy uses a few configuration files under the configuration directory, which 
by default is the conf directory under the
 Livy installation. An alternative configuration directory can be provided by 
setting the `LIVY_CONF_DIR` environment
 variable when starting Livy.
 
@@ -58,7 +58,7 @@ The configuration files used by Livy are:
 
 * **livy.conf:** contains the server configuration. The Livy distribution 
ships with a default configuration file
 template listing available configuration keys and their default values.
-* **spark-blacklist.conf:** list Spark configuration options that users are 
not allowed to override. These options will
+* **spark-blacklist.conf:** lists Spark configuration options that users are 
not allowed to override. These options will
 be restricted to either their default values, or the values set in the Spark 
configuration used by Livy.
 * **log4j.properties:** configuration for Livy logging. Defines log levels and 
where log messages will be written to.
 The default configuration template will print log messages to stderr.

http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/2c1f9b93/site/index.md
----------------------------------------------------------------------
diff --git a/site/index.md b/site/index.md
index fcb1486..aa25ff4 100644
--- a/site/index.md
+++ b/site/index.md
@@ -41,8 +41,8 @@ get going.
 
 Apache Livy is a service that enables easy interaction with a Spark cluster 
over a REST interface. It enables easy
 submission of Spark jobs or snippets of Spark code, synchronous or 
asynchronous result retrieval, as well as Spark
-Context management, all via a simple REST interface or a RPC client library. 
Apache Livy also simplifies the
-interaction between Spark from application servers, thus enabling the use of 
Spark for interactive web/mobile
+Context management, all via a simple REST interface or an RPC client library. 
Apache Livy also simplifies the
+interaction between Spark and application servers, thus enabling the use of 
Spark for interactive web/mobile
 applications. Additional features include:
 
 * Have long running Spark Contexts that can be used for multiple Spark jobs, 
by multiple clients

Reply via email to