bos.close();
}
}
attachments.add(attachment);
job.setAttachments(attachments);
job = client.submitJob(job);
final String jobID = job.getId();
final String outputURI = job.getOutputURI();
LOG.info("Job ID: " + jobID);
LOG.info("Output URL: " + outputURI);