[jira] [Commented] (HIVE-5127) Upgrade xerces and xalan for WebHCat

2013-09-15 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13767743#comment-13767743
 ] 

Hudson commented on HIVE-5127:
--

FAILURE: Integrated in Hive-trunk-hadoop2-ptest #97 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2-ptest/97/])
HIVE-5127: Upgrade xerces and xalan for WebHCat (Eugene Koifman via Thejas 
Nair) (thejas: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1523134)
* /hive/trunk/hcatalog/webhcat/svr/pom.xml


 Upgrade xerces and xalan for WebHCat
 

 Key: HIVE-5127
 URL: https://issues.apache.org/jira/browse/HIVE-5127
 Project: Hive
  Issue Type: Bug
  Components: WebHCat
Affects Versions: 0.12.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
 Fix For: 0.12.0

 Attachments: HIVE-5127.patch


 Currently webhcat log files are full of exceptions like this, which obscures 
 the real output and may cause perf issues.
 Upgrading to more recent versions of xerces/xalan fixes this.
 Add the following to hive/hcatalog/webhcat/svr/pom.xml
 dependency
 groupIdxerces/groupId
 artifactIdxercesImpl/artifactId
 version2.9.1/version
 /dependency
 dependency
 groupIdxalan/groupId
 artifactIdxalan/artifactId
 version2.7.1/version
 /dependency
 13/08/20 16:54:04 ERROR conf.Configuration: Failed to set 
 setXIncludeAware(true) for parser 
 org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@48dbb335:java.lang.UnsupportedOperationException:
  This parser does not support specification null version null
 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:1892)
 at 
 org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:1861)
 at 
 org.apache.hadoop.conf.Configuration.getProps(Configuration.java:1778)
 at org.apache.hadoop.conf.Configuration.get(Configuration.java:870)
 at org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:171)
 at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:305)
 at org.apache.hadoop.fs.FileSystem.getLocal(FileSystem.java:288)
 at 
 org.apache.hadoop.util.GenericOptionsParser.validateFiles(GenericOptionsParser.java:383)
 at 
 org.apache.hadoop.util.GenericOptionsParser.processGeneralOptions(GenericOptionsParser.java:281)
 at 
 org.apache.hadoop.util.GenericOptionsParser.parseGeneralOptions(GenericOptionsParser.java:422)
 at 
 org.apache.hadoop.util.GenericOptionsParser.init(GenericOptionsParser.java:168)
 at 
 org.apache.hadoop.util.GenericOptionsParser.init(GenericOptionsParser.java:151)
 at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:64)
 at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator$1.run(LauncherDelegator.java:99)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator$1.run(LauncherDelegator.java:95)
 at java.security.AccessController.doPrivileged(Native Method)
 at javax.security.auth.Subject.doAs(Subject.java:396)
 at 
 org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1441)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator.queueAsUser(LauncherDelegator.java:95)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator.enqueueController(LauncherDelegator.java:77)
 at 
 org.apache.hcatalog.templeton.JarDelegator.run(JarDelegator.java:52)
 at 
 org.apache.hcatalog.templeton.StreamingDelegator.run(StreamingDelegator.java:53)
 at 
 org.apache.hcatalog.templeton.Server.mapReduceStreaming(Server.java:596)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
 at 
 com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
 at 
 com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
 at 
 com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
 

[jira] [Commented] (HIVE-5127) Upgrade xerces and xalan for WebHCat

2013-09-15 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13767752#comment-13767752
 ] 

Hudson commented on HIVE-5127:
--

FAILURE: Integrated in Hive-trunk-hadoop1-ptest #164 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop1-ptest/164/])
HIVE-5127: Upgrade xerces and xalan for WebHCat (Eugene Koifman via Thejas 
Nair) (thejas: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1523134)
* /hive/trunk/hcatalog/webhcat/svr/pom.xml


 Upgrade xerces and xalan for WebHCat
 

 Key: HIVE-5127
 URL: https://issues.apache.org/jira/browse/HIVE-5127
 Project: Hive
  Issue Type: Bug
  Components: WebHCat
