[GitHub] hive pull request #141: HIVE-15730: JDBC should use SQLFeatureNotSupportedEx...

2017-01-31 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/141 HIVE-15730: JDBC should use SQLFeatureNotSupportedException where appropriate instead of SQLException Replaced SQLException with SQLFeatureNotSupportedException wherever appropriate especially

[GitHub] hive pull request #147: HIVE-15910: Improvements in Hive Unit Test by using ...

2017-02-20 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/147 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #141: HIVE-15730: JDBC should use SQLFeatureNotSupportedEx...

2017-02-12 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/141 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #147: HIVE-15910: Improvements in Hive Unit Test by using ...

2017-02-14 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/147 HIVE-15910: Improvements in Hive Unit Test by using In-memory Derby DB You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-15910

[GitHub] hive pull request #144: HIVE-15858: Beeline ^C doesn't close the session

2017-02-14 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/144 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #144: HIVE-15858: Beeline ^C doesn't close the session

2017-02-09 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/144 HIVE-15858: Beeline ^C doesn't close the session HIVE-15858: Beeline ^C doesn't close the session Fixed by closing the sessions through ShutdownHook. You can merge this pull request into a Git

[GitHub] hive pull request #166: HIVE-16171: Support replication of truncate table

2017-03-24 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/166 HIVE-16171: Support replication of truncate table Support replication on truncate table. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh

[GitHub] hive pull request #161: HIVE-16186: REPL DUMP shows last event ID of the dat...

2017-03-29 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/161 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #161: HIVE-16186: REPL DUMP shows last event ID of the dat...

2017-03-17 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/161 HIVE-16186: REPL DUMP shows last event ID of the database even if we use LIMIT option. Returned proper last repl Id if LIMIT option is used. You can merge this pull request into a Git repository

[GitHub] hive pull request #160: HIVE-16197: Incremental insert into a partitioned ta...

2017-03-17 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/160 HIVE-16197: Incremental insert into a partitioned table doesn't get replicated Support replication of insert-into operations for partitioned table. You can merge this pull request into a Git

[GitHub] hive pull request #156: HIVE-15556: Replicate Views

2017-03-17 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/156 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #167: HIVE-16344: Test and support replication of exchange...

2017-04-03 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/167 HIVE-16344: Test and support replication of exchange partition Already supported replication os exchange partition. So, just added a test case to verify it. You can merge this pull request

[GitHub] hive pull request #170: HIVE-16488: Support replicating into existing db if ...

2017-04-20 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/170 HIVE-16488: Support replicating into existing db if the db is empty Support REPL LOAD on empty Db (DB with no tables/functions) You can merge this pull request into a Git repository by running

[GitHub] hive pull request #160: HIVE-16197: Incremental insert into a partitioned ta...

2017-04-19 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/160 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #156: HIVE-15556: Replicate Views

2017-03-08 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/156 HIVE-15556: Replicate Views Support replication on views You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-15556 Alternatively

[GitHub] hive pull request #212: HIVE-17195: Long chain of tasks created by REPL LOAD...

2017-07-28 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/212 HIVE-17195: Long chain of tasks created by REPL LOAD shouldn't cause stack corruption. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh

[GitHub] hive pull request #200: HIVE-16901: Distcp optimization - One distcp per Rep...

2017-07-28 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/200 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #199: HIVE-16750: Support change management for rename tab...

2017-07-28 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/199 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #213: Dynamic add partition by insert shouldn't generate I...

2017-07-31 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/213 Dynamic add partition by insert shouldn't generate INSERT event. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-17212

[GitHub] hive pull request #205: HIVE-16990: REPL LOAD should update last repl ID onl...

2017-08-16 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/205 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #227: HIVE-17289: EXPORT and IMPORT shouldn't perform dist...

2017-08-16 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/227 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #231: HIVE-17100: Improve HS2 operation logs for REPL comm...

2017-08-14 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/231 HIVE-17100: Improve HS2 operation logs for REPL commands. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-17100 Alternatively

[GitHub] hive pull request #227: HIVE-17289: EXPORT and IMPORT shouldn't perform dist...

2017-08-11 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/227 HIVE-17289: EXPORT and IMPORT shouldn't perform distcp with doAs privileged user. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive

[GitHub] hive pull request #213: HIVE-17212: Dynamic add partition by insert shouldn'...

