hive-kernel

A hive kernel for Jupyter.


Keywords
jupyter_kernel, hive_kernel, sql, hive, jupyter-kernels, hiveql
License
Apache-2.0
Install
pip install hive-kernel==0.4.1

Documentation

Hive_kernel

Hive Kernel for Jupyter

PyPI version Github license PyPI PyPI format contributors downloads

中文介绍

Installation

step1:

pip install hive_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+git://github.com/Hourout/hive_kernel.git

step2:

Add kernel to your jupyter:

python -m hive_kernel.install

ALL DONE! 🎉🎉🎉

Uninstall

step1:

View and remove hive kernel

jupyter kernelspec list
jupyter kernelspec remove hive

step2:

uninstall hive kernel:

pip uninstall hive-kernel

ALL DONE! 🎉🎉🎉

Using

jupyter notebook

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

step2: write your hive sql

Quote

kernel logo