Giter VIP home page Giter VIP logo

zeppelin-emma's Introduction

zeppelin-emma

Welcome to the zeppelin-emma project, an interactive Apache Zeppelin interpreter for the Emma language.

Testing, Running and Deployment

This project is managed via sbt, but you don't necessarily have to install it on your system, because we ship a scripted version under ./sbt. However, you do need git (duh) and mvn (for Zeppelin and Emma).

Since most project that this interpreter depends on don't provide binary releases yet (including Zeppelin and Emma), we have to build them from source, which is a somewhat lenghty process, but needs to be done only once. Here is a sequence of steps you can follow that lead to a running Zeppelin installation with the Emma interpreter included (i.e. on a *nix system):

  1. Clone Zeppelin and install it locally. (Optionally set the ZEPPELIN_HOME environment variable to the project root):

    git clone https://github.com/apache/incubator-zeppelin.git
    cd incubator-zeppelin
    mvn install -DskipTests
    
  2. Clone Emma and install it locally:

    git clone https://github.com/stratosphere/emma.git
    cd emma
    mvn install -DskipTests
    
  3. Clone Zeppelin-Emma:

    git clone https://github.com/joroKr21/zeppelin-emma.git
    

    You are now ready to deploy the interpreter to Zeppelin.

  4. Now, assuming you have installed all dependencies:

    • To run all tests (and check that all is fine) use ./sbt test
      • Beware that the first time it will take long to download sbt
    • To deploy to an existing Zeppelin installation use one of (Zeppelin home should point to the root of your local Zeppelin repo):
      • ./sbt deploy [Zeppelin home]
      • ZEPPELIN_HOME=[Zeppelin home] ./sbt deploy
    • To run Zeppelin with Emma enabled:
      1. In Zeppelin home, edit the configuration:

        cp conf/zeppelin-site.xml.template conf/zeppelin-site.xml
        vim conf/zeppelin-site.xml
        

        Then add the following entry to the zeppelin.interpreter list:

        eu.stratosphere.emma.zeppelin.EmmaInterpreter

      2. Run Zeppelin as a script or daemon:

        • bin/zeppelin.sh
        • bin/zeppelin-daemon.sh start (stop it with bin/zeppelin-daemon.sh stop)

zeppelin-emma's People

Contributors

jorokr21 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.