2017-08-10 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/213 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #202: HIVE-17021: Support replication of concatenate opera...

2017-07-13 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/202 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #202: HIVE-17021: Support replication of concatenate opera...

2017-07-10 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/202 HIVE-17021: Support replication of concatenate operation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-17021 Alternatively

[GitHub] hive pull request #205: HIVE-16990: REPL LOAD should update last repl ID onl...

2017-07-14 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/205 HIVE-16990: REPL LOAD should update last repl ID only after successful copy of data files. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] hive pull request #200: HIVE-16901: Distcp optimization - One distcp per Rep...

2017-06-28 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/200 HIVE-16901: Distcp optimization - One distcp per ReplCopyTask Distcp call is modified to take list of source files as input. You can merge this pull request into a Git repository by running

[GitHub] hive pull request #194: HIVE-16785: Ensure replication actions are idempoten...

2017-06-29 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/194 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #172: HIVE-15642: Replicate Insert Overwrites, Dynamic Par...

2017-04-28 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/172 HIVE-15642: Replicate Insert Overwrites, Dynamic Partition Inserts and Loads Replicate Insert Overwrites, Dynamic Partition Inserts and Loads You can merge this pull request into a Git repository

[GitHub] hive pull request #166: HIVE-16171: Support replication of truncate table

2017-04-28 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/166 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #225: HIVE-17183: Disable rename operations during bootstr...

2017-08-09 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/225 HIVE-17183: Disable rename operations during bootstrap dump You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-17183

[GitHub] hive pull request #172: HIVE-15642: Replicate Insert Overwrites, Dynamic Par...

2017-05-03 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/172 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #167: HIVE-16344: Test and support replication of exchange...

2017-05-03 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/167 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #170: HIVE-16488: Support replicating into existing db if ...

2017-05-03 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/170 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #176: HIVE-16530: Improve execution logs for REPL commands

2017-05-03 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/176 HIVE-16530: Improve execution logs for REPL commands You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-16530 Alternatively you

[GitHub] hive pull request #184: HIVE-16678: Truncate on temporary table fails with t...

2017-05-17 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/184 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #185: HIVE-16684: Bootstrap REPL DUMP shouldn't fail when ...

2017-05-17 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/185 HIVE-16684: Bootstrap REPL DUMP shouldn't fail when table is dropped after fetching the table names. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] hive pull request #176: HIVE-16530: Improve execution logs for REPL commands

2017-05-13 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/176 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #180: HIVE-13652: Import table change order of dynamic par...

2017-05-13 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/180 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #190: HIVE-16644: Hook Change Manager to Insert Overwrite

2017-06-08 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/190 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #192: HIVE-16813: Incremental REPL LOAD should load the ev...

2017-06-09 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/192 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #194: HIVE-16785: Ensure replication actions are idempoten...

2017-06-12 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/194 HIVE-16785: Ensure replication actions are idempotent if any series of events are applied again. Idempotent behaviour for all events during incremental load. You can merge this pull request

[GitHub] hive pull request #199: HIVE-16750: Support change management for rename tab...

2017-06-26 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/199 HIVE-16750: Support change management for rename table/partition. Rename to copy data files to CM path. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] hive pull request #186: HIVE-16727: REPL DUMP for insert event should't fail...

2017-05-23 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/186 HIVE-16727: REPL DUMP for insert event should't fail if the table is already dropped. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh

[GitHub] hive pull request #185: HIVE-16684: Bootstrap REPL DUMP shouldn't fail when ...

2017-05-23 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/185 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #187: HIVE-16706: Bootstrap REPL DUMP shouldn't fail when ...

2017-05-23 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/187 HIVE-16706: Bootstrap REPL DUMP shouldn't fail when a partition is dropped/renamed when dump in progress. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] hive pull request #190: HIVE-16644: Hook Change Manager to Insert Overwrite

2017-05-26 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/190 HIVE-16644: Hook Change Manager to Insert Overwrite Change management for insert overwrite to a table or a partition. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] hive pull request #187: HIVE-16706: Bootstrap REPL DUMP shouldn't fail when ...

2017-05-26 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/187 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #184: HIVE-16678: Truncate on temporary table fails with t...

2017-05-16 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/184 HIVE-16678: Truncate on temporary table fails with table not found error. Truncate table on temp table. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] hive pull request #192: HIVE-16813: Incremental REPL LOAD should load the ev...

