[jira] [Updated] (MAPREDUCE-4695) Fix LocalRunner on trunk after MAPREDUCE-3223 broke it

2016-05-12 Thread Andrew Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Wang updated MAPREDUCE-4695:
---
Component/s: test

> Fix LocalRunner on trunk after MAPREDUCE-3223 broke it
> --
>
> Key: MAPREDUCE-4695
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4695
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Affects Versions: 3.0.0-alpha1
>Reporter: Harsh J
>Assignee: Harsh J
>Priority: Blocker
> Fix For: 3.0.0-alpha1
>
> Attachments: MAPREDUCE-4695.patch, MAPREDUCE-4695.patch
>
>
> MAPREDUCE-3223 removed mapreduce.cluster.local.dir property from 
> mapred-default.xml (since NM local dirs are now used) but failed to counter 
> that LocalJobRunner, etc. still use it.
> {code}
> mr-3223.txt:-  mapreduce.cluster.local.dir
> mr-3223.txt--  ${hadoop.tmp.dir}/mapred/local
> {code}
> All local job tests have been failing since then.
> This JIRA is to reintroduce it or provide an equivalent new config for fixing 
> it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org



[jira] [Updated] (MAPREDUCE-4695) Fix LocalRunner on trunk after MAPREDUCE-3223 broke it

2012-10-01 Thread Harsh J (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated MAPREDUCE-4695:
---

   Resolution: Fixed
Fix Version/s: 3.0.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

> Fix LocalRunner on trunk after MAPREDUCE-3223 broke it
> --
>
> Key: MAPREDUCE-4695
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4695
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 3.0.0
>Reporter: Harsh J
>Assignee: Harsh J
>Priority: Blocker
> Fix For: 3.0.0
>
> Attachments: MAPREDUCE-4695.patch, MAPREDUCE-4695.patch
>
>
> MAPREDUCE-3223 removed mapreduce.cluster.local.dir property from 
> mapred-default.xml (since NM local dirs are now used) but failed to counter 
> that LocalJobRunner, etc. still use it.
> {code}
> mr-3223.txt:-  mapreduce.cluster.local.dir
> mr-3223.txt--  ${hadoop.tmp.dir}/mapred/local
> {code}
> All local job tests have been failing since then.
> This JIRA is to reintroduce it or provide an equivalent new config for fixing 
> it.

--
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


[jira] [Updated] (MAPREDUCE-4695) Fix LocalRunner on trunk after MAPREDUCE-3223 broke it

2012-10-01 Thread Harsh J (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated MAPREDUCE-4695:
---

Attachment: MAPREDUCE-4695.patch

bq. The patch looks good. I don't think that ClientServiceDelegate.java needs 
to be changed at all.

Thats my dummy change to trigger tests in jobclient (tests reside there, while 
default xml is in core, a problem we've yet to fix, will follow up on this 
afterwards). It won't go into the final patch.

bq. It would also be nice to add in a test so that changes like this don't 
break it again in the future, but I am not sure how easy that would be so I am 
OK without it.

If we moved all tests to their right module we wouldn't have this issue (i.e. 
we won't miss it in pre commit builds).

Thanks Robert, I'll commit this in (new patch minus jobclient package change).

> Fix LocalRunner on trunk after MAPREDUCE-3223 broke it
> --
>
> Key: MAPREDUCE-4695
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4695
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 3.0.0
>Reporter: Harsh J
>Assignee: Harsh J
>Priority: Blocker
> Attachments: MAPREDUCE-4695.patch, MAPREDUCE-4695.patch
>
>
> MAPREDUCE-3223 removed mapreduce.cluster.local.dir property from 
> mapred-default.xml (since NM local dirs are now used) but failed to counter 
> that LocalJobRunner, etc. still use it.
> {code}
> mr-3223.txt:-  mapreduce.cluster.local.dir
> mr-3223.txt--  ${hadoop.tmp.dir}/mapred/local
> {code}
> All local job tests have been failing since then.
> This JIRA is to reintroduce it or provide an equivalent new config for fixing 
> it.

--
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


[jira] [Updated] (MAPREDUCE-4695) Fix LocalRunner on trunk after MAPREDUCE-3223 broke it

2012-10-01 Thread Harsh J (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated MAPREDUCE-4695:
---

Attachment: MAPREDUCE-4695.patch

Here is a fix patch (not for commit) reintroducing that parameter as before, 
with a dummy change in the jobclient package to enforce tests.

When committing, I'll post another patch minus the dummy changes.

> Fix LocalRunner on trunk after MAPREDUCE-3223 broke it
> --
>
> Key: MAPREDUCE-4695
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4695
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 3.0.0
>Reporter: Harsh J
>Assignee: Harsh J
>Priority: Blocker
> Attachments: MAPREDUCE-4695.patch
>
>
> MAPREDUCE-3223 removed mapreduce.cluster.local.dir property from 
> mapred-default.xml (since NM local dirs are now used) but failed to counter 
> that LocalJobRunner, etc. still use it.
> {code}
> mr-3223.txt:-  mapreduce.cluster.local.dir
> mr-3223.txt--  ${hadoop.tmp.dir}/mapred/local
> {code}
> All local job tests have been failing since then.
> This JIRA is to reintroduce it or provide an equivalent new config for fixing 
> it.

--
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


[jira] [Updated] (MAPREDUCE-4695) Fix LocalRunner on trunk after MAPREDUCE-3223 broke it

2012-10-01 Thread Harsh J (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-4695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harsh J updated MAPREDUCE-4695:
---

Status: Patch Available  (was: Open)

> Fix LocalRunner on trunk after MAPREDUCE-3223 broke it
> --
>
> Key: MAPREDUCE-4695
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4695
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 3.0.0
>Reporter: Harsh J
>Assignee: Harsh J
>Priority: Blocker
> Attachments: MAPREDUCE-4695.patch
>
>
> MAPREDUCE-3223 removed mapreduce.cluster.local.dir property from 
> mapred-default.xml (since NM local dirs are now used) but failed to counter 
> that LocalJobRunner, etc. still use it.
> {code}
> mr-3223.txt:-  mapreduce.cluster.local.dir
> mr-3223.txt--  ${hadoop.tmp.dir}/mapred/local
> {code}
> All local job tests have been failing since then.
> This JIRA is to reintroduce it or provide an equivalent new config for fixing 
> it.

--
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