See: Description
| Class | Description |
|---|---|
| GuaguaAppMaster |
GuaguaAppMaster is application master to launch master and worker tasks. |
| GuaguaInputSplit | Deprecated
use
GuaguaInputSplit |
| GuaguaIterationStatus |
GuaguaIterationStatus is used to send iteration status from master and worker to Guagua application master. |
| GuaguaLineRecordReader | Deprecated |
| GuaguaOptionsParser | Deprecated |
| GuaguaSequenceAsBinaryRecordReader | Deprecated |
| GuaguaSequenceAsTextRecordReader | Deprecated |
| GuaguaSequenceRecordReader<KEY extends org.apache.hadoop.io.Writable,VALUE extends org.apache.hadoop.io.Writable> | Deprecated |
| GuaguaSplitWriter |
The class that is used by the Job clients to write splits (both the meta and the raw bytes parts)
|
| GuaguaWritableAdapter<W extends org.apache.hadoop.io.Writable> | Deprecated |
| GuaguaWritableSerializer<RESULT extends Bytable> | Deprecated |
| 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).
|
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 © 2018. All Rights Reserved.