You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by doanduyhai <gi...@git.apache.org> on 2015/07/03 17:51:38 UTC

[GitHub] incubator-zeppelin pull request: Move ZeppelinContext code to Scal...

GitHub user doanduyhai opened a pull request:

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

    Move ZeppelinContext code to Scala

    This is the follow up of https://github.com/apache/incubator-zeppelin/pull/80
    
    The source code of ZeppelinContext has been converted to Scala to make the integration easier.
    
    Now it is possible to do:
    
    ```scala
    z.show(rdd)
    
    z.display(rdd,"Header1","Header2",...)
    
    z.display(rdd, limit, "Header1","Header2",...)
    
    z.html(...)
    
    z.img(...)
    
    z.img64(...)
    ```
    
    Of course, all the implicits developed in the previous pull request are also back-ported
    
    I also added unit tests to have a decent code coverage

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

    $ git pull https://github.com/doanduyhai/incubator-zeppelin Scala_ZeppelinContext

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

    https://github.com/apache/incubator-zeppelin/pull/139.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 #139
    
----
commit 9622f9c2e7b918dc70ffc92556d78e7d6196e47f
Author: DuyHai DOAN <do...@gmail.com>
Date:   2015-06-30T18:39:10Z

    Move ZeppelinContext code to Scala

commit 24625392799d97f0b00f7058b32e12734631db58
Author: DuyHai DOAN <do...@gmail.com>
Date:   2015-07-03T15:07:11Z

    Add unit tests

----


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