Package | Description |
---|---|
org.apache.tez.client |
Modifier and Type | Method and Description |
---|---|
TezClient |
TezClient.TezClientBuilder.build()
Build the actual instance of the
TezClient |
static TezClient |
TezClient.create(String name,
TezConfiguration tezConf)
Create a new TezClient.
|
static TezClient |
TezClient.create(String name,
TezConfiguration tezConf,
boolean isSession)
Create a new TezClient with AM session mode set explicitly.
|
static TezClient |
TezClient.create(String name,
TezConfiguration tezConf,
boolean isSession,
Map<String,org.apache.hadoop.yarn.api.records.LocalResource> localFiles,
org.apache.hadoop.security.Credentials credentials)
Create a new TezClient with AM session mode set explicitly.
|
static TezClient |
TezClient.create(String name,
TezConfiguration tezConf,
Map<String,org.apache.hadoop.yarn.api.records.LocalResource> localFiles,
org.apache.hadoop.security.Credentials credentials)
Create a new TezClient.
|
TezClient |
TezClient.getClient(org.apache.hadoop.yarn.api.records.ApplicationId appId)
Alternative to start() that explicitly sets sessionAppId and doesn't start a new AM.
|
TezClient |
TezClient.getClient(String appIdStr) |
Copyright © 2024 Apache Software Foundation. All rights reserved.