RE: Custom UDF Loses Depenencies

2019-03-19 Thread Shawn Weeks
I've finally hit a road block that I can't figure out a way around. There is a call to ReflectionUtils in HiveUtils. getAuthorizerFactory that is changing the current threads class loader to one for a completely different thread. I can make SessionState set it back but I have no idea why it's

[GitHub] [hive] sankarh commented on issue #540: HIVE-21283 Synonyms for the existing functions

2019-03-19 Thread GitBox
sankarh commented on issue #540: HIVE-21283 Synonyms for the existing functions URL: https://github.com/apache/hive/pull/540#issuecomment-474649754 @rmsmani Yes, that is a problem with Hive ptest. Lot of flaky tests. But, it was mandated to have a green build before commit. Please

Review Request 70241: HIVE-21482: Partition discovery table property is added to non-partitioned external tables

2019-03-19 Thread prasanthj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70241/ --- Review request for hive and Jason Dere. Bugs: HIVE-21482

[GitHub] [hive] rmsmani commented on issue #540: HIVE-21283 Synonyms for the existing functions

2019-03-19 Thread GitBox
rmsmani commented on issue #540: HIVE-21283 Synonyms for the existing functions URL: https://github.com/apache/hive/pull/540#issuecomment-474636941 Hi @sankarh Submitted patch 9 yday night, failed due to yet another Falky test

[jira] [Created] (HIVE-21482) Partition discovery table property is added to non-partitioned external tables

2019-03-19 Thread Prasanth Jayachandran (JIRA)
Prasanth Jayachandran created HIVE-21482: Summary: Partition discovery table property is added to non-partitioned external tables Key: HIVE-21482 URL: https://issues.apache.org/jira/browse/HIVE-21482

[jira] [Created] (HIVE-21481) MERGE correctness issues with null safe equality

2019-03-19 Thread Vineet Garg (JIRA)
Vineet Garg created HIVE-21481: -- Summary: MERGE correctness issues with null safe equality Key: HIVE-21481 URL: https://issues.apache.org/jira/browse/HIVE-21481 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-21480) Fix test TestRemoteHiveMetaStore.testJDOPersistanceManagerCleanup

2019-03-19 Thread Morio Ramdenbourg (JIRA)
Morio Ramdenbourg created HIVE-21480: Summary: Fix test TestRemoteHiveMetaStore.testJDOPersistanceManagerCleanup Key: HIVE-21480 URL: https://issues.apache.org/jira/browse/HIVE-21480 Project:

Declare myself emeritus

2019-03-19 Thread Edward Capriolo
Hello, I would like to declare myself emeritus. Thank you, Edward Capriolo -- Sorry this was sent from mobile. Will do less grammar and spell check than usual.

[jira] [Created] (HIVE-21479) NPE during metastore cache update

2019-03-19 Thread Daniel Dai (JIRA)
Daniel Dai created HIVE-21479: - Summary: NPE during metastore cache update Key: HIVE-21479 URL: https://issues.apache.org/jira/browse/HIVE-21479 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-21478) Metastore cache update shall capture exception

2019-03-19 Thread Daniel Dai (JIRA)
Daniel Dai created HIVE-21478: - Summary: Metastore cache update shall capture exception Key: HIVE-21478 URL: https://issues.apache.org/jira/browse/HIVE-21478 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-21477) Support ppd when a partition key is casted

2019-03-19 Thread JIRA
Sébastien BARNOUD created HIVE-21477: Summary: Support ppd when a partition key is casted Key: HIVE-21477 URL: https://issues.apache.org/jira/browse/HIVE-21477 Project: Hive Issue Type:

[jira] [Created] (HIVE-21476) Wrap metastore backing db upgrade scripts into transaction

2019-03-19 Thread Ashutosh Bapat (JIRA)
Ashutosh Bapat created HIVE-21476: - Summary: Wrap metastore backing db upgrade scripts into transaction Key: HIVE-21476 URL: https://issues.apache.org/jira/browse/HIVE-21476 Project: Hive

[jira] [Created] (HIVE-21475) SparkClientUtilities::urlFromPathString should handle viewfs to avoid UDF ClassNotFoundExcpetion

2019-03-19 Thread Rajesh Balamohan (JIRA)
Rajesh Balamohan created HIVE-21475: --- Summary: SparkClientUtilities::urlFromPathString should handle viewfs to avoid UDF ClassNotFoundExcpetion Key: HIVE-21475 URL:

