You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jason Dere (JIRA)" <ji...@apache.org> on 2015/08/11 00:18:54 UTC

[jira] [Commented] (HIVE-9024) NullPointerException when starting webhcat server if templeton.hive.properties is not set

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

Jason Dere commented on HIVE-9024:
----------------------------------

Added this fix to branch-1.0

> NullPointerException when starting webhcat server if templeton.hive.properties is not set
> -----------------------------------------------------------------------------------------
>
>                 Key: HIVE-9024
>                 URL: https://issues.apache.org/jira/browse/HIVE-9024
>             Project: Hive
>          Issue Type: Bug
>          Components: WebHCat
>    Affects Versions: 0.14.0
>            Reporter: Na Yang
>            Assignee: Na Yang
>             Fix For: 1.1.0, 1.0.2
>
>         Attachments: HIVE-9024.patch
>
>
> If templeton.hive.properties is not set, when starting webhcat server, the following NullPointerException is thrown and webhcat server could not start:
> {noformat}
> Exception in thread "main" java.lang.NullPointerException
>         at org.apache.hive.hcatalog.templeton.AppConfig.hiveProps(AppConfig.java:318)
>         at org.apache.hive.hcatalog.templeton.AppConfig.handleHiveProperties(AppConfig.java:194)
>         at org.apache.hive.hcatalog.templeton.AppConfig.init(AppConfig.java:175)
>         at org.apache.hive.hcatalog.templeton.AppConfig.<init>(AppConfig.java:155)
>         at org.apache.hive.hcatalog.templeton.Main.loadConfig(Main.java:96)
>         at org.apache.hive.hcatalog.templeton.Main.init(Main.java:80)
>         at org.apache.hive.hcatalog.templeton.Main.<init>(Main.java:75)
>         at org.apache.hive.hcatalog.templeton.Main.main(Main.java:267)
>         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 org.apache.hadoop.util.RunJar.main(RunJar.java:197)
> {noformat}



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