You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by jeffsteinmetz <gi...@git.apache.org> on 2016/02/17 00:54:16 UTC

[GitHub] incubator-zeppelin pull request: allow startup scripts to manage z...

GitHub user jeffsteinmetz opened a pull request:

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

    allow startup scripts to manage zeppelin as a service.  Jira Ticket ZEPPELIN-641

    

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

    $ git pull https://github.com/jeffsteinmetz/incubator-zeppelin ZEPPELIN-641

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

    https://github.com/apache/incubator-zeppelin/pull/721.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 #721
    
----
commit e34579e8196948e1c78c0f1e536056bc57fb4047
Author: Alexander Bezzubov <bz...@apache.org>
Date:   2016-01-09T01:18:35Z

    [maven-release-plugin] prepare release v0.5.6

commit a7ab2be16067bb0a2114a6739c14857b9efcc376
Author: Alexander Bezzubov <bz...@apache.org>
Date:   2016-01-09T01:18:46Z

    [maven-release-plugin] prepare for next development iteration

commit ed1cc023953834ff29d0bc212d83f0fe8d000eff
Author: Mina Lee <mi...@nflabs.com>
Date:   2016-01-07T05:23:18Z

    [ZEPPELIN-572] pyspark interpreter doesn't work on yarn-client
    
    ### What is this PR for?
    Set `spark.yarn.isPython` to be `true` to distribute pyspark libraries to workers when master is `yarn-client`
    
    ### What type of PR is it?
    Bug Fix
    
    ### Is there a relevant Jira issue?
    [ZEPPELIN-572](https://issues.apache.org/jira/browse/ZEPPELIN-572)
    
    ### How should this be tested?
    You need yarn cluster to test this PR.
    Simple way to test this PR would be running below code in paragraph and see if it throws error.
    ```
    %pyspark
    print(sc.parallelize([1, 2]).count())
    ```
    And you should be able to see that `spark.yarn.isPython` is set to `true` in **Spark UI > Environment > Spark Properties** only when you set spark.master as `yarn-client`.
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Mina Lee <mi...@nflabs.com>
    
    Closes #605 from minahlee/ZEPPELIN-572 and squashes the following commits:
    
    8c99de5 [Mina Lee] Set spark.yarn.isPython to be true to distribute needed pyspark libraries to workers when master is yarn-client

commit cf88d7cdbe960df784f45b182504a8211b0a6a7c
Author: Michael Chen <mi...@gmail.com>
Date:   2016-01-08T22:45:31Z

    fix + paragraph appearing in link
    
    ### What is this PR for?
    Fix a bug where the + paragraph appears in link paragraph
    
    ### What type of PR is it?
    Bug Fix
    
    ### Todos
    
    ### Is there a relevant Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-591
    
    ### How should this be tested?
    Click link paragraph in a paragraph and move mouse below paragraph.
    
    ### Screenshots (if appropriate)
    
    Before:
    <img width="1424" alt="before" src="https://cloud.githubusercontent.com/assets/6380209/12211555/8c4ea0ce-b627-11e5-83fb-4d9273542bc8.png">
    
    After:
    <img width="1416" alt="after" src="https://cloud.githubusercontent.com/assets/6380209/12211560/96642fa2-b627-11e5-90d0-f2381f1b3c24.png">
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Michael Chen <mi...@gmail.com>
    
    Closes #613 from MikeTYChen/ZEPPELIN-591 and squashes the following commits:
    
    26dcea9 [Michael Chen] fix + paragraph appearing in link

commit dedd6a6ea28b1957be91b987ca4f8a682b93e998
Author: Alexander Bezzubov <bz...@apache.org>
Date:   2016-01-11T12:58:20Z

    Revert [maven-release-plugin] work to merge hotfixes
    
    This reverts commit a7ab2be16067bb0a2114a6739c14857b9efcc376.

commit 7105afc38c957c40f56e7c072409e6647705c470
Author: Lee moon soo <mo...@apache.org>
Date:   2016-01-11T02:53:00Z

    Use apache git mirror instead of github for repository url
    
    ### What is this PR for?
    Use apache git mirror instead of github for repository url
    
    ### What type of PR is it?
    Bug Fix
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no
    
    Author: Lee moon soo <mo...@apache.org>
    
    Closes #616 from Leemoonsoo/remove_github and squashes the following commits:
    
    9efcf0e [Lee moon soo] Add write access git url
    f4b2c9f [Lee moon soo] Fix CONTRIBUTING.md
    5c49b04 [Lee moon soo] Change repo url to apache git.apache.org from github.com
    
    (cherry picked from commit 72c0d66b90e5e0155206fe30b879b85728e4c552)
    Signed-off-by: Alexander Bezzubov <bz...@apache.org>

commit 0f81cc145b31dd008209bd20e86393d26567c72f
Author: Lee moon soo <mo...@apache.org>
Date:   2016-01-10T17:35:47Z

    Change build profile in release script for binary package
    
    ### What is this PR for?
    Change embedded Spark dependency in binary package for the release from 1.5 to 1.6.
    
    ### What type of PR is it?
    Improvement
    
    ### Todos
    
    ### Is there a relevant Jira issue?
    
    ### How should this be tested?
    build package using dev/create_release.sh and run created package with default configuration. And see output of 'sc.version' if it is based on spark 1.6
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no
    
    Author: Lee moon soo <mo...@apache.org>
    
    Closes #618 from Leemoonsoo/create_release.sh and squashes the following commits:
    
    dc4e2a3 [Lee moon soo] change build profile for binary package release from -Pspark-1.5 to -Pspark-1.6
    
    (cherry picked from commit 061a55fa46fd4a271e62cfb7945a76e1bfe30672)
    Signed-off-by: Alexander Bezzubov <bz...@apache.org>

commit 083f555adeff92d9cec50c0bf1536592025feebc
Author: Renjith Kamath <re...@gmail.com>
Date:   2016-01-07T06:56:35Z

    ZEPPELIN-565 ZEPPELIN-564 Paragraph UI bugs
    
    ### What is this PR for?
    Bug fix paragraph UI
    
    ### What type of PR is it?
    Bug Fix
    
    ### Is there a relevant Jira issue?
    ZEPPELIN-565 & ZEPPELIN-564
    
    ### Screenshots (if appropriate)
    Before
    ![5](https://cloud.githubusercontent.com/assets/2031306/12164296/8cb54948-b53a-11e5-8f6c-792dfc83063d.PNG)
    ![2 1](https://cloud.githubusercontent.com/assets/2031306/12164297/8ec65bdc-b53a-11e5-9d5b-95c8585100b0.PNG)
    
    <hr>
    After
    <img width="527" alt="screen shot 2016-01-07 at 12 29 13 pm" src="https://cloud.githubusercontent.com/assets/2031306/12164271/60a4068c-b53a-11e5-8909-f44c128d4916.png">
    <img width="1671" alt="screen shot 2016-01-07 at 12 29 33 pm" src="https://cloud.githubusercontent.com/assets/2031306/12164277/695f542a-b53a-11e5-84eb-17a174c83733.png">
    
    Author: Renjith Kamath <re...@gmail.com>
    
    Closes #606 from r-kamath/ZEPPELIN-560 and squashes the following commits:
    
    aae30d2 [Renjith Kamath] ZEPPELIN-565 ZEPPELIN-564 Paragraph UI bugs
    
    (cherry picked from commit 3d4dc43669ab0c33e1ac90657960b6f10f38b188)
    Signed-off-by: Alexander Bezzubov <bz...@apache.org>

commit 8698d0e5d376800b174d8b604f584b86b3037d65
Author: Alexander Bezzubov <bz...@apache.org>
Date:   2016-01-11T13:48:35Z

    [maven-release-plugin] prepare release v0.5.6

commit 95d6253d7f24156c9d32766f68f7f14363f1d9d4
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2016-01-14T18:50:33Z

    Merge tag 'v0.5.6'
    
    [maven-release-plugin] copy for tag v0.5.6

commit 17dbdd7588099dd996ad45e2f7be9b4ac52b9edf
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2016-01-31T18:32:22Z

    Merge remote-tracking branch 'upstream/master'

commit 8fd6b3c2f349c006ecbd1caf68080c44f4c880fb
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2016-02-16T23:39:43Z

    Merge remote-tracking branch 'upstream/master'

commit 9a5263aacd2c59c4797579dc9f3ee75aa84c6050
Author: Jeff Steinmetz <je...@gmail.com>
Date:   2016-02-16T23:52:16Z

    allow startup scripts to manage zeppelin as a service.  Jira Ticket ZEPPELIN-641

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-zeppelin pull request: allow startup scripts to manage z...

Posted by jeffsteinmetz <gi...@git.apache.org>.
Github user jeffsteinmetz closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---