Created by rachelwarren on 12/7/16.
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
case class NoCompression() extends HdfsCompressionType with Product with Serializable
sealed trait NullDataReportingStrategy extends AnyRef
trait OutputParameterUtils extends AnyRef
Utility for the standard parameters for use by operators which produce output.
case class Parquet() extends HdfsStorageFormatType with Product with Serializable
case class Snappy() extends HdfsCompressionType with Product with Serializable
trait TableOutputParameterUtils extends OutputParameterUtils
This is a utility class which handles adding output parameters which are standard to Hive and Database plugins.
class Timer extends AnyRef
case class WriteAndCount(path: String, storageFormatType: HdfsStorageFormatType, overwrite: Boolean) extends NullDataReportingStrategy with Product with Serializable
case class TSV() extends HdfsStorageFormatType with Product with Serializable
Use CSV
Value Members
object AddendumWriter
Utilities for writing the addendum for custom operators in a consistent manner
object ChorusUtils
Created by emiliedelongueau on 2/14/17.
object DBParameterUtils extends TableOutputParameterUtils
object HdfsCompressionType
object HdfsParameterUtils extends OutputParameterUtils
Utility for the standard parameters for use by operators which use HDFS datasets.
object HdfsStorageFormatType
object HiveParameterUtils extends TableOutputParameterUtils
This is a utility class used to handle standard parameters for Hive operators.
object HtmlTabulator
object NullDataReportingStrategy
object OutputParameterUtils extends OutputParameterUtils
object SparkParameterUtils
Convenience functions for directly adding Spark related options to the dialog window.
Deprecated Value Members
object HdfsStorageFormat extends Enumeration
*
*
Use HdfsStorageFormatType case class
Ungrouped