liyunzhang_intel created PIG-4374:
-------------------------------------
Summary: Need add SparkPlan in spark package
Key: PIG-4374
URL: https://issues.apache.org/jira/browse/PIG-4374
Project: Pig
Issue Type: Bug
Components: spark
Reporter: liyunzhang_intel
in current code, there are following class in mapreduce and tez package.
mapreduce:
MRCompiler
MROperPlan MROpPlanVisitor
MapReduceOper
tez:
TezCompiler
TezOperPlan TezOpPlanVisitor
TezOperator
Following class needs to be added in spark package:
SparkCompiler
SparkOperPlan SparkOpPlanVisitor
SparkOperator
Current code need to be refactored because of above adding classes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)