Packages

o

io.archivesunleashed.app

CommandLineAppRunner

object CommandLineAppRunner

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

Value Members

  1. def main(argv: Array[String]): Unit

    Entry point for command line application.

    Entry point for command line application.

    argv

    command line arguments passed by the OS

  2. def test(argv: Array[String], sc: SparkContext): Unit

    Entry point for testing.

    Entry point for testing. Takes an existed spark session to prevent new ones from being created.

    argv

    command line arguments (array of strings).

    sc

    spark context to be used for this session