Giter Club home page Giter Club logo

zeppelin-metal's Introduction

Metal for Apache Zeppelin

Zeppelin-Metal is a module for Apache Zeppelin infrastructure management, by now only it is possible to EMR and Redshift cluster. In EMR some applications like Hive, Hue and Spark are available.

For example you can set the spark cluster to Spark interpreter in Zeppelin the same for hive interpreter.

##AWS Environment variable AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY is necessary for use the cluster or credentials file e.g

[default]
aws_access_key_id=AKIAIOSFODNN7EXAMPLE
aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY

##Installation ###Installation zeppelin-metal-server and zeppelin-metal-aws For install zeppelin-metal the next steps is necessary:

  • Clone the project into Apache Zeppelin home directory.
    git clone https://github.com/vgmartinez/zeppelin-metal.git
  • Edit the pom file in Apache Zeppelin. In the pom file add new modules
    <module>./zeppelin-metal/zeppelin-metal-server</module>
    <module>./zeppelin-metal/zeppelin-metal-aws</module>
  • Build the Apache Zeppelin project
  • Add new module in the class path. In the file zeppelin-daemon.sh add the new modules
  # construct classpath
  if [[ -d "${ZEPPELIN_HOME}/zeppelin-interpreter/target/classes" ]]; then
    ZEPPELIN_CLASSPATH+=":${ZEPPELIN_HOME}/zeppelin-interpreter/target/classes"
  fi
  
  if [[ -d "${ZEPPELIN_HOME}/zeppelin-zengine/target/classes" ]]; then
    ZEPPELIN_CLASSPATH+=":${ZEPPELIN_HOME}/zeppelin-zengine/target/classes"
  fi
  
  if [[ -d "${ZEPPELIN_HOME}/zeppelin-metal/zeppelin-metal-aws/target/classes" ]]; then
    ZEPPELIN_CLASSPATH+=":${ZEPPELIN_HOME}/zeppelin-metal/zeppelin-metal-aws/target/classes"
  fi
  
  if [[ -d "${ZEPPELIN_HOME}/zeppelin-metal/zeppelin-metal-server/target/classes" ]]; then
    ZEPPELIN_CLASSPATH+=":${ZEPPELIN_HOME}/zeppelin-metal/zeppelin-metal-server/target/classes"
  fi
  
  addJarInDir "${ZEPPELIN_HOME}"
  addJarInDir "${ZEPPELIN_HOME}/lib"
  addJarInDir "${ZEPPELIN_HOME}/zeppelin-interpreter/target/lib"
  addJarInDir "${ZEPPELIN_HOME}/zeppelin-zengine/target/lib"
  addJarInDir "${ZEPPELIN_HOME}/zeppelin-metal/zeppelin-metal-server/target/lib"
  addJarInDir "${ZEPPELIN_HOME}/zeppelin-metal/zeppelin-metal-aws/target/lib"
  addJarInDir "${ZEPPELIN_HOME}/zeppelin-web/target/lib"

###Installation zeppelin-metal-web For installation of zeppelin-metal-web only need pull from git repo.

  rm -r zeppelin-web
  git clone https://github.com/vgmartinez/zeppelin-web.git

zeppelin-metal's People

Watchers

 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.