@InterfaceAudience.Public
public interface Processor
Processor
represents the Tez entity responsible for
consuming Input
and producing Output
. It defines the
application logic that processes and transforms the data.
Users are expected to derive from AbstractLogicalIOProcessor
Copyright © 2024 Apache Software Foundation. All rights reserved.