https://github.com/hourout/hbase_kernel
Hbase Kernel for Jupyter
https://github.com/hourout/hbase_kernel
Last synced: 7 months ago
JSON representation
Hbase Kernel for Jupyter
- Host: GitHub
- URL: https://github.com/hourout/hbase_kernel
- Owner: Hourout
- License: apache-2.0
- Created: 2022-09-06T07:26:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T01:02:12.000Z (over 3 years ago)
- Last Synced: 2025-04-08T19:52:23.773Z (9 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hbase_kernel
Hbase Kernel for Jupyter


[](https://pypi.python.org/pypi/hbase_kernel)



## 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

- https://hbase.apache.org/