ZEPPELIN-238: Remove unused swagger code#226
Conversation
|
Looks good to me! |
|
no use of swagger in the future also ? |
|
We can add swagger back if and when it is required. Right now, this was just dead code. |
|
I think having an updated Swagger information including swagger.json for swagger UI is a good thing for zeppelin as it allows developers to integrate with zeppelin through services. I am in the process of writing more REST tests and documenting the use of REST API (per the community request) and having Swagger working could help me a lot :-) |
|
@Leemoonsoo Why was swagger removed earlier? Do we want to document the REST API using swagger now? If not we can merge this. If we do want to document using swagger, we should file a JIRA to fix swagger and make it workable. |
|
I think we need more rest apis for enterprise support. and then swagger will be useful soon. |
|
@mindprince zeppelin-docs has old, outdated, documentation. With the preparation of moving to ASF, zeppelin-docs was removed (ZEPL/zeppelin#289) while it's got some third-party dependencies. And that makes error on swagger, and swagger is disabled by ZEPL/zeppelin#311 to remove the error. |
|
One question. I think document for REST api will be more useful when it is published in the website. |
|
Yeah, I think we should rather have static documentation of REST API on the website. Something like https://spark.apache.org/docs/latest/monitoring.html#rest-api |
|
I see that we merged #256 which added REST API documentation to the website. @eranwitkon @Leemoonsoo Do you think we can merge this now? |
abd56c4 to
a2df01d
Compare
|
@Leemoonsoo @eranwitkon I see that the PRs which you mentioned were merged into master. So, I have rebased my changes on top of the current master. Please take a look. Thanks! |
|
+1 from me. merged, build and tested. On Wed, Sep 9, 2015 at 9:11 AM Rohit Agarwal notifications@github.com
|
|
I'm merging if there're no more discussions |
Author: Rohit Agarwal <rohita@qubole.com> Closes apache#226 from mindprince/ZEPPELIN-238 and squashes the following commits: a2df01d [Rohit Agarwal] ZEPPELIN-238: Remove unused swagger code (cherry picked from commit b929b34) Signed-off-by: Lee moon soo <moon@apache.org>
Fix dynamic form by bringing back old code
No description provided.