Big Data Processing
Scalable Machine Learning Platform
★ 4.4
Distributed Storage and Processing Framework
★ 4.2
pip install h2opip install hdfspip install h2opip install hdfsPython data engineers use the `h2o` Python package to run distributed AutoML experiments on large training datasets that exceed single-machine memory. Engineers call `h2o.automl.H2OAutoML().train()` pointing at an H2OFrame backed by a cluster, let H2O evaluate dozens of algorithms, then export the best model as a MOJO for deployment in a Python scoring service.
Python data engineers interact with Hadoop primarily via PySpark (which runs on YARN), Hive (using PyHive or impyla), and HDFS (using hdfs3 or fsspec). While Hadoop MapReduce has been largely replaced by Spark for new development, HDFS remains the storage layer for many on-premise data lakes. Python engineers use Hadoop ecosystem tools for legacy batch pipelines, Hive-based data warehouses, and large organisations with existing Hadoop infrastructure.
Individual Tool Pages