"filePath");
Assert.notNull(filePath);
if (logger.isDebugEnabled()) {
logger.debug("Transferring " + filePath + " to HDFS");
}
boolean result = this.template.get(filePath, new InputStreamCallback() {
@Override
public void doWithInputStream(InputStream stream) throws IOException {
OutputStreamWriter writer = new OutputStreamWriter(configuration,
new Path(hdfsDirectory + filePath), null);