Spring for Apache Hadoop

org.springframework.data.hadoop.config.common.annotation.configurers
Interface PropertiesConfigurerAware

All Known Implementing Classes:
YarnConfigBuilder, YarnEnvironmentBuilder

public interface PropertiesConfigurerAware

Interface for AnnotationBuilder which wants to be aware of Properties configured by DefaultPropertiesConfigurer.

Author:
Janne Valkealahti

Method Summary
 void configureProperties(java.util.Properties properties)
          Configure Properties.
 

Method Detail

configureProperties

void configureProperties(java.util.Properties properties)
Configure Properties.

Parameters:
properties - the properties

Spring for Apache Hadoop