[jira] [Commented] (HDFS-3234) Accidentally left log message in GetConf after HDFS-3226

2012-04-10 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250623#comment-13250623
 ] 

Hudson commented on HDFS-3234:
--

Integrated in Hadoop-Hdfs-trunk #1010 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1010/])
HDFS-3234. Accidentally left log message in GetConf after HDFS-3226. 
Contributed by Todd Lipcon. (Revision 1311541)

 Result = FAILURE
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1311541
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/GetConf.java


 Accidentally left log message in GetConf after HDFS-3226
 

 Key: HDFS-3234
 URL: https://issues.apache.org/jira/browse/HDFS-3234
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: tools
Affects Versions: 2.0.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Trivial
 Fix For: 2.0.0

 Attachments: hdfs-3234.txt


 I accidentally left a debug printout in. It doesn't cause a functionality 
 regression, but it does cause noisy output on the command line:
 $ ./bin/hdfs getconf -confKey fs.defaultFS
 key: fs.defaultFS
 hdfs://nameserviceId1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3234) Accidentally left log message in GetConf after HDFS-3226

2012-04-10 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250668#comment-13250668
 ] 

Hudson commented on HDFS-3234:
--

Integrated in Hadoop-Mapreduce-trunk #1045 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1045/])
HDFS-3234. Accidentally left log message in GetConf after HDFS-3226. 
Contributed by Todd Lipcon. (Revision 1311541)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1311541
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/GetConf.java


 Accidentally left log message in GetConf after HDFS-3226
 

 Key: HDFS-3234
 URL: https://issues.apache.org/jira/browse/HDFS-3234
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: tools
Affects Versions: 2.0.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Trivial
 Fix For: 2.0.0

 Attachments: hdfs-3234.txt


 I accidentally left a debug printout in. It doesn't cause a functionality 
 regression, but it does cause noisy output on the command line:
 $ ./bin/hdfs getconf -confKey fs.defaultFS
 key: fs.defaultFS
 hdfs://nameserviceId1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3234) Accidentally left log message in GetConf after HDFS-3226

2012-04-09 Thread Aaron T. Myers (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250299#comment-13250299
 ] 

Aaron T. Myers commented on HDFS-3234:
--

+1 pending Jenkins.

 Accidentally left log message in GetConf after HDFS-3226
 

 Key: HDFS-3234
 URL: https://issues.apache.org/jira/browse/HDFS-3234
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: tools
Affects Versions: 2.0.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Trivial
 Attachments: hdfs-3234.txt


 I accidentally left a debug printout in. It doesn't cause a functionality 
 regression, but it does cause noisy output on the command line:
 $ ./bin/hdfs getconf -confKey fs.defaultFS
 key: fs.defaultFS
 hdfs://nameserviceId1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3234) Accidentally left log message in GetConf after HDFS-3226

2012-04-09 Thread Hadoop QA (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250344#comment-13250344
 ] 

Hadoop QA commented on HDFS-3234:
-

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12522037/hdfs-3234.txt
  against trunk revision .

+1 @author.  The patch does not contain any @author tags.

-1 tests included.  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.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

+1 eclipse:eclipse.  The patch built with eclipse:eclipse.

+1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) 
warnings.

+1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

+1 core tests.  The patch passed unit tests in .

+1 contrib tests.  The patch passed contrib unit tests.

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

This message is automatically generated.

 Accidentally left log message in GetConf after HDFS-3226
 

 Key: HDFS-3234
 URL: https://issues.apache.org/jira/browse/HDFS-3234
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: tools
Affects Versions: 2.0.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Trivial
 Attachments: hdfs-3234.txt


 I accidentally left a debug printout in. It doesn't cause a functionality 
 regression, but it does cause noisy output on the command line:
 $ ./bin/hdfs getconf -confKey fs.defaultFS
 key: fs.defaultFS
 hdfs://nameserviceId1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3234) Accidentally left log message in GetConf after HDFS-3226

2012-04-09 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250367#comment-13250367
 ] 

Hudson commented on HDFS-3234:
--

Integrated in Hadoop-Mapreduce-trunk-Commit #2045 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2045/])
HDFS-3234. Accidentally left log message in GetConf after HDFS-3226. 
Contributed by Todd Lipcon. (Revision 1311541)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1311541
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/GetConf.java


 Accidentally left log message in GetConf after HDFS-3226
 

 Key: HDFS-3234
 URL: https://issues.apache.org/jira/browse/HDFS-3234
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: tools
Affects Versions: 2.0.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Trivial
 Fix For: 2.0.0

 Attachments: hdfs-3234.txt


 I accidentally left a debug printout in. It doesn't cause a functionality 
 regression, but it does cause noisy output on the command line:
 $ ./bin/hdfs getconf -confKey fs.defaultFS
 key: fs.defaultFS
 hdfs://nameserviceId1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3234) Accidentally left log message in GetConf after HDFS-3226

2012-04-09 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250377#comment-13250377
 ] 

Hudson commented on HDFS-3234:
--

Integrated in Hadoop-Common-trunk-Commit #2033 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2033/])
HDFS-3234. Accidentally left log message in GetConf after HDFS-3226. 
Contributed by Todd Lipcon. (Revision 1311541)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1311541
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/GetConf.java


 Accidentally left log message in GetConf after HDFS-3226
 

 Key: HDFS-3234
 URL: https://issues.apache.org/jira/browse/HDFS-3234
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: tools
Affects Versions: 2.0.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Trivial
 Fix For: 2.0.0

 Attachments: hdfs-3234.txt


 I accidentally left a debug printout in. It doesn't cause a functionality 
 regression, but it does cause noisy output on the command line:
 $ ./bin/hdfs getconf -confKey fs.defaultFS
 key: fs.defaultFS
 hdfs://nameserviceId1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HDFS-3234) Accidentally left log message in GetConf after HDFS-3226

2012-04-09 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HDFS-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13250382#comment-13250382
 ] 

Hudson commented on HDFS-3234:
--

Integrated in Hadoop-Hdfs-trunk-Commit #2108 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2108/])
HDFS-3234. Accidentally left log message in GetConf after HDFS-3226. 
Contributed by Todd Lipcon. (Revision 1311541)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1311541
Files : 
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/GetConf.java


 Accidentally left log message in GetConf after HDFS-3226
 

 Key: HDFS-3234
 URL: https://issues.apache.org/jira/browse/HDFS-3234
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: tools
Affects Versions: 2.0.0
Reporter: Todd Lipcon
Assignee: Todd Lipcon
Priority: Trivial
 Fix For: 2.0.0

 Attachments: hdfs-3234.txt


 I accidentally left a debug printout in. It doesn't cause a functionality 
 regression, but it does cause noisy output on the command line:
 $ ./bin/hdfs getconf -confKey fs.defaultFS
 key: fs.defaultFS
 hdfs://nameserviceId1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira