[jira] [Created] (HIVE-21418) Reset aggregate column stat cache before each q test

2019-03-09 Thread Miklos Gergely (JIRA)
Miklos Gergely created HIVE-21418: - Summary: Reset aggregate column stat cache before each q test Key: HIVE-21418 URL: https://issues.apache.org/jira/browse/HIVE-21418 Project: Hive Issue Typ

RE: Custom UDF Loses Depenencies

2019-03-09 Thread Shawn Weeks
I filed HIVE-21409 for this issue. It looks like the registerJars method in SessionState is still using the thread context class loader instead of grabbing the one from SessionState. I'm not sure how it happens but it looks like if you have a bunch of parallel sessions from something like Oozie

RE: Custom UDF Loses Depenencies

2019-03-09 Thread Shawn Weeks
The more I look at this the more confusing it gets, it looks like some places Hive is using the class loader from the SessionState.getConf() and sometimes from the thread context. I'd expect the thread context class loader and the session state one to be the same as the thread context is set by

RE: Custom UDF Loses Depenencies

2019-03-09 Thread Shawn Weeks
Ok nevermind, I see where the session state is being attached and the thread context is being switched. So the real question is why is the thread context class loader for registerJars different than the session state it was called with. Currently trying to find out what calls registerJars. Than

[GitHub] [hive] animenon commented on a change in pull request #388: HIVE-20057: Fix Hive table conversion DESCRIBE table bug

2019-03-09 Thread GitBox
animenon commented on a change in pull request #388: HIVE-20057: Fix Hive table conversion DESCRIBE table bug URL: https://github.com/apache/hive/pull/388#discussion_r264023088 ## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/Object

[GitHub] [hive] animenon commented on a change in pull request #388: HIVE-20057: Fix Hive table conversion DESCRIBE table bug

2019-03-09 Thread GitBox
animenon commented on a change in pull request #388: HIVE-20057: Fix Hive table conversion DESCRIBE table bug URL: https://github.com/apache/hive/pull/388#discussion_r264023163 ## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/Object

[GitHub] [hive] animenon commented on a change in pull request #388: HIVE-20057: Fix Hive table conversion DESCRIBE table bug

2019-03-09 Thread GitBox
animenon commented on a change in pull request #388: HIVE-20057: Fix Hive table conversion DESCRIBE table bug URL: https://github.com/apache/hive/pull/388#discussion_r264023163 ## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/Object

[GitHub] [hive] animenon commented on a change in pull request #388: HIVE-20057: Fix Hive table conversion DESCRIBE table bug

2019-03-09 Thread GitBox
animenon commented on a change in pull request #388: HIVE-20057: Fix Hive table conversion DESCRIBE table bug URL: https://github.com/apache/hive/pull/388#discussion_r264023163 ## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/Object