[jira] [Commented] (HDFS-6246) Remove 'dfs.support.append' flag from trunk code

2014-04-25 Thread Hudson (JIRA)

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

Hudson commented on HDFS-6246:
--

SUCCESS: Integrated in Hadoop-Yarn-trunk #551 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/551/])
HDFS-6246. Remove 'dfs.support.append' flag from trunk code. Contributed by Uma 
Maheswara Rao G. (umamahesh: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1589927)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/BlockPoolSlice.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestFileAppend.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/fs/TestDFSIO.java


 Remove 'dfs.support.append' flag from trunk code
 

 Key: HDFS-6246
 URL: https://issues.apache.org/jira/browse/HDFS-6246
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
Priority: Minor
 Fix For: 3.0.0

 Attachments: HDFS-6246.patch


 we added dfs.support.append' flag long ago to control the issues with append 
 feature.  Now in trunk and hadoop-2, by default we enabled and using it for 
 long time.  
 So, I propose to remove that property now as we don't see any issue by 
 enabling the append feature always. 
 Thoughts?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6246) Remove 'dfs.support.append' flag from trunk code

2014-04-25 Thread Hudson (JIRA)

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

Hudson commented on HDFS-6246:
--

FAILURE: Integrated in Hadoop-Mapreduce-trunk #1768 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1768/])
HDFS-6246. Remove 'dfs.support.append' flag from trunk code. Contributed by Uma 
Maheswara Rao G. (umamahesh: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1589927)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/BlockPoolSlice.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestFileAppend.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/fs/TestDFSIO.java


 Remove 'dfs.support.append' flag from trunk code
 

 Key: HDFS-6246
 URL: https://issues.apache.org/jira/browse/HDFS-6246
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
Priority: Minor
 Fix For: 3.0.0

 Attachments: HDFS-6246.patch


 we added dfs.support.append' flag long ago to control the issues with append 
 feature.  Now in trunk and hadoop-2, by default we enabled and using it for 
 long time.  
 So, I propose to remove that property now as we don't see any issue by 
 enabling the append feature always. 
 Thoughts?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6246) Remove 'dfs.support.append' flag from trunk code

2014-04-25 Thread Hudson (JIRA)

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

Hudson commented on HDFS-6246:
--

FAILURE: Integrated in Hadoop-Hdfs-trunk #1742 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1742/])
HDFS-6246. Remove 'dfs.support.append' flag from trunk code. Contributed by Uma 
Maheswara Rao G. (umamahesh: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1589927)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/BlockPoolSlice.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestFileAppend.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/fs/TestDFSIO.java


 Remove 'dfs.support.append' flag from trunk code
 

 Key: HDFS-6246
 URL: https://issues.apache.org/jira/browse/HDFS-6246
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
Priority: Minor
 Fix For: 3.0.0

 Attachments: HDFS-6246.patch


 we added dfs.support.append' flag long ago to control the issues with append 
 feature.  Now in trunk and hadoop-2, by default we enabled and using it for 
 long time.  
 So, I propose to remove that property now as we don't see any issue by 
 enabling the append feature always. 
 Thoughts?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6246) Remove 'dfs.support.append' flag from trunk code

2014-04-24 Thread Uma Maheswara Rao G (JIRA)

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

Uma Maheswara Rao G commented on HDFS-6246:
---

Thanks Vinay for the review. I will commit this patch in some time today!

 Remove 'dfs.support.append' flag from trunk code
 

 Key: HDFS-6246
 URL: https://issues.apache.org/jira/browse/HDFS-6246
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
Priority: Minor
 Attachments: HDFS-6246.patch


 we added dfs.support.append' flag long ago to control the issues with append 
 feature.  Now in trunk and hadoop-2, by default we enabled and using it for 
 long time.  
 So, I propose to remove that property now as we don't see any issue by 
 enabling the append feature always. 
 Thoughts?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6246) Remove 'dfs.support.append' flag from trunk code

2014-04-24 Thread Hudson (JIRA)

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

Hudson commented on HDFS-6246:
--

