Package

com.vbounyasit.bigdata.args

base

Permalink

package base

Visibility
  1. Public
  2. All

Type Members

  1. case class OutputArguments(database: String, table: String, env: String) extends Product with Serializable

    Permalink

    The base arguments to be parsed

    The base arguments to be parsed

    database

    The output database to store the result(s) in

    table

    The output table to store the result(s) in

    env

    The environment which to extract the input sources from

  2. class OutputArgumentsConf extends ArgumentsConfiguration[OutputArguments]

    Permalink

    Base configuration for the command line arguments of our application These arguments are compulsory and will always be parsed.

Ungrouped