You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Zhiyuan Yang (JIRA)" <ji...@apache.org> on 2016/06/16 23:27:05 UTC

[jira] [Updated] (TEZ-3230) Implement vertex manager and edge manager of cartesian product edge

     [ https://issues.apache.org/jira/browse/TEZ-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhiyuan Yang updated TEZ-3230:
------------------------------
    Attachment: TEZ-3230.WIP.2.patch

TEZ-3230.WIP.2.patch uploaded to address the comments. Major changes:
* CartesianProductFilter has a more straightforward API and come with user payload. User now configure filter via CartesianProductFilterDescriptor.
* CartesianProductConfig fields are all final, and we use its subclass CartesianProductVertexManagerConfig for VM and CartesianProductEdgeManager for EM.
* Slow start fraction is now a normal configuration instead of hardwired field in CartesianProductConfig.
* CartesianProductVertexManager is no long the base class of real implementation which is CartesianProductVertexManagerReal instead.
* VM now check whether user-passed config is consistent with DAG structure.
* More docs in CartesianProductCombination and CartesianProductVMPartitioned.

More tests will be added.

> Implement vertex manager and edge manager of cartesian product edge
> -------------------------------------------------------------------
>
>                 Key: TEZ-3230
>                 URL: https://issues.apache.org/jira/browse/TEZ-3230
>             Project: Apache Tez
>          Issue Type: Sub-task
>            Reporter: Zhiyuan Yang
>            Assignee: Zhiyuan Yang
>         Attachments: TEZ-3230.1.patch, TEZ-3230.2.patch, TEZ-3230.WIP.1.patch, TEZ-3230.WIP.2.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)