SUCCESS: Integrated in Hadoop-trunk-Commit #5570 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/5570/])
HDFS-6246. Remove 'dfs.support.append' flag from trunk code. Contributed by Uma 
Maheswara Rao G. (umamahesh: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1589927)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/BlockPoolSlice.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
* 
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestFileAppend.java
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/fs/TestDFSIO.java


 Remove 'dfs.support.append' flag from trunk code
 

 Key: HDFS-6246
 URL: https://issues.apache.org/jira/browse/HDFS-6246
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
Priority: Minor
 Fix For: 3.0.0

 Attachments: HDFS-6246.patch


 we added dfs.support.append' flag long ago to control the issues with append 
 feature.  Now in trunk and hadoop-2, by default we enabled and using it for 
 long time.  
 So, I propose to remove that property now as we don't see any issue by 
 enabling the append feature always. 
 Thoughts?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6246) Remove 'dfs.support.append' flag from trunk code

2014-04-23 Thread Vinayakumar B (JIRA)

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

Vinayakumar B commented on HDFS-6246:
-

Patch looks Good. Lets get the +1 from jenkins too.
Submitting the patch for jenkins run.

 Remove 'dfs.support.append' flag from trunk code
 

 Key: HDFS-6246
 URL: https://issues.apache.org/jira/browse/HDFS-6246
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
Priority: Minor
 Attachments: HDFS-6246.patch


 we added dfs.support.append' flag long ago to control the issues with append 
 feature.  Now in trunk and hadoop-2, by default we enabled and using it for 
 long time.  
 So, I propose to remove that property now as we don't see any issue by 
 enabling the append feature always. 
 Thoughts?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6246) Remove 'dfs.support.append' flag from trunk code

2014-04-23 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HDFS-6246:
-

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

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

{color:green}+1 tests included{color}.  The patch appears to include 2 new 
or modified test files.

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

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

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

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

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

{color:red}-1 core tests{color}.  The following test timeouts occurred in 
hadoop-hdfs-project/hadoop-hdfs 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient:

org.apache.hadoop.mapred.pipes.TestPipeApplication

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

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

This message is automatically generated.

 Remove 'dfs.support.append' flag from trunk code
 

 Key: HDFS-6246
 URL: https://issues.apache.org/jira/browse/HDFS-6246
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
Priority: Minor
 Attachments: HDFS-6246.patch


 we added dfs.support.append' flag long ago to control the issues with append 
 feature.  Now in trunk and hadoop-2, by default we enabled and using it for 
 long time.  
 So, I propose to remove that property now as we don't see any issue by 
 enabling the append feature always. 
 Thoughts?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6246) Remove 'dfs.support.append' flag from trunk code

2014-04-23 Thread Uma Maheswara Rao G (JIRA)

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

Uma Maheswara Rao G commented on HDFS-6246:
---

Seems like test failures are unrelated to the patch

 Remove 'dfs.support.append' flag from trunk code
 

 Key: HDFS-6246
 URL: https://issues.apache.org/jira/browse/HDFS-6246
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
Priority: Minor
 Attachments: HDFS-6246.patch


 we added dfs.support.append' flag long ago to control the issues with append 
 feature.  Now in trunk and hadoop-2, by default we enabled and using it for 
 long time.  
 So, I propose to remove that property now as we don't see any issue by 
 enabling the append feature always. 
 Thoughts?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HDFS-6246) Remove 'dfs.support.append' flag from trunk code

2014-04-23 Thread Vinayakumar B (JIRA)

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

Vinayakumar B commented on HDFS-6246:
-

Yes Uma, failure seems to be unrelated to this. 

It seems due to patch automation. HADOOP-10532 has been raised to address this.

+1 for the current patch.

 Remove 'dfs.support.append' flag from trunk code
 

 Key: HDFS-6246
 URL: https://issues.apache.org/jira/browse/HDFS-6246
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Uma Maheswara Rao G
Assignee: Uma Maheswara Rao G
Priority: Minor
 Attachments: HDFS-6246.patch


 we added dfs.support.append' flag long ago to control the issues with append 
 feature.  Now in trunk and hadoop-2, by default we enabled and using it for 
 long time.  
 So, I propose to remove that property now as we don't see any issue by 
 enabling the append feature always. 
 Thoughts?



--
This message was sent by Atlassian JIRA
(v6.2#6252)