Object/Class

za.co.absa.spark.commons.test

YarnSparkConfiguration

Related Docs: class YarnSparkConfiguration | package test

Permalink

object YarnSparkConfiguration

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YarnSparkConfiguration
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def getCurrentProjectJars: Seq[String]

    Permalink

    Get the list of jar(s) of the current project

  11. def getDepsFromClassPath(inclPattern: String): Seq[String]

    Permalink

    Gets the list of jars, which are currently loaded in the classpath and contain the given inclPattern in the file name

  12. def getHadoopConfiguration(hadoopConfDir: String): Configuration

    Permalink

    Gets a Hadoop configuration object from the specified hadoopConfDir parameter

    Gets a Hadoop configuration object from the specified hadoopConfDir parameter

    hadoopConfDir

    string representation of HADOOP_CONF_DIR

  13. def getHadoopConfigurationForSpark(hadoopConfDir: String): Map[String, String]

    Permalink

    Get Hadoop configuration consumable by SparkConf

  14. def hadoopConfToSparkMap(hadoopConf: Configuration): Map[String, String]

    Permalink

    Converts all entries from a Hadoop configuration to Map, which can be consumed by SparkConf

    Converts all entries from a Hadoop configuration to Map, which can be consumed by SparkConf

    hadoopConf

    Hadoop Configuration object to be converted into Spark configs

  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped