Package

com.alpine.plugin.core

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. case class Avro() extends HdfsStorageFormatType with Product with Serializable

    Permalink
  2. case class CSV() extends HdfsStorageFormatType with Product with Serializable

    Permalink
  3. abstract class ChorusAPICaller extends AnyRef

    Permalink

    Created by rachelwarren on 12/7/16.

  4. case class Deflate() extends HdfsCompressionType with Product with Serializable

    Permalink
  5. case class DoNotCount() extends NullDataReportingStrategy with Product with Serializable

    Permalink
  6. case class DoNotWrite() extends NullDataReportingStrategy with Product with Serializable

    Permalink
  7. case class Gzip() extends HdfsCompressionType with Product with Serializable

    Permalink
  8. sealed trait HdfsCompressionType extends AnyRef

    Permalink
  9. sealed trait HdfsStorageFormatType extends AnyRef

    Permalink
  10. class HtmlTable extends AnyRef

    Permalink

    Taken from https://github.com/duncanmak/scala-for-the-impatient/blob/master/src/main/scala/ch11/Table.scala Modified to create tables with padding Allows the user to inject her own style tag into the html table's td elements.

    Taken from https://github.com/duncanmak/scala-for-the-impatient/blob/master/src/main/scala/ch11/Table.scala Modified to create tables with padding Allows the user to inject her own style tag into the html table's td elements. The table will be built with " for each of the cells.

  11. case class NoCompression() extends HdfsCompressionType with Product with Serializable

    Permalink
  12. sealed trait NullDataReportingStrategy extends AnyRef

    Permalink
  13. trait OutputParameterUtils extends AnyRef

    Permalink

    Utility for the standard parameters for use by operators which produce output.

  14. case class Parquet() extends HdfsStorageFormatType with Product with Serializable

    Permalink
  15. case class Snappy() extends HdfsCompressionType with Product with Serializable

    Permalink
  16. trait TableOutputParameterUtils extends OutputParameterUtils

    Permalink

    This is a utility class which handles adding output parameters which are standard to Hive and Database plugins.

  17. class Timer extends AnyRef

    Permalink
  18. case class WriteAndCount(path: String, storageFormatType: HdfsStorageFormatType, overwrite: Boolean) extends NullDataReportingStrategy with Product with Serializable

    Permalink
  19. case class TSV() extends HdfsStorageFormatType with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    Use CSV

Value Members

  1. object AddendumWriter

    Permalink

    Utilities for writing the addendum for custom operators in a consistent manner

  2. object ChorusUtils

    Permalink

    Created by emiliedelongueau on 2/14/17.

  3. object DBParameterUtils extends TableOutputParameterUtils

    Permalink
  4. object HdfsCompressionType

    Permalink
  5. object HdfsParameterUtils extends OutputParameterUtils

    Permalink

    Utility for the standard parameters for use by operators which use HDFS datasets.

  6. object HdfsStorageFormatType

    Permalink
  7. object HiveParameterUtils extends TableOutputParameterUtils

    Permalink

    This is a utility class used to handle standard parameters for Hive operators.

  8. object HtmlTabulator

    Permalink
  9. object NullDataReportingStrategy

    Permalink
  10. object OutputParameterUtils extends OutputParameterUtils

    Permalink
  11. object SparkParameterUtils

    Permalink

    Convenience functions for directly adding Spark related options to the dialog window.

Deprecated Value Members

  1. object HdfsStorageFormat extends Enumeration

    Permalink

    *

    *

    Annotations
    @deprecated
    Deprecated

    Use HdfsStorageFormatType case class

Ungrouped