You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nemo.apache.org by GitBox <gi...@apache.org> on 2018/08/09 08:25:24 UTC

[GitHub] sanha opened a new pull request #98: [NEMO-118] Implement Skipping (De)Serialization by ExecutionProperty

sanha opened a new pull request #98: [NEMO-118] Implement Skipping (De)Serialization by ExecutionProperty
URL: https://github.com/apache/incubator-nemo/pull/98
 
 
   JIRA: [NEMO-118: Implement Skipping (De)Serialization by ExecutionProperty](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-118)
   
   **Major changes:**
   - Remove `SkipSerDesProperty`.
   
   **Minor changes to note:**
   - N/A.
   
   **Tests for the changes:**
   - Existing integration tests for large shuffle optimization cover this change.
   
   **Other comments:**
   - The skipping feature is implemented in #50 with `BytesEncoderFactory` and `BytesDecoderFactory`, but the stale property `SkipSerDesProperty` remained. This stale property is added to assign a separate stage for the vertex having `RelayTransform`, but it is naturally divided now because of `ResourceSlot` property.
   
   resolves [NEMO-118](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-118)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services