2017-06-05 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/192 HIVE-16813: Incremental REPL LOAD should load the events in the same sequence as it is dumped. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] hive pull request #186: HIVE-16727: REPL DUMP for insert event should't fail...

2017-06-07 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/186 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #180: HIVE-13652: Import table change order of dynamic par...

2017-05-04 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/180 HIVE-13652: Import table change order of dynamic partitions You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-13652

[GitHub] hive pull request #248: HIVE-17494: Bootstrap REPL DUMP throws exception if ...

2017-09-13 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/248 ---

[GitHub] hive pull request #250: HIVE-17527: Support replication for rename/move tabl...

2017-09-13 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/250 HIVE-17527: Support replication for rename/move table across database You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-17527

[GitHub] hive pull request #243: HIVE-17428: REPL LOAD of ALTER_PARTITION event doesn...

2017-09-23 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/243 ---

[GitHub] hive pull request #250: HIVE-17527: Support replication for rename/move tabl...

2017-09-23 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/250 ---

[GitHub] hive pull request #257: HIVE-17728: TestHCatClient should configure hive.met...

2017-10-06 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/257 HIVE-17728: TestHCatClient should configure hive.metastore.transactional.event.listeners as per recommendation. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] hive pull request #257: HIVE-17728: TestHCatClient should configure hive.met...

2017-10-07 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/257 ---

[GitHub] hive pull request #256: HIVE-17681: Need to log bootstrap dump progress stat...

2017-10-04 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/256 HIVE-17681: Need to log bootstrap dump progress state property to HS2 logs. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE

[GitHub] hive pull request #255: HIVE-17608: REPL LOAD should overwrite the data file...

2017-10-03 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/255 HIVE-17608: REPL LOAD should overwrite the data files if exists instead of duplicating it You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] hive pull request #260: HIVE-17757: REPL LOAD should use customised configur...

2017-10-10 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/260 HIVE-17757: REPL LOAD should use customised configurations to execute distcp/remote copy. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] hive pull request #256: HIVE-17681: Need to log bootstrap dump progress stat...

2017-10-05 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/256 ---

[GitHub] hive pull request #212: HIVE-17195: Long chain of tasks created by REPL LOAD...

2017-08-29 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/212 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #225: HIVE-17183: Disable rename operations during bootstr...

2017-09-07 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/225 ---

[GitHub] hive pull request #248: HIVE-17494: Bootstrap REPL DUMP throws exception if ...

2017-09-12 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/248 HIVE-17494: Bootstrap REPL DUMP throws exception if a partitioned table is dropped while reading partitions. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] hive pull request #243: HIVE-17428: REPL LOAD of ALTER_PARTITION event doesn...

2017-09-05 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/243 HIVE-17428: REPL LOAD of ALTER_PARTITION event doesn't create import tasks if the partition doesn't exist during analyze phase. You can merge this pull request into a Git repository by running

[GitHub] hive pull request #254: HIVE-16898: Validation of source file after distcp i...

2017-09-29 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/254 HIVE-16898: Validation of source file after distcp in repl load You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-16898

[GitHub] hive pull request #254: HIVE-16898: Validation of source file after distcp i...

2017-10-03 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/254 ---

[GitHub] hive pull request #241: HIVE 17367

2017-08-31 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/241 HIVE 17367 You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-17367 Alternatively you can review and apply these changes

[GitHub] hive pull request #231: HIVE-17100: Improve HS2 operation logs for REPL comm...

2017-08-31 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/231 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #241: HIVE 17367: IMPORT table doesn't load from data dump...

2017-08-31 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/241 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] hive pull request #255: HIVE-17608: REPL LOAD should overwrite the data file...

2017-10-04 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/255 ---

[GitHub] hive pull request #260: HIVE-17757: REPL LOAD should use customised configur...

2017-10-10 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/260 ---

[GitHub] hive pull request #280: HIVE-18031: Support replication for Alter Database o...

2017-12-19 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/280 HIVE-18031: Support replication for Alter Database operation You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-18031

[GitHub] hive pull request #267: HIVE-17887: Incremental REPL LOAD with Drop partitio...

2017-10-25 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/267 ---

[GitHub] hive pull request #267: HIVE-17887: Incremental REPL LOAD with Drop partitio...

2017-10-25 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/267 HIVE-17887: Incremental REPL LOAD with Drop partition event on timestamp type partition column fails. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] hive pull request #342: HIVE-19248: REPL LOAD couldn't copy file from source...

