You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Adam Szita (JIRA)" <ji...@apache.org> on 2017/08/02 14:58:00 UTC

[jira] [Created] (PIG-5283) Configuration is not passed to SparkPigSplits on the backend

Adam Szita created PIG-5283:
-------------------------------

             Summary: Configuration is not passed to SparkPigSplits on the backend
                 Key: PIG-5283
                 URL: https://issues.apache.org/jira/browse/PIG-5283
             Project: Pig
          Issue Type: Bug
          Components: spark
            Reporter: Adam Szita
            Assignee: Adam Szita


When a Hadoop ObjectWritable is created during a Spark job, the instantiated PigSplit (wrapped into a SparkPigSplit) is given an empty Configuration instance.
This happens [here|https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/SerializableWritable.scala#L44]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)