* @see org.apache.pig.StoreFuncInterface#getOutputFormat()
*/
@Override
public OutputFormat getOutputFormat() throws IOException {
TableOutputFormat outputFormat = new TableOutputFormat();
HBaseConfiguration.addHbaseResources(m_conf);
outputFormat.setConf(m_conf);
return outputFormat;
}