[GitHub] hive pull request #390: HIVE-20080: TxnHandler checkLock direct sql fail wit...

2018-09-05 Thread rajkrrsingh
Github user rajkrrsingh closed the pull request at: https://github.com/apache/hive/pull/390 ---

[GitHub] hive pull request #400: HIVE-20172: StatsUpdater failed with GSS Exception w...

2018-07-13 Thread rajkrrsingh
GitHub user rajkrrsingh opened a pull request: https://github.com/apache/hive/pull/400 HIVE-20172: StatsUpdater failed with GSS Exception while trying to co… since metastore client is running in HMS so there is no need to connect to remote URI, so a part of this PR I will be

[GitHub] hive pull request #392: HIVE-20099: Fix logger for LlapServlet

2018-07-05 Thread rajkrrsingh
GitHub user rajkrrsingh opened a pull request: https://github.com/apache/hive/pull/392 HIVE-20099: Fix logger for LlapServlet logger should be LlapServlet, not the JMXJsonServlet, it can mislead the user while debugging UI issues. so fixing this logger You can merge this

[GitHub] hive pull request #390: HIVE-20080: TxnHandler checkLock direct sql fail wit...

2018-07-05 Thread rajkrrsingh
GitHub user rajkrrsingh opened a pull request: https://github.com/apache/hive/pull/390 HIVE-20080: TxnHandler checkLock direct sql fail with ORA-01795 , if … check if the dbType is oracle break the query IN clause to include hl_partition in batch of 1000. You can merge this pull

[GitHub] hive pull request #372: HIVE-19831: Hiveserver2 should skip doAuth checks fo...

2018-06-12 Thread rajkrrsingh
GitHub user rajkrrsingh opened a pull request: https://github.com/apache/hive/pull/372 HIVE-19831: Hiveserver2 should skip doAuth checks for CREATE DATABASE… Hiveserver2 should skip doAuth checks for CREATE DATABASE/TABLE if database/table already exists. the proposed change

[GitHub] hive pull request #362: HIVE-19661: switch Hive UDFs to use Re2J regex engin...

2018-05-29 Thread rajkrrsingh
GitHub user rajkrrsingh opened a pull request: https://github.com/apache/hive/pull/362 HIVE-19661: switch Hive UDFs to use Re2J regex engine. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajkrrsingh/hive HIVE-19661

[GitHub] hive pull request #358: HIVE-19661 : switch Hive UDFs to use Re2J regex engi...

2018-05-29 Thread rajkrrsingh
Github user rajkrrsingh closed the pull request at: https://github.com/apache/hive/pull/358 ---

[GitHub] hive pull request #358: HIVE-19661 : switch Hive UDFs to use Re2J regex engi...

2018-05-26 Thread rajkrrsingh
GitHub user rajkrrsingh opened a pull request: https://github.com/apache/hive/pull/358 HIVE-19661 : switch Hive UDFs to use Re2J regex engine You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajkrrsingh/hive HIVE-19661

[GitHub] hive pull request #341: HIVE-19432 : GetTablesOperation is too slow if the h...

2018-05-05 Thread rajkrrsingh
GitHub user rajkrrsingh opened a pull request: https://github.com/apache/hive/pull/341 HIVE-19432 : GetTablesOperation is too slow if the hive has too many … GetTablesOperation is too slow since it does not check for the authorization for databases and try pulling all the tables