Package | Description |
---|---|
com.huawei.dli.sdk |
Modifier and Type | Method and Description |
---|---|
Cluster |
DLIClient.createCluster(String clusterName,
int cuCount,
String description)
Create a cluster.
|
Cluster |
SparkJob.getCluster() |
Cluster |
DLIClient.getCluster(String clusterName)
Get a Cluster object by queueName.
|
Modifier and Type | Method and Description |
---|---|
List<Cluster> |
DLIClient.listAllClusters()
Lists the currently user-owned Clusters.
|
Constructor and Description |
---|
BatchJob(Cluster cluster,
SparkJobInfo jobInfo) |
BatchJob(Cluster cluster,
SparkJobInfo jobInfo,
String transactionId) |
SparkJob(Cluster cluster) |
SparkJob(Cluster cluster,
String transactionId) |
Copyright © 2023. All rights reserved.