@Internal public abstract class HadoopOutputFormatCommonBase<T> extends RichOutputFormat<T>
The base is taking care of handling (serializing) security credentials.
Modifier and Type | Field and Description |
---|---|
protected org.apache.hadoop.security.Credentials |
credentials |
Modifier | Constructor and Description |
---|---|
protected |
HadoopOutputFormatCommonBase(org.apache.hadoop.security.Credentials creds) |
Modifier and Type | Method and Description |
---|---|
void |
read(ObjectInputStream in) |
protected void |
write(ObjectOutputStream out) |
getRuntimeContext, setRuntimeContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, configure, open, writeRecord
protected HadoopOutputFormatCommonBase(org.apache.hadoop.security.Credentials creds)
protected void write(ObjectOutputStream out) throws IOException
IOException
public void read(ObjectInputStream in) throws IOException
IOException
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.