pip ์ค์น: https://quackstudy.tistory.com/13?category=801005 1. impyla ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ฌ์ฉ #pip install impyla from impala.dbapi import connect HOST = "host_ip" PORT = 21050 #default conn = connect(host=HOST, port=PORT) cursor = conn.cursor() query = "select * from default.table1 where some condition" cursor.execute(query) conn.close() 2. pyodbc ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ฌ์ฉ 1) cloudera odbc driver for impala ์ค์น https://docs.info..
https://archmond.net/archives/10976 Windows์ฉ PIP ์ค์นํ๊ธฐ(How to Install PIP For Python on Windows) - ์ํฌ๋ชฌ๋๋ท PIP๋? pip๋ ํ์ด์ฌ์ผ๋ก ์์ฑ๋ ํจํค์ง ์ํํธ์จ์ด๋ฅผ ์ค์น · ๊ด๋ฆฌํ๋ ํจํค์ง ๊ด๋ฆฌ ์์คํ ์ด๋ค. Python Package Index (PyPI)์์ ๋ง์ ํ์ด์ฌ ํจํค์ง๋ฅผ ๋ณผ archmond.net ์ ๋ธ๋ก๊ทธ ์ฐธ๊ณ