Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 509 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 509 Bytes

python使用jdbc连接hive

需要安装requirement.sh里面的包 + java8的环境, demo在support/run.py

python use jdbc connect to hive

need install with requirement.sh, and install java1.8 env.
how to install ? 

mac install java8

brew tap caskroom/versions
brew cask install java8

centos install java8

yum install java-1.8.0-openjdk -y

how to connect?

look at the demo -> support/run.py

notice

remember to change you hive IP address -> support/core/jdbc.py