[jira] [Created] (HIVE-21474) Bumping guava version

2019-03-19 Thread Peter Vary (JIRA)
Peter Vary created HIVE-21474: - Summary: Bumping guava version Key: HIVE-21474 URL: https://issues.apache.org/jira/browse/HIVE-21474 Project: Hive Issue Type: Task Reporter: Peter

[jira] [Created] (HIVE-21473) Bumping jackson version

2019-03-19 Thread Peter Vary (JIRA)
Peter Vary created HIVE-21473: - Summary: Bumping jackson version Key: HIVE-21473 URL: https://issues.apache.org/jira/browse/HIVE-21473 Project: Hive Issue Type: Task Reporter: Peter

[GitHub] [hive] rmsmani commented on issue #540: HIVE-21283 Synonyms for the existing functions

2019-03-19 Thread GitBox
rmsmani commented on issue #540: HIVE-21283 Synonyms for the existing functions URL: https://github.com/apache/hive/pull/540#issuecomment-474267262 Hi @sankarh All the TC pertaining to this patch went successful and the failed ones are the falky one. Still will rebase and submit

[GitHub] [hive] maheshk114 commented on a change in pull request #569: HIVE-21446 : Hive Server going OOM during hive external table replications

2019-03-19 Thread GitBox
maheshk114 commented on a change in pull request #569: HIVE-21446 : Hive Server going OOM during hive external table replications URL: https://github.com/apache/hive/pull/569#discussion_r266793956 ## File path: ql/src/java/org/apache/hadoop/hive/ql/parse/repl/CopyUtils.java

[GitHub] [hive] sankarh commented on issue #540: HIVE-21283 Synonyms for the existing functions

2019-03-19 Thread GitBox
sankarh commented on issue #540: HIVE-21283 Synonyms for the existing functions URL: https://github.com/apache/hive/pull/540#issuecomment-474247586 @rmsmani I think, there wasn't a green ptest build yet. The build #16541 you highlighted had a testsuit that is timed-out.

[GitHub] [hive] sankarh closed pull request #562: HIVE-21421: HiveStatement.getQueryId throws NPE when query is not running.

2019-03-19 Thread GitBox
sankarh closed pull request #562: HIVE-21421: HiveStatement.getQueryId throws NPE when query is not running. URL: https://github.com/apache/hive/pull/562 This is an automated message from the Apache Git Service. To respond

[GitHub] [hive] sankarh commented on a change in pull request #569: HIVE-21446 : Hive Server going OOM during hive external table replications

2019-03-19 Thread GitBox
sankarh commented on a change in pull request #569: HIVE-21446 : Hive Server going OOM during hive external table replications URL: https://github.com/apache/hive/pull/569#discussion_r266770131 ## File path: ql/src/java/org/apache/hadoop/hive/ql/parse/repl/CopyUtils.java

[GitHub] [hive] rmsmani commented on issue #540: HIVE-21283 Synonyms for the existing functions

2019-03-19 Thread GitBox
rmsmani commented on issue #540: HIVE-21283 Synonyms for the existing functions URL: https://github.com/apache/hive/pull/540#issuecomment-474235628 Hi @sankarh Kindly review and merge the code This is an automated message

[jira] [Created] (HIVE-21472) Hive passes only first level of columns for Authorisation

2019-03-19 Thread Ankesh (JIRA)
Ankesh created HIVE-21472: - Summary: Hive passes only first level of columns for Authorisation Key: HIVE-21472 URL: https://issues.apache.org/jira/browse/HIVE-21472 Project: Hive Issue Type:

[GitHub] [hive] maheshk114 commented on a change in pull request #569: HIVE-21446 : Hive Server going OOM during hive external table replications

2019-03-19 Thread GitBox
maheshk114 commented on a change in pull request #569: HIVE-21446 : Hive Server going OOM during hive external table replications URL: https://github.com/apache/hive/pull/569#discussion_r266751216 ## File path: ql/src/java/org/apache/hadoop/hive/ql/parse/repl/CopyUtils.java

[jira] [Created] (HIVE-21471) Replicating conversion of managed to external table leaks HDFS files at target.

2019-03-19 Thread Sankar Hariappan (JIRA)
Sankar Hariappan created HIVE-21471: --- Summary: Replicating conversion of managed to external table leaks HDFS files at target. Key: HIVE-21471 URL: https://issues.apache.org/jira/browse/HIVE-21471