[ https://issues.apache.org/jira/browse/HIVE-20412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16584286#comment-16584286 ]
Sergey Shelukhin commented on HIVE-20412: ----------------------------------------- +1 > NPE in HiveMetaHook > ------------------- > > Key: HIVE-20412 > URL: https://issues.apache.org/jira/browse/HIVE-20412 > Project: Hive > Issue Type: Bug > Components: Metastore > Reporter: Jason Dere > Assignee: Jason Dere > Priority: Major > Attachments: HIVE-20412.1.patch > > > {noformat} > java.lang.NullPointerException: null > at > org.apache.hadoop.hive.metastore.HiveMetaHook.preAlterTable(HiveMetaHook.java:113) > ~[hive-exec-3.1.0.3.0.1.0-104.jar:3.1.0.3.0.1.0-104] > at > org.apache.hadoop.hive.metastore.HiveMetaStoreClient.alter_table(HiveMetaStoreClient.java:427) > ~[hive-exec-3.1.0.3.0.1.0-104.jar:3.1.0.3.0.1.0-104] > at > org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient.alter_table(SessionHiveMetaStoreClient.java:415) > ~[hive-exec-3.1.0.3.0.1.0-104.jar:3.1.0.3.0.1.0-104] > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > ~[?:1.8.0_112] > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > ~[?:1.8.0_112] > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > ~[?:1.8.0_112] > at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_112] > at > org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.invoke(RetryingMetaStoreClient.java:212) > ~[hive-exec-3.1.0.3.0.1.0-104.jar:3.1.0.3.0.1.0-104] > at com.sun.proxy.$Proxy37.alter_table(Unknown Source) ~[?:?] > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > ~[?:1.8.0_112] > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > ~[?:1.8.0_112] > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > ~[?:1.8.0_112] > at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_112] > at > org.apache.hadoop.hive.metastore.HiveMetaStoreClient$SynchronizedHandler.invoke(HiveMetaStoreClient.java:2933) > ~[hive-exec-3.1.0.3.0.1.0-104.jar:3.1.0.3.0.1.0-104] > at com.sun.proxy.$Proxy37.alter_table(Unknown Source) ~[?:?] > at org.apache.hadoop.hive.ql.metadata.Hive.alterTable(Hive.java:708) > ~[hive-exec-3.1.0.3.0.1.0-104.jar:3.1.0.3.0.1.0-104] > at > org.apache.hadoop.hive.ql.util.HiveStrictManagedMigration$HiveUpdater.updateTableProperties(HiveStrictManagedMigration.java:954) > ~[hive-exec-3.1.0.3.0.1.0-104.jar:3.1.0.3.0.1.0-104] > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)