GithubHelp home page GithubHelp logo

harweywong / zeppelin-interpreter-mysql Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jiekechoo/zeppelin-interpreter-mysql

0.0 1.0 0.0 140 KB

Mysql Interpreter for Zeppelin 0.5.0-incubating

Java 100.00%

zeppelin-interpreter-mysql's Introduction

zeppelin-interpreter-mysql

Mysql Interpreter for Zeppelin 0.5.0-incubating 中文请参考:http://blog.csdn.net/jiekechoo/article/details/49356361

build

git clone https://github.com/jiekechoo/zeppelin-interpreter-mysql
mvn clean package

deploy

mkdir /opt/zeppelin/interpreter/mysql
cp target/zeppelin-mysql-0.5.0-incubating.jar /opt/zeppelin/interpreter/mysql
# copy dependencies to mysql directory
cp mysql-connector-java-5.1.6.jar log4j-1.2.17.jar slf4j-api-1.7.10.jar slf4j-log4j12-1.7.10.jar commons-exec-1.1.jar /opt/zeppelin/interpreter/mysql
bin/zeppelin-daemon.sh restart

using

In Zeppelin WEBUI http://192.168.1.230:8080, Create new note

Click Settings, Save it.
%mysql

SELECT type, COUNT(1) c FROM Syslog.Users Group By type Order By c DESC;

RUN IT

zeppelin-interpreter-mysql's People

Contributors

jiekechoo avatar

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.