org.apache.mahout

common

package common

Visibility
  1. Public
  2. All

Type Members

  1. class DrmMetadata extends AnyRef

  2. case class HDFSPathSearch(pathURI: String, filePattern: String = "", recursive: Boolean = false) extends Product with Serializable

    Returns a java.lang.String, which is comma delimited list of URIs discovered based on parameters in the constructor.

    Returns a java.lang.String, which is comma delimited list of URIs discovered based on parameters in the constructor. The String is formatted to be input into org.apache.spark.SparkContext#textFile()

    pathURI

    Where to start looking for inFiles, may be a list of comma delimited URIs

    filePattern

    regex that must match the entire filename to have the file returned

    recursive

    true traverses the filesystem recursively, default = false

  3. trait HDFSUtil extends AnyRef

    High level Hadoop version-specific MapR-FS manipulations we need in context of our operations.

Value Members

  1. object DrmMetadata

  2. object Hadoop1HDFSUtil extends HDFSUtil

    Deprecated Hadoop 1 api which we currently explicitly import via Mahout dependencies.

    Deprecated Hadoop 1 api which we currently explicitly import via Mahout dependencies. May not work with Hadoop 2.0

Ungrouped