python이랑 hive JDBC 연결하는 방법 hive 말고 다른 DB 서버랑도 연결 가능! https://pypi.org/project/JayDeBeApi/ JayDeBeApi Use JDBC database drivers from Python 2/3 or Jython with a DB-API. pypi.org #pip install 설치 import jaydebeapi as jp import os import pandas as pd path = 'jar 파일 있는 디렉토리' #jar 파일 전체 들고오기 file_list = os.listdir(path) jar_list = [path + file for file in file_list if file.endswith(".jar")] # .jar로 끝나..