[jira] [Updated] (HADOOP-9453) Configuration.loadResource should skip empty resources

2015-05-08 Thread Ray Chiang (JIRA)

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

Ray Chiang updated HADOOP-9453:
---
Labels:   (was: BB2015-05-TBR)

 Configuration.loadResource should skip empty resources
 --

 Key: HADOOP-9453
 URL: https://issues.apache.org/jira/browse/HADOOP-9453
 Project: Hadoop Common
  Issue Type: Improvement
  Components: conf
Affects Versions: 3.0.0
Reporter: Steve Loughran
Priority: Minor
 Attachments: HADOOP-9453-002.patch, HADOOP-9453.patch


 YARN-535 shows that having a 0-byte {yarn-site}} file (created due to the 
 test itself) breaks configuration loads, as it is a default resource that no 
 longer parses.
 The resource loader code skips missing files -it should do the same for 
 0-byte files.



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


[jira] [Updated] (HADOOP-9453) Configuration.loadResource should skip empty resources

2015-05-05 Thread Allen Wittenauer (JIRA)

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

Allen Wittenauer updated HADOOP-9453:
-
Labels: BB2015-05-TBR  (was: )

 Configuration.loadResource should skip empty resources
 --

 Key: HADOOP-9453
 URL: https://issues.apache.org/jira/browse/HADOOP-9453
 Project: Hadoop Common
  Issue Type: Improvement
  Components: conf
Affects Versions: 3.0.0
Reporter: Steve Loughran
Priority: Minor
  Labels: BB2015-05-TBR
 Attachments: HADOOP-9453-002.patch, HADOOP-9453.patch


 YARN-535 shows that having a 0-byte {yarn-site}} file (created due to the 
 test itself) breaks configuration loads, as it is a default resource that no 
 longer parses.
 The resource loader code skips missing files -it should do the same for 
 0-byte files.



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


[jira] [Updated] (HADOOP-9453) Configuration.loadResource should skip empty resources

2015-03-09 Thread Allen Wittenauer (JIRA)

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

Allen Wittenauer updated HADOOP-9453:
-
Status: Patch Available  (was: Open)

 Configuration.loadResource should skip empty resources
 --

 Key: HADOOP-9453
 URL: https://issues.apache.org/jira/browse/HADOOP-9453
 Project: Hadoop Common
  Issue Type: Improvement
  Components: conf
Affects Versions: 3.0.0
Reporter: Steve Loughran
Priority: Minor
 Attachments: HADOOP-9453-002.patch, HADOOP-9453.patch


 YARN-535 shows that having a 0-byte {yarn-site}} file (created due to the 
 test itself) breaks configuration loads, as it is a default resource that no 
 longer parses.
 The resource loader code skips missing files -it should do the same for 
 0-byte files.



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


[jira] [Updated] (HADOOP-9453) Configuration.loadResource should skip empty resources

2013-06-06 Thread Steve Loughran (JIRA)

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

Steve Loughran updated HADOOP-9453:
---

Status: Open  (was: Patch Available)

cancel for rebase

 Configuration.loadResource should skip empty resources
 --

 Key: HADOOP-9453
 URL: https://issues.apache.org/jira/browse/HADOOP-9453
 Project: Hadoop Common
  Issue Type: Improvement
  Components: conf
Affects Versions: 3.0.0
Reporter: Steve Loughran
Priority: Minor
 Attachments: HADOOP-9453.patch


 YARN-535 shows that having a 0-byte {yarn-site}} file (created due to the 
 test itself) breaks configuration loads, as it is a default resource that no 
 longer parses.
 The resource loader code skips missing files -it should do the same for 
 0-byte files.

--
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] (HADOOP-9453) Configuration.loadResource should skip empty resources

2013-06-06 Thread Steve Loughran (JIRA)

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

Steve Loughran updated HADOOP-9453:
---

Attachment: HADOOP-9453-002.patch

Filename expected in exception string is now driven by constant, and resilient 
to changes

 Configuration.loadResource should skip empty resources
 --

 Key: HADOOP-9453
 URL: https://issues.apache.org/jira/browse/HADOOP-9453
 Project: Hadoop Common
  Issue Type: Improvement
  Components: conf
Affects Versions: 3.0.0
Reporter: Steve Loughran
Priority: Minor
 Attachments: HADOOP-9453-002.patch, HADOOP-9453.patch


 YARN-535 shows that having a 0-byte {yarn-site}} file (created due to the 
 test itself) breaks configuration loads, as it is a default resource that no 
 longer parses.
 The resource loader code skips missing files -it should do the same for 
 0-byte files.

--
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] (HADOOP-9453) Configuration.loadResource should skip empty resources

2013-04-09 Thread Steve Loughran (JIRA)

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

Steve Loughran updated HADOOP-9453:
---

Attachment: HADOOP-9453.patch

Incorporates HADOOP-9447 to skip files of size 0. This is not done for other 
resources (classpath, URLs)

 Configuration.loadResource should skip empty resources
 --

 Key: HADOOP-9453
 URL: https://issues.apache.org/jira/browse/HADOOP-9453
 Project: Hadoop Common
  Issue Type: Improvement
  Components: conf
Affects Versions: 3.0.0
Reporter: Steve Loughran
Priority: Minor
 Attachments: HADOOP-9453.patch


 YARN-535 shows that having a 0-byte {yarn-site}} file (created due to the 
 test itself) breaks configuration loads, as it is a default resource that no 
 longer parses.
 The resource loader code skips missing files -it should do the same for 
 0-byte files.

--
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] (HADOOP-9453) Configuration.loadResource should skip empty resources

2013-04-09 Thread Steve Loughran (JIRA)

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

Steve Loughran updated HADOOP-9453:
---

Status: Patch Available  (was: Open)

 Configuration.loadResource should skip empty resources
 --

 Key: HADOOP-9453
 URL: https://issues.apache.org/jira/browse/HADOOP-9453
 Project: Hadoop Common
  Issue Type: Improvement
  Components: conf
Affects Versions: 3.0.0
Reporter: Steve Loughran
Priority: Minor
 Attachments: HADOOP-9453.patch


 YARN-535 shows that having a 0-byte {yarn-site}} file (created due to the 
 test itself) breaks configuration loads, as it is a default resource that no 
 longer parses.
 The resource loader code skips missing files -it should do the same for 
 0-byte files.

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