You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2016/12/06 03:50:30 UTC

kylin git commit: Thanks chitre.ajay@gmail.com: typo in rest api doc

Repository: kylin
Updated Branches:
  refs/heads/document 3c6a9a63d -> 439379a17


Thanks chitre.ajay@gmail.com: typo in rest api doc


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/439379a1
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/439379a1
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/439379a1

Branch: refs/heads/document
Commit: 439379a17c3c206f231cf67fcafe1b38f4284003
Parents: 3c6a9a6
Author: shaofengshi <sh...@apache.org>
Authored: Tue Dec 6 11:50:23 2016 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Tue Dec 6 11:50:23 2016 +0800

----------------------------------------------------------------------
 website/_docs/howto/howto_use_restapi.md   | 2 +-
 website/_docs15/howto/howto_use_restapi.md | 2 +-
 website/_docs16/howto/howto_use_restapi.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/439379a1/website/_docs/howto/howto_use_restapi.md
----------------------------------------------------------------------
diff --git a/website/_docs/howto/howto_use_restapi.md b/website/_docs/howto/howto_use_restapi.md
index 5924a2b..df5dcd8 100644
--- a/website/_docs/howto/howto_use_restapi.md
+++ b/website/_docs/howto/howto_use_restapi.md
@@ -858,7 +858,7 @@ Get descriptor for specified cube instance.
 (Same as "Resume Job")
 
 ## Get job step output
-`GET /{jobId}/steps/{stepId}/output`
+`GET /jobs/{jobId}/steps/{stepId}/output`
 
 #### Path Variable
 * jobId - `required` `string` Job id.

http://git-wip-us.apache.org/repos/asf/kylin/blob/439379a1/website/_docs15/howto/howto_use_restapi.md
----------------------------------------------------------------------
diff --git a/website/_docs15/howto/howto_use_restapi.md b/website/_docs15/howto/howto_use_restapi.md
index 622a8e1..23e4116 100644
--- a/website/_docs15/howto/howto_use_restapi.md
+++ b/website/_docs15/howto/howto_use_restapi.md
@@ -873,7 +873,7 @@ Get descriptor for specified cube instance.
 (Same as "Resume Job")
 
 ## Get job step output
-`GET /kylin/api/{jobId}/steps/{stepId}/output`
+`GET /kylin/api/jobs/{jobId}/steps/{stepId}/output`
 
 #### Path Variable
 * jobId - `required` `string` Job id.

http://git-wip-us.apache.org/repos/asf/kylin/blob/439379a1/website/_docs16/howto/howto_use_restapi.md
----------------------------------------------------------------------
diff --git a/website/_docs16/howto/howto_use_restapi.md b/website/_docs16/howto/howto_use_restapi.md
index ac25f85..604e905 100644
--- a/website/_docs16/howto/howto_use_restapi.md
+++ b/website/_docs16/howto/howto_use_restapi.md
@@ -881,7 +881,7 @@ Get descriptor for specified cube instance.
 (Same as "Resume Job")
 
 ## Get job step output
-`GET /kylin/api/{jobId}/steps/{stepId}/output`
+`GET /kylin/api/jobs/{jobId}/steps/{stepId}/output`
 
 #### Path Variable
 * jobId - `required` `string` Job id.