org.springframework.yarn.config.annotation.configurers
Interface LocalResourcesHdfsConfigurer
- All Superinterfaces:
- org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerBuilder<YarnResourceLocalizerConfigurer>
- All Known Implementing Classes:
- DefaultLocalResourcesHdfsConfigurer
public interface LocalResourcesHdfsConfigurer
- extends org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerBuilder<YarnResourceLocalizerConfigurer>
| Methods inherited from interface org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerBuilder |
and |
hdfs
LocalResourcesHdfsConfigurer hdfs(String path)
hdfs
LocalResourcesHdfsConfigurer hdfs(String dir,
String file)
hdfs
LocalResourcesHdfsConfigurer hdfs(String path,
LocalResourceType type)
hdfs
LocalResourcesHdfsConfigurer hdfs(String path,
LocalResourceType type,
boolean staging)
hdfs
LocalResourcesHdfsConfigurer hdfs(String dir,
String file,
LocalResourceType type)