GitHub user cloverhearts opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/921

    Zeppelin-531 ]  Job management

    ### What is this PR for?
    Zeppelin job management.
    Zeppelin job monitoring and control page for Notebooks and Paragraphs.
    
    You can check the cron notebook.
    You can easily understand the entire current 'job.
    It can easily run the Notebook necessary.
    ### What type of PR is it?
    Feature
    
    ### Todo
    - [x] notebook list and link.
    - [x] notebook paragraph list and display status color and link.
    - [x] fillter. - interpreter, name, 
    - [x] user interpreter filter selecte box - dynamic list.
    - [x] cron and normal notebook icon.
    - [x] exception
    - [x] test.
    
    ### What is the Jira issue?
    [ZEPPELIN-531](https://issues.apache.org/jira/browse/ZEPPELIN-531?filter=-1)
    
    ### How should this be tested?
    click to job menu.
      - filter - write to notebook name and selected interpreter type.
      - check to error. -  Interpreter and problem notification about the 
execution impossible 'Notebook.
         For example, you run the R tutorial 'in the absence of R Interpreter'.
      - run always top option 
         The check box on the right exists.
         Try clicking while the notebook is running.
      - execute to notebook and stop
      - Click on the notebook name and paragraph to see if that move.
    
    and using zeppelin. (make notebook, and run paragraph Misc...)
    
    ### Screenshots (if appropriate)
    
![jobm](https://cloud.githubusercontent.com/assets/10525473/15607235/437009b8-244c-11e6-908d-0922b473e15c.gif)
    (Animated Gif, size 3.7MB)
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? yes


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloverhearts/incubator-zeppelin ZEPPELIN-531

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-zeppelin/pull/921.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #921
    
----
commit 8f7b26da3465ced5295c9b6ea8525faae231248d
Author: CloverHearts <estai...@gmail.com>
Date:   2016-05-09T10:48:33Z

    implement job manager for webapp.

commit 2fb5f7a7049f125afc6cd12cc91aceb66e8a59e1
Author: CloverHearts <estai...@gmail.com>
Date:   2016-05-10T08:47:15Z

    implement logic web for jobmanger.

commit d23fb7b7e63cd1ffc26764ed0e59713dd2041fec
Author: CloverHearts <estai...@gmail.com>
Date:   2016-05-11T04:40:17Z

    add notebook filter in jab manager page

commit f51baaa517bc028c57d1dcd4b2647386f644508b
Author: CloverHearts <estai...@gmail.com>
Date:   2016-05-18T07:25:40Z

    Merge branch 'master' into feat/jobmanagement
    
    Conflicts:
        zeppelin-web/test/karma.conf.js

commit 7b4db8d8870ca6d548cd6a9339e9b7f159e95dec
Author: CloverHearts <estai...@gmail.com>
Date:   2016-05-18T08:58:23Z

    add sort to job item

commit b24b4e789d148b9751979dc164ec30150cd2ddb0
Author: CloverHearts <estai...@gmail.com>
Date:   2016-05-19T02:45:37Z

    add momentjs in .jshintrc

commit b90e3202666eb0ccf460ba0a8124a3f87935a4b5
Author: CloverHearts <cloverhearts...@gmail.com>
Date:   2016-05-24T08:47:25Z

    implement notebook job management backend.

commit 35887c0a3017f1c8b7483be896b6cfa2de1f6fde
Author: CloverHearts <cloverhearts...@gmail.com>
Date:   2016-05-26T06:41:34Z

    Implement cs transition for jobmanagement.

commit 5b20b0344d66f29e01258f60f72104d4ab27045e
Author: CloverHearts <cloverhearts...@gmail.com>
Date:   2016-05-26T06:42:33Z

    Merge branch 'master' into feat/jobmanagement

commit f87217c726294c7d0e56e709db0ba3bbf7231e2e
Author: CloverHearts <cloverhearts...@gmail.com>
Date:   2016-05-26T10:31:32Z

    improve jobmanagement ui and timestamp

commit f1296a859e18377dbe4e52353bd6fc06a4ea14b6
Author: CloverHearts <cloverhearts...@gmail.com>
Date:   2016-05-27T11:13:28Z

    bug fixed and improve run status to always top for job manager page.

commit 75c03efd04262e23751373dc132185fffa6e2d55
Author: CloverHearts <cloverhearts...@gmail.com>
Date:   2016-05-27T11:16:30Z

    remove semicolon for job manager

commit f3575f91a3c1ff67f5fc43a77307b13732904d62
Author: CloverHearts <cloverhearts...@gmail.com>
Date:   2016-05-27T11:18:42Z

    Merge branch 'master' into feat/jobmanagement
    
    Conflicts:
        zeppelin-web/.jshintrc

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to