Hourout / hbase_kernel

Hbase Kernel for Jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hbase_kernel

Hbase Kernel for Jupyter

PyPI version Github license PyPI PyPI format contributors downloads

Installation

step1:

pip install hbase_kernel

To get the newest one from this repo (note that we are in the alpha stage, so there may be frequent updates), type:

pip install git+https://github.com/Hourout/hbase_kernel.git

step2:

Add kernel to your jupyter:

python -m hbase_kernel.install

ALL DONE! πŸŽ‰πŸŽ‰πŸŽ‰

Uninstall

step1:

View and remove hbase kernel

jupyter kernelspec list
jupyter kernelspec remove hbase

step2:

uninstall hbase kernel:

pip uninstall hbase-kernel

ALL DONE! πŸŽ‰πŸŽ‰πŸŽ‰

Using

jupyter notebook

step1: you should set hbase server (host and port)

step2: write your hive sql

Quote

kernel logo

About

Hbase Kernel for Jupyter

License:Apache License 2.0


Languages

Language:Python 100.0%