HADOOP-17205. Move personality file from Yetus to Hadoop repository#2226
Conversation
|
(!) A patch to the testing environment has been detected. |
|
💔 -1 overall
This message was automatically generated. |
|
@aajisaka : this adds personality file to the trunk. Once agreed on this I'll also add to other branches. |
|
In addition, I think we can revert apache/yetus#46 in Hadoop repository. |
|
Thanks @aajisaka . Addressed your comments and re-triggering CI. |
|
(!) A patch to the testing environment has been detected. |
|
💔 -1 overall
This message was automatically generated. |
|
(!) A patch to the testing environment has been detected. |
|
💔 -1 overall
This message was automatically generated. |
Currently for CI build and testing we maintain personality scripts in both Apache Yetus and Apache Hadoop. This poses problem when one needs to change both places, for example HADOOP-17125.
This proposes to move the personality file into the Hadoop repo itself, so that we can manage them in a single place. The downside for this is we may need to duplicate the scripts in every branch.