Package | Description |
---|---|
com.google.api.services.dataproc.v1beta2.model |
Modifier and Type | Method and Description |
---|---|
PrestoJob |
PrestoJob.clone() |
PrestoJob |
Job.getPrestoJob()
Optional.
|
PrestoJob |
OrderedJob.getPrestoJob()
Optional.
|
PrestoJob |
PrestoJob.set(String fieldName,
Object value) |
PrestoJob |
PrestoJob.setClientTags(List<String> clientTags)
Optional.
|
PrestoJob |
PrestoJob.setContinueOnFailure(Boolean continueOnFailure)
Optional.
|
PrestoJob |
PrestoJob.setLoggingConfig(LoggingConfig loggingConfig)
Optional.
|
PrestoJob |
PrestoJob.setOutputFormat(String outputFormat)
Optional.
|
PrestoJob |
PrestoJob.setProperties(Map<String,String> properties)
Optional.
|
PrestoJob |
PrestoJob.setQueryFileUri(String queryFileUri)
The HCFS URI of the script that contains SQL queries.
|
PrestoJob |
PrestoJob.setQueryList(QueryList queryList)
A list of queries.
|
Modifier and Type | Method and Description |
---|---|
Job |
Job.setPrestoJob(PrestoJob prestoJob)
Optional.
|
OrderedJob |
OrderedJob.setPrestoJob(PrestoJob prestoJob)
Optional.
|
Copyright © 2011–2021 Google. All rights reserved.