Big Data Processing
Data Warehouse on Hadoop
★ 4.3
Distributed SQL Query Engine
★ 4.5
pip install pyhivepip install presto-python-clientpip install pyhivepip install presto-python-clientPython data engineers use `PyHive` to query Hive tables from Python scripts and notebooks — executing HiveQL via a JDBC-like interface and returning results as pandas DataFrames. The Hive Metastore is used by Spark, Presto, and Glue to discover table schemas, making it the central catalog for Python-based data lake pipelines on Hadoop clusters.
Python data engineers use `pyhive` or `presto-python-client` to run federated SQL queries that join data across S3-backed Hive tables, relational databases, and Kafka topics in a single query. This eliminates the need to move data before querying — engineers write one SQL statement and Presto distributes the query across sources.
Individual Tool Pages