[GitHub] phoenix pull request #178: [PHOENIX-3061] IndexTool exits 0 even if bulkload...

2017-09-26 Thread SsnL
Github user SsnL closed the pull request at: https://github.com/apache/phoenix/pull/178 ---

[GitHub] phoenix pull request #185: [PHOENIX-3097] Incompatibilities with HBase 0.98....

2017-09-26 Thread SsnL
Github user SsnL closed the pull request at: https://github.com/apache/phoenix/pull/185 ---

[GitHub] phoenix issue #185: [PHOENIX-3097] Incompatibilities with HBase 0.98.6

2016-07-20 Thread SsnL
Github user SsnL commented on the issue: https://github.com/apache/phoenix/pull/185 I'd appreciate any comments :) --- 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 enable

[GitHub] phoenix issue #185: [PHOENIX-3097] Incompatibilities with HBase 0.98.6

2016-07-19 Thread SsnL
Github user SsnL commented on the issue: https://github.com/apache/phoenix/pull/185 Rebasing is done. --- 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

[GitHub] phoenix pull request #185: [PHOENIX-3097] Incompatibilities with HBase 0.98....

2016-07-19 Thread SsnL
GitHub user SsnL opened a pull request: https://github.com/apache/phoenix/pull/185 [PHOENIX-3097] Incompatibilities with HBase 0.98.6 This fixes most of the incompatibilities. However, there is a call to `HBaseAdmin.truncateTable` (not available in 0.98.6) at https://github.com

[GitHub] phoenix issue #178: [PHOENIX-3061] IndexTool exits 0 even if bulkload failed...

2016-07-12 Thread SsnL
Github user SsnL commented on the issue: https://github.com/apache/phoenix/pull/178 @twdsilva comes to save the day. 16/16 tests pass! --- 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

[GitHub] phoenix issue #178: [PHOENIX-3061] IndexTool exits 0 even if bulkload failed...

2016-07-12 Thread SsnL
Github user SsnL commented on the issue: https://github.com/apache/phoenix/pull/178 Reverted deleting reducer class. The tests still fail when `directAPI` and `transactional` are both set. @twdsilva any ideas? --- If your project is set up for it, you can reply to

[GitHub] phoenix pull request #:

2016-07-12 Thread SsnL
Github user SsnL commented on the pull request: https://github.com/apache/phoenix/commit/daaebc49d2e8f5203351a96fa25c0700b1a599cf#commitcomment-18219844 In phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java: In phoenix-core/src/main/java/org/apache

[GitHub] phoenix pull request #:

2016-07-12 Thread SsnL
Github user SsnL commented on the pull request: https://github.com/apache/phoenix/commit/daaebc49d2e8f5203351a96fa25c0700b1a599cf#commitcomment-18218510 In phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java: In phoenix-core/src/main/java/org/apache

[GitHub] phoenix pull request #:

2016-07-12 Thread SsnL
Github user SsnL commented on the pull request: https://github.com/apache/phoenix/commit/daaebc49d2e8f5203351a96fa25c0700b1a599cf#commitcomment-18218478 In phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolIT.java: In phoenix-core/src/it/java/org/apache/phoenix/end2end

[GitHub] phoenix pull request #:

2016-07-12 Thread SsnL
Github user SsnL commented on the pull request: https://github.com/apache/phoenix/commit/daaebc49d2e8f5203351a96fa25c0700b1a599cf#commitcomment-18218417 In phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolIT.java: In phoenix-core/src/it/java/org/apache/phoenix/end2end

[GitHub] phoenix pull request #:

2016-07-12 Thread SsnL
Github user SsnL commented on the pull request: https://github.com/apache/phoenix/commit/daaebc49d2e8f5203351a96fa25c0700b1a599cf#commitcomment-18218395 In phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java: In phoenix-core/src/main/java/org/apache

[GitHub] phoenix pull request #:

2016-07-12 Thread SsnL
Github user SsnL commented on the pull request: https://github.com/apache/phoenix/commit/daaebc49d2e8f5203351a96fa25c0700b1a599cf#commitcomment-18218383 In phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolIT.java: In phoenix-core/src/it/java/org/apache/phoenix/end2end

[GitHub] phoenix pull request #178: [PHOENIX-3061] IndexTool exits 0 even if bulkload...

2016-07-11 Thread SsnL
GitHub user SsnL opened a pull request: https://github.com/apache/phoenix/pull/178 [PHOENIX-3061] IndexTool exits 0 even if bulkload failed with error **What**: Fix such that when the MapReduce job fails, the job exits with non-zero code and logs meaningful error message