[jira] Created: (HADOOP-6786) test-patch needs to verify Herriot integrity

2010-05-25 Thread Konstantin Boudnik (JIRA)
test-patch needs to verify Herriot integrity


 Key: HADOOP-6786
 URL: https://issues.apache.org/jira/browse/HADOOP-6786
 Project: Hadoop Common
  Issue Type: Improvement
  Components: build
Affects Versions: 0.21.0
Reporter: Konstantin Boudnik


Whenever a new patch is submitted for verification {{test-patch}} process has 
to make sure that none of Herriot bindings were broken.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (HADOOP-6787) Factor out glob pattern code from FileContext and Filesystem

2010-05-25 Thread Luke Lu (JIRA)
Factor out glob pattern code from FileContext and Filesystem


 Key: HADOOP-6787
 URL: https://issues.apache.org/jira/browse/HADOOP-6787
 Project: Hadoop Common
  Issue Type: Improvement
Reporter: Luke Lu


The GlobFilter class (especially the error-prone setRegex method) is duplicated 
in both FileContext and Filesystem. And I'd like to be able to reuse the most 
of the setRegex code for glob pattern matching in metrics filter configurations.

We could at least factor out the hairy setRegex code and package them into a 
GlobPattern class with a minimum compile method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.