Package

odkl.analysis.spark

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait Logging extends AnyRef

    Permalink

    Utility trait for classes that want to log data.

    Utility trait for classes that want to log data. Creates a SLF4J logger for the class and allows logging messages at different levels using methods that only evaluate parameters lazily if the log level is enabled.

    ODKL Note: Since 2.0 logging in spark is moved into internal part of the package and some strange problems introduced when used with objects. Thus we created a clone nd removed initialization parts from it.

  2. trait RDDOperations extends AnyRef

    Permalink

    Created by vyacheslav.baranov on 19/10/15.

  3. trait SQLOperations extends AnyRef

    Permalink

    Created by vyacheslav.baranov on 25/11/15.

Value Members

  1. object IteratorUtils

    Permalink
  2. object RDDOperations extends RDDOperations with CollectionOperations with Serializable

    Permalink
  3. object SQLOperations extends SQLOperations

    Permalink
  4. package collection

    Permalink

Ungrouped