[jira] [Updated] (HADOOP-11399) Java Configuration file and .xml files should be automatically cross-compared

2014-12-23 Thread Robert Kanter (JIRA)

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

Robert Kanter updated HADOOP-11399:
---
   Resolution: Fixed
Fix Version/s: 2.7.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

Thanks Ray.  This will be helpful in validating -site files.  Committed to 
branch-2 and trunk!

 Java Configuration file and .xml files should be automatically cross-compared
 -

 Key: HADOOP-11399
 URL: https://issues.apache.org/jira/browse/HADOOP-11399
 Project: Hadoop Common
  Issue Type: Improvement
Affects Versions: 2.4.1
Reporter: Ray Chiang
Assignee: Ray Chiang
Priority: Minor
  Labels: supportability
 Fix For: 2.7.0

 Attachments: HADOOP-11399.001.patch, HADOOP-11399.002.patch, 
 HADOOP-11399.003.patch, YARN-2284-04.patch, YARN-2284-05.patch, 
 YARN-2284-06.patch, YARN-2284-07.patch, YARN-2284-08.patch, 
 YARN-2284-09.patch, YARN2284-01.patch, YARN2284-02.patch, YARN2284-03.patch


 Update common in order to allow automatic comparison of Java Configuration 
 classes and xxx-default.xml files within a unit test.  Changes here will be 
 used in downstream JIRAs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-11399) Java Configuration file and .xml files should be automatically cross-compared

2014-12-22 Thread Ray Chiang (JIRA)

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

Ray Chiang updated HADOOP-11399:

Attachment: HADOOP-11399.003.patch

Add findbugs exclusion

 Java Configuration file and .xml files should be automatically cross-compared
 -

 Key: HADOOP-11399
 URL: https://issues.apache.org/jira/browse/HADOOP-11399
 Project: Hadoop Common
  Issue Type: Improvement
Affects Versions: 2.4.1
Reporter: Ray Chiang
Assignee: Ray Chiang
Priority: Minor
  Labels: supportability
 Attachments: HADOOP-11399.001.patch, HADOOP-11399.002.patch, 
 HADOOP-11399.003.patch, YARN-2284-04.patch, YARN-2284-05.patch, 
 YARN-2284-06.patch, YARN-2284-07.patch, YARN-2284-08.patch, 
 YARN-2284-09.patch, YARN2284-01.patch, YARN2284-02.patch, YARN2284-03.patch


 Update common in order to allow automatic comparison of Java Configuration 
 classes and xxx-default.xml files within a unit test.  Changes here will be 
 used in downstream JIRAs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-11399) Java Configuration file and .xml files should be automatically cross-compared

2014-12-12 Thread Ray Chiang (JIRA)

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

Ray Chiang updated HADOOP-11399:

Attachment: HADOOP-11399.001.patch

Revised version with only HADOOP changes.

 Java Configuration file and .xml files should be automatically cross-compared
 -

 Key: HADOOP-11399
 URL: https://issues.apache.org/jira/browse/HADOOP-11399
 Project: Hadoop Common
  Issue Type: Improvement
Affects Versions: 2.4.1
Reporter: Ray Chiang
Assignee: Ray Chiang
Priority: Minor
  Labels: supportability
 Attachments: HADOOP-11399.001.patch, YARN-2284-04.patch, 
 YARN-2284-05.patch, YARN-2284-06.patch, YARN-2284-07.patch, 
 YARN-2284-08.patch, YARN-2284-09.patch, YARN2284-01.patch, YARN2284-02.patch, 
 YARN2284-03.patch


 YarnConfiguration has one set of properties.  yarn-default.xml has another 
 set of properties.  Ideally, there should be an automatic way to find missing 
 properties in either location.
 This is analogous to MAPREDUCE-5130, but for yarn-default.xml.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-11399) Java Configuration file and .xml files should be automatically cross-compared

2014-12-12 Thread Ray Chiang (JIRA)

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

Ray Chiang updated HADOOP-11399:

Status: Patch Available  (was: Open)

Submit Common-only patch for testing.

 Java Configuration file and .xml files should be automatically cross-compared
 -

 Key: HADOOP-11399
 URL: https://issues.apache.org/jira/browse/HADOOP-11399
 Project: Hadoop Common
  Issue Type: Improvement
Affects Versions: 2.4.1
Reporter: Ray Chiang
Assignee: Ray Chiang
Priority: Minor
  Labels: supportability
 Attachments: HADOOP-11399.001.patch, YARN-2284-04.patch, 
 YARN-2284-05.patch, YARN-2284-06.patch, YARN-2284-07.patch, 
 YARN-2284-08.patch, YARN-2284-09.patch, YARN2284-01.patch, YARN2284-02.patch, 
 YARN2284-03.patch


 YarnConfiguration has one set of properties.  yarn-default.xml has another 
 set of properties.  Ideally, there should be an automatic way to find missing 
 properties in either location.
 This is analogous to MAPREDUCE-5130, but for yarn-default.xml.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-11399) Java Configuration file and .xml files should be automatically cross-compared

