Class PartitionServer

java.lang.Object
com.actian.dataflow.cal.yarn.server.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
  • Constructor Details

  • Method Details

    • ensureService

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

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

      public static void main(String[] args) throws Exception
      Throws:
      Exception