samza icon indicating copy to clipboard operation
samza copied to clipboard

SAMZA-1541 migrate config classes in samza-yarn to use composition over inherence

Open fredji97 opened this issue 7 years ago • 0 comments

./gradlew clean check successfully. The reason for doing this is described in https://issues.apache.org/jira/browse/SAMZA-1160. I am going to migrate for each directory and this PR is for samza-yarn. Besides the refactoring, two config class files (LocalizerResourceConfig.java and FileSystemImplConfig.java) are also moved from org.apache.samza.job.yarn to org.apache.samza.config.

fredji97 avatar Dec 21 '17 23:12 fredji97