[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2017-03-27 Thread Kuhu Shukla (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15943127#comment-15943127
 ] 

Kuhu Shukla commented on MAPREDUCE-5653:


Thank you so much [~aw] for the explanation. I too had my doubts whether this 
change will break a lot of users if we backported the patch but I agree that 
this change belongs to 3.x line.

> DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
> 
>
> Key: MAPREDUCE-5653
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: distcp
>Affects Versions: 0.23.9, 2.2.0
>Reporter: Mithun Radhakrishnan
>Assignee: Ratandeep Ratti
> Fix For: 3.0.0-alpha1
>
> Attachments: MAPREDUCE-5653.branch-0.23.patch, 
> MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
> MAPREDUCE-5653.trunk.patch
>
>
> When a DistCp job is run through Oozie (through a Java action that launches 
> DistCp), one sees that mapred.child.java.opts as set from the caller is 
> honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
> configs mapreduce.[map,reduce].memory.mb.
> Problem has been identified. I'll post a patch shortly.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2017-03-23 Thread Allen Wittenauer (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15938852#comment-15938852
 ] 

Allen Wittenauer commented on MAPREDUCE-5653:
-

Yeah, the whole situation is kind of screwy and I'm definitely sympathetic..  
distcp directly setting memory parameters is clearly a problem but we also 
can't suddenly change this after years of working this way by simply removing 
those parameters. A "reasonable default" in code bases without MAPREDUCE-5785 
and without making the situation worse (e.g., Philip's concerns, the proposed 
"fix" in HADOOP-14176, us making assumptions about what JVM is in use, etc) 
would need to be provided.  

distcp, years ago, probably should have provided alternate ways to set it's 
memory, etc, and then changed these params based upon either the provided 
values or use it's own internal defaults when they weren't overriden. This 
"hides" the fact that it's "just" a fancy MR job while still providing the 
flexibility needed for advanced users.  For branch-2, that's really the only 
way I see out of this mess.  But that ship has mostly sailed, with Hadoop 2.x 
on it's deathbed and the problem mostly solved in 3.x by this 
patch+MAPREDUCE-5785.  

> DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
> 
>
> Key: MAPREDUCE-5653
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: distcp
>Affects Versions: 0.23.9, 2.2.0
>Reporter: Mithun Radhakrishnan
>Assignee: Ratandeep Ratti
> Fix For: 3.0.0-alpha1
>
> Attachments: MAPREDUCE-5653.branch-0.23.patch, 
> MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
> MAPREDUCE-5653.trunk.patch
>
>
> When a DistCp job is run through Oozie (through a Java action that launches 
> DistCp), one sees that mapred.child.java.opts as set from the caller is 
> honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
> configs mapreduce.[map,reduce].memory.mb.
> Problem has been identified. I'll post a patch shortly.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2017-03-22 Thread Kuhu Shukla (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15936888#comment-15936888
 ] 

Kuhu Shukla commented on MAPREDUCE-5653:


[~aw]. Thanks! got it!

> DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
> 
>
> Key: MAPREDUCE-5653
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: distcp
>Affects Versions: 0.23.9, 2.2.0
>Reporter: Mithun Radhakrishnan
>Assignee: Ratandeep Ratti
> Fix For: 3.0.0-alpha1
>
> Attachments: MAPREDUCE-5653.branch-0.23.patch, 
> MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
> MAPREDUCE-5653.trunk.patch
>
>
> When a DistCp job is run through Oozie (through a Java action that launches 
> DistCp), one sees that mapred.child.java.opts as set from the caller is 
> honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
> configs mapreduce.[map,reduce].memory.mb.
> Problem has been identified. I'll post a patch shortly.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2017-03-22 Thread Allen Wittenauer (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15936884#comment-15936884
 ] 

Allen Wittenauer commented on MAPREDUCE-5653:
-

bq. Could we pull this back into 2.8?

No.  See previous comments as to why.

> DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
> 
>
> Key: MAPREDUCE-5653
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: distcp
>Affects Versions: 0.23.9, 2.2.0
>Reporter: Mithun Radhakrishnan
>Assignee: Ratandeep Ratti
> Fix For: 3.0.0-alpha1
>
> Attachments: MAPREDUCE-5653.branch-0.23.patch, 
> MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
> MAPREDUCE-5653.trunk.patch
>
>
> When a DistCp job is run through Oozie (through a Java action that launches 
> DistCp), one sees that mapred.child.java.opts as set from the caller is 
> honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
> configs mapreduce.[map,reduce].memory.mb.
> Problem has been identified. I'll post a patch shortly.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2017-03-22 Thread Kuhu Shukla (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15936874#comment-15936874
 ] 

Kuhu Shukla commented on MAPREDUCE-5653:


[~rdsr], [~aw], Could we pull this back into 2.8? Appreciate any comments on 
this. Thanks!

CC: [~eepayne]

> DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
> 
>
> Key: MAPREDUCE-5653
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: distcp
>Affects Versions: 0.23.9, 2.2.0
>Reporter: Mithun Radhakrishnan
>Assignee: Ratandeep Ratti
> Fix For: 3.0.0-alpha1
>
> Attachments: MAPREDUCE-5653.branch-0.23.patch, 
> MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
> MAPREDUCE-5653.trunk.patch
>
>
> When a DistCp job is run through Oozie (through a Java action that launches 
> DistCp), one sees that mapred.child.java.opts as set from the caller is 
> honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
> configs mapreduce.[map,reduce].memory.mb.
> Problem has been identified. I'll post a patch shortly.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-03-12 Thread Allen Wittenauer (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14359063#comment-14359063
 ] 

Allen Wittenauer commented on MAPREDUCE-5653:
-

bq. Allen, do you think there's more than just this one Xmx passthrough that's 
affecting DistCP?

Yes.  but those are outside the scope of this jira.

bq. Hadn't seen MAPREDUCE-5785. Agree that that's an excellent direction.

As I mentioned way above, for the same reasons that '5785 is in trunk, this 
change is also only in trunk.  Hypothetically, they should work very well 
together.

 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Ratandeep Ratti
 Fix For: 3.0.0

 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
 MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-03-12 Thread Philip Zeyliger (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14358974#comment-14358974
 ] 

Philip Zeyliger commented on MAPREDUCE-5653:


You could make an argument that DistCp, as a Yarn application, knows better 
than the defaults about how much memory it uses.  I.e., that the bug is that 
DistCp isn't setting both intimately related settings 
({{mapred.job.{map|reduce}.memory.mb}} and {{mapreduce.map.java.opts}}, but 
rather than just one.  If the defaults in your cluster were to use a lot of 
memory, and DistCP uses very little (after all, it's copying a buffer around), 
it's wasteful.

 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Ratandeep Ratti
 Fix For: 3.0.0

 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
 MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-03-12 Thread Allen Wittenauer (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14358994#comment-14358994
 ] 

Allen Wittenauer commented on MAPREDUCE-5653:
-

bq. You could make an argument that DistCp, as a Yarn application,  knows 
better than the defaults about how much memory it uses.

One could, but one pass through the code makes that argument kind of moot given 
there is zero logic currently for distcp to have that level of intelligence.  

bq. If the defaults in your cluster were to use a lot of memory, and DistCP 
uses very little (after all, it's copying a buffer around), it's wasteful.

Part of the argument around MAPREDUCE-5785 revolves around the fact that one 
doesn't actually want to set defaults anymore for MapReduce applications. 

 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Ratandeep Ratti
 Fix For: 3.0.0

 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
 MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-03-12 Thread Philip Zeyliger (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14359045#comment-14359045
 ] 

Philip Zeyliger commented on MAPREDUCE-5653:


Allen, do you think there's more than just this one Xmx passthrough that's 
affecting DistCP?  There's not much smarts it needs: it's not like it's every 
doing anything besides copying files.

Hadn't seen MAPREDUCE-5785.  Agree that that's an excellent direction.



 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Ratandeep Ratti
 Fix For: 3.0.0

 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
 MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-03-05 Thread Mithun Radhakrishnan (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14349233#comment-14349233
 ] 

Mithun Radhakrishnan commented on MAPREDUCE-5653:
-

Hey, [~rdsr]. (Long time! :]). Hello, [~aw]. Apologies for the unreasonably 
delayed response.

Thank you both for addressing this. I agree. Removing those properties from the 
default.xml does solve the immediate problem.

It's a different matter that the initialization path is still incorrect 
(because of how/when default.xml is loaded). This might not be of consequence. 
Should that change later, we'll tackle that in a separate JIRA.

Cheers.

 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Ratandeep Ratti
 Fix For: 3.0.0

 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
 MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-03-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14342146#comment-14342146
 ] 

Hudson commented on MAPREDUCE-5653:
---

FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #119 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/119/])
MAPREDUCE-5653. DistCp does not honour config-overrides for 
mapreduce.[map,reduce].memory.mb (Ratandeep Ratti via aw) (aw: rev 
039366e3b430ff7d9a7ff30405a0431292069a8a)
* hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml
* hadoop-mapreduce-project/CHANGES.txt


 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Ratandeep Ratti
 Fix For: 3.0.0

 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
 MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-03-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14342169#comment-14342169
 ] 

Hudson commented on MAPREDUCE-5653:
---

SUCCESS: Integrated in Hadoop-Yarn-trunk #853 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/853/])
MAPREDUCE-5653. DistCp does not honour config-overrides for 
mapreduce.[map,reduce].memory.mb (Ratandeep Ratti via aw) (aw: rev 
039366e3b430ff7d9a7ff30405a0431292069a8a)
* hadoop-mapreduce-project/CHANGES.txt
* hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml


 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Ratandeep Ratti
 Fix For: 3.0.0

 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
 MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-03-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14342243#comment-14342243
 ] 

Hudson commented on MAPREDUCE-5653:
---

SUCCESS: Integrated in Hadoop-Hdfs-trunk #2051 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/2051/])
MAPREDUCE-5653. DistCp does not honour config-overrides for 
mapreduce.[map,reduce].memory.mb (Ratandeep Ratti via aw) (aw: rev 
039366e3b430ff7d9a7ff30405a0431292069a8a)
* hadoop-mapreduce-project/CHANGES.txt
* hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml


 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Ratandeep Ratti
 Fix For: 3.0.0

 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
 MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-03-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14342251#comment-14342251
 ] 

Hudson commented on MAPREDUCE-5653:
---

SUCCESS: Integrated in Hadoop-Hdfs-trunk-Java8 #110 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/110/])
MAPREDUCE-5653. DistCp does not honour config-overrides for 
mapreduce.[map,reduce].memory.mb (Ratandeep Ratti via aw) (aw: rev 
039366e3b430ff7d9a7ff30405a0431292069a8a)
* hadoop-mapreduce-project/CHANGES.txt
* hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml


 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Ratandeep Ratti
 Fix For: 3.0.0

 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
 MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-03-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14342283#comment-14342283
 ] 

Hudson commented on MAPREDUCE-5653:
---

SUCCESS: Integrated in Hadoop-Mapreduce-trunk #2069 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2069/])
MAPREDUCE-5653. DistCp does not honour config-overrides for 
mapreduce.[map,reduce].memory.mb (Ratandeep Ratti via aw) (aw: rev 
039366e3b430ff7d9a7ff30405a0431292069a8a)
* hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml
* hadoop-mapreduce-project/CHANGES.txt


 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Ratandeep Ratti
 Fix For: 3.0.0

 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
 MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-03-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14342270#comment-14342270
 ] 

Hudson commented on MAPREDUCE-5653:
---

FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #119 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/119/])
MAPREDUCE-5653. DistCp does not honour config-overrides for 
mapreduce.[map,reduce].memory.mb (Ratandeep Ratti via aw) (aw: rev 
039366e3b430ff7d9a7ff30405a0431292069a8a)
* hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml
* hadoop-mapreduce-project/CHANGES.txt


 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Ratandeep Ratti
 Fix For: 3.0.0

 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
 MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-02-28 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14342003#comment-14342003
 ] 

Hudson commented on MAPREDUCE-5653:
---

FAILURE: Integrated in Hadoop-trunk-Commit #7227 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/7227/])
MAPREDUCE-5653. DistCp does not honour config-overrides for 
mapreduce.[map,reduce].memory.mb (Ratandeep Ratti via aw) (aw: rev 
039366e3b430ff7d9a7ff30405a0431292069a8a)
* hadoop-tools/hadoop-distcp/src/main/resources/distcp-default.xml
* hadoop-mapreduce-project/CHANGES.txt


 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Ratandeep Ratti
 Fix For: 3.0.0

 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
 MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-02-28 Thread Allen Wittenauer (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14341988#comment-14341988
 ] 

Allen Wittenauer commented on MAPREDUCE-5653:
-

Changing a default like this is an incompatible and/or potentially surprising 
change. This put it in line with all of the other changes that have happened 
with heap management in trunk (MAPREDUCE-5785, HADOOP-10950, etc).

So I'm +1 this change for trunk and will commit it shortly.

 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Mithun Radhakrishnan
 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
 MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-02-26 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14338192#comment-14338192
 ] 

Hadoop QA commented on MAPREDUCE-5653:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12701008/MAPREDUCE-5653.trunk.2.patch
  against trunk revision 166eecf.

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-tools/hadoop-distcp.

Test results: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5223//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5223//console

This message is automatically generated.

 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Mithun Radhakrishnan
 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.2.patch, 
 MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-02-24 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14334708#comment-14334708
 ] 

