[jira] [Updated] (HDFS-4574) Move Diff and EnumCounters to util package

2013-03-10 Thread Tsz Wo (Nicholas), SZE (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-4574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo (Nicholas), SZE updated HDFS-4574:
-

Attachment: h4574_20130311.patch

h4574_20130311.patch: adds test timeout.

 Move Diff and EnumCounters to util package
 --

 Key: HDFS-4574
 URL: https://issues.apache.org/jira/browse/HDFS-4574
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: namenode
Reporter: Tsz Wo (Nicholas), SZE
Assignee: Tsz Wo (Nicholas), SZE
Priority: Minor
 Attachments: a.sh, a.sh, h4574_20130308b.patch, h4574_20130308.patch, 
 h4574_20130310.patch, h4574_20130311.patch


 Diff and EnumCounters are two general utility classes.  It is better to put 
 them in the util package.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-4574) Move Diff and EnumCounters to util package

2013-03-09 Thread Tsz Wo (Nicholas), SZE (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-4574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo (Nicholas), SZE updated HDFS-4574:
-

Attachment: h4574_20130310.patch
a.sh

h4574_20130310.patch: reverts moving EnumCounters;
a.sh: updates the script.

 Move Diff and EnumCounters to util package
 --

 Key: HDFS-4574
 URL: https://issues.apache.org/jira/browse/HDFS-4574
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: namenode
Reporter: Tsz Wo (Nicholas), SZE
Assignee: Tsz Wo (Nicholas), SZE
Priority: Minor
 Attachments: a.sh, a.sh, h4574_20130308b.patch, h4574_20130308.patch, 
 h4574_20130310.patch


 Diff and EnumCounters are two general utility classes.  It is better to put 
 them in the util package.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-4574) Move Diff and EnumCounters to util package

2013-03-08 Thread Tsz Wo (Nicholas), SZE (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-4574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo (Nicholas), SZE updated HDFS-4574:
-

Attachment: h4574_20130308b.patch

Maven somehow cannot compile the previous patch.

h4574_20130308b.patch: changes import.

 Move Diff and EnumCounters to util package
 --

 Key: HDFS-4574
 URL: https://issues.apache.org/jira/browse/HDFS-4574
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: namenode
Reporter: Tsz Wo (Nicholas), SZE
Assignee: Tsz Wo (Nicholas), SZE
Priority: Minor
 Attachments: a.sh, h4574_20130308b.patch, h4574_20130308.patch


 Diff and EnumCounters are two general utility classes.  It is better to put 
 them in the util package.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-4574) Move Diff and EnumCounters to util package

2013-03-07 Thread Tsz Wo (Nicholas), SZE (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-4574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo (Nicholas), SZE updated HDFS-4574:
-

Attachment: h4534_20130307.patch

h4534_20130307.patch:
- moves Diff, EnumCounters and the related test to util;
- moves INode.getLocalParentDir(..) to NamenodeJspHelper;
- changes parent to private and removes setLocalName(String) in INode.

 Move Diff and EnumCounters to util package
 --

 Key: HDFS-4574
 URL: https://issues.apache.org/jira/browse/HDFS-4574
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: namenode
Reporter: Tsz Wo (Nicholas), SZE
Assignee: Tsz Wo (Nicholas), SZE
Priority: Minor
 Attachments: h4534_20130307.patch


 Diff and EnumCounters are two general utility classes.  It is better to put 
 them in the util package.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-4574) Move Diff and EnumCounters to util package

2013-03-07 Thread Tsz Wo (Nicholas), SZE (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-4574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo (Nicholas), SZE updated HDFS-4574:
-

Attachment: a.sh
h4574_20130308.patch

The patch file should be h4574_20130308.patch.

Run a.sh before applying the patch and answer no to skip the deleted files.

 Move Diff and EnumCounters to util package
 --

 Key: HDFS-4574
 URL: https://issues.apache.org/jira/browse/HDFS-4574
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: namenode
Reporter: Tsz Wo (Nicholas), SZE
Assignee: Tsz Wo (Nicholas), SZE
Priority: Minor
 Attachments: a.sh, h4574_20130308.patch


 Diff and EnumCounters are two general utility classes.  It is better to put 
 them in the util package.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HDFS-4574) Move Diff and EnumCounters to util package

2013-03-07 Thread Tsz Wo (Nicholas), SZE (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-4574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo (Nicholas), SZE updated HDFS-4574:
-

Attachment: (was: h4534_20130307.patch)

 Move Diff and EnumCounters to util package
 --

 Key: HDFS-4574
 URL: https://issues.apache.org/jira/browse/HDFS-4574
 Project: Hadoop HDFS
  Issue Type: Sub-task
  Components: namenode
Reporter: Tsz Wo (Nicholas), SZE
Assignee: Tsz Wo (Nicholas), SZE
Priority: Minor
 Attachments: a.sh, h4574_20130308.patch


 Diff and EnumCounters are two general utility classes.  It is better to put 
 them in the util package.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira