Remus Rusanu created YARN-2439: ---------------------------------- Summary: Move winutils task related functionality under a yarn-servers-nodemanager project Key: YARN-2439 URL: https://issues.apache.org/jira/browse/YARN-2439 Project: Hadoop YARN Issue Type: Bug Components: nodemanager Reporter: Remus Rusanu Priority: Minor
Currently winutils is build as part of hadoop-common. But winutils has features that relate strictly to the nodemanager, namely `winutils task`. Being build under hadoop-common menas that any mvn/pom compile configuration has to be done in the hadoop-common project. For example I wanted to add a configuration file similar to the container-executor cfg, which gets the .cfg location from the ${container-executor.conf.dir} in it's parent pom. But for winutils I would have to add the config to the hadoop-common pom, despite being very specific for the nodemanager use. -- This message was sent by Atlassian JIRA (v6.2#6252)