szilard-nemeth commented on issue #705: YARN-9455. SchedulerInvalidResoureRequestException has a typo in its class (and file) name URL: https://github.com/apache/hadoop/pull/705#issuecomment-517603481 Hi @vietanh85 ! This class is in the hadoop-yarn-api project so we would like to keep backward compatibility. Even though we have annotations on the class: @InterfaceAudience.Private @InterfaceStability.Unstable, if the class name changes, any application that imported this class, it won't compile if the app is upgraded to a newer Hadoop version. Closing this PR and jira as Won't do.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
