liyunzhang_intel created PIG-5052:
-------------------------------------
Summary: Initialize MRConfiguration.JOB_ID in spark mode correctly
Key: PIG-5052
URL: https://issues.apache.org/jira/browse/PIG-5052
Project: Pig
Issue Type: Sub-task
Reporter: liyunzhang_intel
currently, we initialize MRConfiguration.JOB_ID in SparkUtil#newJobConf.
we just set the value as a random string.
{code}
jobConf.set(MRConfiguration.JOB_ID, UUID.randomUUID().toString());
{code}
We need to find a spark api to initiliaze it correctly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)