Affects Versions: 0.12.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
 Fix For: 0.12.0

 Attachments: HIVE-5127.patch


 Currently webhcat log files are full of exceptions like this, which obscures 
 the real output and may cause perf issues.
 Upgrading to more recent versions of xerces/xalan fixes this.
 Add the following to hive/hcatalog/webhcat/svr/pom.xml
 dependency
 groupIdxerces/groupId
 artifactIdxercesImpl/artifactId
 version2.9.1/version
 /dependency
 dependency
 groupIdxalan/groupId
 artifactIdxalan/artifactId
 version2.7.1/version
 /dependency
 13/08/20 16:54:04 ERROR conf.Configuration: Failed to set 
 setXIncludeAware(true) for parser 
 org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@48dbb335:java.lang.UnsupportedOperationException:
  This parser does not support specification null version null
 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:1892)
 at 
 org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:1861)
 at 
 org.apache.hadoop.conf.Configuration.getProps(Configuration.java:1778)
 at org.apache.hadoop.conf.Configuration.get(Configuration.java:870)
 at org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:171)
 at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:305)
 at org.apache.hadoop.fs.FileSystem.getLocal(FileSystem.java:288)
 at 
 org.apache.hadoop.util.GenericOptionsParser.validateFiles(GenericOptionsParser.java:383)
 at 
 org.apache.hadoop.util.GenericOptionsParser.processGeneralOptions(GenericOptionsParser.java:281)
 at 
 org.apache.hadoop.util.GenericOptionsParser.parseGeneralOptions(GenericOptionsParser.java:422)
 at 
 org.apache.hadoop.util.GenericOptionsParser.init(GenericOptionsParser.java:168)
 at 
 org.apache.hadoop.util.GenericOptionsParser.init(GenericOptionsParser.java:151)
 at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:64)
 at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator$1.run(LauncherDelegator.java:99)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator$1.run(LauncherDelegator.java:95)
 at java.security.AccessController.doPrivileged(Native Method)
 at javax.security.auth.Subject.doAs(Subject.java:396)
 at 
 org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1441)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator.queueAsUser(LauncherDelegator.java:95)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator.enqueueController(LauncherDelegator.java:77)
 at 
 org.apache.hcatalog.templeton.JarDelegator.run(JarDelegator.java:52)
 at 
 org.apache.hcatalog.templeton.StreamingDelegator.run(StreamingDelegator.java:53)
 at 
 org.apache.hcatalog.templeton.Server.mapReduceStreaming(Server.java:596)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
 at 
 com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
 at 
 com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
 at 
 com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
   

[jira] [Commented] (HIVE-5127) Upgrade xerces and xalan for WebHCat

2013-09-14 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13767426#comment-13767426
 ] 

Hudson commented on HIVE-5127:
--

FAILURE: Integrated in Hive-trunk-h0.21 #2331 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/2331/])
HIVE-5127: Upgrade xerces and xalan for WebHCat (Eugene Koifman via Thejas 
Nair) (thejas: 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1523134)
* /hive/trunk/hcatalog/webhcat/svr/pom.xml


 Upgrade xerces and xalan for WebHCat
 

 Key: HIVE-5127
 URL: https://issues.apache.org/jira/browse/HIVE-5127
 Project: Hive
  Issue Type: Bug
  Components: WebHCat
Affects Versions: 0.12.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
 Fix For: 0.12.0

 Attachments: HIVE-5127.patch


 Currently webhcat log files are full of exceptions like this, which obscures 
 the real output and may cause perf issues.
 Upgrading to more recent versions of xerces/xalan fixes this.
 Add the following to hive/hcatalog/webhcat/svr/pom.xml
 dependency
 groupIdxerces/groupId
 artifactIdxercesImpl/artifactId
 version2.9.1/version
 /dependency
 dependency
 groupIdxalan/groupId
 artifactIdxalan/artifactId
 version2.7.1/version
 /dependency
 13/08/20 16:54:04 ERROR conf.Configuration: Failed to set 
 setXIncludeAware(true) for parser 
 org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@48dbb335:java.lang.UnsupportedOperationException:
  This parser does not support specification null version null
 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:1892)
 at 
 org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:1861)
 at 
 org.apache.hadoop.conf.Configuration.getProps(Configuration.java:1778)
 at org.apache.hadoop.conf.Configuration.get(Configuration.java:870)
 at org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:171)
 at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:305)
 at org.apache.hadoop.fs.FileSystem.getLocal(FileSystem.java:288)
 at 
 org.apache.hadoop.util.GenericOptionsParser.validateFiles(GenericOptionsParser.java:383)
 at 
 org.apache.hadoop.util.GenericOptionsParser.processGeneralOptions(GenericOptionsParser.java:281)
 at 
 org.apache.hadoop.util.GenericOptionsParser.parseGeneralOptions(GenericOptionsParser.java:422)
 at 
 org.apache.hadoop.util.GenericOptionsParser.init(GenericOptionsParser.java:168)
 at 
 org.apache.hadoop.util.GenericOptionsParser.init(GenericOptionsParser.java:151)
 at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:64)
 at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator$1.run(LauncherDelegator.java:99)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator$1.run(LauncherDelegator.java:95)
 at java.security.AccessController.doPrivileged(Native Method)
 at javax.security.auth.Subject.doAs(Subject.java:396)
 at 
 org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1441)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator.queueAsUser(LauncherDelegator.java:95)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator.enqueueController(LauncherDelegator.java:77)
 at 
 org.apache.hcatalog.templeton.JarDelegator.run(JarDelegator.java:52)
 at 
 org.apache.hcatalog.templeton.StreamingDelegator.run(StreamingDelegator.java:53)
 at 
 org.apache.hcatalog.templeton.Server.mapReduceStreaming(Server.java:596)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
 at 
 com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
 at 
 com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
 at 
 com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
 at 
 

[jira] [Commented] (HIVE-5127) Upgrade xerces and xalan for WebHCat

2013-09-13 Thread Thejas M Nair (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13766163#comment-13766163
 ] 

Thejas M Nair commented on HIVE-5127:
-

[~ekoifman] Did the patch accidentally get created as a reverse patch ?


 Upgrade xerces and xalan for WebHCat
 

 Key: HIVE-5127
 URL: https://issues.apache.org/jira/browse/HIVE-5127
 Project: Hive
  Issue Type: Bug
  Components: WebHCat
