[jira] [Commented] (MAPREDUCE-5490) MapReduce doesn't set the environment variable for children processes

2015-08-18 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5490:
--

\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | patch |   0m  1s | The patch command could not apply 
the patch during dryrun. |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12629589/MAPREDUCE-5490.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / 3a76a01 |
| Console output | 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5937/console |


This message was automatically generated.

> MapReduce doesn't set the environment variable for children processes
> -
>
> Key: MAPREDUCE-5490
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5490
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
>  Labels: BB2015-05-TBR
> Attachments: MAPREDUCE-5490.patch, mr-5490.patch, mr-5490.patch
>
>
> Currently, MapReduce uses the command line argument to pass the classpath to 
> the child. This breaks if the process forks a child that needs the same 
> classpath. Such a case happens in Hive when it uses map-side joins. I propose 
> that we make MapReduce in branch-1 use the CLASSPATH environment variable 
> like YARN does.



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


[jira] [Commented] (MAPREDUCE-5490) MapReduce doesn't set the environment variable for children processes

2015-05-01 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5490:
--

\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | patch |   0m  0s | The patch command could not apply 
the patch during dryrun. |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12629589/MAPREDUCE-5490.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / f1a152c |
| Console output | 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5551/console |


This message was automatically generated.

> MapReduce doesn't set the environment variable for children processes
> -
>
> Key: MAPREDUCE-5490
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5490
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
> Attachments: MAPREDUCE-5490.patch, mr-5490.patch, mr-5490.patch
>
>
> Currently, MapReduce uses the command line argument to pass the classpath to 
> the child. This breaks if the process forks a child that needs the same 
> classpath. Such a case happens in Hive when it uses map-side joins. I propose 
> that we make MapReduce in branch-1 use the CLASSPATH environment variable 
> like YARN does.



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


[jira] [Commented] (MAPREDUCE-5490) MapReduce doesn't set the environment variable for children processes

2015-05-01 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5490:
--

\\
\\
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | patch |   0m  0s | The patch command could not apply 
the patch during dryrun. |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12629589/MAPREDUCE-5490.patch |
| Optional Tests | javadoc javac unit findbugs checkstyle |
| git revision | trunk / f1a152c |
| Console output | 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5539/console |


This message was automatically generated.

> MapReduce doesn't set the environment variable for children processes
> -
>
> Key: MAPREDUCE-5490
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5490
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
> Attachments: MAPREDUCE-5490.patch, mr-5490.patch, mr-5490.patch
>
>
> Currently, MapReduce uses the command line argument to pass the classpath to 
> the child. This breaks if the process forks a child that needs the same 
> classpath. Such a case happens in Hive when it uses map-side joins. I propose 
> that we make MapReduce in branch-1 use the CLASSPATH environment variable 
> like YARN does.



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


[jira] [Commented] (MAPREDUCE-5490) MapReduce doesn't set the environment variable for children processes

2014-02-18 Thread Jinghui Wang (JIRA)

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

Jinghui Wang commented on MAPREDUCE-5490:
-

The patch is against branch-1, Jenkins is trying to apply it to trunk.

> MapReduce doesn't set the environment variable for children processes
> -
>
> Key: MAPREDUCE-5490
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5490
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
> Attachments: MAPREDUCE-5490.patch, mr-5490.patch, mr-5490.patch
>
>
> Currently, MapReduce uses the command line argument to pass the classpath to 
> the child. This breaks if the process forks a child that needs the same 
> classpath. Such a case happens in Hive when it uses map-side joins. I propose 
> that we make MapReduce in branch-1 use the CLASSPATH environment variable 
> like YARN does.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAPREDUCE-5490) MapReduce doesn't set the environment variable for children processes

2014-02-18 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5490:
--

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

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4360//console

This message is automatically generated.

> MapReduce doesn't set the environment variable for children processes
> -
>
> Key: MAPREDUCE-5490
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5490
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
> Attachments: MAPREDUCE-5490.patch, mr-5490.patch, mr-5490.patch
>
>
> Currently, MapReduce uses the command line argument to pass the classpath to 
> the child. This breaks if the process forks a child that needs the same 
> classpath. Such a case happens in Hive when it uses map-side joins. I propose 
> that we make MapReduce in branch-1 use the CLASSPATH environment variable 
> like YARN does.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAPREDUCE-5490) MapReduce doesn't set the environment variable for children processes

2014-02-18 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5490:
--

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

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4359//console

This message is automatically generated.

> MapReduce doesn't set the environment variable for children processes
> -
>
> Key: MAPREDUCE-5490
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5490
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
> Attachments: MAPREDUCE-5490.patch, mr-5490.patch, mr-5490.patch
>
>
> Currently, MapReduce uses the command line argument to pass the classpath to 
> the child. This breaks if the process forks a child that needs the same 
> classpath. Such a case happens in Hive when it uses map-side joins. I propose 
> that we make MapReduce in branch-1 use the CLASSPATH environment variable 
> like YARN does.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAPREDUCE-5490) MapReduce doesn't set the environment variable for children processes

2014-02-18 Thread Jinghui Wang (JIRA)

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

Jinghui Wang commented on MAPREDUCE-5490:
-

Added patch based on trunk. Making exporting the classpath as a configurable 
option in case some people are still used to the seeing it under ps -ef. Also 
have checked the outputted script that starts the Child manually and looks 
fine. An unit test was also added here.

> MapReduce doesn't set the environment variable for children processes
> -
>
> Key: MAPREDUCE-5490
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5490
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
> Attachments: MAPREDUCE-5490.patch, mr-5490.patch, mr-5490.patch
>
>
> Currently, MapReduce uses the command line argument to pass the classpath to 
> the child. This breaks if the process forks a child that needs the same 
> classpath. Such a case happens in Hive when it uses map-side joins. I propose 
> that we make MapReduce in branch-1 use the CLASSPATH environment variable 
> like YARN does.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAPREDUCE-5490) MapReduce doesn't set the environment variable for children processes

2014-01-16 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5490:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12623439/mr-5490.patch
  against trunk revision .

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4324//console

This message is automatically generated.

> MapReduce doesn't set the environment variable for children processes
> -
>
> Key: MAPREDUCE-5490
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5490
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
> Attachments: mr-5490.patch, mr-5490.patch
>
>
> Currently, MapReduce uses the command line argument to pass the classpath to 
> the child. This breaks if the process forks a child that needs the same 
> classpath. Such a case happens in Hive when it uses map-side joins. I propose 
> that we make MapReduce in branch-1 use the CLASSPATH environment variable 
> like YARN does.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (MAPREDUCE-5490) MapReduce doesn't set the environment variable for children processes

2013-08-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-5490:
--

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12600884/mr-5490.patch
  against trunk revision .

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/3975//console

This message is automatically generated.

> MapReduce doesn't set the environment variable for children processes
> -
>
> Key: MAPREDUCE-5490
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5490
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Affects Versions: 1.2.1
>Reporter: Owen O'Malley
>Assignee: Owen O'Malley
> Attachments: mr-5490.patch
>
>
> Currently, MapReduce uses the command line argument to pass the classpath to 
> the child. This breaks if the process forks a child that needs the same 
> classpath. Such a case happens in Hive when it uses map-side joins. I propose 
> that we make MapReduce in branch-1 use the CLASSPATH environment variable 
> like YARN does.

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