[
https://issues.apache.org/jira/browse/MAPREDUCE-6269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14362294#comment-14362294
]
Hadoop QA commented on MAPREDUCE-6269:
--------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12704651/MAPREDUCE-6269.000.patch
against trunk revision bc9cb3e.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{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-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core.
Test results:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5290//testReport/
Console output:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5290//console
This message is automatically generated.
> improve JobConf to add option to not share Credentials between jobs.
> --------------------------------------------------------------------
>
> Key: MAPREDUCE-6269
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6269
> Project: Hadoop Map/Reduce
> Issue Type: Improvement
> Components: client
> Reporter: zhihai xu
> Assignee: zhihai xu
> Attachments: MAPREDUCE-6269.000.patch
>
>
> Improve JobConf to add constructor to avoid sharing Credentials between jobs.
> By default the Credentials will be shared to keep the backward compatibility.
> We can add a new constructor with a new parameter to decide whether to share
> Credentials. Some issues reported in cascading is due to corrupted credentials
> at
> https://github.com/Cascading/cascading/commit/45b33bb864172486ac43782a4d13329312d01c0e
> If we add this support in JobConf, it will benefit all job clients.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)