[jira] [Commented] (HADOOP-8288) Remove references of mapred.child.ulimit etc. since they are not being used any more

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

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

Hudson commented on HADOOP-8288:


Integrated in Hadoop-Mapreduce-trunk #1055 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1055/])
HADOOP-8288. Remove references of mapred.child.ulimit etc. since they are 
not being used any more (Ravi Prakash via bobby) (Revision 1328018)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1328018
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Shell.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/mapred-site.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/site/apt/DeprecatedProperties.apt.vm
* 
/hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestUlimit.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/UlimitApp.java


> Remove references of mapred.child.ulimit etc. since they are not being used 
> any more
> 
>
> Key: HADOOP-8288
> URL: https://issues.apache.org/jira/browse/HADOOP-8288
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 0.23.2
>Reporter: Ravi Prakash
>Assignee: Ravi Prakash
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8288.branch-0.23.patch, 
> HADOOP-8288.branch-0.23.patch
>
>
> Courtesy Philip Su, we found that (mapred.child.ulimit, mapreduce.map.ulimit, 
> mapreduce.reduce.ulimit) were not being used at all. The configuration exists 
> but is never used. Its also mentioned in mapred-default.xml and 
> templates/../mapred-site.xml . Also the method getUlimitMemoryCommand in 
> Shell.java is now useless and can be removed.

--
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] (HADOOP-7350) Use ServiceLoader to discover compression codec classes

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

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

Hudson commented on HADOOP-7350:


Integrated in Hadoop-Mapreduce-trunk #1055 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1055/])
HADOOP-7350. Use ServiceLoader to discover compression codec classes. 
(Revision 1328083)

 Result = FAILURE
tomwhite : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1328083
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/CompressionCodecFactory.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/META-INF/services/org.apache.hadoop.io.compress.CompressionCodec
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodecFactory.java


> Use ServiceLoader to discover compression codec classes
> ---
>
> Key: HADOOP-7350
> URL: https://issues.apache.org/jira/browse/HADOOP-7350
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: conf, io
>Reporter: Tom White
>Assignee: Tom White
> Fix For: 2.0.0
>
> Attachments: HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, 
> HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, 
> HADOOP-7350.patch
>
>
> By using a ServiceLoader users wouldn't have to add codec classes to 
> io.compression.codecs for codecs that aren't shipped with Hadoop (e.g. LZO), 
> since they would be automatically picked up from the classpath.

--
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] (HADOOP-8288) Remove references of mapred.child.ulimit etc. since they are not being used any more

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

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

Hudson commented on HADOOP-8288:


Integrated in Hadoop-Hdfs-trunk #1020 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1020/])
HADOOP-8288. Remove references of mapred.child.ulimit etc. since they are 
not being used any more (Ravi Prakash via bobby) (Revision 1328018)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1328018
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Shell.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/mapred-site.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/site/apt/DeprecatedProperties.apt.vm
* 
/hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestUlimit.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/UlimitApp.java


> Remove references of mapred.child.ulimit etc. since they are not being used 
> any more
> 
>
> Key: HADOOP-8288
> URL: https://issues.apache.org/jira/browse/HADOOP-8288
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 0.23.2
>Reporter: Ravi Prakash
>Assignee: Ravi Prakash
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8288.branch-0.23.patch, 
> HADOOP-8288.branch-0.23.patch
>
>
> Courtesy Philip Su, we found that (mapred.child.ulimit, mapreduce.map.ulimit, 
> mapreduce.reduce.ulimit) were not being used at all. The configuration exists 
> but is never used. Its also mentioned in mapred-default.xml and 
> templates/../mapred-site.xml . Also the method getUlimitMemoryCommand in 
> Shell.java is now useless and can be removed.

--
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] (HADOOP-7350) Use ServiceLoader to discover compression codec classes

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

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

Hudson commented on HADOOP-7350:


Integrated in Hadoop-Hdfs-trunk #1020 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1020/])
HADOOP-7350. Use ServiceLoader to discover compression codec classes. 
(Revision 1328083)

 Result = FAILURE
tomwhite : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1328083
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/CompressionCodecFactory.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/META-INF/services/org.apache.hadoop.io.compress.CompressionCodec
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodecFactory.java


> Use ServiceLoader to discover compression codec classes
> ---
>
> Key: HADOOP-7350
> URL: https://issues.apache.org/jira/browse/HADOOP-7350
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: conf, io
>Reporter: Tom White
>Assignee: Tom White
> Fix For: 2.0.0
>
> Attachments: HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, 
> HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, 
> HADOOP-7350.patch
>
>
> By using a ServiceLoader users wouldn't have to add codec classes to 
> io.compression.codecs for codecs that aren't shipped with Hadoop (e.g. LZO), 
> since they would be automatically picked up from the classpath.

--
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] (HADOOP-8288) Remove references of mapred.child.ulimit etc. since they are not being used any more

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

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

Hudson commented on HADOOP-8288:


Integrated in Hadoop-Hdfs-0.23-Build #233 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/233/])
svn merge -c 1328018 from trunk. FIXES: HADOOP-8288. Remove references of 
mapred.child.ulimit etc. since they are not being used any more (Ravi Prakash 
via bobby) (Revision 1328022)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1328022
Files : 
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Shell.java
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/mapred-site.xml
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/site/apt/DeprecatedProperties.apt.vm
* 
/hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestUlimit.java
* 
/hadoop/common/branches/branch-0.23/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/UlimitApp.java


> Remove references of mapred.child.ulimit etc. since they are not being used 
> any more
> 
>
> Key: HADOOP-8288
> URL: https://issues.apache.org/jira/browse/HADOOP-8288
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 0.23.2
>Reporter: Ravi Prakash
>Assignee: Ravi Prakash
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8288.branch-0.23.patch, 
> HADOOP-8288.branch-0.23.patch
>
>
> Courtesy Philip Su, we found that (mapred.child.ulimit, mapreduce.map.ulimit, 
> mapreduce.reduce.ulimit) were not being used at all. The configuration exists 
> but is never used. Its also mentioned in mapred-default.xml and 
> templates/../mapred-site.xml . Also the method getUlimitMemoryCommand in 
> Shell.java is now useless and can be removed.

--
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] (HADOOP-7350) Use ServiceLoader to discover compression codec classes

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

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

Hudson commented on HADOOP-7350:


Integrated in Hadoop-Mapreduce-trunk-Commit #2125 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2125/])
HADOOP-7350. Use ServiceLoader to discover compression codec classes. 
(Revision 1328083)

 Result = ABORTED
tomwhite : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1328083
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/CompressionCodecFactory.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/META-INF/services/org.apache.hadoop.io.compress.CompressionCodec
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodecFactory.java


> Use ServiceLoader to discover compression codec classes
> ---
>
> Key: HADOOP-7350
> URL: https://issues.apache.org/jira/browse/HADOOP-7350
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: conf, io
>Reporter: Tom White
>Assignee: Tom White
> Fix For: 2.0.0
>
> Attachments: HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, 
> HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, 
> HADOOP-7350.patch
>
>
> By using a ServiceLoader users wouldn't have to add codec classes to 
> io.compression.codecs for codecs that aren't shipped with Hadoop (e.g. LZO), 
> since they would be automatically picked up from the classpath.

--
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] (HADOOP-7350) Use ServiceLoader to discover compression codec classes

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

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

Hudson commented on HADOOP-7350:


Integrated in Hadoop-Common-trunk-Commit #2108 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2108/])
HADOOP-7350. Use ServiceLoader to discover compression codec classes. 
(Revision 1328083)

 Result = SUCCESS
tomwhite : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1328083
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/CompressionCodecFactory.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/META-INF/services/org.apache.hadoop.io.compress.CompressionCodec
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodecFactory.java


> Use ServiceLoader to discover compression codec classes
> ---
>
> Key: HADOOP-7350
> URL: https://issues.apache.org/jira/browse/HADOOP-7350
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: conf, io
>Reporter: Tom White
>Assignee: Tom White
> Attachments: HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, 
> HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, 
> HADOOP-7350.patch
>
>
> By using a ServiceLoader users wouldn't have to add codec classes to 
> io.compression.codecs for codecs that aren't shipped with Hadoop (e.g. LZO), 
> since they would be automatically picked up from the classpath.

--
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] (HADOOP-7350) Use ServiceLoader to discover compression codec classes

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

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

Hudson commented on HADOOP-7350:


Integrated in Hadoop-Hdfs-trunk-Commit #2182 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2182/])
HADOOP-7350. Use ServiceLoader to discover compression codec classes. 
(Revision 1328083)

 Result = SUCCESS
tomwhite : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1328083
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/CompressionCodecFactory.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/META-INF/services/org.apache.hadoop.io.compress.CompressionCodec
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodecFactory.java


> Use ServiceLoader to discover compression codec classes
> ---
>
> Key: HADOOP-7350
> URL: https://issues.apache.org/jira/browse/HADOOP-7350
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: conf, io
>Reporter: Tom White
>Assignee: Tom White
> Attachments: HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, 
> HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, HADOOP-7350.patch, 
> HADOOP-7350.patch
>
>
> By using a ServiceLoader users wouldn't have to add codec classes to 
> io.compression.codecs for codecs that aren't shipped with Hadoop (e.g. LZO), 
> since they would be automatically picked up from the classpath.

--
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] (HADOOP-8288) Remove references of mapred.child.ulimit etc. since they are not being used any more

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

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

Hudson commented on HADOOP-8288:


Integrated in Hadoop-Mapreduce-trunk-Commit #2123 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2123/])
HADOOP-8288. Remove references of mapred.child.ulimit etc. since they are 
not being used any more (Ravi Prakash via bobby) (Revision 1328018)

 Result = ABORTED
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1328018
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Shell.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/mapred-site.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/site/apt/DeprecatedProperties.apt.vm
* 
/hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestUlimit.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/UlimitApp.java


> Remove references of mapred.child.ulimit etc. since they are not being used 
> any more
> 
>
> Key: HADOOP-8288
> URL: https://issues.apache.org/jira/browse/HADOOP-8288
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 0.23.2
>Reporter: Ravi Prakash
>Assignee: Ravi Prakash
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8288.branch-0.23.patch, 
> HADOOP-8288.branch-0.23.patch
>
>
> Courtesy Philip Su, we found that (mapred.child.ulimit, mapreduce.map.ulimit, 
> mapreduce.reduce.ulimit) were not being used at all. The configuration exists 
> but is never used. Its also mentioned in mapred-default.xml and 
> templates/../mapred-site.xml . Also the method getUlimitMemoryCommand in 
> Shell.java is now useless and can be removed.

--
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] (HADOOP-8288) Remove references of mapred.child.ulimit etc. since they are not being used any more

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

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

Hudson commented on HADOOP-8288:


Integrated in Hadoop-Common-trunk-Commit #2106 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2106/])
HADOOP-8288. Remove references of mapred.child.ulimit etc. since they are 
not being used any more (Ravi Prakash via bobby) (Revision 1328018)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1328018
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Shell.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/mapred-site.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/site/apt/DeprecatedProperties.apt.vm
* 
/hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestUlimit.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/UlimitApp.java


> Remove references of mapred.child.ulimit etc. since they are not being used 
> any more
> 
>
> Key: HADOOP-8288
> URL: https://issues.apache.org/jira/browse/HADOOP-8288
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 0.23.2
>Reporter: Ravi Prakash
>Assignee: Ravi Prakash
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8288.branch-0.23.patch, 
> HADOOP-8288.branch-0.23.patch
>
>
> Courtesy Philip Su, we found that (mapred.child.ulimit, mapreduce.map.ulimit, 
> mapreduce.reduce.ulimit) were not being used at all. The configuration exists 
> but is never used. Its also mentioned in mapred-default.xml and 
> templates/../mapred-site.xml . Also the method getUlimitMemoryCommand in 
> Shell.java is now useless and can be removed.

--
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] (HADOOP-8288) Remove references of mapred.child.ulimit etc. since they are not being used any more

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

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

Hudson commented on HADOOP-8288:


Integrated in Hadoop-Hdfs-trunk-Commit #2180 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2180/])
HADOOP-8288. Remove references of mapred.child.ulimit etc. since they are 
not being used any more (Ravi Prakash via bobby) (Revision 1328018)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1328018
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Shell.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/packages/templates/conf/mapred-site.xml
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/site/apt/DeprecatedProperties.apt.vm
* 
/hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestUlimit.java
* 
/hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/UlimitApp.java


> Remove references of mapred.child.ulimit etc. since they are not being used 
> any more
> 
>
> Key: HADOOP-8288
> URL: https://issues.apache.org/jira/browse/HADOOP-8288
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 0.23.2
>Reporter: Ravi Prakash
>Assignee: Ravi Prakash
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8288.branch-0.23.patch, 
> HADOOP-8288.branch-0.23.patch
>
>
> Courtesy Philip Su, we found that (mapred.child.ulimit, mapreduce.map.ulimit, 
> mapreduce.reduce.ulimit) were not being used at all. The configuration exists 
> but is never used. Its also mentioned in mapred-default.xml and 
> templates/../mapred-site.xml . Also the method getUlimitMemoryCommand in 
> Shell.java is now useless and can be removed.

--
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] (HADOOP-8117) Upgrade test build to Surefire 2.12

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

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

Hudson commented on HADOOP-8117:


Integrated in Hadoop-Mapreduce-trunk #1054 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1054/])
Move HADOOP-8117 from 3.0 to 2.0 in CHANGES.txt after commit to branch-2 
(Revision 1327707)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327707
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> Upgrade test build to Surefire 2.12
> ---
>
> Key: HADOOP-8117
> URL: https://issues.apache.org/jira/browse/HADOOP-8117
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, test
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: hadoop-8117.txt, hadoop-8117.txt
>
>
> Surefire 2.9, which we're using currently, has a few annoying bugs. In 
> particular, if a test exits with a non-zero exit code, it doesn't report the 
> test as failed.

--
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] (HADOOP-8290) Remove two remaining references to "hadoop.native.lib" oldprop

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

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

Hudson commented on HADOOP-8290:


Integrated in Hadoop-Mapreduce-trunk #1054 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1054/])
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) 
(Revision 1327618)
Reverting all commit booboos made on HADOOP-8290. Resetting to state before 
that. Sorry for so much noise. (harsh) (Revision 1327616)
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (fixed 
commit after revert) (Revision 1327615)
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (fixed 
commit) (Revision 1327611)
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (Revision 
1327609)

 Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327618
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327616
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327615
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327611
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327609
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml


> Remove two remaining references to "hadoop.native.lib" oldprop
> --
>
> Key: HADOOP-8290
> URL: https://issues.apache.org/jira/browse/HADOOP-8290
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test
>Affects Versions: 3.0.0
>Reporter: Harsh J
>Assignee: Harsh J
>Priority: Trivial
> Fix For: 3.0.0
>
> Attachments: HADOOP-8290.patch, HADOOP-8290.patch
>
>
> The following two test files still carry the old prop name:
> {code}
> # modified:   
> hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
> # modified:   
> hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
> {code}
> This JIRA is to merely fix those up to use the new io.native.lib.enabled prop.

--
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] (HADOOP-8290) Remove two remaining references to "hadoop.native.lib" oldprop

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

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

Hudson commented on HADOOP-8290:


Integrated in Hadoop-Hdfs-trunk #1019 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1019/])
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) 
(Revision 1327618)
Reverting all commit booboos made on HADOOP-8290. Resetting to state before 
that. Sorry for so much noise. (harsh) (Revision 1327616)
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (fixed 
commit after revert) (Revision 1327615)
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (fixed 
commit) (Revision 1327611)
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (Revision 
1327609)

 Result = FAILURE
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327618
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327616
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327615
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327611
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327609
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml


> Remove two remaining references to "hadoop.native.lib" oldprop
> --
>
> Key: HADOOP-8290
> URL: https://issues.apache.org/jira/browse/HADOOP-8290
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test
>Affects Versions: 3.0.0
>Reporter: Harsh J
>Assignee: Harsh J
>Priority: Trivial
> Fix For: 3.0.0
>
> Attachments: HADOOP-8290.patch, HADOOP-8290.patch
>
>
> The following two test files still carry the old prop name:
> {code}
> # modified:   
> hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
> # modified:   
> hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
> {code}
> This JIRA is to merely fix those up to use the new io.native.lib.enabled prop.

--
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] (HADOOP-8117) Upgrade test build to Surefire 2.12

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

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

Hudson commented on HADOOP-8117:


Integrated in Hadoop-Hdfs-trunk #1019 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1019/])
Move HADOOP-8117 from 3.0 to 2.0 in CHANGES.txt after commit to branch-2 
(Revision 1327707)

 Result = FAILURE
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327707
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> Upgrade test build to Surefire 2.12
> ---
>
> Key: HADOOP-8117
> URL: https://issues.apache.org/jira/browse/HADOOP-8117
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, test
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: hadoop-8117.txt, hadoop-8117.txt
>
>
> Surefire 2.9, which we're using currently, has a few annoying bugs. In 
> particular, if a test exits with a non-zero exit code, it doesn't report the 
> test as failed.

--
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] (HADOOP-8117) Upgrade test build to Surefire 2.12

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

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

Hudson commented on HADOOP-8117:


Integrated in Hadoop-Mapreduce-trunk-Commit #2116 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2116/])
Move HADOOP-8117 from 3.0 to 2.0 in CHANGES.txt after commit to branch-2 
(Revision 1327707)

 Result = ABORTED
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327707
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> Upgrade test build to Surefire 2.12
> ---
>
> Key: HADOOP-8117
> URL: https://issues.apache.org/jira/browse/HADOOP-8117
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, test
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: hadoop-8117.txt, hadoop-8117.txt
>
>
> Surefire 2.9, which we're using currently, has a few annoying bugs. In 
> particular, if a test exits with a non-zero exit code, it doesn't report the 
> test as failed.

--
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] (HADOOP-8117) Upgrade test build to Surefire 2.12

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

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

Hudson commented on HADOOP-8117:


Integrated in Hadoop-Common-trunk-Commit #2099 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2099/])
Move HADOOP-8117 from 3.0 to 2.0 in CHANGES.txt after commit to branch-2 
(Revision 1327707)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327707
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> Upgrade test build to Surefire 2.12
> ---
>
> Key: HADOOP-8117
> URL: https://issues.apache.org/jira/browse/HADOOP-8117
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, test
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: hadoop-8117.txt, hadoop-8117.txt
>
>
> Surefire 2.9, which we're using currently, has a few annoying bugs. In 
> particular, if a test exits with a non-zero exit code, it doesn't report the 
> test as failed.

--
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] (HADOOP-8117) Upgrade test build to Surefire 2.12

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

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

Hudson commented on HADOOP-8117:


Integrated in Hadoop-Hdfs-trunk-Commit #2172 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2172/])
Move HADOOP-8117 from 3.0 to 2.0 in CHANGES.txt after commit to branch-2 
(Revision 1327707)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327707
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> Upgrade test build to Surefire 2.12
> ---
>
> Key: HADOOP-8117
> URL: https://issues.apache.org/jira/browse/HADOOP-8117
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, test
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: hadoop-8117.txt, hadoop-8117.txt
>
>
> Surefire 2.9, which we're using currently, has a few annoying bugs. In 
> particular, if a test exits with a non-zero exit code, it doesn't report the 
> test as failed.

--
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] (HADOOP-8290) Remove two remaining references to "hadoop.native.lib" oldprop

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

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

Hudson commented on HADOOP-8290:


Integrated in Hadoop-Hdfs-trunk-Commit #2170 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2170/])
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) 
(Revision 1327618)
Reverting all commit booboos made on HADOOP-8290. Resetting to state before 
that. Sorry for so much noise. (harsh) (Revision 1327616)
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (fixed 
commit after revert) (Revision 1327615)
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (fixed 
commit) (Revision 1327611)
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (Revision 
1327609)

 Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327618
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327616
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327615
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327611
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327609
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml


> Remove two remaining references to "hadoop.native.lib" oldprop
> --
>
> Key: HADOOP-8290
> URL: https://issues.apache.org/jira/browse/HADOOP-8290
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test
>Affects Versions: 3.0.0
>Reporter: Harsh J
>Assignee: Harsh J
>Priority: Trivial
> Fix For: 3.0.0
>
> Attachments: HADOOP-8290.patch, HADOOP-8290.patch
>
>
> The following two test files still carry the old prop name:
> {code}
> # modified:   
> hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
> # modified:   
> hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
> {code}
> This JIRA is to merely fix those up to use the new io.native.lib.enabled prop.

--
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] (HADOOP-8290) Remove two remaining references to "hadoop.native.lib" oldprop

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

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

Hudson commented on HADOOP-8290:


Integrated in Hadoop-Mapreduce-trunk-Commit #2113 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2113/])
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) 
(Revision 1327618)
Reverting all commit booboos made on HADOOP-8290. Resetting to state before 
that. Sorry for so much noise. (harsh) (Revision 1327616)
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (fixed 
commit after revert) (Revision 1327615)
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (fixed 
commit) (Revision 1327611)

 Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327618
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327616
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327615
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327611
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java


> Remove two remaining references to "hadoop.native.lib" oldprop
> --
>
> Key: HADOOP-8290
> URL: https://issues.apache.org/jira/browse/HADOOP-8290
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test
>Affects Versions: 3.0.0
>Reporter: Harsh J
>Assignee: Harsh J
>Priority: Trivial
> Fix For: 3.0.0
>
> Attachments: HADOOP-8290.patch, HADOOP-8290.patch
>
>
> The following two test files still carry the old prop name:
> {code}
> # modified:   
> hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
> # modified:   
> hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
> {code}
> This JIRA is to merely fix those up to use the new io.native.lib.enabled prop.

--
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] (HADOOP-8290) Remove two remaining references to "hadoop.native.lib" oldprop

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

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

Hudson commented on HADOOP-8290:


Integrated in Hadoop-Common-trunk-Commit #2097 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2097/])
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) 
(Revision 1327618)
Reverting all commit booboos made on HADOOP-8290. Resetting to state before 
that. Sorry for so much noise. (harsh) (Revision 1327616)
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (fixed 
commit after revert) (Revision 1327615)
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (fixed 
commit) (Revision 1327611)
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) (Revision 
1327609)

 Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327618
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327616
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327615
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327611
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java

harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327609
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml


> Remove two remaining references to "hadoop.native.lib" oldprop
> --
>
> Key: HADOOP-8290
> URL: https://issues.apache.org/jira/browse/HADOOP-8290
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test
>Affects Versions: 3.0.0
>Reporter: Harsh J
>Assignee: Harsh J
>Priority: Trivial
> Fix For: 3.0.0
>
> Attachments: HADOOP-8290.patch, HADOOP-8290.patch
>
>
> The following two test files still carry the old prop name:
> {code}
> # modified:   
> hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
> # modified:   
> hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
> {code}
> This JIRA is to merely fix those up to use the new io.native.lib.enabled prop.

--
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] (HADOOP-8290) Remove two remaining references to "hadoop.native.lib" oldprop

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

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

Hudson commented on HADOOP-8290:


Integrated in Hadoop-Mapreduce-trunk-Commit #2112 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2112/])
HADOOP-8290. Remove remaining references to hadoop.native.lib (harsh) 
(Revision 1327609)

 Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327609
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml


> Remove two remaining references to "hadoop.native.lib" oldprop
> --
>
> Key: HADOOP-8290
> URL: https://issues.apache.org/jira/browse/HADOOP-8290
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test
>Affects Versions: 3.0.0
>Reporter: Harsh J
>Assignee: Harsh J
>Priority: Trivial
> Fix For: 3.0.0
>
> Attachments: HADOOP-8290.patch, HADOOP-8290.patch
>
>
> The following two test files still carry the old prop name:
> {code}
> # modified:   
> hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/compress/TestCodec.java
> # modified:   
> hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/file/tfile/TestTFileSeqFileComparison.java
> {code}
> This JIRA is to merely fix those up to use the new io.native.lib.enabled prop.

--
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] (HADOOP-8286) Simplify getting a socket address from conf

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

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

Hudson commented on HADOOP-8286:


Integrated in Hadoop-Mapreduce-trunk #1053 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1053/])
HADOOP-8286. Simplify getting a socket address from conf (Daryn Sharp via 
bobby) (Revision 1327108)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327108
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java


> Simplify getting a socket address from conf
> ---
>
> Key: HADOOP-8286
> URL: https://issues.apache.org/jira/browse/HADOOP-8286
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: conf
>Affects Versions: 0.23.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8286.patch
>
>
> {{NetUtils.createSocketAddr(addr, port, confKey}} will throw an exception 
> with a descriptive message of a malformed conf value.  A corresponding 
> {{conf#getSocketAddr}} would make it easier to use, and ensure that 
> {{NetUtils}} is used to parse the address.

--
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] (HADOOP-8227) Allow RPC to limit ephemeral port range.

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

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

Hudson commented on HADOOP-8227:


Integrated in Hadoop-Mapreduce-trunk #1053 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1053/])
HADOOP-8227. Allow RPC to limit ephemeral port range. (bobby) (Revision 
1327127)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327127
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RPC.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/WritableRpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestRPC.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestServer.java


> Allow RPC to limit ephemeral port range.
> 
>
> Key: HADOOP-8227
> URL: https://issues.apache.org/jira/browse/HADOOP-8227
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 0.23.2
>Reporter: Robert Joseph Evans
>Assignee: Robert Joseph Evans
>Priority: Blocker
> Fix For: 2.0.0, 3.0.0
>
> Attachments: HADOOP-8227-trunk.txt, HADOOP-8227-trunk.txt, 
> HADOOP-8227-trunk.txt
>
>
> This is a sub task of MAPREDUCE-4079.  For security reasons we would like to 
> limit the range of ports that are used when some RPC servers select a port.

--
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] (HADOOP-8108) move method getHostPortString() from NameNode to NetUtils

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

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

Hudson commented on HADOOP-8108:


Integrated in Hadoop-Mapreduce-trunk #1053 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1053/])
Pulled HADOOP-8108 into branch-0.23 (Revision 1327140)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327140
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> move method getHostPortString() from NameNode to NetUtils
> -
>
> Key: HADOOP-8108
> URL: https://issues.apache.org/jira/browse/HADOOP-8108
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: util
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Brandon Li
>Assignee: Brandon Li
>Priority: Trivial
> Attachments: HADOOP-8108.patch
>
>
> This issue is the counter part of the issue HDFS-3003.

--
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] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

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

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

Hudson commented on HADOOP-8280:


Integrated in Hadoop-Mapreduce-trunk #1053 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1053/])
HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from 
HDFS into Common. Contributed by Ahmed Radwan. (Revision 1327182)
Revert HADOOP-8280 so it can be recommitted using `svn mv' (Revision 1327179)

 Result = SUCCESS
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327182
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java

atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327179
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java


>  Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.
> -
>
> Key: HADOOP-8280
> URL: https://issues.apache.org/jira/browse/HADOOP-8280
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test, util
>Affects Versions: 0.23.1
>Reporter: Ahmed Radwan
>Assignee: Ahmed Radwan
> Fix For: 2.0.0
>
> Attachments: HADOOP-8280.patch, HADOOP-8280_mv_script.sh, 
> HADOOP-8280_rev2.patch
>
>
>  We need to use VersionUtil in MAPREDUCE-4150. Moving 
> VersionUtil/TestVersionUtil from HDFS into common will help this, especially 
> since test-patch doesn't seem to deal well with cross-sub-project patches.

--
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] (HADOOP-8286) Simplify getting a socket address from conf

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

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

Hudson commented on HADOOP-8286:


Integrated in Hadoop-Hdfs-trunk #1018 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1018/])
HADOOP-8286. Simplify getting a socket address from conf (Daryn Sharp via 
bobby) (Revision 1327108)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327108
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java


> Simplify getting a socket address from conf
> ---
>
> Key: HADOOP-8286
> URL: https://issues.apache.org/jira/browse/HADOOP-8286
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: conf
>Affects Versions: 0.23.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8286.patch
>
>
> {{NetUtils.createSocketAddr(addr, port, confKey}} will throw an exception 
> with a descriptive message of a malformed conf value.  A corresponding 
> {{conf#getSocketAddr}} would make it easier to use, and ensure that 
> {{NetUtils}} is used to parse the address.

--
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] (HADOOP-8227) Allow RPC to limit ephemeral port range.

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

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

Hudson commented on HADOOP-8227:


Integrated in Hadoop-Hdfs-trunk #1018 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1018/])
HADOOP-8227. Allow RPC to limit ephemeral port range. (bobby) (Revision 
1327127)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327127
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RPC.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/WritableRpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestRPC.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestServer.java


> Allow RPC to limit ephemeral port range.
> 
>
> Key: HADOOP-8227
> URL: https://issues.apache.org/jira/browse/HADOOP-8227
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 0.23.2
>Reporter: Robert Joseph Evans
>Assignee: Robert Joseph Evans
>Priority: Blocker
> Fix For: 2.0.0, 3.0.0
>
> Attachments: HADOOP-8227-trunk.txt, HADOOP-8227-trunk.txt, 
> HADOOP-8227-trunk.txt
>
>
> This is a sub task of MAPREDUCE-4079.  For security reasons we would like to 
> limit the range of ports that are used when some RPC servers select a port.

--
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] (HADOOP-8108) move method getHostPortString() from NameNode to NetUtils

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

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

Hudson commented on HADOOP-8108:


Integrated in Hadoop-Hdfs-trunk #1018 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1018/])
Pulled HADOOP-8108 into branch-0.23 (Revision 1327140)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327140
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> move method getHostPortString() from NameNode to NetUtils
> -
>
> Key: HADOOP-8108
> URL: https://issues.apache.org/jira/browse/HADOOP-8108
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: util
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Brandon Li
>Assignee: Brandon Li
>Priority: Trivial
> Attachments: HADOOP-8108.patch
>
>
> This issue is the counter part of the issue HDFS-3003.

--
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] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

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

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

Hudson commented on HADOOP-8280:


Integrated in Hadoop-Hdfs-trunk #1018 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1018/])
HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from 
HDFS into Common. Contributed by Ahmed Radwan. (Revision 1327182)
Revert HADOOP-8280 so it can be recommitted using `svn mv' (Revision 1327179)

 Result = FAILURE
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327182
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java

atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327179
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java


>  Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.
> -
>
> Key: HADOOP-8280
> URL: https://issues.apache.org/jira/browse/HADOOP-8280
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test, util
>Affects Versions: 0.23.1
>Reporter: Ahmed Radwan
>Assignee: Ahmed Radwan
> Fix For: 2.0.0
>
> Attachments: HADOOP-8280.patch, HADOOP-8280_mv_script.sh, 
> HADOOP-8280_rev2.patch
>
>
>  We need to use VersionUtil in MAPREDUCE-4150. Moving 
> VersionUtil/TestVersionUtil from HDFS into common will help this, especially 
> since test-patch doesn't seem to deal well with cross-sub-project patches.

--
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] (HADOOP-8286) Simplify getting a socket address from conf

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

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

Hudson commented on HADOOP-8286:


Integrated in Hadoop-Hdfs-0.23-Build #231 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/231/])
svn merge -c 1327108 from trunk. FIXES: HADOOP-8286. Simplify getting a 
socket address from conf (Daryn Sharp via bobby) (Revision 1327110)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327110
Files : 
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java


> Simplify getting a socket address from conf
> ---
>
> Key: HADOOP-8286
> URL: https://issues.apache.org/jira/browse/HADOOP-8286
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: conf
>Affects Versions: 0.23.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8286.patch
>
>
> {{NetUtils.createSocketAddr(addr, port, confKey}} will throw an exception 
> with a descriptive message of a malformed conf value.  A corresponding 
> {{conf#getSocketAddr}} would make it easier to use, and ensure that 
> {{NetUtils}} is used to parse the address.

--
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] (HADOOP-8108) move method getHostPortString() from NameNode to NetUtils

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

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

Hudson commented on HADOOP-8108:


Integrated in Hadoop-Hdfs-0.23-Build #231 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/231/])
HADOOP-8108. Move method getHostPortString() from NameNode to NetUtils.  
Contributed by Brandon Li (Revision 1327139)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327139
Files : 
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java


> move method getHostPortString() from NameNode to NetUtils
> -
>
> Key: HADOOP-8108
> URL: https://issues.apache.org/jira/browse/HADOOP-8108
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: util
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Brandon Li
>Assignee: Brandon Li
>Priority: Trivial
> Attachments: HADOOP-8108.patch
>
>
> This issue is the counter part of the issue HDFS-3003.

--
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] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

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

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

Hudson commented on HADOOP-8280:


Integrated in Hadoop-Mapreduce-trunk-Commit #2103 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2103/])
HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from 
HDFS into Common. Contributed by Ahmed Radwan. (Revision 1327182)

 Result = ABORTED
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327182
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java


>  Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.
> -
>
> Key: HADOOP-8280
> URL: https://issues.apache.org/jira/browse/HADOOP-8280
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test, util
>Affects Versions: 0.23.1
>Reporter: Ahmed Radwan
>Assignee: Ahmed Radwan
> Fix For: 2.0.0
>
> Attachments: HADOOP-8280.patch, HADOOP-8280_mv_script.sh, 
> HADOOP-8280_rev2.patch
>
>
>  We need to use VersionUtil in MAPREDUCE-4150. Moving 
> VersionUtil/TestVersionUtil from HDFS into common will help this, especially 
> since test-patch doesn't seem to deal well with cross-sub-project patches.

--
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] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

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

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

Hudson commented on HADOOP-8280:


Integrated in Hadoop-Mapreduce-trunk-Commit #2102 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2102/])
Revert HADOOP-8280 so it can be recommitted using `svn mv' (Revision 
1327179)

 Result = ABORTED
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327179
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java


>  Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.
> -
>
> Key: HADOOP-8280
> URL: https://issues.apache.org/jira/browse/HADOOP-8280
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test, util
>Affects Versions: 0.23.1
>Reporter: Ahmed Radwan
>Assignee: Ahmed Radwan
> Fix For: 2.0.0
>
> Attachments: HADOOP-8280.patch, HADOOP-8280_mv_script.sh, 
> HADOOP-8280_rev2.patch
>
>
>  We need to use VersionUtil in MAPREDUCE-4150. Moving 
> VersionUtil/TestVersionUtil from HDFS into common will help this, especially 
> since test-patch doesn't seem to deal well with cross-sub-project patches.

--
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] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

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

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

Hudson commented on HADOOP-8280:


Integrated in Hadoop-Common-trunk-Commit #2089 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2089/])
HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from 
HDFS into Common. Contributed by Ahmed Radwan. (Revision 1327182)

 Result = SUCCESS
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327182
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java


>  Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.
> -
>
> Key: HADOOP-8280
> URL: https://issues.apache.org/jira/browse/HADOOP-8280
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test, util
>Affects Versions: 0.23.1
>Reporter: Ahmed Radwan
>Assignee: Ahmed Radwan
> Fix For: 2.0.0
>
> Attachments: HADOOP-8280.patch, HADOOP-8280_mv_script.sh, 
> HADOOP-8280_rev2.patch
>
>
>  We need to use VersionUtil in MAPREDUCE-4150. Moving 
> VersionUtil/TestVersionUtil from HDFS into common will help this, especially 
> since test-patch doesn't seem to deal well with cross-sub-project patches.

--
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] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

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

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

Hudson commented on HADOOP-8280:


Integrated in Hadoop-Hdfs-trunk-Commit #2162 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2162/])
HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from 
HDFS into Common. Contributed by Ahmed Radwan. (Revision 1327182)

 Result = SUCCESS
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327182
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java


>  Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.
> -
>
> Key: HADOOP-8280
> URL: https://issues.apache.org/jira/browse/HADOOP-8280
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test, util
>Affects Versions: 0.23.1
>Reporter: Ahmed Radwan
>Assignee: Ahmed Radwan
> Fix For: 2.0.0
>
> Attachments: HADOOP-8280.patch, HADOOP-8280_mv_script.sh, 
> HADOOP-8280_rev2.patch
>
>
>  We need to use VersionUtil in MAPREDUCE-4150. Moving 
> VersionUtil/TestVersionUtil from HDFS into common will help this, especially 
> since test-patch doesn't seem to deal well with cross-sub-project patches.

--
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] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

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

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

Hudson commented on HADOOP-8280:


Integrated in Hadoop-Common-trunk-Commit #2088 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2088/])
Revert HADOOP-8280 so it can be recommitted using `svn mv' (Revision 
1327179)

 Result = SUCCESS
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327179
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java


>  Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.
> -
>
> Key: HADOOP-8280
> URL: https://issues.apache.org/jira/browse/HADOOP-8280
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test, util
>Affects Versions: 0.23.1
>Reporter: Ahmed Radwan
>Assignee: Ahmed Radwan
> Fix For: 2.0.0
>
> Attachments: HADOOP-8280.patch, HADOOP-8280_mv_script.sh, 
> HADOOP-8280_rev2.patch
>
>
>  We need to use VersionUtil in MAPREDUCE-4150. Moving 
> VersionUtil/TestVersionUtil from HDFS into common will help this, especially 
> since test-patch doesn't seem to deal well with cross-sub-project patches.

--
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] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

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

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

Hudson commented on HADOOP-8280:


Integrated in Hadoop-Hdfs-trunk-Commit #2161 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2161/])
Revert HADOOP-8280 so it can be recommitted using `svn mv' (Revision 
1327179)

 Result = SUCCESS
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327179
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java


>  Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.
> -
>
> Key: HADOOP-8280
> URL: https://issues.apache.org/jira/browse/HADOOP-8280
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test, util
>Affects Versions: 0.23.1
>Reporter: Ahmed Radwan
>Assignee: Ahmed Radwan
> Fix For: 2.0.0
>
> Attachments: HADOOP-8280.patch, HADOOP-8280_mv_script.sh, 
> HADOOP-8280_rev2.patch
>
>
>  We need to use VersionUtil in MAPREDUCE-4150. Moving 
> VersionUtil/TestVersionUtil from HDFS into common will help this, especially 
> since test-patch doesn't seem to deal well with cross-sub-project patches.

--
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] (HADOOP-8108) move method getHostPortString() from NameNode to NetUtils

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

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

Hudson commented on HADOOP-8108:


Integrated in Hadoop-Mapreduce-trunk-Commit #2101 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2101/])
Pulled HADOOP-8108 into branch-0.23 (Revision 1327140)

 Result = ABORTED
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327140
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> move method getHostPortString() from NameNode to NetUtils
> -
>
> Key: HADOOP-8108
> URL: https://issues.apache.org/jira/browse/HADOOP-8108
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: util
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Brandon Li
>Assignee: Brandon Li
>Priority: Trivial
> Attachments: HADOOP-8108.patch
>
>
> This issue is the counter part of the issue HDFS-3003.

--
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] (HADOOP-8227) Allow RPC to limit ephemeral port range.

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

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

Hudson commented on HADOOP-8227:


Integrated in Hadoop-Mapreduce-trunk-Commit #2100 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2100/])
HADOOP-8227. Allow RPC to limit ephemeral port range. (bobby) (Revision 
1327127)

 Result = ABORTED
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327127
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RPC.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/WritableRpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestRPC.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestServer.java


> Allow RPC to limit ephemeral port range.
> 
>
> Key: HADOOP-8227
> URL: https://issues.apache.org/jira/browse/HADOOP-8227
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 0.23.2
>Reporter: Robert Joseph Evans
>Assignee: Robert Joseph Evans
>Priority: Blocker
> Fix For: 2.0.0, 3.0.0
>
> Attachments: HADOOP-8227-trunk.txt, HADOOP-8227-trunk.txt, 
> HADOOP-8227-trunk.txt
>
>
> This is a sub task of MAPREDUCE-4079.  For security reasons we would like to 
> limit the range of ports that are used when some RPC servers select a port.

--
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] (HADOOP-8108) move method getHostPortString() from NameNode to NetUtils

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

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

Hudson commented on HADOOP-8108:


Integrated in Hadoop-Common-trunk-Commit #2087 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2087/])
Pulled HADOOP-8108 into branch-0.23 (Revision 1327140)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327140
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> move method getHostPortString() from NameNode to NetUtils
> -
>
> Key: HADOOP-8108
> URL: https://issues.apache.org/jira/browse/HADOOP-8108
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: util
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Brandon Li
>Assignee: Brandon Li
>Priority: Trivial
> Attachments: HADOOP-8108.patch
>
>
> This issue is the counter part of the issue HDFS-3003.

--
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] (HADOOP-8108) move method getHostPortString() from NameNode to NetUtils

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

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

Hudson commented on HADOOP-8108:


Integrated in Hadoop-Hdfs-trunk-Commit #2160 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2160/])
Pulled HADOOP-8108 into branch-0.23 (Revision 1327140)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327140
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> move method getHostPortString() from NameNode to NetUtils
> -
>
> Key: HADOOP-8108
> URL: https://issues.apache.org/jira/browse/HADOOP-8108
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: util
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Brandon Li
>Assignee: Brandon Li
>Priority: Trivial
> Attachments: HADOOP-8108.patch
>
>
> This issue is the counter part of the issue HDFS-3003.

--
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] (HADOOP-8227) Allow RPC to limit ephemeral port range.

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

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

Hudson commented on HADOOP-8227:


Integrated in Hadoop-Common-trunk-Commit #2086 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2086/])
HADOOP-8227. Allow RPC to limit ephemeral port range. (bobby) (Revision 
1327127)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327127
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RPC.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/WritableRpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestRPC.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestServer.java


> Allow RPC to limit ephemeral port range.
> 
>
> Key: HADOOP-8227
> URL: https://issues.apache.org/jira/browse/HADOOP-8227
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 0.23.2
>Reporter: Robert Joseph Evans
>Assignee: Robert Joseph Evans
>Priority: Blocker
> Fix For: 2.0.0, 3.0.0
>
> Attachments: HADOOP-8227-trunk.txt, HADOOP-8227-trunk.txt, 
> HADOOP-8227-trunk.txt
>
>
> This is a sub task of MAPREDUCE-4079.  For security reasons we would like to 
> limit the range of ports that are used when some RPC servers select a port.

--
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] (HADOOP-8227) Allow RPC to limit ephemeral port range.

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

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

Hudson commented on HADOOP-8227:


Integrated in Hadoop-Hdfs-trunk-Commit #2159 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2159/])
HADOOP-8227. Allow RPC to limit ephemeral port range. (bobby) (Revision 
1327127)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327127
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RPC.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/RpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Server.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/WritableRpcEngine.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestRPC.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestServer.java


> Allow RPC to limit ephemeral port range.
> 
>
> Key: HADOOP-8227
> URL: https://issues.apache.org/jira/browse/HADOOP-8227
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 0.23.2
>Reporter: Robert Joseph Evans
>Assignee: Robert Joseph Evans
>Priority: Blocker
> Fix For: 2.0.0, 3.0.0
>
> Attachments: HADOOP-8227-trunk.txt, HADOOP-8227-trunk.txt, 
> HADOOP-8227-trunk.txt
>
>
> This is a sub task of MAPREDUCE-4079.  For security reasons we would like to 
> limit the range of ports that are used when some RPC servers select a port.

--
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] (HADOOP-8286) Simplify getting a socket address from conf

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

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

Hudson commented on HADOOP-8286:


Integrated in Hadoop-Mapreduce-trunk-Commit #2099 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2099/])
HADOOP-8286. Simplify getting a socket address from conf (Daryn Sharp via 
bobby) (Revision 1327108)

 Result = ABORTED
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327108
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java


> Simplify getting a socket address from conf
> ---
>
> Key: HADOOP-8286
> URL: https://issues.apache.org/jira/browse/HADOOP-8286
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: conf
>Affects Versions: 0.23.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8286.patch
>
>
> {{NetUtils.createSocketAddr(addr, port, confKey}} will throw an exception 
> with a descriptive message of a malformed conf value.  A corresponding 
> {{conf#getSocketAddr}} would make it easier to use, and ensure that 
> {{NetUtils}} is used to parse the address.

--
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] (HADOOP-8286) Simplify getting a socket address from conf

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

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

Hudson commented on HADOOP-8286:


Integrated in Hadoop-Common-trunk-Commit #2085 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2085/])
HADOOP-8286. Simplify getting a socket address from conf (Daryn Sharp via 
bobby) (Revision 1327108)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327108
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java


> Simplify getting a socket address from conf
> ---
>
> Key: HADOOP-8286
> URL: https://issues.apache.org/jira/browse/HADOOP-8286
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: conf
>Affects Versions: 0.23.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8286.patch
>
>
> {{NetUtils.createSocketAddr(addr, port, confKey}} will throw an exception 
> with a descriptive message of a malformed conf value.  A corresponding 
> {{conf#getSocketAddr}} would make it easier to use, and ensure that 
> {{NetUtils}} is used to parse the address.

--
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] (HADOOP-8286) Simplify getting a socket address from conf

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

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

Hudson commented on HADOOP-8286:


Integrated in Hadoop-Hdfs-trunk-Commit #2158 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2158/])
HADOOP-8286. Simplify getting a socket address from conf (Daryn Sharp via 
bobby) (Revision 1327108)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1327108
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/conf/TestConfiguration.java


> Simplify getting a socket address from conf
> ---
>
> Key: HADOOP-8286
> URL: https://issues.apache.org/jira/browse/HADOOP-8286
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: conf
>Affects Versions: 0.23.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8286.patch
>
>
> {{NetUtils.createSocketAddr(addr, port, confKey}} will throw an exception 
> with a descriptive message of a malformed conf value.  A corresponding 
> {{conf#getSocketAddr}} would make it easier to use, and ensure that 
> {{NetUtils}} is used to parse the address.

--
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] (HADOOP-8282) start-all.sh refers incorrectly start-dfs.sh existence for starting start-yarn.sh

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

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

Hudson commented on HADOOP-8282:


Integrated in Hadoop-Mapreduce-trunk #1052 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1052/])
HADOOP-8282. start-all.sh refers incorrectly start-dfs.sh existence for 
starting start-yarn.sh. Contributed by Devaraj K (Revision 1326890)

 Result = FAILURE
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326890
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/start-all.sh


> start-all.sh refers incorrectly start-dfs.sh existence for starting 
> start-yarn.sh
> -
>
> Key: HADOOP-8282
> URL: https://issues.apache.org/jira/browse/HADOOP-8282
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 2.0.0, 3.0.0
>Reporter: Devaraj K
>Assignee: Devaraj K
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HADOOP-8282.patch
>
>


--
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] (HADOOP-8283) Allow tests to control token service value

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

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

Hudson commented on HADOOP-8283:


Integrated in Hadoop-Mapreduce-trunk #1052 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1052/])
HADOOP-8283. Allow tests to control token service value (Daryn Sharp via 
bobby) (Revision 1326668)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326668
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/SecurityUtilTestHelper.java


> Allow tests to control token service value
> --
>
> Key: HADOOP-8283
> URL: https://issues.apache.org/jira/browse/HADOOP-8283
> Project: Hadoop Common
>  Issue Type: Test
>  Components: test
>Affects Versions: 0.23.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8283.patch
>
>
> Tests in projects other than common need to be able to change whether the 
> token service uses an ip or a host.

--
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] (HADOOP-8117) Upgrade test build to Surefire 2.12

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

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

Hudson commented on HADOOP-8117:


Integrated in Hadoop-Mapreduce-trunk #1052 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1052/])
HADOOP-8117. Upgrade test build to Surefire 2.12. Contributed by Todd 
Lipcon. (Revision 1326802)

 Result = FAILURE
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326802
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-project/pom.xml


> Upgrade test build to Surefire 2.12
> ---
>
> Key: HADOOP-8117
> URL: https://issues.apache.org/jira/browse/HADOOP-8117
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, test
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Trivial
> Fix For: 3.0.0
>
> Attachments: hadoop-8117.txt, hadoop-8117.txt
>
>
> Surefire 2.9, which we're using currently, has a few annoying bugs. In 
> particular, if a test exits with a non-zero exit code, it doesn't report the 
> test as failed.

--
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] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

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

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

Hudson commented on HADOOP-8280:


Integrated in Hadoop-Mapreduce-trunk #1052 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1052/])
HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from 
HDFS into Common. Contributed by Ahmed Radwan. (Revision 1326727)

 Result = FAILURE
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326727
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java


>  Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.
> -
>
> Key: HADOOP-8280
> URL: https://issues.apache.org/jira/browse/HADOOP-8280
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test, util
>Affects Versions: 0.23.1
>Reporter: Ahmed Radwan
>Assignee: Ahmed Radwan
> Fix For: 2.0.0
>
> Attachments: HADOOP-8280.patch, HADOOP-8280_mv_script.sh, 
> HADOOP-8280_rev2.patch
>
>
>  We need to use VersionUtil in MAPREDUCE-4150. Moving 
> VersionUtil/TestVersionUtil from HDFS into common will help this, especially 
> since test-patch doesn't seem to deal well with cross-sub-project patches.

--
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] (HADOOP-8283) Allow tests to control token service value

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

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

Hudson commented on HADOOP-8283:


Integrated in Hadoop-Hdfs-trunk #1017 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1017/])
HADOOP-8283. Allow tests to control token service value (Daryn Sharp via 
bobby) (Revision 1326668)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326668
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/SecurityUtilTestHelper.java


> Allow tests to control token service value
> --
>
> Key: HADOOP-8283
> URL: https://issues.apache.org/jira/browse/HADOOP-8283
> Project: Hadoop Common
>  Issue Type: Test
>  Components: test
>Affects Versions: 0.23.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8283.patch
>
>
> Tests in projects other than common need to be able to change whether the 
> token service uses an ip or a host.

--
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] (HADOOP-8282) start-all.sh refers incorrectly start-dfs.sh existence for starting start-yarn.sh

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

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

Hudson commented on HADOOP-8282:


Integrated in Hadoop-Hdfs-trunk #1017 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1017/])
HADOOP-8282. start-all.sh refers incorrectly start-dfs.sh existence for 
starting start-yarn.sh. Contributed by Devaraj K (Revision 1326890)

 Result = FAILURE
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326890
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/start-all.sh


> start-all.sh refers incorrectly start-dfs.sh existence for starting 
> start-yarn.sh
> -
>
> Key: HADOOP-8282
> URL: https://issues.apache.org/jira/browse/HADOOP-8282
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 2.0.0, 3.0.0
>Reporter: Devaraj K
>Assignee: Devaraj K
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HADOOP-8282.patch
>
>


--
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] (HADOOP-8117) Upgrade test build to Surefire 2.12

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

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

Hudson commented on HADOOP-8117:


Integrated in Hadoop-Hdfs-trunk #1017 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1017/])
HADOOP-8117. Upgrade test build to Surefire 2.12. Contributed by Todd 
Lipcon. (Revision 1326802)

 Result = FAILURE
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326802
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-project/pom.xml


> Upgrade test build to Surefire 2.12
> ---
>
> Key: HADOOP-8117
> URL: https://issues.apache.org/jira/browse/HADOOP-8117
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, test
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Trivial
> Fix For: 3.0.0
>
> Attachments: hadoop-8117.txt, hadoop-8117.txt
>
>
> Surefire 2.9, which we're using currently, has a few annoying bugs. In 
> particular, if a test exits with a non-zero exit code, it doesn't report the 
> test as failed.

--
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] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

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

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

Hudson commented on HADOOP-8280:


Integrated in Hadoop-Hdfs-trunk #1017 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1017/])
HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from 
HDFS into Common. Contributed by Ahmed Radwan. (Revision 1326727)

 Result = FAILURE
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326727
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java


>  Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.
> -
>
> Key: HADOOP-8280
> URL: https://issues.apache.org/jira/browse/HADOOP-8280
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test, util
>Affects Versions: 0.23.1
>Reporter: Ahmed Radwan
>Assignee: Ahmed Radwan
> Fix For: 2.0.0
>
> Attachments: HADOOP-8280.patch, HADOOP-8280_mv_script.sh, 
> HADOOP-8280_rev2.patch
>
>
>  We need to use VersionUtil in MAPREDUCE-4150. Moving 
> VersionUtil/TestVersionUtil from HDFS into common will help this, especially 
> since test-patch doesn't seem to deal well with cross-sub-project patches.

--
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] (HADOOP-8283) Allow tests to control token service value

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

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

Hudson commented on HADOOP-8283:


Integrated in Hadoop-Hdfs-0.23-Build #230 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/230/])
svn merge -c 1326668 from trunk. FIXES: HADOOP-8283. Allow tests to control 
token service value (Daryn Sharp via bobby) (Revision 1326671)

 Result = UNSTABLE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326671
Files : 
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/SecurityUtilTestHelper.java


> Allow tests to control token service value
> --
>
> Key: HADOOP-8283
> URL: https://issues.apache.org/jira/browse/HADOOP-8283
> Project: Hadoop Common
>  Issue Type: Test
>  Components: test
>Affects Versions: 0.23.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8283.patch
>
>
> Tests in projects other than common need to be able to change whether the 
> token service uses an ip or a host.

--
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] (HADOOP-8282) start-all.sh refers incorrectly start-dfs.sh existence for starting start-yarn.sh

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

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

Hudson commented on HADOOP-8282:


Integrated in Hadoop-Mapreduce-trunk-Commit #2098 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2098/])
HADOOP-8282. start-all.sh refers incorrectly start-dfs.sh existence for 
starting start-yarn.sh. Contributed by Devaraj K (Revision 1326890)

 Result = ABORTED
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326890
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/start-all.sh


> start-all.sh refers incorrectly start-dfs.sh existence for starting 
> start-yarn.sh
> -
>
> Key: HADOOP-8282
> URL: https://issues.apache.org/jira/browse/HADOOP-8282
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 2.0.0, 3.0.0
>Reporter: Devaraj K
>Assignee: Devaraj K
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HADOOP-8282.patch
>
>


--
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] (HADOOP-8282) start-all.sh refers incorrectly start-dfs.sh existence for starting start-yarn.sh

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

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

Hudson commented on HADOOP-8282:


Integrated in Hadoop-Common-trunk-Commit #2084 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2084/])
HADOOP-8282. start-all.sh refers incorrectly start-dfs.sh existence for 
starting start-yarn.sh. Contributed by Devaraj K (Revision 1326890)

 Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326890
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/start-all.sh


> start-all.sh refers incorrectly start-dfs.sh existence for starting 
> start-yarn.sh
> -
>
> Key: HADOOP-8282
> URL: https://issues.apache.org/jira/browse/HADOOP-8282
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 2.0.0, 3.0.0
>Reporter: Devaraj K
>Assignee: Devaraj K
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HADOOP-8282.patch
>
>


--
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] (HADOOP-8282) start-all.sh refers incorrectly start-dfs.sh existence for starting start-yarn.sh

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

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

Hudson commented on HADOOP-8282:


Integrated in Hadoop-Hdfs-trunk-Commit #2157 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2157/])
HADOOP-8282. start-all.sh refers incorrectly start-dfs.sh existence for 
starting start-yarn.sh. Contributed by Devaraj K (Revision 1326890)

 Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326890
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/start-all.sh


> start-all.sh refers incorrectly start-dfs.sh existence for starting 
> start-yarn.sh
> -
>
> Key: HADOOP-8282
> URL: https://issues.apache.org/jira/browse/HADOOP-8282
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 2.0.0, 3.0.0
>Reporter: Devaraj K
>Assignee: Devaraj K
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HADOOP-8282.patch
>
>


--
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] (HADOOP-8117) Upgrade test build to Surefire 2.12

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

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

Hudson commented on HADOOP-8117:


Integrated in Hadoop-Mapreduce-trunk-Commit #2095 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2095/])
HADOOP-8117. Upgrade test build to Surefire 2.12. Contributed by Todd 
Lipcon. (Revision 1326802)

 Result = ABORTED
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326802
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-project/pom.xml


> Upgrade test build to Surefire 2.12
> ---
>
> Key: HADOOP-8117
> URL: https://issues.apache.org/jira/browse/HADOOP-8117
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, test
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Trivial
> Fix For: 3.0.0
>
> Attachments: hadoop-8117.txt, hadoop-8117.txt
>
>
> Surefire 2.9, which we're using currently, has a few annoying bugs. In 
> particular, if a test exits with a non-zero exit code, it doesn't report the 
> test as failed.

--
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] (HADOOP-8117) Upgrade test build to Surefire 2.12

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

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

Hudson commented on HADOOP-8117:


Integrated in Hadoop-Common-trunk-Commit #2081 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2081/])
HADOOP-8117. Upgrade test build to Surefire 2.12. Contributed by Todd 
Lipcon. (Revision 1326802)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326802
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-project/pom.xml


> Upgrade test build to Surefire 2.12
> ---
>
> Key: HADOOP-8117
> URL: https://issues.apache.org/jira/browse/HADOOP-8117
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, test
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Trivial
> Fix For: 3.0.0
>
> Attachments: hadoop-8117.txt, hadoop-8117.txt
>
>
> Surefire 2.9, which we're using currently, has a few annoying bugs. In 
> particular, if a test exits with a non-zero exit code, it doesn't report the 
> test as failed.

--
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] (HADOOP-8117) Upgrade test build to Surefire 2.12

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

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

Hudson commented on HADOOP-8117:


Integrated in Hadoop-Hdfs-trunk-Commit #2154 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2154/])
HADOOP-8117. Upgrade test build to Surefire 2.12. Contributed by Todd 
Lipcon. (Revision 1326802)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326802
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-project/pom.xml


> Upgrade test build to Surefire 2.12
> ---
>
> Key: HADOOP-8117
> URL: https://issues.apache.org/jira/browse/HADOOP-8117
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, test
>Affects Versions: 0.23.3, 0.24.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Trivial
> Fix For: 3.0.0
>
> Attachments: hadoop-8117.txt, hadoop-8117.txt
>
>
> Surefire 2.9, which we're using currently, has a few annoying bugs. In 
> particular, if a test exits with a non-zero exit code, it doesn't report the 
> test as failed.

--
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] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

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

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

Hudson commented on HADOOP-8280:


Integrated in Hadoop-Common-trunk-Commit #2077 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2077/])
HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from 
HDFS into Common. Contributed by Ahmed Radwan. (Revision 1326727)

 Result = SUCCESS
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326727
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java


>  Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.
> -
>
> Key: HADOOP-8280
> URL: https://issues.apache.org/jira/browse/HADOOP-8280
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test, util
>Affects Versions: 0.23.1
>Reporter: Ahmed Radwan
>Assignee: Ahmed Radwan
> Fix For: 2.0.0
>
> Attachments: HADOOP-8280.patch
>
>
>  We need to use VersionUtil in MAPREDUCE-4150. Moving 
> VersionUtil/TestVersionUtil from HDFS into common will help this, especially 
> since test-patch doesn't seem to deal well with cross-sub-project patches.

--
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] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

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

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

Hudson commented on HADOOP-8280:


Integrated in Hadoop-Mapreduce-trunk-Commit #2091 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2091/])
HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from 
HDFS into Common. Contributed by Ahmed Radwan. (Revision 1326727)

 Result = FAILURE
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326727
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java


>  Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.
> -
>
> Key: HADOOP-8280
> URL: https://issues.apache.org/jira/browse/HADOOP-8280
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test, util
>Affects Versions: 0.23.1
>Reporter: Ahmed Radwan
>Assignee: Ahmed Radwan
> Fix For: 2.0.0
>
> Attachments: HADOOP-8280.patch
>
>
>  We need to use VersionUtil in MAPREDUCE-4150. Moving 
> VersionUtil/TestVersionUtil from HDFS into common will help this, especially 
> since test-patch doesn't seem to deal well with cross-sub-project patches.

--
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] (HADOOP-8280) Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.

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

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

Hudson commented on HADOOP-8280:


Integrated in Hadoop-Hdfs-trunk-Commit #2150 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2150/])
HADOOP-8280. Move VersionUtil/TestVersionUtil and GenericTestUtils from 
HDFS into Common. Contributed by Ahmed Radwan. (Revision 1326727)

 Result = SUCCESS
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326727
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/BPServiceActor.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeRpcServer.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/VersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/util/TestVersionUtil.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/test/GenericTestUtils.java


>  Move VersionUtil/TestVersionUtil and GenericTestUtils from HDFS into Common.
> -
>
> Key: HADOOP-8280
> URL: https://issues.apache.org/jira/browse/HADOOP-8280
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test, util
>Affects Versions: 0.23.1
>Reporter: Ahmed Radwan
>Assignee: Ahmed Radwan
> Fix For: 2.0.0
>
> Attachments: HADOOP-8280.patch
>
>
>  We need to use VersionUtil in MAPREDUCE-4150. Moving 
> VersionUtil/TestVersionUtil from HDFS into common will help this, especially 
> since test-patch doesn't seem to deal well with cross-sub-project patches.

--
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] (HADOOP-8283) Allow tests to control token service value

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

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

Hudson commented on HADOOP-8283:


Integrated in Hadoop-Mapreduce-trunk-Commit #2089 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2089/])
HADOOP-8283. Allow tests to control token service value (Daryn Sharp via 
bobby) (Revision 1326668)

 Result = ABORTED
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326668
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/SecurityUtilTestHelper.java


> Allow tests to control token service value
> --
>
> Key: HADOOP-8283
> URL: https://issues.apache.org/jira/browse/HADOOP-8283
> Project: Hadoop Common
>  Issue Type: Test
>  Components: test
>Affects Versions: 0.23.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8283.patch
>
>
> Tests in projects other than common need to be able to change whether the 
> token service uses an ip or a host.

--
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] (HADOOP-8283) Allow tests to control token service value

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

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

Hudson commented on HADOOP-8283:


Integrated in Hadoop-Common-trunk-Commit #2075 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2075/])
HADOOP-8283. Allow tests to control token service value (Daryn Sharp via 
bobby) (Revision 1326668)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326668
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/SecurityUtilTestHelper.java


> Allow tests to control token service value
> --
>
> Key: HADOOP-8283
> URL: https://issues.apache.org/jira/browse/HADOOP-8283
> Project: Hadoop Common
>  Issue Type: Test
>  Components: test
>Affects Versions: 0.23.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8283.patch
>
>
> Tests in projects other than common need to be able to change whether the 
> token service uses an ip or a host.

--
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] (HADOOP-8283) Allow tests to control token service value

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

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

Hudson commented on HADOOP-8283:


Integrated in Hadoop-Hdfs-trunk-Commit #2148 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2148/])
HADOOP-8283. Allow tests to control token service value (Daryn Sharp via 
bobby) (Revision 1326668)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1326668
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/security/SecurityUtilTestHelper.java


> Allow tests to control token service value
> --
>
> Key: HADOOP-8283
> URL: https://issues.apache.org/jira/browse/HADOOP-8283
> Project: Hadoop Common
>  Issue Type: Test
>  Components: test
>Affects Versions: 0.23.0
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-8283.patch
>
>
> Tests in projects other than common need to be able to change whether the 
> token service uses an ip or a host.

--
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] (HADOOP-7510) Tokens should use original hostname provided instead of ip

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

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

Hudson commented on HADOOP-7510:


Integrated in Hadoop-Mapreduce-trunk #1048 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1048/])
HADOOP-7510. Tokens should use original hostname provided instead of ip 
(Daryn Sharp via bobby) (Revision 1325500)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325500
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestRPC.java


> Tokens should use original hostname provided instead of ip
> --
>
> Key: HADOOP-7510
> URL: https://issues.apache.org/jira/browse/HADOOP-7510
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: security
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.20.205.0, 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-7510-10.patch, HADOOP-7510-11.patch, 
> HADOOP-7510-12.patch, HADOOP-7510-2.patch, HADOOP-7510-3.patch, 
> HADOOP-7510-4.patch, HADOOP-7510-5.patch, HADOOP-7510-6.patch, 
> HADOOP-7510-8.patch, HADOOP-7510-9.patch, HADOOP-7510.branch-0.23.patch, 
> HADOOP-7510.patch, HADOOP-7510.trunk.patch
>
>
> Tokens currently store the ip:port of the remote server.  This precludes 
> tokens from being used after a host's ip is changed.  Tokens should store the 
> hostname used to make the RPC connection.  This will enable new processes to 
> use their existing tokens.

--
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] (HADOOP-8144) pseudoSortByDistance in NetworkTopology doesn't work properly if no local node and first node is local rack node

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

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

Hudson commented on HADOOP-8144:


Integrated in Hadoop-Mapreduce-trunk #1048 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1048/])
HADOOP-8144. pseudoSortByDistance in NetworkTopology doesn't work properly 
if no local node and first node is local rack node. Contributed by Junping Du 
(Revision 1325367)

 Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325367
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetworkTopology.java


> pseudoSortByDistance in NetworkTopology doesn't work properly if no local 
> node and first node is local rack node
> 
>
> Key: HADOOP-8144
> URL: https://issues.apache.org/jira/browse/HADOOP-8144
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: io
>Affects Versions: 1.0.0, 0.23.0
>Reporter: Junping Du
>Assignee: Junping Du
>Priority: Minor
>  Labels: patch
> Fix For: 2.0.0
>
> Attachments: HADOOP-8144-1.patch, HADOOP-8144-v2.patch, 
> hadoop-8144.txt, hadoop-8144.txt
>
>
> pseudoSortByDistance in NetworkTopology.java should sort nodes according to 
> its distance with reader as local node, local rack node, ... 
> But if there is no local node with reader in nodes and the first node is 
> local rack node with reader, then it will put a random node at position 0.

--
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] (HADOOP-7510) Tokens should use original hostname provided instead of ip

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

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

Hudson commented on HADOOP-7510:


Integrated in Hadoop-Hdfs-trunk #1013 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1013/])
HADOOP-7510. Tokens should use original hostname provided instead of ip 
(Daryn Sharp via bobby) (Revision 1325500)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325500
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestRPC.java


> Tokens should use original hostname provided instead of ip
> --
>
> Key: HADOOP-7510
> URL: https://issues.apache.org/jira/browse/HADOOP-7510
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: security
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.20.205.0, 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-7510-10.patch, HADOOP-7510-11.patch, 
> HADOOP-7510-12.patch, HADOOP-7510-2.patch, HADOOP-7510-3.patch, 
> HADOOP-7510-4.patch, HADOOP-7510-5.patch, HADOOP-7510-6.patch, 
> HADOOP-7510-8.patch, HADOOP-7510-9.patch, HADOOP-7510.branch-0.23.patch, 
> HADOOP-7510.patch, HADOOP-7510.trunk.patch
>
>
> Tokens currently store the ip:port of the remote server.  This precludes 
> tokens from being used after a host's ip is changed.  Tokens should store the 
> hostname used to make the RPC connection.  This will enable new processes to 
> use their existing tokens.

--
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] (HADOOP-8144) pseudoSortByDistance in NetworkTopology doesn't work properly if no local node and first node is local rack node

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

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

Hudson commented on HADOOP-8144:


Integrated in Hadoop-Hdfs-trunk #1013 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1013/])
HADOOP-8144. pseudoSortByDistance in NetworkTopology doesn't work properly 
if no local node and first node is local rack node. Contributed by Junping Du 
(Revision 1325367)

 Result = FAILURE
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325367
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetworkTopology.java


> pseudoSortByDistance in NetworkTopology doesn't work properly if no local 
> node and first node is local rack node
> 
>
> Key: HADOOP-8144
> URL: https://issues.apache.org/jira/browse/HADOOP-8144
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: io
>Affects Versions: 1.0.0, 0.23.0
>Reporter: Junping Du
>Assignee: Junping Du
>Priority: Minor
>  Labels: patch
> Fix For: 2.0.0
>
> Attachments: HADOOP-8144-1.patch, HADOOP-8144-v2.patch, 
> hadoop-8144.txt, hadoop-8144.txt
>
>
> pseudoSortByDistance in NetworkTopology.java should sort nodes according to 
> its distance with reader as local node, local rack node, ... 
> But if there is no local node with reader in nodes and the first node is 
> local rack node with reader, then it will put a random node at position 0.

--
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] (HADOOP-7510) Tokens should use original hostname provided instead of ip

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

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

Hudson commented on HADOOP-7510:


Integrated in Hadoop-Hdfs-0.23-Build #226 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/226/])
HADOOP-7510. Tokens should use original hostname provided instead of ip 
(Daryn Sharp via bobby) (Revision 1325505)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325505
Files : 
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java
* 
/hadoop/common/branches/branch-0.23/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestRPC.java


> Tokens should use original hostname provided instead of ip
> --
>
> Key: HADOOP-7510
> URL: https://issues.apache.org/jira/browse/HADOOP-7510
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: security
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.20.205.0, 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-7510-10.patch, HADOOP-7510-11.patch, 
> HADOOP-7510-12.patch, HADOOP-7510-2.patch, HADOOP-7510-3.patch, 
> HADOOP-7510-4.patch, HADOOP-7510-5.patch, HADOOP-7510-6.patch, 
> HADOOP-7510-8.patch, HADOOP-7510-9.patch, HADOOP-7510.branch-0.23.patch, 
> HADOOP-7510.patch, HADOOP-7510.trunk.patch
>
>
> Tokens currently store the ip:port of the remote server.  This precludes 
> tokens from being used after a host's ip is changed.  Tokens should store the 
> hostname used to make the RPC connection.  This will enable new processes to 
> use their existing tokens.

--
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] (HADOOP-7510) Tokens should use original hostname provided instead of ip

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

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

Hudson commented on HADOOP-7510:


Integrated in Hadoop-Hdfs-trunk-Commit #2139 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2139/])
HADOOP-7510. Tokens should use original hostname provided instead of ip 
(Daryn Sharp via bobby) (Revision 1325500)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325500
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestRPC.java


> Tokens should use original hostname provided instead of ip
> --
>
> Key: HADOOP-7510
> URL: https://issues.apache.org/jira/browse/HADOOP-7510
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: security
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.20.205.0, 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-7510-10.patch, HADOOP-7510-11.patch, 
> HADOOP-7510-12.patch, HADOOP-7510-2.patch, HADOOP-7510-3.patch, 
> HADOOP-7510-4.patch, HADOOP-7510-5.patch, HADOOP-7510-6.patch, 
> HADOOP-7510-8.patch, HADOOP-7510-9.patch, HADOOP-7510.branch-0.23.patch, 
> HADOOP-7510.patch, HADOOP-7510.trunk.patch
>
>
> Tokens currently store the ip:port of the remote server.  This precludes 
> tokens from being used after a host's ip is changed.  Tokens should store the 
> hostname used to make the RPC connection.  This will enable new processes to 
> use their existing tokens.

--
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] (HADOOP-7510) Tokens should use original hostname provided instead of ip

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

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

Hudson commented on HADOOP-7510:


Integrated in Hadoop-Common-trunk-Commit #2065 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2065/])
HADOOP-7510. Tokens should use original hostname provided instead of ip 
(Daryn Sharp via bobby) (Revision 1325500)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325500
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestRPC.java


> Tokens should use original hostname provided instead of ip
> --
>
> Key: HADOOP-7510
> URL: https://issues.apache.org/jira/browse/HADOOP-7510
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: security
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.20.205.0, 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-7510-10.patch, HADOOP-7510-11.patch, 
> HADOOP-7510-12.patch, HADOOP-7510-2.patch, HADOOP-7510-3.patch, 
> HADOOP-7510-4.patch, HADOOP-7510-5.patch, HADOOP-7510-6.patch, 
> HADOOP-7510-8.patch, HADOOP-7510-9.patch, HADOOP-7510.branch-0.23.patch, 
> HADOOP-7510.patch, HADOOP-7510.trunk.patch
>
>
> Tokens currently store the ip:port of the remote server.  This precludes 
> tokens from being used after a host's ip is changed.  Tokens should store the 
> hostname used to make the RPC connection.  This will enable new processes to 
> use their existing tokens.

--
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] (HADOOP-7510) Tokens should use original hostname provided instead of ip

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

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

Hudson commented on HADOOP-7510:


Integrated in Hadoop-Mapreduce-trunk-Commit #2079 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2079/])
HADOOP-7510. Tokens should use original hostname provided instead of ip 
(Daryn Sharp via bobby) (Revision 1325500)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325500
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/TestRPC.java


> Tokens should use original hostname provided instead of ip
> --
>
> Key: HADOOP-7510
> URL: https://issues.apache.org/jira/browse/HADOOP-7510
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: security
>Reporter: Daryn Sharp
>Assignee: Daryn Sharp
> Fix For: 0.20.205.0, 0.23.3, 2.0.0, 3.0.0
>
> Attachments: HADOOP-7510-10.patch, HADOOP-7510-11.patch, 
> HADOOP-7510-12.patch, HADOOP-7510-2.patch, HADOOP-7510-3.patch, 
> HADOOP-7510-4.patch, HADOOP-7510-5.patch, HADOOP-7510-6.patch, 
> HADOOP-7510-8.patch, HADOOP-7510-9.patch, HADOOP-7510.branch-0.23.patch, 
> HADOOP-7510.patch, HADOOP-7510.trunk.patch
>
>
> Tokens currently store the ip:port of the remote server.  This precludes 
> tokens from being used after a host's ip is changed.  Tokens should store the 
> hostname used to make the RPC connection.  This will enable new processes to 
> use their existing tokens.

--
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] (HADOOP-8144) pseudoSortByDistance in NetworkTopology doesn't work properly if no local node and first node is local rack node

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

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

Hudson commented on HADOOP-8144:


Integrated in Hadoop-Mapreduce-trunk-Commit #2076 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2076/])
HADOOP-8144. pseudoSortByDistance in NetworkTopology doesn't work properly 
if no local node and first node is local rack node. Contributed by Junping Du 
(Revision 1325367)

 Result = ABORTED
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325367
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetworkTopology.java


> pseudoSortByDistance in NetworkTopology doesn't work properly if no local 
> node and first node is local rack node
> 
>
> Key: HADOOP-8144
> URL: https://issues.apache.org/jira/browse/HADOOP-8144
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: io
>Affects Versions: 1.0.0, 0.23.0
>Reporter: Junping Du
>Assignee: Junping Du
>Priority: Minor
>  Labels: patch
> Fix For: 2.0.0
>
> Attachments: HADOOP-8144-1.patch, HADOOP-8144-v2.patch, 
> hadoop-8144.txt, hadoop-8144.txt
>
>
> pseudoSortByDistance in NetworkTopology.java should sort nodes according to 
> its distance with reader as local node, local rack node, ... 
> But if there is no local node with reader in nodes and the first node is 
> local rack node with reader, then it will put a random node at position 0.

--
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] (HADOOP-8144) pseudoSortByDistance in NetworkTopology doesn't work properly if no local node and first node is local rack node

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

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

Hudson commented on HADOOP-8144:


Integrated in Hadoop-Hdfs-trunk-Commit #2136 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2136/])
HADOOP-8144. pseudoSortByDistance in NetworkTopology doesn't work properly 
if no local node and first node is local rack node. Contributed by Junping Du 
(Revision 1325367)

 Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325367
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetworkTopology.java


> pseudoSortByDistance in NetworkTopology doesn't work properly if no local 
> node and first node is local rack node
> 
>
> Key: HADOOP-8144
> URL: https://issues.apache.org/jira/browse/HADOOP-8144
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: io
>Affects Versions: 1.0.0, 0.23.0
>Reporter: Junping Du
>Assignee: Junping Du
>Priority: Minor
>  Labels: patch
> Fix For: 2.0.0
>
> Attachments: HADOOP-8144-1.patch, HADOOP-8144-v2.patch, 
> hadoop-8144.txt, hadoop-8144.txt
>
>
> pseudoSortByDistance in NetworkTopology.java should sort nodes according to 
> its distance with reader as local node, local rack node, ... 
> But if there is no local node with reader in nodes and the first node is 
> local rack node with reader, then it will put a random node at position 0.

--
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] (HADOOP-8144) pseudoSortByDistance in NetworkTopology doesn't work properly if no local node and first node is local rack node

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

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

Hudson commented on HADOOP-8144:


Integrated in Hadoop-Common-trunk-Commit #2062 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2062/])
HADOOP-8144. pseudoSortByDistance in NetworkTopology doesn't work properly 
if no local node and first node is local rack node. Contributed by Junping Du 
(Revision 1325367)

 Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325367
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetworkTopology.java


> pseudoSortByDistance in NetworkTopology doesn't work properly if no local 
> node and first node is local rack node
> 
>
> Key: HADOOP-8144
> URL: https://issues.apache.org/jira/browse/HADOOP-8144
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: io
>Affects Versions: 1.0.0, 0.23.0
>Reporter: Junping Du
>Assignee: Junping Du
>Priority: Minor
>  Labels: patch
> Fix For: 2.0.0
>
> Attachments: HADOOP-8144-1.patch, HADOOP-8144-v2.patch, 
> hadoop-8144.txt, hadoop-8144.txt
>
>
> pseudoSortByDistance in NetworkTopology.java should sort nodes according to 
> its distance with reader as local node, local rack node, ... 
> But if there is no local node with reader in nodes and the first node is 
> local rack node with reader, then it will put a random node at position 0.

--
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] (HADOOP-8147) test-patch should run tests with -fn to avoid masking test failures

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

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

Hudson commented on HADOOP-8147:


Integrated in Hadoop-Mapreduce-trunk #1047 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1047/])
HADOOP-8147. test-patch should run tests with -fn to avoid masking test 
failures (Robert Evans via tgraves) (Revision 1324816)

 Result = SUCCESS
tgraves : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1324816
Files : 
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> test-patch should run tests with -fn to avoid masking test failures
> ---
>
> Key: HADOOP-8147
> URL: https://issues.apache.org/jira/browse/HADOOP-8147
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test
>Affects Versions: 0.24.0
>Reporter: Robert Joseph Evans
>Assignee: Robert Joseph Evans
> Fix For: 3.0.0
>
> Attachments: HADOOP-8147.txt, HADOOP-8147.txt, HADOOP-8147.txt
>
>
> If there are known failures, test-patch will bail out as soon as it sees 
> them.  This causes the precommit builds to potentially not find real issues 
> with a patch, because the tests that would fail might come after a known 
> failure.  We should add -fn to just the mvn test command in test-patch to get 
> the full list of failures.

--
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] (HADOOP-8270) hadoop-daemon.sh stop action should return 0 for an already stopped service

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

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

Hudson commented on HADOOP-8270:


Integrated in Hadoop-Mapreduce-trunk #1047 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1047/])
HADOOP-8270. hadoop-daemon.sh stop action should return 0 for an already 
stopped service. Contributed by Roman Shaposhnik (Revision 1325069)

 Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325069
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop-daemon.sh


> hadoop-daemon.sh stop action should return 0 for an already stopped service 
> 
>
> Key: HADOOP-8270
> URL: https://issues.apache.org/jira/browse/HADOOP-8270
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.23.1
>Reporter: Roman Shaposhnik
>Assignee: Roman Shaposhnik
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HADOOP-8270.patch.txt
>
>
> The following bit of code from hadoop-daemon.sh is not LSB compliant, since
> according to 
> http://refspecs.linuxbase.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
> a stop action on an already stopped service should return 0.
> {noformat}
>  (stop)
> if [ -f $pid ]; then
>   if kill -0 `cat $pid` > /dev/null 2>&1; then
> echo stopping $command
> kill `cat $pid`
>   else
> echo no $command to stop
> exit 1
>   fi
> else
>   echo no $command to stop
>   exit 1
> fi
> ;;
> {noformat}

--
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] (HADOOP-8270) hadoop-daemon.sh stop action should return 0 for an already stopped service

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

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

Hudson commented on HADOOP-8270:


Integrated in Hadoop-Hdfs-trunk #1012 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1012/])
HADOOP-8270. hadoop-daemon.sh stop action should return 0 for an already 
stopped service. Contributed by Roman Shaposhnik (Revision 1325069)

 Result = FAILURE
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325069
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop-daemon.sh


> hadoop-daemon.sh stop action should return 0 for an already stopped service 
> 
>
> Key: HADOOP-8270
> URL: https://issues.apache.org/jira/browse/HADOOP-8270
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.23.1
>Reporter: Roman Shaposhnik
>Assignee: Roman Shaposhnik
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HADOOP-8270.patch.txt
>
>
> The following bit of code from hadoop-daemon.sh is not LSB compliant, since
> according to 
> http://refspecs.linuxbase.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
> a stop action on an already stopped service should return 0.
> {noformat}
>  (stop)
> if [ -f $pid ]; then
>   if kill -0 `cat $pid` > /dev/null 2>&1; then
> echo stopping $command
> kill `cat $pid`
>   else
> echo no $command to stop
> exit 1
>   fi
> else
>   echo no $command to stop
>   exit 1
> fi
> ;;
> {noformat}

--
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] (HADOOP-8147) test-patch should run tests with -fn to avoid masking test failures

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

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

Hudson commented on HADOOP-8147:


Integrated in Hadoop-Hdfs-trunk #1012 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1012/])
HADOOP-8147. test-patch should run tests with -fn to avoid masking test 
failures (Robert Evans via tgraves) (Revision 1324816)

 Result = FAILURE
tgraves : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1324816
Files : 
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> test-patch should run tests with -fn to avoid masking test failures
> ---
>
> Key: HADOOP-8147
> URL: https://issues.apache.org/jira/browse/HADOOP-8147
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test
>Affects Versions: 0.24.0
>Reporter: Robert Joseph Evans
>Assignee: Robert Joseph Evans
> Fix For: 3.0.0
>
> Attachments: HADOOP-8147.txt, HADOOP-8147.txt, HADOOP-8147.txt
>
>
> If there are known failures, test-patch will bail out as soon as it sees 
> them.  This causes the precommit builds to potentially not find real issues 
> with a patch, because the tests that would fail might come after a known 
> failure.  We should add -fn to just the mvn test command in test-patch to get 
> the full list of failures.

--
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] (HADOOP-8270) hadoop-daemon.sh stop action should return 0 for an already stopped service

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

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

Hudson commented on HADOOP-8270:


Integrated in Hadoop-Mapreduce-trunk-Commit #2070 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2070/])
HADOOP-8270. hadoop-daemon.sh stop action should return 0 for an already 
stopped service. Contributed by Roman Shaposhnik (Revision 1325069)

 Result = ABORTED
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325069
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop-daemon.sh


> hadoop-daemon.sh stop action should return 0 for an already stopped service 
> 
>
> Key: HADOOP-8270
> URL: https://issues.apache.org/jira/browse/HADOOP-8270
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.23.1
>Reporter: Roman Shaposhnik
>Assignee: Roman Shaposhnik
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HADOOP-8270.patch.txt
>
>
> The following bit of code from hadoop-daemon.sh is not LSB compliant, since
> according to 
> http://refspecs.linuxbase.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
> a stop action on an already stopped service should return 0.
> {noformat}
>  (stop)
> if [ -f $pid ]; then
>   if kill -0 `cat $pid` > /dev/null 2>&1; then
> echo stopping $command
> kill `cat $pid`
>   else
> echo no $command to stop
> exit 1
>   fi
> else
>   echo no $command to stop
>   exit 1
> fi
> ;;
> {noformat}

--
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] (HADOOP-8270) hadoop-daemon.sh stop action should return 0 for an already stopped service

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

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

Hudson commented on HADOOP-8270:


Integrated in Hadoop-Common-trunk-Commit #2057 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2057/])
HADOOP-8270. hadoop-daemon.sh stop action should return 0 for an already 
stopped service. Contributed by Roman Shaposhnik (Revision 1325069)

 Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325069
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop-daemon.sh


> hadoop-daemon.sh stop action should return 0 for an already stopped service 
> 
>
> Key: HADOOP-8270
> URL: https://issues.apache.org/jira/browse/HADOOP-8270
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.23.1
>Reporter: Roman Shaposhnik
>Assignee: Roman Shaposhnik
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HADOOP-8270.patch.txt
>
>
> The following bit of code from hadoop-daemon.sh is not LSB compliant, since
> according to 
> http://refspecs.linuxbase.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
> a stop action on an already stopped service should return 0.
> {noformat}
>  (stop)
> if [ -f $pid ]; then
>   if kill -0 `cat $pid` > /dev/null 2>&1; then
> echo stopping $command
> kill `cat $pid`
>   else
> echo no $command to stop
> exit 1
>   fi
> else
>   echo no $command to stop
>   exit 1
> fi
> ;;
> {noformat}

--
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] (HADOOP-8270) hadoop-daemon.sh stop action should return 0 for an already stopped service

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

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

Hudson commented on HADOOP-8270:


Integrated in Hadoop-Hdfs-trunk-Commit #2131 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2131/])
HADOOP-8270. hadoop-daemon.sh stop action should return 0 for an already 
stopped service. Contributed by Roman Shaposhnik (Revision 1325069)

 Result = SUCCESS
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1325069
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/bin/hadoop-daemon.sh


> hadoop-daemon.sh stop action should return 0 for an already stopped service 
> 
>
> Key: HADOOP-8270
> URL: https://issues.apache.org/jira/browse/HADOOP-8270
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: scripts
>Affects Versions: 0.23.1
>Reporter: Roman Shaposhnik
>Assignee: Roman Shaposhnik
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HADOOP-8270.patch.txt
>
>
> The following bit of code from hadoop-daemon.sh is not LSB compliant, since
> according to 
> http://refspecs.linuxbase.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
> a stop action on an already stopped service should return 0.
> {noformat}
>  (stop)
> if [ -f $pid ]; then
>   if kill -0 `cat $pid` > /dev/null 2>&1; then
> echo stopping $command
> kill `cat $pid`
>   else
> echo no $command to stop
> exit 1
>   fi
> else
>   echo no $command to stop
>   exit 1
> fi
> ;;
> {noformat}

--
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] (HADOOP-8147) test-patch should run tests with -fn to avoid masking test failures

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

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

Hudson commented on HADOOP-8147:


Integrated in Hadoop-Mapreduce-trunk-Commit #2065 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2065/])
HADOOP-8147. test-patch should run tests with -fn to avoid masking test 
failures (Robert Evans via tgraves) (Revision 1324816)

 Result = SUCCESS
tgraves : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1324816
Files : 
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> test-patch should run tests with -fn to avoid masking test failures
> ---
>
> Key: HADOOP-8147
> URL: https://issues.apache.org/jira/browse/HADOOP-8147
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test
>Affects Versions: 0.24.0
>Reporter: Robert Joseph Evans
>Assignee: Robert Joseph Evans
> Fix For: 3.0.0
>
> Attachments: HADOOP-8147.txt, HADOOP-8147.txt, HADOOP-8147.txt
>
>
> If there are known failures, test-patch will bail out as soon as it sees 
> them.  This causes the precommit builds to potentially not find real issues 
> with a patch, because the tests that would fail might come after a known 
> failure.  We should add -fn to just the mvn test command in test-patch to get 
> the full list of failures.

--
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] (HADOOP-8147) test-patch should run tests with -fn to avoid masking test failures

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

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

Hudson commented on HADOOP-8147:


Integrated in Hadoop-Common-trunk-Commit #2052 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2052/])
HADOOP-8147. test-patch should run tests with -fn to avoid masking test 
failures (Robert Evans via tgraves) (Revision 1324816)

 Result = SUCCESS
tgraves : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1324816
Files : 
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> test-patch should run tests with -fn to avoid masking test failures
> ---
>
> Key: HADOOP-8147
> URL: https://issues.apache.org/jira/browse/HADOOP-8147
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test
>Affects Versions: 0.24.0
>Reporter: Robert Joseph Evans
>Assignee: Robert Joseph Evans
> Fix For: 3.0.0
>
> Attachments: HADOOP-8147.txt, HADOOP-8147.txt, HADOOP-8147.txt
>
>
> If there are known failures, test-patch will bail out as soon as it sees 
> them.  This causes the precommit builds to potentially not find real issues 
> with a patch, because the tests that would fail might come after a known 
> failure.  We should add -fn to just the mvn test command in test-patch to get 
> the full list of failures.

--
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] (HADOOP-8147) test-patch should run tests with -fn to avoid masking test failures

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

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

Hudson commented on HADOOP-8147:


Integrated in Hadoop-Hdfs-trunk-Commit #2126 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2126/])
HADOOP-8147. test-patch should run tests with -fn to avoid masking test 
failures (Robert Evans via tgraves) (Revision 1324816)

 Result = SUCCESS
tgraves : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1324816
Files : 
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt


> test-patch should run tests with -fn to avoid masking test failures
> ---
>
> Key: HADOOP-8147
> URL: https://issues.apache.org/jira/browse/HADOOP-8147
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: test
>Affects Versions: 0.24.0
>Reporter: Robert Joseph Evans
>Assignee: Robert Joseph Evans
> Fix For: 3.0.0
>
> Attachments: HADOOP-8147.txt, HADOOP-8147.txt, HADOOP-8147.txt
>
>
> If there are known failures, test-patch will bail out as soon as it sees 
> them.  This causes the precommit builds to potentially not find real issues 
> with a patch, because the tests that would fail might come after a known 
> failure.  We should add -fn to just the mvn test command in test-patch to get 
> the full list of failures.

--
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] (HADOOP-8264) Remove irritating double double quotes in front of hostname

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

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

Hudson commented on HADOOP-8264:


Integrated in Hadoop-Mapreduce-trunk #1046 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1046/])
HADOOP-8264. Remove irritating double double quotes in front of hostname 
(Bernd Fondermann via bobby) (Revision 1311738)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1311738
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java


> Remove irritating double double quotes in front of hostname 
> 
>
> Key: HADOOP-8264
> URL: https://issues.apache.org/jira/browse/HADOOP-8264
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 0.23.2
>Reporter: Bernd Fondermann
>Assignee: Bernd Fondermann
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: hadoop-8264-quoting.patch
>
>
> The attached patch fixes display of destination port from ""hostname" to 
> "hostname"

--
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] (HADOOP-8264) Remove irritating double double quotes in front of hostname

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

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

Hudson commented on HADOOP-8264:


Integrated in Hadoop-Hdfs-trunk #1011 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1011/])
HADOOP-8264. Remove irritating double double quotes in front of hostname 
(Bernd Fondermann via bobby) (Revision 1311738)

 Result = FAILURE
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1311738
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java


> Remove irritating double double quotes in front of hostname 
> 
>
> Key: HADOOP-8264
> URL: https://issues.apache.org/jira/browse/HADOOP-8264
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 0.23.2
>Reporter: Bernd Fondermann
>Assignee: Bernd Fondermann
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: hadoop-8264-quoting.patch
>
>
> The attached patch fixes display of destination port from ""hostname" to 
> "hostname"

--
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] (HADOOP-8264) Remove irritating double double quotes in front of hostname

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

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

Hudson commented on HADOOP-8264:


Integrated in Hadoop-Mapreduce-trunk-Commit #2050 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2050/])
HADOOP-8264. Remove irritating double double quotes in front of hostname 
(Bernd Fondermann via bobby) (Revision 1311738)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1311738
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java


> Remove irritating double double quotes in front of hostname 
> 
>
> Key: HADOOP-8264
> URL: https://issues.apache.org/jira/browse/HADOOP-8264
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 0.23.2
>Reporter: Bernd Fondermann
>Assignee: Bernd Fondermann
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: hadoop-8264-quoting.patch
>
>
> The attached patch fixes display of destination port from ""hostname" to 
> "hostname"

--
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] (HADOOP-8264) Remove irritating double double quotes in front of hostname

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

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

Hudson commented on HADOOP-8264:


Integrated in Hadoop-Common-trunk-Commit #2037 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2037/])
HADOOP-8264. Remove irritating double double quotes in front of hostname 
(Bernd Fondermann via bobby) (Revision 1311738)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1311738
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java


> Remove irritating double double quotes in front of hostname 
> 
>
> Key: HADOOP-8264
> URL: https://issues.apache.org/jira/browse/HADOOP-8264
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 0.23.2
>Reporter: Bernd Fondermann
>Assignee: Bernd Fondermann
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: hadoop-8264-quoting.patch
>
>
> The attached patch fixes display of destination port from ""hostname" to 
> "hostname"

--
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] (HADOOP-8264) Remove irritating double double quotes in front of hostname

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

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

Hudson commented on HADOOP-8264:


Integrated in Hadoop-Hdfs-trunk-Commit #2111 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2111/])
HADOOP-8264. Remove irritating double double quotes in front of hostname 
(Bernd Fondermann via bobby) (Revision 1311738)

 Result = SUCCESS
bobby : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1311738
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java


> Remove irritating double double quotes in front of hostname 
> 
>
> Key: HADOOP-8264
> URL: https://issues.apache.org/jira/browse/HADOOP-8264
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 0.23.2
>Reporter: Bernd Fondermann
>Assignee: Bernd Fondermann
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: hadoop-8264-quoting.patch
>
>
> The attached patch fixes display of destination port from ""hostname" to 
> "hostname"

--
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] (HADOOP-8263) Stringification of IPC calls not useful

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

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

Hudson commented on HADOOP-8263:


Integrated in Hadoop-Mapreduce-trunk #1045 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1045/])
HADOOP-8263. Stringification of IPC calls not useful. Contributed by Todd 
Lipcon. (Revision 1311543)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1311543
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java


> Stringification of IPC calls not useful
> ---
>
> Key: HADOOP-8263
> URL: https://issues.apache.org/jira/browse/HADOOP-8263
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: ipc
>Affects Versions: 2.0.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: hadoop-8263.txt
>
>
> Since the Protobufification of Hadoop, the log messages on IPC exceptions on 
> the server side now read like:
> 12/04/09 16:04:06 INFO ipc.Server: IPC Server handler 9 on 8021, call 
> org.apache.hadoop.ipc.ProtobufRpcEngine$RpcRequestWritable@7087e9bf from 
> 127.0.0.1:47989: error: org.apache.hadoop.ipc.StandbyException: Operation 
> category READ is not supported in state standby
> The call should instead stringify the method name and the request protobuf 
> (perhaps abbreviated if it is longer than a few hundred chars)

--
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] (HADOOP-8263) Stringification of IPC calls not useful

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

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

Hudson commented on HADOOP-8263:


Integrated in Hadoop-Hdfs-trunk #1010 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1010/])
HADOOP-8263. Stringification of IPC calls not useful. Contributed by Todd 
Lipcon. (Revision 1311543)

 Result = FAILURE
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1311543
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java


> Stringification of IPC calls not useful
> ---
>
> Key: HADOOP-8263
> URL: https://issues.apache.org/jira/browse/HADOOP-8263
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: ipc
>Affects Versions: 2.0.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: hadoop-8263.txt
>
>
> Since the Protobufification of Hadoop, the log messages on IPC exceptions on 
> the server side now read like:
> 12/04/09 16:04:06 INFO ipc.Server: IPC Server handler 9 on 8021, call 
> org.apache.hadoop.ipc.ProtobufRpcEngine$RpcRequestWritable@7087e9bf from 
> 127.0.0.1:47989: error: org.apache.hadoop.ipc.StandbyException: Operation 
> category READ is not supported in state standby
> The call should instead stringify the method name and the request protobuf 
> (perhaps abbreviated if it is longer than a few hundred chars)

--
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] (HADOOP-8263) Stringification of IPC calls not useful

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

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

Hudson commented on HADOOP-8263:


Integrated in Hadoop-Mapreduce-trunk-Commit #2046 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2046/])
HADOOP-8263. Stringification of IPC calls not useful. Contributed by Todd 
Lipcon. (Revision 1311543)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1311543
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java


> Stringification of IPC calls not useful
> ---
>
> Key: HADOOP-8263
> URL: https://issues.apache.org/jira/browse/HADOOP-8263
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: ipc
>Affects Versions: 2.0.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: hadoop-8263.txt
>
>
> Since the Protobufification of Hadoop, the log messages on IPC exceptions on 
> the server side now read like:
> 12/04/09 16:04:06 INFO ipc.Server: IPC Server handler 9 on 8021, call 
> org.apache.hadoop.ipc.ProtobufRpcEngine$RpcRequestWritable@7087e9bf from 
> 127.0.0.1:47989: error: org.apache.hadoop.ipc.StandbyException: Operation 
> category READ is not supported in state standby
> The call should instead stringify the method name and the request protobuf 
> (perhaps abbreviated if it is longer than a few hundred chars)

--
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] (HADOOP-8263) Stringification of IPC calls not useful

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

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

Hudson commented on HADOOP-8263:


Integrated in Hadoop-Hdfs-trunk-Commit #2108 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2108/])
HADOOP-8263. Stringification of IPC calls not useful. Contributed by Todd 
Lipcon. (Revision 1311543)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1311543
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java


> Stringification of IPC calls not useful
> ---
>
> Key: HADOOP-8263
> URL: https://issues.apache.org/jira/browse/HADOOP-8263
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: ipc
>Affects Versions: 2.0.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: hadoop-8263.txt
>
>
> Since the Protobufification of Hadoop, the log messages on IPC exceptions on 
> the server side now read like:
> 12/04/09 16:04:06 INFO ipc.Server: IPC Server handler 9 on 8021, call 
> org.apache.hadoop.ipc.ProtobufRpcEngine$RpcRequestWritable@7087e9bf from 
> 127.0.0.1:47989: error: org.apache.hadoop.ipc.StandbyException: Operation 
> category READ is not supported in state standby
> The call should instead stringify the method name and the request protobuf 
> (perhaps abbreviated if it is longer than a few hundred chars)

--
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] (HADOOP-8263) Stringification of IPC calls not useful

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

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

Hudson commented on HADOOP-8263:


Integrated in Hadoop-Common-trunk-Commit #2033 (See 
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2033/])
HADOOP-8263. Stringification of IPC calls not useful. Contributed by Todd 
Lipcon. (Revision 1311543)

 Result = SUCCESS
todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1311543
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java


> Stringification of IPC calls not useful
> ---
>
> Key: HADOOP-8263
> URL: https://issues.apache.org/jira/browse/HADOOP-8263
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: ipc
>Affects Versions: 2.0.0
>Reporter: Todd Lipcon
>Assignee: Todd Lipcon
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: hadoop-8263.txt
>
>
> Since the Protobufification of Hadoop, the log messages on IPC exceptions on 
> the server side now read like:
> 12/04/09 16:04:06 INFO ipc.Server: IPC Server handler 9 on 8021, call 
> org.apache.hadoop.ipc.ProtobufRpcEngine$RpcRequestWritable@7087e9bf from 
> 127.0.0.1:47989: error: org.apache.hadoop.ipc.StandbyException: Operation 
> category READ is not supported in state standby
> The call should instead stringify the method name and the request protobuf 
> (perhaps abbreviated if it is longer than a few hundred chars)

--
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] (HADOOP-8261) Har file system doesn't deal with FS URIs with a host but no port

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

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

Hudson commented on HADOOP-8261:


Integrated in Hadoop-Mapreduce-trunk #1044 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1044/])
HADOOP-8261. Har file system doesn't deal with FS URIs with a host but no 
port. Contributed by Aaron T. Myers. (Revision 1311133)

 Result = SUCCESS
atm : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1311133
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/HarFileSystem.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestHarFileSystemWithHA.java


> Har file system doesn't deal with FS URIs with a host but no port
> -
>
> Key: HADOOP-8261
> URL: https://issues.apache.org/jira/browse/HADOOP-8261
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: fs
>Affects Versions: 2.0.0
>Reporter: Aaron T. Myers
>Assignee: Aaron T. Myers
> Fix For: 2.0.0
>
> Attachments: HADOOP-8261-with-test-in-HDFS.patch, HADOOP-8261.patch, 
> HADOOP-8261.patch
>
>
> If you try to run an MR job with a Hadoop Archive as the input, but the URI 
> you give it has no port specified (e.g. "hdfs://simon") the job will fail 
> with an error like the following:
> {noformat}
> java.io.IOException: Incomplete HDFS URI, no host: 
> hdfs://simon:-1/user/atm/input.har/input
> {noformat}

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




  1   2   3   4   5   6   7   8   9   10   >