/hbase_kernel

Hbase Kernel for Jupyter

Primary LanguagePythonApache License 2.0Apache-2.0

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