Repository: incubator-livy
Updated Branches:
  refs/heads/branch-0.4 7556d5f6a -> 4ea88c05a


[MINOR] Doc Typos

Fixed a some typos in the REST API Documentation

Author: Alex Bozarth <ajboz...@us.ibm.com>

Closes #59 from ajbozarth/patch-1.

(cherry picked from commit 80571b9e4961c0cb8487e100d376307e7de9e30a)
Signed-off-by: Alex Bozarth <ajboz...@us.ibm.com>


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

Branch: refs/heads/branch-0.4
Commit: 4ea88c05a7ba22b2c39d2e6ae740ad0d121dee2d
Parents: 7556d5f
Author: Alex Bozarth <ajboz...@us.ibm.com>
Authored: Thu Oct 26 14:30:44 2017 -0700
Committer: Alex Bozarth <ajboz...@us.ibm.com>
Committed: Thu Oct 26 14:32:04 2017 -0700

----------------------------------------------------------------------
 docs/rest-api.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/4ea88c05/docs/rest-api.md
----------------------------------------------------------------------
diff --git a/docs/rest-api.md b/docs/rest-api.md
index 94d3bf3..e9b0428 100644
--- a/docs/rest-api.md
+++ b/docs/rest-api.md
@@ -57,7 +57,7 @@ Returns all the active interactive sessions.
     <td>int</td>
   </tr>
   <tr>
-    <td>size</td>
+    <td>total</td>
     <td>Number of sessions to fetch</td>
     <td>int</td>
   </tr>
@@ -476,12 +476,12 @@ Gets the log lines from this batch.
   <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>
 
@@ -492,17 +492,17 @@ Gets the log lines from this batch.
   <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>

Reply via email to