Class PartitionServer


  • public class PartitionServer
    extends Object
    The class invoked as the Dataflow partition server/worker. It is used as the main class of the containers launched through YARN to run dataflow graphs.

    It is responsible for:

    • Registering with the application master as a partition worker
    • Supporting the file service interface for file transfers
    • Supporting the remote service interface for gathering stats
    • Executing partitions of dataflow jobs
    • Method Detail

      • ensureService

        public com.pervasive.datarush.cluster.DistributedWorkerService ensureService()
      • getDRFSBaseInfo

        public com.pervasive.datarush.cluster.PathInfo getDRFSBaseInfo()