Affects Versions: 0.12.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
 Fix For: 0.12.0

 Attachments: HIVE-5127.patch


 Currently webhcat log files are full of exceptions like this, which obscures 
 the real output and may cause perf issues.
 Upgrading to more recent versions of xerces/xalan fixes this.
 Add the following to hive/hcatalog/webhcat/svr/pom.xml
 dependency
 groupIdxerces/groupId
 artifactIdxercesImpl/artifactId
 version2.9.1/version
 /dependency
 dependency
 groupIdxalan/groupId
 artifactIdxalan/artifactId
 version2.7.1/version
 /dependency
 13/08/20 16:54:04 ERROR conf.Configuration: Failed to set 
 setXIncludeAware(true) for parser 
 org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@48dbb335:java.lang.UnsupportedOperationException:
  This parser does not support specification null version null
 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:1892)
 at 
 org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:1861)
 at 
 org.apache.hadoop.conf.Configuration.getProps(Configuration.java:1778)
 at org.apache.hadoop.conf.Configuration.get(Configuration.java:870)
 at org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:171)
 at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:305)
 at org.apache.hadoop.fs.FileSystem.getLocal(FileSystem.java:288)
 at 
 org.apache.hadoop.util.GenericOptionsParser.validateFiles(GenericOptionsParser.java:383)
 at 
 org.apache.hadoop.util.GenericOptionsParser.processGeneralOptions(GenericOptionsParser.java:281)
 at 
 org.apache.hadoop.util.GenericOptionsParser.parseGeneralOptions(GenericOptionsParser.java:422)
 at 
 org.apache.hadoop.util.GenericOptionsParser.init(GenericOptionsParser.java:168)
 at 
 org.apache.hadoop.util.GenericOptionsParser.init(GenericOptionsParser.java:151)
 at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:64)
 at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator$1.run(LauncherDelegator.java:99)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator$1.run(LauncherDelegator.java:95)
 at java.security.AccessController.doPrivileged(Native Method)
 at javax.security.auth.Subject.doAs(Subject.java:396)
 at 
 org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1441)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator.queueAsUser(LauncherDelegator.java:95)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator.enqueueController(LauncherDelegator.java:77)
 at 
 org.apache.hcatalog.templeton.JarDelegator.run(JarDelegator.java:52)
 at 
 org.apache.hcatalog.templeton.StreamingDelegator.run(StreamingDelegator.java:53)
 at 
 org.apache.hcatalog.templeton.Server.mapReduceStreaming(Server.java:596)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
 at 
 com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
 at 
 com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
 at 
 com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
 at 
 com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
 at 
 com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
 at 
 

[jira] [Commented] (HIVE-5127) Upgrade xerces and xalan for WebHCat

2013-09-13 Thread Eugene Koifman (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13766241#comment-13766241
 ] 

Eugene Koifman commented on HIVE-5127:
--

no, the patch is fine.  There was a block of text commented out.  Now it just 
adds a latest version of Xerces as a dependency.

 Upgrade xerces and xalan for WebHCat
 

 Key: HIVE-5127
 URL: https://issues.apache.org/jira/browse/HIVE-5127
 Project: Hive
  Issue Type: Bug
  Components: WebHCat
Affects Versions: 0.12.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
 Fix For: 0.12.0

 Attachments: HIVE-5127.patch


 Currently webhcat log files are full of exceptions like this, which obscures 
 the real output and may cause perf issues.
 Upgrading to more recent versions of xerces/xalan fixes this.
 Add the following to hive/hcatalog/webhcat/svr/pom.xml
 dependency
 groupIdxerces/groupId
 artifactIdxercesImpl/artifactId
 version2.9.1/version
 /dependency
 dependency
 groupIdxalan/groupId
 artifactIdxalan/artifactId
 version2.7.1/version
 /dependency
 13/08/20 16:54:04 ERROR conf.Configuration: Failed to set 
 setXIncludeAware(true) for parser 
 org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@48dbb335:java.lang.UnsupportedOperationException:
  This parser does not support specification null version null
 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:1892)
 at 
 org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:1861)
 at 
 org.apache.hadoop.conf.Configuration.getProps(Configuration.java:1778)
 at org.apache.hadoop.conf.Configuration.get(Configuration.java:870)
 at org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:171)
 at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:305)
 at org.apache.hadoop.fs.FileSystem.getLocal(FileSystem.java:288)
 at 
 org.apache.hadoop.util.GenericOptionsParser.validateFiles(GenericOptionsParser.java:383)
 at 
 org.apache.hadoop.util.GenericOptionsParser.processGeneralOptions(GenericOptionsParser.java:281)
 at 
 org.apache.hadoop.util.GenericOptionsParser.parseGeneralOptions(GenericOptionsParser.java:422)
 at 
 org.apache.hadoop.util.GenericOptionsParser.init(GenericOptionsParser.java:168)
 at 
 org.apache.hadoop.util.GenericOptionsParser.init(GenericOptionsParser.java:151)
 at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:64)
 at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator$1.run(LauncherDelegator.java:99)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator$1.run(LauncherDelegator.java:95)
 at java.security.AccessController.doPrivileged(Native Method)
 at javax.security.auth.Subject.doAs(Subject.java:396)
 at 
 org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1441)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator.queueAsUser(LauncherDelegator.java:95)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator.enqueueController(LauncherDelegator.java:77)
 at 
 org.apache.hcatalog.templeton.JarDelegator.run(JarDelegator.java:52)
 at 
 org.apache.hcatalog.templeton.StreamingDelegator.run(StreamingDelegator.java:53)
 at 
 org.apache.hcatalog.templeton.Server.mapReduceStreaming(Server.java:596)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
 at 
 com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
 at 
 com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
 at 
 com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
 at 
 com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
 at 
 