Hadoop QA commented on MAPREDUCE-5653:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12615710/MAPREDUCE-5653.branch-0.23.patch
  against trunk revision b610c68.

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-tools/hadoop-distcp.

Test results: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5217//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5217//console

This message is automatically generated.

 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Mithun Radhakrishnan
 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2015-02-24 Thread Ratandeep Ratti (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14334598#comment-14334598
 ] 

Ratandeep Ratti commented on MAPREDUCE-5653:


Hi [~jlowe], [~mithun]
 We have also been hit by this recently. I spent some time investigating this.

Distcp has two modes of execution. 1 from the cmdline and the other is 
programmatically.

The patch will work correctly for programmatical usage if settings from 
mapred-site.xml have already been applied to the  input  *Configuration* 
parameter as the properties set by distcp-default.xml will not be overridden 
again since mapred-site (and also mapred-default/yarn-default/yarn-site) is 
loaded as a *default resource* before job submission.

For command line usage  Distcp adds distcp-default.xml as a *resource* (and not 
as a default resource) which would take higher precedence than default/site 
files mentioned before as they are loaded as *default resources* . Even if 
Distcp adds distcp-default.xml as a default resource, the code will be brittle 
and prone to which default resources are loaded first since 
mapred-site/mapred-default/yarn-site/yarn-default are all loaded in static 
blocks in classes org.apache.hadoop.mapreduce.{Job, Cluster} 

Since distcp is just like any other MR job I think the best way would be to get 
rid of un-needed conf from distcp-default.xml.
Below are the properties mentioned in distcp-default.xml
{noformat}
distcp.dynamic.strategy.impl
distcp.static.strategy.impl
mapred.job.map.memory.mb
mapred.job.reduce.memory.mb
mapred.reducer.new-api
mapreduce.reduce.class
{noformat}

Seems like getting rid of {noformat}mapred.job.{map|reduce}.memory.mb{noformat} 
is all we need as the rest are required by distcp.
Any other configuration the user wants to specify in distcp can very well be 
specified as jvm opts for cmd line usage and as simple parameters to 
Configuration option for programmatical usage.

Please update with your thoughts/concerns.

 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Mithun Radhakrishnan
 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



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


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2013-11-26 Thread Jason Lowe (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13832741#comment-13832741
 ] 

Jason Lowe commented on MAPREDUCE-5653:
---

Thanks for the patch, Mithun.  Was there a reason 
addDefaultResource(DISTCP_DEFAULT_XML) wasn't used?  I think that should 
accomplish the same goal without explicit config iteration on DistCp's part, 
but haven't tried it to verify.  Is there a concern that distcp-default.xml 
could pollute other configurations if DistCp is not used in isolation?

 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Mithun Radhakrishnan
 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2013-11-26 Thread Jason Lowe (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13832763#comment-13832763
 ] 

Jason Lowe commented on MAPREDUCE-5653:
---

Thinking about this further, I see why addDefaultResource() will not work.  
distcp-default.xml and mapred-site.xml will often overlap, and it's likely 
mapred-site.xml will be loaded first then distcp-default.xml will later stomp 
any overlapping values when it's loaded.

So I'd like to see a comment for the property iteration loop explaining why we 
can't use addDefaultResource.  Also a unit test would be nice to verify it's 
working as-intended.

 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Mithun Radhakrishnan
 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (MAPREDUCE-5653) DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb

2013-11-25 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13832160#comment-13832160
 ] 

Hadoop QA commented on MAPREDUCE-5653:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12615710/MAPREDUCE-5653.branch-0.23.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-tools/hadoop-distcp.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4231//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4231//console

This message is automatically generated.

 DistCp does not honour config-overrides for mapreduce.[map,reduce].memory.mb
 

 Key: MAPREDUCE-5653
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5653
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: distcp
Affects Versions: trunk, 0.23.9, 2.2.0
Reporter: Mithun Radhakrishnan
Assignee: Mithun Radhakrishnan
 Attachments: MAPREDUCE-5653.branch-0.23.patch, 
 MAPREDUCE-5653.branch-2.patch, MAPREDUCE-5653.trunk.patch


 When a DistCp job is run through Oozie (through a Java action that launches 
 DistCp), one sees that mapred.child.java.opts as set from the caller is 
 honoured by DistCp. But, DistCp doesn't seem to honour any overrides for 
 configs mapreduce.[map,reduce].memory.mb.
 Problem has been identified. I'll post a patch shortly.



--
This message was sent by Atlassian JIRA
(v6.1#6144)