phoenix git commit: PHOENIX-3538 Regex bulk loader

2017-02-19 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 2ebd5160c -> 8b6658864 PHOENIX-3538 Regex bulk loader Add bulk loader which parses input based on a regular expression. Contributed by kalyanhadooptrain...@gmail.com Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo C

phoenix git commit: PHOENIX-3538 Regex bulk loader

2017-02-19 Thread greid
Repository: phoenix Updated Branches: refs/heads/master b5cf5aa2c -> d18da38af PHOENIX-3538 Regex bulk loader Add bulk loader which parses input based on a regular expression. Contributed by kalyanhadooptrain...@gmail.com Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-3538 Regex bulk loader

2017-02-19 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 9d3f2b4bb -> add60a717 PHOENIX-3538 Regex bulk loader Add bulk loader which parses input based on a regular expression. Contributed by kalyanhadooptrain...@gmail.com Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo

[2/2] phoenix git commit: Compatibility with latest Calcite 0.11.0-SNAPSHOT

2016-12-09 Thread greid
Compatibility with latest Calcite 0.11.0-SNAPSHOT Fix compilation errors building with latest Calcite 0.11.0 snapshot, including: * addition of source expression list to TableModify * addition of create and drop statements to parser config Project: http://git-wip-us.apache.org/repos/asf/phoenix/

[1/2] phoenix git commit: Bring freemarker version in line with Calcite

2016-12-09 Thread greid
Repository: phoenix Updated Branches: refs/heads/calcite fd501521a -> 6f39c1055 Bring freemarker version in line with Calcite Bump freemarker version up to 2.3.25-incubating to follow Calcite. This new version supports updated syntax which is now used in Parser.jj in Calcite, which means Phoen

phoenix git commit: PHOENIX-3471 Fix parsing of legacy explain stmt

2016-12-08 Thread greid
Repository: phoenix Updated Branches: refs/heads/calcite c1f4d90b7 -> fd501521a PHOENIX-3471 Fix parsing of legacy explain stmt Fix the creation of an explain statement for the legacy syntax (EXPLAIN ) by passing an explain format literal in to the explain statement instead of a boolean. Pro

phoenix git commit: Fix extension of SqlParserTest

2016-11-17 Thread greid
Repository: phoenix Updated Branches: refs/heads/calcite e003c579c -> 99b8a02b5 Fix extension of SqlParserTest Override the appropriate method of SqlParserTest in PhoenixSqlParserTest. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf

phoenix git commit: PHOENIX-2748 Disable auto-commit during bulk load

2016-03-11 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 5977e1f7f -> 5d33fba63 PHOENIX-2748 Disable auto-commit during bulk load Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/5d33fba6 Tree: http://git-wip-us.apache.o

phoenix git commit: PHOENIX-2748 Disable auto-commit during bulk load

2016-03-11 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 611412166 -> 6c4c13b01 PHOENIX-2748 Disable auto-commit during bulk load Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/6c4c13b0 Tree: http://git-wip-us.

phoenix git commit: PHOENIX-2748 Disable auto-commit during bulk load

2016-03-11 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 2788dae03 -> aa411ccd5 PHOENIX-2748 Disable auto-commit during bulk load Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/aa411ccd Tree: http://git-wip-us.a

phoenix git commit: LP-2705 Downgrade warn logging in region observer

2016-02-22 Thread greid
Repository: phoenix Updated Branches: refs/heads/master a1e6ae44b -> da51f46b2 LP-2705 Downgrade warn logging in region observer Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/da51f46b Tree: http://git-wip-us.apache.o

phoenix git commit: LP-2705 Downgrade warn logging in region observer

2016-02-22 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 534bd8ef6 -> 502a2ed25 LP-2705 Downgrade warn logging in region observer Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/502a2ed2 Tree: http://git-wip-us.

phoenix git commit: LP-2705 Downgrade warn logging in region observer

2016-02-22 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 237af76ce -> f3e5831b2 LP-2705 Downgrade warn logging in region observer Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f3e5831b Tree: http://git-wip-us.a

phoenix git commit: LP-2692 Config setting for disabling stats

2016-02-19 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 28a8b802c -> c2cc1be60 LP-2692 Config setting for disabling stats Add configuration setting to allow disabling stats collection, for environments where it is not desired or is causing issues. Project: http://git-wip-us.apache.org/repos/

phoenix git commit: LP-2692 Config setting for disabling stats

2016-02-19 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 972ceb5c3 -> 508751847 LP-2692 Config setting for disabling stats Add configuration setting to allow disabling stats collection, for environments where it is not desired or is causing issues. Project: http://git-wip-us.apache.or

phoenix git commit: LP-2692 Config setting for disabling stats

2016-02-19 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 aa362e744 -> f88b76662 LP-2692 Config setting for disabling stats Add configuration setting to allow disabling stats collection, for environments where it is not desired or is causing issues. Project: http://git-wip-us.apache.org

svn commit: r1727741 - in /phoenix/site: publish/bulk_dataload.html source/src/site/markdown/bulk_dataload.md

2016-01-30 Thread greid
Author: greid Date: Sat Jan 30 18:09:43 2016 New Revision: 1727741 URL: http://svn.apache.org/viewvc?rev=1727741&view=rev Log: Add information workout around permissions issues when running the bulk loader. Modified: phoenix/site/publish/bulk_dataload.html phoenix/site/source/src/

phoenix git commit: PHOENIX-2434 Improve booleans in CSV import

2015-12-14 Thread greid
Repository: phoenix Updated Branches: refs/heads/master afa9dee2b -> e8a7feedb PHOENIX-2434 Improve booleans in CSV import Do not automatically treat any unrecognized input as being false, but instead fail on it. Also, recognize 1/0 and t/f as true/false. Project: http://git-wip-us.apache.o

phoenix git commit: PHOENIX-2434 Improve booleans in CSV import

2015-12-14 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 be0ccb4c0 -> b06a20c55 PHOENIX-2434 Improve booleans in CSV import Do not automatically treat any unrecognized input as being false, but instead fail on it. Also, recognize 1/0 and t/f as true/false. Project: http://git-wip-us.a

phoenix git commit: PHOENIX-2434 Improve booleans in CSV import

2015-12-14 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 265e51cbc -> 0989a80b4 PHOENIX-2434 Improve booleans in CSV import Do not automatically treat any unrecognized input as being false, but instead fail on it. Also, recognize 1/0 and t/f as true/false. Project: http://git-wip-us.

phoenix git commit: PHOENIX-2515 Fix error if Hadoop not installed

2015-12-12 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 6d68a511f -> afa9dee2b PHOENIX-2515 Fix error if Hadoop not installed Don't log an error in bin scripts when looking for the Hadoop classpath if Hadoop isn't installed. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit

phoenix git commit: PHOENIX-2515 Fix error if Hadoop not installed

2015-12-12 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 aec4587fd -> 265e51cbc PHOENIX-2515 Fix error if Hadoop not installed Don't log an error in bin scripts when looking for the Hadoop classpath if Hadoop isn't installed. Project: http://git-wip-us.apache.org/repos/asf/phoenix/rep

phoenix git commit: PHOENIX-2515 Fix error if Hadoop not installed

2015-12-12 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 f15790679 -> be0ccb4c0 PHOENIX-2515 Fix error if Hadoop not installed Don't log an error in bin scripts when looking for the Hadoop classpath if Hadoop isn't installed. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo

phoenix git commit: PHOENIX-2484 Exclude logback impl from Tephra

2015-12-12 Thread greid
Repository: phoenix Updated Branches: refs/heads/master a2f679be0 -> 6d68a511f PHOENIX-2484 Exclude logback impl from Tephra Exclude the logback dependency that is pulled in by Tephra, allowing Tephra's SLF4J logging to be delegated into log4j, and having everything configured via a single log

phoenix git commit: PHOENIX-2484 Exclude logback impl from Tephra

2015-12-12 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 deffe071c -> f15790679 PHOENIX-2484 Exclude logback impl from Tephra Exclude the logback dependency that is pulled in by Tephra, allowing Tephra's SLF4J logging to be delegated into log4j, and having everything configured via a sin

phoenix git commit: PHOENIX-2484 Exclude logback impl from Tephra

2015-12-12 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 b24fdc053 -> aec4587fd PHOENIX-2484 Exclude logback impl from Tephra Exclude the logback dependency that is pulled in by Tephra, allowing Tephra's SLF4J logging to be delegated into log4j, and having everything configured via a si

phoenix git commit: PHOENIX-2387 Exclude sandbox from binary dist

2015-11-21 Thread greid
Repository: phoenix Updated Branches: refs/heads/master d59846bf5 -> 76a8d1804 PHOENIX-2387 Exclude sandbox from binary dist The phoenix_sandbox script can only be run in a source distribution (by making use of maven to download all integration test dependencies for HBase, HDFS, etc). Making i

phoenix git commit: PHOENIX-2387 Exclude sandbox from binary dist

2015-11-21 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 e4cf8256c -> 6d9372dfd PHOENIX-2387 Exclude sandbox from binary dist The phoenix_sandbox script can only be run in a source distribution (by making use of maven to download all integration test dependencies for HBase, HDFS, etc). M

phoenix git commit: PHOENIX-2387 Exclude sandbox from binary dist

2015-11-21 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 d075f1cc9 -> 27e7590f7 PHOENIX-2387 Exclude sandbox from binary dist The phoenix_sandbox script can only be run in a source distribution (by making use of maven to download all integration test dependencies for HBase, HDFS, etc).

phoenix git commit: PHOENIX-2387 Fix sandbox error printing

2015-11-07 Thread greid
Repository: phoenix Updated Branches: refs/heads/master a9a9b24c9 -> ee435fb18 PHOENIX-2387 Fix sandbox error printing Use the correct sys field (stderr) to write out the error message if the project has not been built before starting the sandbox. Project: http://git-wip-us.apache.org/repos/

phoenix git commit: PHOENIX-2387 Fix sandbox error printing

2015-11-07 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 3e798008d -> 79a36c16e PHOENIX-2387 Fix sandbox error printing Use the correct sys field (stderr) to write out the error message if the project has not been built before starting the sandbox. Project: http://git-wip-us.apache.org

phoenix git commit: PHOENIX-2387 Fix sandbox error printing

2015-11-07 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 e7cdb9a5d -> 9ce74ca18 PHOENIX-2387 Fix sandbox error printing Use the correct sys field (stderr) to write out the error message if the project has not been built before starting the sandbox. Project: http://git-wip-us.apache.or

phoenix git commit: PHOENIX-2353 Return exit status from bulk load

2015-10-29 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 72633b9d4 -> c26cce503 PHOENIX-2353 Return exit status from bulk load Exit with the actual exit code from the ToolRunner when running the CsvBulkLoadTool. Contributed by Matt Kowalczyk. Project: http://git-wip-us.apache.org/repos/asf/p

phoenix git commit: PHOENIX-2353 Return exit status from bulk load

2015-10-29 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 e796d88c3 -> b8c1d6cea PHOENIX-2353 Return exit status from bulk load Exit with the actual exit code from the ToolRunner when running the CsvBulkLoadTool. Contributed by Matt Kowalczyk. Project: http://git-wip-us.apache.org/repo

phoenix git commit: PHOENIX-2353 Return exit status from bulk load

2015-10-29 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 69032041f -> b8f7fac10 PHOENIX-2353 Return exit status from bulk load Exit with the actual exit code from the ToolRunner when running the CsvBulkLoadTool. Contributed by Matt Kowalczyk. Project: http://git-wip-us.apache.org/rep

phoenix git commit: PHOENIX-2289 Avoid Class.getClassLoader calls

2015-09-24 Thread greid
Repository: phoenix Updated Branches: refs/heads/master d74a37fef -> 5ecd4967f PHOENIX-2289 Avoid Class.getClassLoader calls Cache the class loader from the PhoenixContextExecutor class to avoid relatively expensive calls to Class.getClassLoader. Project: http://git-wip-us.apache.org/repos/a

phoenix git commit: PHOENIX-2289 Avoid Class.getClassLoader calls

2015-09-24 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 c51c9fac6 -> 2b3dedde9 PHOENIX-2289 Avoid Class.getClassLoader calls Cache the class loader from the PhoenixContextExecutor class to avoid relatively expensive calls to Class.getClassLoader. Project: http://git-wip-us.apache.org/

phoenix git commit: PHOENIX-2289 Avoid Class.getClassLoader calls

2015-09-24 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 284c30f69 -> 9af1327b1 PHOENIX-2289 Avoid Class.getClassLoader calls Cache the class loader from the PhoenixContextExecutor class to avoid relatively expensive calls to Class.getClassLoader. Project: http://git-wip-us.apache.org

[2/2] phoenix git commit: PHOENIX-2238 Support non-printable delimiters

2015-09-19 Thread greid
PHOENIX-2238 Support non-printable delimiters Work around serialization issues for non-printable characters in Hadoop Configuration objects by base64-encoding the delimiter characters for CSV bulk load. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache

[1/2] phoenix git commit: PHOENIX-2239 Improve strict mode in psql CSV load

2015-09-19 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 4530613ee -> 687c85f0c PHOENIX-2239 Improve strict mode in psql CSV load Enforce strict mode when individual rows can't be parsed or upserted. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us

phoenix git commit: PHOENIX-2238 Support non-printable delimiters

2015-09-19 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.5-HBase-1.1 47e26a402 -> 2ab807d1e PHOENIX-2238 Support non-printable delimiters Work around serialization issues for non-printable characters in Hadoop Configuration objects by base64-encoding the delimiter characters for CSV bulk load. Pro

[1/2] phoenix git commit: PHOENIX-2239 Improve strict mode in psql CSV load

2015-09-19 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 2af5f8cb4 -> 6cd79361c PHOENIX-2239 Improve strict mode in psql CSV load Enforce strict mode when individual rows can't be parsed or upserted. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-u

[2/2] phoenix git commit: PHOENIX-2238 Support non-printable delimiters

2015-09-19 Thread greid
PHOENIX-2238 Support non-printable delimiters Work around serialization issues for non-printable characters in Hadoop Configuration objects by base64-encoding the delimiter characters for CSV bulk load. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache

[1/2] phoenix git commit: PHOENIX-2239 Improve strict mode in psql CSV load

2015-09-19 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 29535f342 -> 6dcc88262 PHOENIX-2239 Improve strict mode in psql CSV load Enforce strict mode when individual rows can't be parsed or upserted. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache

phoenix git commit: PHOENIX-2238 Support non-printable delimiters

2015-09-19 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.5-HBase-1.0 b2cb0005b -> c35c47571 PHOENIX-2238 Support non-printable delimiters Work around serialization issues for non-printable characters in Hadoop Configuration objects by base64-encoding the delimiter characters for CSV bulk load. Pro

phoenix git commit: PHOENIX-2238 Support non-printable delimiters

2015-09-19 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.5-HBase-0.98 2310efc89 -> c1fadb10c PHOENIX-2238 Support non-printable delimiters Work around serialization issues for non-printable characters in Hadoop Configuration objects by base64-encoding the delimiter characters for CSV bulk load. Pr

[2/2] phoenix git commit: PHOENIX-2238 Support non-printable delimiters

2015-09-19 Thread greid
PHOENIX-2238 Support non-printable delimiters Work around serialization issues for non-printable characters in Hadoop Configuration objects by base64-encoding the delimiter characters for CSV bulk load. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache

Git Push Summary

2015-07-20 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 [deleted] 954a4a1b6

[28/34] phoenix git commit: PHOENIX-2029 Queries are making two rpc calls for getTable

2015-07-20 Thread greid
PHOENIX-2029 Queries are making two rpc calls for getTable Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/52f5b046 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/52f5b046 Diff: http://git-wip-us.apache.org/repo

[09/34] phoenix git commit: Revert "PHOENIX-2008 Integration tests are failing with HBase-1.1.0 because HBASE-13756(Rajeshbabu)"

2015-07-20 Thread greid
Revert "PHOENIX-2008 Integration tests are failing with HBase-1.1.0 because HBASE-13756(Rajeshbabu)" This reverts commit 56e1c0a1f348572fb73e9d0b8bbfb053df7f8710. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1a2f2dc1

[32/34] phoenix git commit: PHOENIX-2073 Two bytes character in LIKE expression is not allowed (Yuhao Bi)

2015-07-20 Thread greid
PHOENIX-2073 Two bytes character in LIKE expression is not allowed (Yuhao Bi) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c40d64b3 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c40d64b3 Diff: http://git-wip

[05/34] phoenix git commit: PHOENIX-2008 Integration tests are failing with HBase-1.1.0 because HBASE-13756(Rajeshbabu)

2015-07-20 Thread greid
PHOENIX-2008 Integration tests are failing with HBase-1.1.0 because HBASE-13756(Rajeshbabu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/56e1c0a1 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/56e1c0a1 Diff:

[23/34] phoenix git commit: PHOENIX-2027 Subqueries with no data are raising IllegalStateException(Alicia Ying Shu)

2015-07-20 Thread greid
PHOENIX-2027 Subqueries with no data are raising IllegalStateException(Alicia Ying Shu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/bfd860ff Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/bfd860ff Diff: htt

phoenix git commit: PHOENIX-2131 Closing paren in CastParseNode SQL

2015-07-20 Thread greid
Repository: phoenix Updated Branches: refs/heads/master b329e85b6 -> b38a62431 PHOENIX-2131 Closing paren in CastParseNode SQL Add a missing closing parenthesis in CastParseNode.toSQL. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf

[04/34] phoenix git commit: PHOENIX-1763 Support building with HBase-1.1.0

2015-07-20 Thread greid
PHOENIX-1763 Support building with HBase-1.1.0 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/98271b88 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/98271b88 Diff: http://git-wip-us.apache.org/repos/asf/phoeni

[16/34] phoenix git commit: PHOENIX-2016 Some Phoenix tests failed with NPE(Alicia Ying Shu)

2015-07-20 Thread greid
PHOENIX-2016 Some Phoenix tests failed with NPE(Alicia Ying Shu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/dc46b144 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/dc46b144 Diff: http://git-wip-us.apache.or

[30/34] phoenix git commit: PHOENIX-1935 org.apache.phoenix.end2end.ArithmeticQueryIT tests are failing (Alicia Ying Shu)

2015-07-20 Thread greid
PHOENIX-1935 org.apache.phoenix.end2end.ArithmeticQueryIT tests are failing (Alicia Ying Shu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/05b1b8b1 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/05b1b8b1 Dif

[17/34] phoenix git commit: PHOENIX-1976 Exit gracefully if addShutdownHook fails.

2015-07-20 Thread greid
PHOENIX-1976 Exit gracefully if addShutdownHook fails. If the JVM is already in the process of shutting down, we don't need to add the shutdown hook for the PhoenixDriver instance. Additionally, we shouldn't advertise this instance either since we're going down. Project: http://git-wip-us.apache

[18/34] phoenix git commit: PHOENIX-1962 Apply check style to the build

2015-07-20 Thread greid
PHOENIX-1962 Apply check style to the build Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/29ea5035 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/29ea5035 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/d

[25/34] phoenix git commit: PHOENIX-2033 PQS log environment details on launch

2015-07-20 Thread greid
PHOENIX-2033 PQS log environment details on launch Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e64f61ba Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e64f61ba Diff: http://git-wip-us.apache.org/repos/asf/ph

[22/34] phoenix git commit: PHOENIX-1978 UDF ArgumentTypeMismatchException(Rajeshbabu)

2015-07-20 Thread greid
PHOENIX-1978 UDF ArgumentTypeMismatchException(Rajeshbabu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/18b9e727 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/18b9e727 Diff: http://git-wip-us.apache.org/repo

[34/34] phoenix git commit: PHOENIX-2131 Closing paren in CastParseNode SQL

2015-07-20 Thread greid
PHOENIX-2131 Closing paren in CastParseNode SQL Add a missing closing parenthesis in CastParseNode.toSQL. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/954a4a1b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/

[11/34] phoenix git commit: PHOENIX-1964 - porting from master

2015-07-20 Thread greid
PHOENIX-1964 - porting from master Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c95e28df Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c95e28df Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/c95e2

[24/34] phoenix git commit: PHOENIX-1968: Should support saving arrays

2015-07-20 Thread greid
PHOENIX-1968: Should support saving arrays Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f7d73496 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f7d73496 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/di

[06/34] phoenix git commit: Changing version to 4.5.0-HBase-1.1-SNAPSHOT

2015-07-20 Thread greid
Changing version to 4.5.0-HBase-1.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3cdc3230 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3cdc3230 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/

[21/34] phoenix git commit: PHOENIX-777 - Support null value for fixed length ARRAY - Addendum (Ram)

2015-07-20 Thread greid
PHOENIX-777 - Support null value for fixed length ARRAY - Addendum (Ram) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/58ee7062 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/58ee7062 Diff: http://git-wip-us.a

[13/34] phoenix git commit: PHOENIX-2010 Properly validate number of arguments passed to the functions in FunctionParseNode#validate(Rajeshbabu)

2015-07-20 Thread greid
PHOENIX-2010 Properly validate number of arguments passed to the functions in FunctionParseNode#validate(Rajeshbabu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b2c0cb90 Tree: http://git-wip-us.apache.org/repos/asf/ph

[10/34] phoenix git commit: PHOENIX-2013 Apply PHOENIX-1995 to runnable uberjar as well

2015-07-20 Thread greid
PHOENIX-2013 Apply PHOENIX-1995 to runnable uberjar as well Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0e0b4ddb Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0e0b4ddb Diff: http://git-wip-us.apache.org/rep

[27/34] phoenix git commit: PHOENIX-2040 Mark spark/scala dependencies as 'provided' (Josh Mahonin)

2015-07-20 Thread greid
PHOENIX-2040 Mark spark/scala dependencies as 'provided' (Josh Mahonin) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/43c722ca Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/43c722ca Diff: http://git-wip-us.ap

[20/34] phoenix git commit: PHOENIX-777 - Support null value for fixed length ARRAY (Dumindu Buddhika)

2015-07-20 Thread greid
PHOENIX-777 - Support null value for fixed length ARRAY (Dumindu Buddhika) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/6f890ade Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/6f890ade Diff: http://git-wip-us

[08/34] phoenix git commit: PHOENIX-2005 Connection utilities omit zk client port, parent znode (addendum)

2015-07-20 Thread greid
PHOENIX-2005 Connection utilities omit zk client port, parent znode (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/5546a422 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/5546a422 Diff: http://git-wi

[14/34] phoenix git commit: PHOENIX-2022 Make BaseRegionScanner.next abstract

2015-07-20 Thread greid
PHOENIX-2022 Make BaseRegionScanner.next abstract Avoid infinite recursion by removing a recursive call within BaseRegionScanner.next, which was already being used as an abstract method. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/p

[33/34] phoenix git commit: LP-1277 Support nulls in CHAR fields in CSV loader

2015-07-20 Thread greid
LP-1277 Support nulls in CHAR fields in CSV loader Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/89ab41c1 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/89ab41c1 Diff: http://git-wip-us.apache.org/repos/asf/ph

[31/34] phoenix git commit: PHOENIX-1975 Detect and use HBASE_HOME when set

2015-07-20 Thread greid
PHOENIX-1975 Detect and use HBASE_HOME when set Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/980d29c5 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/980d29c5 Diff: http://git-wip-us.apache.org/repos/asf/phoen

[12/34] phoenix git commit: PHOENIX-1939 Test are failing with DoNotRetryIOException: ATABLE: null (Alicia Ying Shu)

2015-07-20 Thread greid
PHOENIX-1939 Test are failing with DoNotRetryIOException: ATABLE: null (Alicia Ying Shu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a600cc4d Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a600cc4d Diff: ht

[19/34] phoenix git commit: PHOENIX-2012 RowKeyComparisonFilter logs unencoded data at DEBUG level

2015-07-20 Thread greid
PHOENIX-2012 RowKeyComparisonFilter logs unencoded data at DEBUG level Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9c5f Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9c5f Diff: http://git-wip-us.apa

[02/34] phoenix git commit: PHOENIX-1681 Use the new Region Interface (Andrew Purtell)

2015-07-20 Thread greid
PHOENIX-1681 Use the new Region Interface (Andrew Purtell) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ea622d5f Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ea622d5f Diff: http://git-wip-us.apache.org/repo

[29/34] phoenix git commit: PHOENIX-1941 Phoenix tests are failing in linux env with missing class: StaticMapping (Alicia Ying Shu)

2015-07-20 Thread greid
PHOENIX-1941 Phoenix tests are failing in linux env with missing class: StaticMapping (Alicia Ying Shu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/329d7494 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/32

[01/34] phoenix git commit: PHOENIX-1681 Use the new Region Interface (Andrew Purtell)

2015-07-20 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 [created] 954a4a1b6 http://git-wip-us.apache.org/repos/asf/phoenix/blob/ea622d5f/phoenix-core/src/main/java/org/apache/phoenix/schema/stats/StatisticsCollector.java ---

[07/34] phoenix git commit: PHOENIX-2005 Connection utilities omit zk client port, parent znode

2015-07-20 Thread greid
PHOENIX-2005 Connection utilities omit zk client port, parent znode Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c6b37b97 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c6b37b97 Diff: http://git-wip-us.apache

phoenix git commit: PHOENIX-2131 Closing paren in CastParseNode SQL

2015-07-20 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.4-HBase-1.0 d226c6a63 -> 2501ecf74 PHOENIX-2131 Closing paren in CastParseNode SQL Add a missing closing parenthesis in CastParseNode.toSQL. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/re

phoenix git commit: PHOENIX-2131 Closing paren in CastParseNode SQL

2015-07-20 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 73da0fb0d -> 8eb9afeb6 PHOENIX-2131 Closing paren in CastParseNode SQL Add a missing closing parenthesis in CastParseNode.toSQL. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/r

[03/34] phoenix git commit: PHOENIX-1763 Support building with HBase-1.1.0

2015-07-20 Thread greid
http://git-wip-us.apache.org/repos/asf/phoenix/blob/98271b88/phoenix-pig/pom.xml -- diff --git a/phoenix-pig/pom.xml b/phoenix-pig/pom.xml index 2db1af6..015a660 100644 --- a/phoenix-pig/pom.xml +++ b/phoenix-pig/pom.xml @@ -54,7 +

[15/34] phoenix git commit: PHOENIX-2007 java.sql.SQLException: Encountered exception in sub plan [0] execution(Alicia Ying Shu)

2015-07-20 Thread greid
PHOENIX-2007 java.sql.SQLException: Encountered exception in sub plan [0] execution(Alicia Ying Shu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/eb9452d5 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/eb945

[26/34] phoenix git commit: PHOENIX-2032 psql.py is broken after PHOENIX-2013

2015-07-20 Thread greid
PHOENIX-2032 psql.py is broken after PHOENIX-2013 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d0bcb7b2 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d0bcb7b2 Diff: http://git-wip-us.apache.org/repos/asf/pho

phoenix git commit: PHOENIX-2131 Closing paren in CastParseNode SQL

2015-07-20 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.4-HBase-1.1 eeefd6d12 -> b07f68a60 PHOENIX-2131 Closing paren in CastParseNode SQL Add a missing closing parenthesis in CastParseNode.toSQL. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/re

phoenix git commit: PHOENIX-2131 Closing paren in CastParseNode SQL

2015-07-20 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 6d322103e -> 04e9d58d1 PHOENIX-2131 Closing paren in CastParseNode SQL Add a missing closing parenthesis in CastParseNode.toSQL. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/re

phoenix git commit: PHOENIX-2131 Closing paren in CastParseNode SQL

2015-07-20 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.4-HBase-0.98 421f851dc -> e9b78da6d PHOENIX-2131 Closing paren in CastParseNode SQL Add a missing closing parenthesis in CastParseNode.toSQL. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/r

phoenix git commit: LP-1277 Support nulls in CHAR fields in CSV loader

2015-06-28 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 0f6595c0c -> 38ae6b754 LP-1277 Support nulls in CHAR fields in CSV loader Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/38ae6b75 Tree: http://git-wip-us.apache.

phoenix git commit: LP-1277 Support nulls in CHAR fields in CSV loader

2015-06-28 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.4-HBase-1.0 c22e62f31 -> 4ca7b5ca6 LP-1277 Support nulls in CHAR fields in CSV loader Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/4ca7b5ca Tree: http://git-wip-us.

phoenix git commit: LP-1277 Support nulls in CHAR fields in CSV loader

2015-06-28 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.4-HBase-1.1 798155f07 -> 4f7487110 LP-1277 Support nulls in CHAR fields in CSV loader Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/4f748711 Tree: http://git-wip-us.

phoenix git commit: LP-1277 Support nulls in CHAR fields in CSV loader

2015-06-28 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.4-HBase-0.98 2b3c7 -> 78c4b3c64 LP-1277 Support nulls in CHAR fields in CSV loader Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/78c4b3c6 Tree: http://git-wip-us

phoenix git commit: LP-1277 Support nulls in CHAR fields in CSV loader

2015-06-28 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 c40d64b3b -> 89ab41c1c LP-1277 Support nulls in CHAR fields in CSV loader Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/89ab41c1 Tree: http://git-wip-us.

phoenix git commit: LP-1277 Support nulls in CHAR fields in CSV loader

2015-06-28 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 047b8ca60 -> 987f7afbe LP-1277 Support nulls in CHAR fields in CSV loader Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/987f7afb Tree: http://git-wip-us.

phoenix git commit: LP-1277 Support nulls in CHAR fields in CSV loader

2015-06-28 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 7e29d57bd -> 6535a2eda LP-1277 Support nulls in CHAR fields in CSV loader Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/6535a2ed Tree: http://git-wip-us

phoenix git commit: PHOENIX-2022 Make BaseRegionScanner.next abstract

2015-06-01 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 0c7b21028 -> 928d4d715 PHOENIX-2022 Make BaseRegionScanner.next abstract Avoid infinite recursion by removing a recursive call within BaseRegionScanner.next, which was already being used as an abstract method. Project: http://git

phoenix git commit: PHOENIX-2022 Make BaseRegionScanner.next abstract

2015-06-01 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 1badce965 -> fcd41402d PHOENIX-2022 Make BaseRegionScanner.next abstract Avoid infinite recursion by removing a recursive call within BaseRegionScanner.next, which was already being used as an abstract method. Project: http://gi

phoenix git commit: PHOENIX-2022 Make BaseRegionScanner.next abstract

2015-06-01 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.1 b2c0cb900 -> c1882ee27 PHOENIX-2022 Make BaseRegionScanner.next abstract Avoid infinite recursion by removing a recursive call within BaseRegionScanner.next, which was already being used as an abstract method. Project: http://git

phoenix git commit: PHOENIX-2022 Make BaseRegionScanner.next abstract

2015-06-01 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.4-HBase-1.1 f5cdf4391 -> b4e1c5dab PHOENIX-2022 Make BaseRegionScanner.next abstract Avoid infinite recursion by removing a recursive call within BaseRegionScanner.next, which was already being used as an abstract method. Project: http://git

phoenix git commit: PHOENIX-2022 Make BaseRegionScanner.next abstract

2015-06-01 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.4-HBase-1.0 1041efde0 -> c30938336 PHOENIX-2022 Make BaseRegionScanner.next abstract Avoid infinite recursion by removing a recursive call within BaseRegionScanner.next, which was already being used as an abstract method. Project: http://git

  1   2   3   >