[jira] [Commented] (HIVE-5127) Upgrade xerces and xalan for WebHCat

2013-09-13 Thread Thejas M Nair (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-5127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13766288#comment-13766288
 ] 

Thejas M Nair commented on HIVE-5127:
-

Got it now. I failed to notice the comment being removed!
+1 Will be useful to have this in 0.12 as well.


 Upgrade xerces and xalan for WebHCat
 

 Key: HIVE-5127
 URL: https://issues.apache.org/jira/browse/HIVE-5127
 Project: Hive
  Issue Type: Bug
  Components: WebHCat
Affects Versions: 0.12.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
 Fix For: 0.12.0

 Attachments: HIVE-5127.patch


 Currently webhcat log files are full of exceptions like this, which obscures 
 the real output and may cause perf issues.
 Upgrading to more recent versions of xerces/xalan fixes this.
 Add the following to hive/hcatalog/webhcat/svr/pom.xml
 dependency
 groupIdxerces/groupId
 artifactIdxercesImpl/artifactId
 version2.9.1/version
 /dependency
 dependency
 groupIdxalan/groupId
 artifactIdxalan/artifactId
 version2.7.1/version
 /dependency
 13/08/20 16:54:04 ERROR conf.Configuration: Failed to set 
 setXIncludeAware(true) for parser 
 org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@48dbb335:java.lang.UnsupportedOperationException:
  This parser does not support specification null version null
 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:1892)
 at 
 org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:1861)
 at 
 org.apache.hadoop.conf.Configuration.getProps(Configuration.java:1778)
 at org.apache.hadoop.conf.Configuration.get(Configuration.java:870)
 at org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:171)
 at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:305)
 at org.apache.hadoop.fs.FileSystem.getLocal(FileSystem.java:288)
 at 
 org.apache.hadoop.util.GenericOptionsParser.validateFiles(GenericOptionsParser.java:383)
 at 
 org.apache.hadoop.util.GenericOptionsParser.processGeneralOptions(GenericOptionsParser.java:281)
 at 
 org.apache.hadoop.util.GenericOptionsParser.parseGeneralOptions(GenericOptionsParser.java:422)
 at 
 org.apache.hadoop.util.GenericOptionsParser.init(GenericOptionsParser.java:168)
 at 
 org.apache.hadoop.util.GenericOptionsParser.init(GenericOptionsParser.java:151)
 at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:64)
 at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator$1.run(LauncherDelegator.java:99)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator$1.run(LauncherDelegator.java:95)
 at java.security.AccessController.doPrivileged(Native Method)
 at javax.security.auth.Subject.doAs(Subject.java:396)
 at 
 org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1441)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator.queueAsUser(LauncherDelegator.java:95)
 at 
 org.apache.hcatalog.templeton.LauncherDelegator.enqueueController(LauncherDelegator.java:77)
 at 
 org.apache.hcatalog.templeton.JarDelegator.run(JarDelegator.java:52)
 at 
 org.apache.hcatalog.templeton.StreamingDelegator.run(StreamingDelegator.java:53)
 at 
 org.apache.hcatalog.templeton.Server.mapReduceStreaming(Server.java:596)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
 at 
 com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
 at 
 com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
 at 
 com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
 at 
 com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
 at 
 com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)