Packages

class InputFormatInfo extends Logging

Developer API

Parses and holds information about inputFormat (and files) specified as a parameter.

Annotations
@DeveloperApi()
Source
InputFormatInfo.scala
Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InputFormatInfo
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InputFormatInfo(configuration: Configuration, inputFormatClazz: Class[_], path: String)

Value Members

  1. val configuration: Configuration
  2. def equals(other: Any): Boolean
    Definition Classes
    InputFormatInfo → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    InputFormatInfo → AnyRef → Any
  4. val inputFormatClazz: Class[_]
  5. var mapredInputFormat: Boolean
  6. var mapreduceInputFormat: Boolean
  7. val path: String
  8. def toString(): String
    Definition Classes
    InputFormatInfo → AnyRef → Any