liyunzhang_intel created PIG-4413:
-------------------------------------
Summary: 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: Bug
Components: spark
Reporter: liyunzhang_intel
Assignee: liyunzhang_intel
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)