public class TezJobCompiler extends Object
Constructor and Description |
---|
TezJobCompiler(PigContext pigContext,
org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
org.apache.tez.dag.api.DAG |
buildDAG(TezPlanContainerNode tezPlanNode,
Map<String,org.apache.hadoop.yarn.api.records.LocalResource> localResources) |
TezJob |
compile(TezPlanContainerNode tezPlanNode,
TezPlanContainer planContainer) |
public TezJobCompiler(PigContext pigContext, org.apache.hadoop.conf.Configuration conf) throws IOException
IOException
public org.apache.tez.dag.api.DAG buildDAG(TezPlanContainerNode tezPlanNode, Map<String,org.apache.hadoop.yarn.api.records.LocalResource> localResources) throws IOException, org.apache.hadoop.yarn.exceptions.YarnException
IOException
org.apache.hadoop.yarn.exceptions.YarnException
public TezJob compile(TezPlanContainerNode tezPlanNode, TezPlanContainer planContainer) throws JobCreationException
JobCreationException
Copyright © 2007-2017 The Apache Software Foundation