264265266267268269270271272273274
for (String a : args) { sb.append(a); sb.append(" "); } PrintStream out = new PrintStream(avro); tool.run(System.in, out, System.err, args); } catch (Exception e) { LOG.info("Could not generate avro file: " + avro, e); throw new IOException(); } }
270271272273274275276277278279280
271272273274275276277278279280281
265266267268269270271272273274275