You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Praveen Rachabattuni (JIRA)" <ji...@apache.org> on 2015/02/23 10:48:12 UTC

[jira] [Resolved] (PIG-4413) change from "SparkLauncher#physicalToRDD" to "SparkLauncher#sparkPlanToRDD" after using spark plan in SparkLauncher

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

Praveen Rachabattuni resolved PIG-4413.
---------------------------------------
    Resolution: Fixed

> change from "SparkLauncher#physicalToRDD" to "SparkLauncher#sparkPlanToRDD" after using spark plan in SparkLauncher
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: PIG-4413
>                 URL: https://issues.apache.org/jira/browse/PIG-4413
>             Project: Pig
>          Issue Type: Sub-task
>          Components: spark
>            Reporter: liyunzhang_intel
>            Assignee: liyunzhang_intel
>         Attachments: PIG-4413.patch
>
>
> In PIG-4374, we generate spark plan in SparkLauncher. In current code, we use SparkLauncher#physicalToRDD which converting physical plan to RDDs. Physical plan can not deal with all the cases. In later code, we can use SparkLauncher#sparkPlanToRDD which converting spark plan to RDDs.



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