Giter Site home page Giter Site logo

jvms-compare-results's Introduction

Steps to setup Apache Zeppelin to run Benchmarks

  1. Download Apache Zeppelin

    1. Navigate to: http://zeppelin.apache.org/download.html.

    2. Download the All tar.gz.

    3. For purposes of this demo, I used version 0.8.2 released on Sep 29, 2019

  2. Unzip the tarball onto a local drive to a location that we will refer to as ZEP_DIR.

  3. Modify the JDK used

    1. Edit ZEP_DIR/bin/common.sh

    2. Search for the JAVA_HOME reference and export JDK 8 instance as JAVA_HOME.

    3. In my case, I used JDK 1.8.0_221 export JAVA_HOME=/Library/Java/JavaVirtualMachines/oraclejdk1.8.0_221.jdk/Contents/Home/ at Line 144.

  4. Copy the configuration template to change values

    1. Copy the template file zeppelin-site.xml.template to zeppelin-site.xml under ZEP_DIR/conf

    2. Edit ZEP_DIR/conf/zeppelin-site.xml

    3. Alter the port number for zeppelin.server.port. I altered it to 17780.

    4. [Optional] Alter the port number for zeppelin.server.ssl.port. I altered it to 17443.

  5. Download the note linked: Benchmarks_Final_CSV.json

  6. Launch Zeppelin

    1. Navigate to the ZEP_DIR/bin.

    2. Launch zeppelin daemon: ./zeppelin-daemon.sh start

  7. Open a browser to http://localhost:17780

  8. Import the recently downloaded note (Benchmarks_Mini_CSV.json).

  9. Alter the directory to point to where the benchmark-results directory exists.

  10. Shutdown procedure

    1. Launch a terminal and navigate to ZEP_DIR/bin

    2. Run: ./zeppelin-daemon.sh stop

jvms-compare-results's People

Contributors

c-guntur avatar

Watchers

 avatar  avatar

Forkers

lovey-poc

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.