public interface ProvisionerContext
| Modifier and Type | Method and Description |
|---|---|
String |
getCDAPVersion() |
ProgramRun |
getProgramRun() |
Map<String,String> |
getProperties()
Get the provisioner properties for this program run.
|
SparkCompat |
getSparkCompat()
Returns a
SparkCompat object that represents the Spark version being used in CDAP. |
SSHContext |
getSSHContext()
Returns the
SSHContext for performing ssh operations. |
ProgramRun getProgramRun()
Map<String,String> getProperties()
SSHContext getSSHContext()
SSHContext for performing ssh operations.SparkCompat getSparkCompat()
SparkCompat object that represents the Spark version being used in CDAP.String getCDAPVersion()
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.