object SparkConfigUtils
SparkConfigUtils - Contains helper method to deal with spark configuration e.g. 1. Load spark configuration from heimdall 2. Load spark configurations from depot config mounted in files named with depot.(key-value-properties secrets) 3. Load spark configurations from key-value secrets
- Alphabetic
- By Inheritance
- SparkConfigUtils
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
loadSecrets(dataOsAddress: DataOsAddress): Map[String, String]
read depot secrets - 1.
read depot secrets - 1. look for key value properties by depot name 2. If not found - look into heimdall
-
def
loadSecretsFromHeimdall(): Map[String, String]
Read depot secrets from the Heimdall service.
Read depot secrets from the Heimdall service.
- returns
A Scala Map containing the loaded secrets as key-value pairs. If no secrets are available, an empty Map is returned.
-
def
loadSecretsFromKVProperties(): Map[String, String]
Load secrets from the key-value properties of the depot.
Load secrets from the key-value properties of the depot.
- returns
A Scala Map containing the loaded secrets as key-value pairs. If no secrets are available, an empty Map is returned.
-
def
loadSecretsFromKeyValue(): Map[String, String]
Load secrets from the key-value secrets for the depot.
Load secrets from the key-value secrets for the depot.
- returns
A Scala Map containing the loaded secrets as key-value pairs. If no secrets are available, an empty Map is returned.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()