[
https://issues.apache.org/jira/browse/PIG-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696217#comment-13696217
]
Prashant Kommireddi commented on PIG-2845:
------------------------------------------
Hi [~julienledem], been a while to this patch :) Is this still good? If yes,
couple of things:
1. TestPigContext tests for the location of hadoop.tmp.dir which will need to
be changed
{code}
private void check_asserts(PigServer pigServer) {
assertEquals(JOB_TRACKER,
pigServer.getPigContext().getProperties().getProperty("mapred.job.tracker"));
assertEquals(FS_NAME,
pigServer.getPigContext().getProperties().getProperty("fs.default.name"));
assertEquals(TMP_DIR_PROP,
pigServer.getPigContext().getProperties().getProperty("hadoop.tmp.dir"));
}
{code}
2. The same needs to go under shims/test/hadoop23
> Configure hadoop.tmp.dir under build/tmp for MiniCluster tests
> --------------------------------------------------------------
>
> Key: PIG-2845
> URL: https://issues.apache.org/jira/browse/PIG-2845
> Project: Pig
> Issue Type: Bug
> Reporter: Julien Le Dem
> Assignee: Julien Le Dem
> Attachments: PIG-2845_0.patch
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira