[
https://issues.apache.org/jira/browse/PIG-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cheolsoo Park updated PIG-3531:
-------------------------------
Attachment: PIG-3531-2.patch
While setting up a jenkins build, I learned that I need to set
YARN_APPLICATION_CLASSPATH if Hadoop is not installed:
{code}
m_mr_conf.set(YarnConfiguration.YARN_APPLICATION_CLASSPATH,
System.getProperty("java.class.path"));
{code}
Uploading a new patch with the fix.
> Add TezMiniCluster for unit tests
> ---------------------------------
>
> Key: PIG-3531
> URL: https://issues.apache.org/jira/browse/PIG-3531
> Project: Pig
> Issue Type: Sub-task
> Components: tez
> Affects Versions: tez-branch
> Reporter: Cheolsoo Park
> Assignee: Cheolsoo Park
> Fix For: tez-branch
>
> Attachments: PIG-3531-1.patch, PIG-3531-2.patch
>
>
> We need to add TezMiniCluster to write unit tests.
--
This message was sent by Atlassian JIRA
(v6.1#6144)