|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcascading.tap.Tap<JobConf,RecordReader,OutputCollector>
cascading.tap.hadoop.Hfs
cascading.tap.hadoop.Dfs
public class Dfs
Class Dfs is a Tap
class that provides access to the Hadoop Distributed File System.
URI
constructors to specify a different HDFS cluster than the default.
Field Summary |
---|
Fields inherited from class cascading.tap.hadoop.Hfs |
---|
stringPath, TEMPORARY_DIRECTORY |
Constructor Summary | |
---|---|
Dfs(Fields fields,
String stringPath)
Deprecated. |
|
Dfs(Fields fields,
String stringPath,
boolean replace)
Deprecated. |
|
Dfs(Fields fields,
String stringPath,
SinkMode sinkMode)
Deprecated. |
|
Dfs(Fields fields,
URI uri)
Deprecated. |
|
Dfs(Fields fields,
URI uri,
boolean replace)
Deprecated. |
|
Dfs(Fields fields,
URI uri,
SinkMode sinkMode)
Deprecated. |
|
Dfs(Scheme scheme,
String stringPath)
Constructor Dfs creates a new Dfs instance. |
|
Dfs(Scheme scheme,
String stringPath,
boolean replace)
Deprecated. |
|
Dfs(Scheme scheme,
String stringPath,
SinkMode sinkMode)
Constructor Dfs creates a new Dfs instance. |
|
Dfs(Scheme scheme,
URI uri)
Constructor Dfs creates a new Dfs instance. |
|
Dfs(Scheme scheme,
URI uri,
boolean replace)
Deprecated. |
|
Dfs(Scheme scheme,
URI uri,
SinkMode sinkMode)
Constructor Dfs creates a new Dfs instance. |
Method Summary | |
---|---|
protected FileSystem |
getDefaultFileSystem(JobConf jobConf)
|
protected void |
setStringPath(String stringPath)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
@ConstructorProperties(value={"fields","uri"}) @Deprecated public Dfs(Fields fields, URI uri)
fields
- of type Fieldsuri
- of type URI@ConstructorProperties(value={"fields","uri","replace"}) @Deprecated public Dfs(Fields fields, URI uri, boolean replace)
fields
- of type Fieldsuri
- of type URIreplace
- of type boolean@ConstructorProperties(value={"fields","uri","sinkMode"}) @Deprecated public Dfs(Fields fields, URI uri, SinkMode sinkMode)
fields
- of type Fieldsuri
- of type URIsinkMode
- of type SinkMode@ConstructorProperties(value={"fields","stringPath"}) @Deprecated public Dfs(Fields fields, String stringPath)
fields
- of type FieldsstringPath
- of type String@ConstructorProperties(value={"fields","stringPath","replace"}) @Deprecated public Dfs(Fields fields, String stringPath, boolean replace)
fields
- of type FieldsstringPath
- of type Stringreplace
- of type boolean@ConstructorProperties(value={"fields","stringPath","sinkMode"}) @Deprecated public Dfs(Fields fields, String stringPath, SinkMode sinkMode)
fields
- of type FieldsstringPath
- of type StringsinkMode
- of type SinkMode@ConstructorProperties(value={"scheme","uri"}) public Dfs(Scheme scheme, URI uri)
scheme
- of type Schemeuri
- of type URI@ConstructorProperties(value={"scheme","uri","replace"}) @Deprecated public Dfs(Scheme scheme, URI uri, boolean replace)
scheme
- of type Schemeuri
- of type URIreplace
- of type boolean@ConstructorProperties(value={"scheme","uri","sinkMode"}) public Dfs(Scheme scheme, URI uri, SinkMode sinkMode)
scheme
- of type Schemeuri
- of type URIsinkMode
- of type SinkMode@ConstructorProperties(value={"scheme","stringPath"}) public Dfs(Scheme scheme, String stringPath)
scheme
- of type SchemestringPath
- of type String@ConstructorProperties(value={"scheme","stringPath","replace"}) @Deprecated public Dfs(Scheme scheme, String stringPath, boolean replace)
scheme
- of type SchemestringPath
- of type Stringreplace
- of type boolean@ConstructorProperties(value={"scheme","stringPath","sinkMode"}) public Dfs(Scheme scheme, String stringPath, SinkMode sinkMode)
scheme
- of type SchemestringPath
- of type StringsinkMode
- of type SinkModeMethod Detail |
---|
protected void setStringPath(String stringPath)
setStringPath
in class Hfs
protected FileSystem getDefaultFileSystem(JobConf jobConf)
getDefaultFileSystem
in class Hfs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |