软件包 ml.shifu.guagua.yarn

This package contains all the guagua-yarn implementation which is used to launch guagua master workers job on YARN framework.

请参见:
          描述

类摘要
GuaguaAppMaster GuaguaAppMaster is application master to launch master and worker tasks.
GuaguaInputSplit 已过时。 use GuaguaInputSplit
GuaguaIterationStatus GuaguaIterationStatus is used to send iteration status from master and worker to Guagua application master.
GuaguaLineRecordReader 已过时。 use GuaguaLineRecordReader
GuaguaOptionsParser 已过时。 use GuaguaOptionsParser
GuaguaSequenceAsBinaryRecordReader 已过时。 use GuaguaSequenceAsBinaryRecordReader
GuaguaSequenceAsTextRecordReader 已过时。 use GuaguaSequenceAsTextRecordReader
GuaguaSequenceRecordReader<KEY extends Writable,VALUE extends Writable> 已过时。 use GuaguaSequenceRecordReader
GuaguaSplitWriter The class that is used by the Job clients to write splits (both the meta and the raw bytes parts)
GuaguaWritableAdapter<W extends Writable> 已过时。 use GuaguaWritableAdapter
GuaguaWritableSerializer<RESULT extends Bytable> 已过时。 use GuaguaWritableSerializer
GuaguaYarnClient GuaguaYarnClient is used to submit master-workers computation app on yarn cluster.
GuaguaYarnConstants Constants in guagua yarn.
GuaguaYarnTask<MASTER_RESULT extends Bytable,WORKER_RESULT extends Bytable> GuaguaYarnTask is a entry point to run both master and workers.
GuaguaYarnTask.ClientHandler ClientHandeler used to update progress to RPC server (AppMaster).
 

软件包 ml.shifu.guagua.yarn 的描述

This package contains all the guagua-yarn implementation which is used to launch guagua master workers job on YARN framework.

com.paypal.guagua.yarn.GuaguaYarnClient is the entry point to trigger a guagua job by invoking its main method.

com.paypal.guagua.yarn.GuaguaAppMaster is served as an application master implementation for YARM.

com.paypal.guagua.yarn.GuaguaYarnTask is used to lanuch master and worker containers on hadoop YARN framework.



Copyright © 2015. All Rights Reserved.