[ 
https://issues.apache.org/jira/browse/HCATALOG-596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13556719#comment-13556719
 ] 

Daniel Dai commented on HCATALOG-596:
-------------------------------------

releaseaudit runs good after patch. 

I do see some exception in templeton:
java.lang.UnsupportedOperationException: This parser does not support 
specification "null" version "null"
        at 
javax.xml.parsers.DocumentBuilderFactory.setXIncludeAware(DocumentBuilderFactory.java:590)
        at 
org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:1143)
        at 
org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:1119)
        at 
org.apache.hadoop.conf.Configuration.getProps(Configuration.java:1063)
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:439)
        at org.apache.hcatalog.templeton.AppConfig.init(AppConfig.java:121)
        at org.apache.hcatalog.templeton.AppConfig.<init>(AppConfig.java:115)
        at org.apache.hcatalog.templeton.Main.loadConfig(Main.java:87)
        at org.apache.hcatalog.templeton.Main.init(Main.java:71)
        at org.apache.hcatalog.templeton.Main.<init>(Main.java:66)
        at org.apache.hcatalog.templeton.TestServer.setUp(TestServer.java:34)
        at junit.framework.TestCase.runBare(TestCase.java:132)
        at junit.framework.TestResult$1.protect(TestResult.java:110)
        at junit.framework.TestResult.runProtected(TestResult.java:128)
        at junit.framework.TestResult.run(TestResult.java:113)
        at junit.framework.TestCase.run(TestCase.java:124)
        at junit.framework.TestSuite.runTest(TestSuite.java:243)
        at junit.framework.TestSuite.run(TestSuite.java:238)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906)

Is this an issue we need to address?

Anyway, +1 for this patch, the above stack is not a blocker for the release.
                
> fix releaseaudit and automate running
> -------------------------------------
>
>                 Key: HCATALOG-596
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-596
>             Project: HCatalog
>          Issue Type: Bug
>            Reporter: Travis Crawford
>            Assignee: Travis Crawford
>             Fix For: 0.5
>
>         Attachments: HCATALOG-596_fix_releaseaudit.1.patch
>
>
> Currently the releaseaudit target is broken, which looking through jira has 
> happened several times. I believe the root-cause is its run infrequently so 
> breakage is not noticed for some time.
> We need to fix this target for the 0.5 release. Additionally, it takes ~1 
> second to run, so we should run it as part of our regular 
> {{./build-support/scripts/test.sh}}.

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

Reply via email to