profile.getPath()));
}
HadoopDataSourceProfile hProfile = HadoopDataSourceProfile.convert(profile, conf);
this.core = new HadoopDataSourceCore(hProfile);
if (hProfile.getKeepAliveInterval() > 0) {
this.core = new KeepAliveDataSource(core, hProfile.getKeepAliveInterval());
}
if (LOG.isDebugEnabled()) {
LOG.debug(MessageFormat.format(
"Finish configuring Hadoop data source: {0}",
hProfile));