GitHub user AhyoungRyu opened a pull request:

    https://github.com/apache/zeppelin/pull/1964

    [HOTFIX][branch-0.7] Show only VISUALIZATION & APPLICATION type in Helium 
GUI

    ### What is this PR for?
    Currently Helium online package registry 
file([helium.json](https://s3.amazonaws.com/helium-package/helium.json)) 
contains both `SPELL` and `VISUALIZATION` pkgs' info. But Zeppelin-0.7 can't 
include #1940 I guess. Then Zeppelin must show only available package types 
(`VISUALIZATION` and `APPLICATION`) in 0.7 version. So I made this PR based on 
`branch-0.7`. 
    
    
    ### What type of PR is it?
    Hot Fix 
    
    ### What is the Jira issue?
    [ZEPPELIN-2038](https://issues.apache.org/jira/browse/ZEPPELIN-2038)
    
    ### How should this be tested?
    1. Run Zeppelin web dev mode under `zeppelin-web`  and go to 
[http://localhost:9000/#/helium](http://localhost:9000/#/helium).
    ```
    $ yarn run dev
    ```
    
    2. Check whether `SPELL` type package appears or not. Only 
`VISUALIZATION`(comes from Helium online registry 
[https://s3.amazonaws.com/helium-package/helium.json](https://s3.amazonaws.com/helium-package/helium.json))
 or `APPLICATION`(if you put `zeppelin-example-clock.json` under 
`ZEPPELIN_HOME/helium/` dir) should show up with this patch.
    
    ### Screenshots (if appropriate)
    **Before**
    ![screen shot 2017-02-01 at 5 01 06 
pm](https://cloud.githubusercontent.com/assets/10060731/22499100/20529306-e8a0-11e6-9872-7e26d9dbac3f.png)
    
    **After**
    ![screen shot 2017-02-01 at 5 01 35 
pm](https://cloud.githubusercontent.com/assets/10060731/22499105/23f3ea6e-e8a0-11e6-81b0-810c61885337.png)
    
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no


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

    $ git pull https://github.com/AhyoungRyu/zeppelin branch-0.7/ZEPPELIN-2038

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

    https://github.com/apache/zeppelin/pull/1964.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 #1964
    
----
commit 736eb553d08f7c818c27074ee7debe766bf36b5d
Author: AhyoungRyu <fbdkdu...@hanmail.net>
Date:   2017-02-01T07:47:21Z

    Show only VISUALIZATION & APPLICATION type in Helium GUI

----


---
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