in src/smspark/spark_executor_logs_watcher.py [0:0]
def __init__(self, log_dir: str = "/var/log/yarn") -> None: """Initialize the executor log watcher.""" Thread.__init__(self) self.log_dir = log_dir