com.twitter.scalding

filecache

package filecache

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class CachedFile extends AnyRef

  2. final case class HadoopCachedFile extends CachedFile with Product with Serializable

  3. final case class LocallyCachedFile extends CachedFile with Product with Serializable

  4. final case class UncachedFile extends Product with Serializable

Value Members

  1. object DistributedCacheFile

    The distributed cache is simply hadoop's method for allowing each node local access to a specific file.

  2. object URIHasher

Ungrouped