[jira] [Updated] (TEZ-3605) Detect and prune empty partitions for the Ordered case

2017-06-27 Thread Kuhu Shukla (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuhu Shukla updated TEZ-3605: - Attachment: TEZ-3605.013.patch Thanks a lot [~sseth] for the review comments. Uploading new patch with just

[jira] [Updated] (TEZ-3605) Detect and prune empty partitions for the Ordered case

2017-06-26 Thread Kuhu Shukla (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuhu Shukla updated TEZ-3605: - Attachment: TEZ-3605.012.patch Fixing the numspill=0 case for DefaultSorter to honor sendPartitionDetails

[jira] [Updated] (TEZ-3605) Detect and prune empty partitions for the Ordered case

2017-06-26 Thread Kuhu Shukla (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuhu Shukla updated TEZ-3605: - Attachment: TEZ-3605.011.patch Uploading a new patch that has changes to the merge/flush logic. SpillRecord

[jira] [Updated] (TEZ-3605) Detect and prune empty partitions for the Ordered case

2017-05-30 Thread Kuhu Shukla (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuhu Shukla updated TEZ-3605: - Attachment: TEZ-3605.010.patch Patch needed rebasing after latest commits. Only change from previous

[jira] [Updated] (TEZ-3605) Detect and prune empty partitions for the Ordered case

2017-05-22 Thread Kuhu Shukla (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuhu Shukla updated TEZ-3605: - Attachment: TEZ-3605.009.patch Modified the pipelined sorter and related test. It checks if a given index

[jira] [Updated] (TEZ-3605) Detect and prune empty partitions for the Ordered case

2017-05-18 Thread Kuhu Shukla (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuhu Shukla updated TEZ-3605: - Attachment: TEZ-3605.008.patch Patch needed rebase on the right branch. Updated. > Detect and prune empty

[jira] [Updated] (TEZ-3605) Detect and prune empty partitions for the Ordered case

2017-05-04 Thread Kuhu Shukla (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuhu Shukla updated TEZ-3605: - Description: Analogous to the Unordered case we should not have empty partition entries/segments in the

[jira] [Updated] (TEZ-3605) Detect and prune empty partitions for the Ordered case

2017-03-15 Thread Kuhu Shukla (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuhu Shukla updated TEZ-3605: - Attachment: TEZ-3605.006.patch Updated patch that moves incrementing the numRecordsPerPartition values to a

[jira] [Updated] (TEZ-3605) Detect and prune empty partitions for the Ordered case

2017-03-07 Thread Kuhu Shukla (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuhu Shukla updated TEZ-3605: - Attachment: TEZ-3605.005.patch Fixed the findbugs exclude file and tested locally that it does not generate

[jira] [Updated] (TEZ-3605) Detect and prune empty partitions for the Ordered case

2017-03-07 Thread Kuhu Shukla (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuhu Shukla updated TEZ-3605: - Attachment: TEZ-3605.004.patch Additional change to findbugs exclude file for numRecordsPerPartition in

[jira] [Updated] (TEZ-3605) Detect and prune empty partitions for the Ordered case

2017-03-06 Thread Kuhu Shukla (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuhu Shukla updated TEZ-3605: - Attachment: TEZ-3605.003.patch patch v3 attempts to fix the findbugs warning by declaring the

[jira] [Updated] (TEZ-3605) Detect and prune empty partitions for the Ordered case

2017-03-06 Thread Kuhu Shukla (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuhu Shukla updated TEZ-3605: - Attachment: TEZ-3605.002.patch Rebasing the patch on master. > Detect and prune empty partitions for the

[jira] [Updated] (TEZ-3605) Detect and prune empty partitions for the Ordered case

2017-03-03 Thread Kuhu Shukla (JIRA)
[ https://issues.apache.org/jira/browse/TEZ-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kuhu Shukla updated TEZ-3605: - Attachment: TEZ-3605.001.patch > Detect and prune empty partitions for the Ordered case >