jaehwan0214 opened a new pull request #304: URL: https://github.com/apache/incubator-nemo/pull/304
JIRA: [NEMO-394: Exchange data via shared memory](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-394) **Major changes:** - Implemented LocalInputContext and LocalOutputContext to enable a pipe output writer and an input reader to exchange data via shared memory when both a parent task and a child task are in the same executor. In such case, the two tasks exchange data through shared memory and therefore doesn't serialize/deserialize data. **Minor changes to note:** - Renamed the "bytetransfer" package to "transfer", which now also includes LocalTransfer contexts. **Tests for the changes:** - Added LocalTransferContext test - Windowed WordCount IT Case Closes #304 ---------------------------------------------------------------- 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]
