//! Execution coordination for MapReduce operations
//!
//! This module orchestrates the execution of MapReduce jobs,
//! coordinating between different phases and managing resources.
// Re-export main types
pub use CommandExecutor;
pub use MapReduceCoordinator;
pub use PhaseOrchestrator;
pub use ;