@Before
 public void setup() throws Exception {
   this.console = mock(Logger.class);
   this.command = new CSVSchemaCommand(console);
   command.setConf(new Configuration());
 }