MENG DING created YETUS-159:
-------------------------------
Summary: mvninstall test fails
Key: YETUS-159
URL: https://issues.apache.org/jira/browse/YETUS-159
Project: Yetus
Issue Type: Bug
Reporter: MENG DING
When working on YARN-1509 and YARN-1510, Yetus test failed at mvninstall. A
closer look at the error revealed that mvninstall test goes directly into
{{hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell}}
directory and does a mvn install which still uses the old local maven repo for
yarn client. This causes the build to fail.
Ideally, the mvn install test should figure out dependencies between modules.
For example, it should do mvn install on yarn client first before doing mvn
install on distributed shell application. It this is not possible, the mvn
install should be done in the root hadoop directory.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)