|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcascading.tap.hadoop.Hadoop18TapUtil
public class Hadoop18TapUtil
This class embodies the dependencies between Hadoop versions. It is copyright and licensed under Apache
| Constructor Summary | |
|---|---|
Hadoop18TapUtil()
|
|
| Method Summary | |
|---|---|
static void |
cleanupTap(JobConf conf,
Tap tap)
Called from flow step to remove temp dirs |
static void |
commitTask(JobConf conf)
copies all files from the taskoutputpath to the outputpath |
static void |
makeTempPath(JobConf conf)
|
static boolean |
needsTaskCommit(JobConf conf)
|
static void |
setupJob(JobConf conf)
should only be called if not in a Flow |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Hadoop18TapUtil()
| Method Detail |
|---|
public static void setupJob(JobConf conf)
throws IOException
conf -
IOException
public static boolean needsTaskCommit(JobConf conf)
throws IOException
IOException
public static void commitTask(JobConf conf)
throws IOException
conf -
IOException
public static void cleanupTap(JobConf conf,
Tap tap)
throws IOException
conf -
IOException
public static void makeTempPath(JobConf conf)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||