Class CoarseGrainedClusterMessages.SparkAppConfig
Object
org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages.SparkAppConfig
- All Implemented Interfaces:
Serializable,CoarseGrainedClusterMessage,scala.Equals,scala.Product,scala.Serializable
- Enclosing class:
- CoarseGrainedClusterMessages
public static class CoarseGrainedClusterMessages.SparkAppConfig
extends Object
implements CoarseGrainedClusterMessage, scala.Product, scala.Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSparkAppConfig(scala.collection.Seq<scala.Tuple2<String, String>> sparkProperties, scala.Option<byte[]> ioEncryptionKey, scala.Option<byte[]> hadoopDelegationCreds, ResourceProfile resourceProfile) -
Method Summary
Modifier and TypeMethodDescriptionscala.Option<byte[]>scala.Option<byte[]>Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
SparkAppConfig
public SparkAppConfig(scala.collection.Seq<scala.Tuple2<String, String>> sparkProperties, scala.Option<byte[]> ioEncryptionKey, scala.Option<byte[]> hadoopDelegationCreds, ResourceProfile resourceProfile)
-
-
Method Details
-
sparkProperties
-
ioEncryptionKey
public scala.Option<byte[]> ioEncryptionKey() -
hadoopDelegationCreds
public scala.Option<byte[]> hadoopDelegationCreds() -
resourceProfile
-