You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/04/25 18:25:50 UTC

[GitHub] [zeppelin] Leemoonsoo opened a new pull request #3356: [ZEPPELIN-3994] Notebook serving

Leemoonsoo opened a new pull request #3356: [ZEPPELIN-3994] Notebook serving
URL: https://github.com/apache/zeppelin/pull/3356
 
 
   ### What is this PR for?
   This PR implements [notebook serving](https://issues.apache.org/jira/browse/ZEPPELIN-3994) explained [here](https://docs.google.com/document/d/1YA6q8W9yO8a88xzLDYs9zv_fKu2_cnB58rmQbakxi1I/edit?usp=sharing).
   
   While this PR is already quite large, front-end implementation will have separate PR.
   This PR is work in progress.
   
   ### How to run 
   
   1. Prepare kubernetes cluster
   2. Prepare persistentVolumeClaim with name 'task-context-volume-claim' in your kubernetes cluster
   3. Build Zeppelin docker image (follow instructions [here](https://github.com/apache/zeppelin/blob/master/docs/quickstart/kubernetes.md)
   4. Deploy api router by running `kubectl apply -f k8s/serving-api-router/serving-api-router.yaml`
   5. Start Zeppelin on Kubernetes by running `kubectl apply -f k8s/zeppelin-server.yaml`
   6. Port forward to the api router (e.g. `kubectl port-forward <zeppelin-serving-api-router pod name> 8080:80`) and browse `localhost:8080`
   
   ### Summary of changes
   To be updated
   
   ### What type of PR is it?
   Feature
   
   ### Todos
   
   ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-3994
   
   ### How should this be tested?
   * First time? Setup Travis CI as described on https://zeppelin.apache.org/contribution/contributions.html#continuous-integration
   * Strongly recommended: add automated unit tests for any new or changed behavior
   * Outline any manual steps to test the PR here.
   
   ### Questions:
   * Does the licenses files need update? yes
   * Is there breaking changes for older versions? no
   * Does this needs documentation? yes
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services