Package | Description |
---|---|
org.apache.hadoop.yarn.submarine.client.cli | |
org.apache.hadoop.yarn.submarine.client.cli.param |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.submarine.runtimes.common | |
org.apache.hadoop.yarn.submarine.runtimes.yarnservice |
Modifier and Type | Method and Description |
---|---|
RunJobParameters |
RunJobCli.getRunJobParameters() |
Modifier and Type | Method and Description |
---|---|
static String |
CliUtils.replacePatternsInLaunchCommand(String specifiedCli,
RunJobParameters jobRunParameters,
RemoteDirectoryManager directoryManager)
Replace patterns inside cli
|
Modifier and Type | Method and Description |
---|---|
RunJobParameters |
RunJobParameters.setCheckpointPath(String checkpointPath) |
RunJobParameters |
RunJobParameters.setDistributeKeytab(boolean distributeKerberosKeytab) |
RunJobParameters |
RunJobParameters.setInputPath(String input) |
RunJobParameters |
RunJobParameters.setKeytab(String kerberosKeytab) |
RunJobParameters |
RunJobParameters.setNumPS(int numPS) |
RunJobParameters |
RunJobParameters.setNumWorkers(int numWorkers) |
RunJobParameters |
RunJobParameters.setPrincipal(String kerberosPrincipal) |
RunJobParameters |
RunJobParameters.setPSLaunchCmd(String psLaunchCmd) |
RunJobParameters |
RunJobParameters.setPsResource(org.apache.hadoop.yarn.api.records.Resource psResource) |
RunJobParameters |
RunJobParameters.setTensorboardEnabled(boolean tensorboardEnabled) |
RunJobParameters |
RunJobParameters.setWorkerLaunchCmd(String workerLaunchCmd) |
RunJobParameters |
RunJobParameters.setWorkerResource(org.apache.hadoop.yarn.api.records.Resource workerResource) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.ApplicationId |
JobSubmitter.submitJob(RunJobParameters parameters)
Submit job to cluster
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.ApplicationId |
YarnServiceJobSubmitter.submitJob(RunJobParameters parameters)
Submit job to cluster
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.