2018-05-06 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/342 HIVE-19248: REPL LOAD couldn't copy file from source CM path and also doesn't throw error if file copy fails. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] hive pull request #343: HIVE-19435: Incremental replication cause data loss ...

2018-05-07 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/343 HIVE-19435: Incremental replication cause data loss if a table is dropped followed by create and insert-into with different partition type. You can merge this pull request into a Git repository

[GitHub] hive pull request #344: HIVE-19476: Fix failures in TestReplicationScenarios...

2018-05-09 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/344 HIVE-19476: Fix failures in TestReplicationScenariosAcidTables, TestReplicationOnHDFSEncryptedZones and TestCopyUtils. You can merge this pull request into a Git repository by running: $ git

[GitHub] hive pull request #344: HIVE-19476: Fix failures in TestReplicationScenarios...

2018-05-13 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/344 ---

[GitHub] hive pull request #343: HIVE-19435: Incremental replication cause data loss ...

2018-05-13 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/343 ---

[GitHub] hive pull request #342: HIVE-19248: REPL LOAD couldn't copy file from source...

2018-05-11 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/342 ---

[GitHub] hive pull request #339: HIVE 18193:Migrate existing ACID tables to use write...

2018-05-11 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/339 ---

[GitHub] hive pull request #352: HIVE-19499: Bootstrap REPL LOAD shall add tasks to c...

2018-05-21 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/352 HIVE-19499: Bootstrap REPL LOAD shall add tasks to create checkpoints for db/tables/partitions. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] hive pull request #367: HIVE-19815: Repl dump should not propagate the check...

2018-06-06 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/367 HIVE-19815: Repl dump should not propagate the checkpoint and repl source properties. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh

[GitHub] hive pull request #367: HIVE-19815: Repl dump should not propagate the check...

2018-06-10 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/367 ---

[GitHub] hive pull request #366: HIVE-19739: Bootstrap REPL LOAD to use checkpoints t...

2018-06-14 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/366 ---

[GitHub] hive pull request #352: HIVE-19499: Bootstrap REPL LOAD shall add tasks to c...

2018-05-26 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/352 ---

[GitHub] hive pull request #366: HIVE-19739: Bootstrap REPL LOAD to use checkpoints t...

2018-06-06 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/366 HIVE-19739: Bootstrap REPL LOAD to use checkpoints to validate and skip the loaded data/metadata. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] hive pull request #385: HIVE-17840: HiveMetaStore eats exception if transact...

2018-07-02 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/385 HIVE-17840: HiveMetaStore eats exception if transactionalListeners.notifyEvent fail. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh

[GitHub] hive pull request #384: HIVE-20025: Clean-up of event files created by HiveP...

2018-07-01 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/384 HIVE-20025: Clean-up of event files created by HiveProtoLoggingHook. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive HIVE-20025

[GitHub] hive pull request #339: HIVE 18193:Migrate existing ACID tables to use write...

2018-05-03 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/339 HIVE 18193:Migrate existing ACID tables to use write id per table rather than global transaction id You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] hive pull request #332: HIVE-19130: NPE is thrown when REPL LOAD applied dro...

2018-05-03 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/332 ---

[GitHub] hive pull request #316: HIVE-18864: ValidWriteIdList snapshot seems incorrec...

2018-05-03 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/316 ---

[GitHub] hive pull request #331: HIVE-18988: Support bootstrap replication of ACID ta...

2018-05-03 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/331 ---

[GitHub] hive pull request #290: HIVE-18192: Introduce WriteID per table rather than ...

2018-01-14 Thread sankarh
GitHub user sankarh opened a pull request: https://github.com/apache/hive/pull/290 HIVE-18192: Introduce WriteID per table rather than using global transaction ID You can merge this pull request into a Git repository by running: $ git pull https://github.com/sankarh/hive

[GitHub] hive pull request #280: HIVE-18031: Support replication for Alter Database o...

2018-01-30 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/280 ---

[GitHub] hive pull request #290: HIVE-18192: Introduce WriteID per table rather than ...

2018-02-23 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/290 ---

[GitHub] hive pull request #404: HIVE-20209: Metastore connection fails for first att...

2018-07-30 Thread sankarh
Github user sankarh closed the pull request at: https://github.com/apache/hive/pull/404 ---

  1   2   >