Thanks again, I'll fix those too. When I updated our Docs from rst to md
files I had to rewrite all the tables in html and must have made some
copy/paste errors.
Alex Bozarth
Software Engineer
Spark Technology Center
E-mail: [email protected]
GitHub: github.com/ajbozarth
505 Howard
Street
San Francisco, CA
94105
United
States
From: "Partridge, Lucas (GE Aviation)" <[email protected]>
To: "[email protected]"
<[email protected]>
Date: 10/25/2017 01:14 AM
Subject: Typo in REST API (GET /sessions response body) docs?
No problem, Alex. I spotted what looks like two more typos afterwards in
the request and response to GET /batches/{batchId}/log at
https://github.com/apache/incubator-livy/blob/master/docs/rest-api.md#get-batchesbatchidlog
Request – types for ‘from’ and ‘size’ should be int rather than ‘Offset’
Response - types for ‘id’, ‘from’ and ‘size’ should be int rather than ‘id’
From: Alex Bozarth [mailto:[email protected]]
Sent: 24 October 2017 23:29
To: [email protected]
Subject: EXT: Re: Typo in REST API (GET /sessions response body) docs?
Thanks Lucas, nice catch. I'm surprised that typo has lasted so long
without being found.
Alex Bozarth
Software Engineer
Spark Technology Center
E-mail: [email protected]
GitHub: github.com/ajbozarth
505 Howard
Street
San Francisco, CA
94105
United
States
Inactive hide details for "Partridge, Lucas (GE Aviation)" ---10/23/2017
07:37:39 AM---In https://urldefense.proofpoint.com/v2/"Partridge, Lucas (GE
Aviation)" ---10/23/2017 07:37:39 AM---In
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache_incubator-2Dlivy_blob_mast
From: "Partridge, Lucas (GE Aviation)" <[email protected]>
To: "[email protected]" <[email protected]>
Date: 10/23/2017 07:37 AM
Subject: Typo in REST API (GET /sessions response body) docs?
In
https://github.com/apache/incubator-livy/blob/master/docs/rest-api.md#response-body
– shouldn’t ‘size’ be replaced with ‘total’? Put it this way, if I use
‘total’ a Java client works, whereas it doesn’t if I use ‘size’.
This change would also make the response body consistence with that for
GET /batches:
https://github.com/apache/incubator-livy/blob/master/docs/rest-api.md#response-body-9
(although perhaps that should use ‘batches’ rather than ‘sessions’?!).