HarOutputCommitterPostProcessor
insteadpublic class HarOutputCommitterPostProcessor
extends java.lang.Object
Constructor and Description |
---|
HarOutputCommitterPostProcessor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
exec(JobContext context,
Partition partition,
Path partPath)
Deprecated.
|
java.lang.String |
getParentFSPath(Path ptnPath)
Deprecated.
|
java.lang.String |
getProcessedLocation(Path ptnPath)
Deprecated.
|
java.lang.String |
harFile(Path ptnPath)
Deprecated.
|
boolean |
isEnabled()
Deprecated.
|
static void |
makeHar(JobContext context,
java.lang.String dir,
java.lang.String harFile)
Deprecated.
Creates a har file from the contents of a given directory, using that as root.
|
void |
setEnabled(boolean enabled)
Deprecated.
|
public HarOutputCommitterPostProcessor()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public void exec(JobContext context, Partition partition, Path partPath) throws java.io.IOException
java.io.IOException
public java.lang.String harFile(Path ptnPath) throws java.io.IOException
java.io.IOException
public java.lang.String getParentFSPath(Path ptnPath) throws java.io.IOException
java.io.IOException
public java.lang.String getProcessedLocation(Path ptnPath) throws java.io.IOException
java.io.IOException
public static void makeHar(JobContext context, java.lang.String dir, java.lang.String harFile) throws java.io.IOException
dir
- Directory to archiveharFile
- The HAR file to createjava.io.IOException
Copyright © 2012 The Apache Software Foundation