2014-12-12 Thread Ray Chiang (JIRA)

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

Ray Chiang updated HADOOP-11399:

Attachment: HADOOP-11399.002.patch

Cleaned up the javadoc

 Java Configuration file and .xml files should be automatically cross-compared
 -

 Key: HADOOP-11399
 URL: https://issues.apache.org/jira/browse/HADOOP-11399
 Project: Hadoop Common
  Issue Type: Improvement
Affects Versions: 2.4.1
Reporter: Ray Chiang
Assignee: Ray Chiang
Priority: Minor
  Labels: supportability
 Attachments: HADOOP-11399.001.patch, HADOOP-11399.002.patch, 
 YARN-2284-04.patch, YARN-2284-05.patch, YARN-2284-06.patch, 
 YARN-2284-07.patch, YARN-2284-08.patch, YARN-2284-09.patch, 
 YARN2284-01.patch, YARN2284-02.patch, YARN2284-03.patch


 YarnConfiguration has one set of properties.  yarn-default.xml has another 
 set of properties.  Ideally, there should be an automatic way to find missing 
 properties in either location.
 This is analogous to MAPREDUCE-5130, but for yarn-default.xml.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-11399) Java Configuration file and .xml files should be automatically cross-compared

2014-12-12 Thread Ray Chiang (JIRA)

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

Ray Chiang updated HADOOP-11399:

Description: Update common in order to allow automatic comparison of Java 
Configuration classes and xxx-default.xml files within a unit test.  Changes 
here will be used in downstream JIRAs.  (was: YarnConfiguration has one set of 
properties.  yarn-default.xml has another set of properties.  Ideally, there 
should be an automatic way to find missing properties in either location.

This is analogous to MAPREDUCE-5130, but for yarn-default.xml.)

 Java Configuration file and .xml files should be automatically cross-compared
 -

 Key: HADOOP-11399
 URL: https://issues.apache.org/jira/browse/HADOOP-11399
 Project: Hadoop Common
  Issue Type: Improvement
Affects Versions: 2.4.1
Reporter: Ray Chiang
Assignee: Ray Chiang
Priority: Minor
  Labels: supportability
 Attachments: HADOOP-11399.001.patch, HADOOP-11399.002.patch, 
 YARN-2284-04.patch, YARN-2284-05.patch, YARN-2284-06.patch, 
 YARN-2284-07.patch, YARN-2284-08.patch, YARN-2284-09.patch, 
 YARN2284-01.patch, YARN2284-02.patch, YARN2284-03.patch


 Update common in order to allow automatic comparison of Java Configuration 
 classes and xxx-default.xml files within a unit test.  Changes here will be 
 used in downstream JIRAs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-11399) Java Configuration file and .xml files should be automatically cross-compared

2014-12-11 Thread Ray Chiang (JIRA)

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

Ray Chiang updated HADOOP-11399:

Summary: Java Configuration file and .xml files should be automatically 
cross-compared  (was: Find missing config options in YarnConfiguration and 
yarn-default.xml)

 Java Configuration file and .xml files should be automatically cross-compared
 -

 Key: HADOOP-11399
 URL: https://issues.apache.org/jira/browse/HADOOP-11399
 Project: Hadoop Common
  Issue Type: Improvement
Affects Versions: 2.4.1
Reporter: Ray Chiang
Assignee: Ray Chiang
Priority: Minor
  Labels: supportability
 Attachments: YARN-2284-04.patch, YARN-2284-05.patch, 
 YARN-2284-06.patch, YARN-2284-07.patch, YARN-2284-08.patch, 
 YARN-2284-09.patch, YARN2284-01.patch, YARN2284-02.patch, YARN2284-03.patch


 YarnConfiguration has one set of properties.  yarn-default.xml has another 
 set of properties.  Ideally, there should be an automatic way to find missing 
 properties in either location.
 This is analogous to MAPREDUCE-5130, but for yarn-default.xml.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-11399) Java Configuration file and .xml files should be automatically cross-compared

2014-12-11 Thread Ray Chiang (JIRA)

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

Ray Chiang updated HADOOP-11399:

Status: Open  (was: Patch Available)

Moving patches to individual sub-tasks.

 Java Configuration file and .xml files should be automatically cross-compared
 -

 Key: HADOOP-11399
 URL: https://issues.apache.org/jira/browse/HADOOP-11399
 Project: Hadoop Common
  Issue Type: Improvement
Affects Versions: 2.4.1
Reporter: Ray Chiang
Assignee: Ray Chiang
Priority: Minor
  Labels: supportability
 Attachments: YARN-2284-04.patch, YARN-2284-05.patch, 
 YARN-2284-06.patch, YARN-2284-07.patch, YARN-2284-08.patch, 
 YARN-2284-09.patch, YARN2284-01.patch, YARN2284-02.patch, YARN2284-03.patch


 YarnConfiguration has one set of properties.  yarn-default.xml has another 
 set of properties.  Ideally, there should be an automatic way to find missing 
 properties in either location.
 This is analogous to MAPREDUCE-5130, but for yarn-default.xml.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)