@Override
public void checkOutputSpecs(JobContext arg0) throws IOException, InterruptedException
{
RedisForeman foreman = new RedisForeman();
boolean tableExists = foreman.tableExists(RedisBigTableOutputFormat.table);
if (!tableExists)
{
throw new IOException(MessageFactory.objective("Validate output format").issue("Table does not exist").objects(table).toString());
}