confCopy.set("pig.storeFunc", ObjectSerializer.serialize(
sFuncString));
confCopy.set(JobControlCompiler.PIG_STORE_CONFIG,
ObjectSerializer.serialize(storeConfig));
csFunc.commit(confCopy);
}
}
private void commit(StoreFunc sFunc, Configuration conf,
String storeConfigSerializedString, String sFuncString) throws IOException {