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

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:

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:

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:

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:

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:

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=rev Log: Add information workout around permissions issues when running the bulk loader. Modified: phoenix/site/publish/bulk_dataload.html phoenix/site/source/src/site

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:

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:

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:

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

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

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:

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:

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

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

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).

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/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:

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:

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:

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:

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:

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:

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:

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:

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:

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.

[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:

[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:

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.

[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:

[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:

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.

[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:

[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:

Git Push Summary

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

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:

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:

[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:

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:

[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:

[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:

[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:

[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:

[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:

[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:

[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:

[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:

[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

[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:

[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

[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:

[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:

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:

[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

[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:

[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:

[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:

[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:

[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:

[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:

[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:

[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:

[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:

[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:

[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:

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:

[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

[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:

[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:

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

2015-06-29 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:

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

2015-06-29 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:

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

2015-06-29 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:

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

2015-06-29 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:

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

2015-06-01 Thread greid
Repository: phoenix Updated Branches: refs/heads/master b7f138246 - 583b5b1e1 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:

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:

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:

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:

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:

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:

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

2015-06-01 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.4-HBase-0.98 9498eb55d - bc2856b75 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:

phoenix git commit: PHOENIX-1984 Make INSTR 1-based instead of 0-based

2015-05-21 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 cef3610e5 - 6f5dad93d PHOENIX-1984 Make INSTR 1-based instead of 0-based Bring functionality of INSTR built-in function in-line with other SQL string functions, with indexing of strings starting at 1. Signed-off-by: Gabriel Reid

phoenix git commit: PHOENIX-1984 Make INSTR 1-based instead of 0-based

2015-05-21 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 b9712982f - a4a79e469 PHOENIX-1984 Make INSTR 1-based instead of 0-based Bring functionality of INSTR built-in function in-line with other SQL string functions, with indexing of strings starting at 1. Signed-off-by: Gabriel Reid

phoenix git commit: PHOENIX-1984 Make INSTR 1-based instead of 0-based

2015-05-21 Thread greid
Repository: phoenix Updated Branches: refs/heads/master d3ff0798f - c2fed1dac PHOENIX-1984 Make INSTR 1-based instead of 0-based Bring functionality of INSTR built-in function in-line with other SQL string functions, with indexing of strings starting at 1. Signed-off-by: Gabriel Reid

svn commit: r1677531 [2/2] - in /phoenix/site: publish/ publish/language/ source/src/site/ source/src/site/markdown/

2015-05-04 Thread greid
Added: phoenix/site/source/src/site/markdown/phoenix_spark.md URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/phoenix_spark.md?rev=1677531view=auto == ---

svn commit: r1677531 [1/2] - in /phoenix/site: publish/ publish/language/ source/src/site/ source/src/site/markdown/

2015-05-04 Thread greid
Author: greid Date: Mon May 4 07:06:28 2015 New Revision: 1677531 URL: http://svn.apache.org/r1677531 Log: Add page on spark integration Added: phoenix/site/publish/phoenix_spark.html phoenix/site/source/src/site/markdown/phoenix_spark.md Modified: phoenix/site/publish/Phoenix-in-15

svn commit: r1677108 - in /phoenix/site: publish/ publish/language/ source/src/site/markdown/

2015-05-01 Thread greid
Author: greid Date: Fri May 1 11:03:00 2015 New Revision: 1677108 URL: http://svn.apache.org/r1677108 Log: Add info on providing tab character as delim for bulk load Modified: phoenix/site/publish/Phoenix-in-15-minutes-or-less.html phoenix/site/publish/array_type.html phoenix/site

phoenix git commit: PHOENIX-1733: sqlline.py doesn't allow connecting with a tenant-specific connection

2015-04-19 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 5df1b728e - fefc319c9 PHOENIX-1733: sqlline.py doesn't allow connecting with a tenant-specific connection Signed-off-by: Gabriel Reid gabri...@ngdata.com Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-1755 Improve error logging if csv line has insufficient fields

2015-04-07 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 15f769fa4 - 5aea0b82d PHOENIX-1755 Improve error logging if csv line has insufficient fields Signed-off-by: Gabriel Reid gabri...@ngdata.com Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-1712 Add INSTR function

2015-04-02 Thread greid
Repository: phoenix Updated Branches: refs/heads/master f766a780c - 1f942b1f0 PHOENIX-1712 Add INSTR function Add method for detecting a substring within another string. Signed-off-by: Gabriel Reid gabri...@ngdata.com Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-1770 Correct exit code from bin scripts

2015-03-26 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.3 1011488dc - eeff9bee3 PHOENIX-1770 Correct exit code from bin scripts Make the python scripts under bin/ exit with the exit code that was returned from the underlying java command. Contributed by Mark Tse. Project:

phoenix git commit: PHOENIX-1770 Correct exit code from bin scripts

2015-03-26 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 c633483c6 - 3a57a6ea9 PHOENIX-1770 Correct exit code from bin scripts Make the python scripts under bin/ exit with the exit code that was returned from the underlying java command. Contributed by Mark Tse. Project:

phoenix git commit: PHOENIX-1770 Correct exit code from bin scripts

2015-03-26 Thread greid
Repository: phoenix Updated Branches: refs/heads/master f941e89f4 - 1a1378422 PHOENIX-1770 Correct exit code from bin scripts Make the python scripts under bin/ exit with the exit code that was returned from the underlying java command. Contributed by Mark Tse. Project:

phoenix git commit: PHOENIX-1770 Correct exit code from bin scripts

2015-03-26 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.x 6cb6a3766 - 4d7161008 PHOENIX-1770 Correct exit code from bin scripts Make the python scripts under bin/ exit with the exit code that was returned from the underlying java command. Contributed by Mark Tse. Project:

phoenix git commit: PHOENIX-1653 Support separate clusters for MR jobs

2015-03-24 Thread greid
Repository: phoenix Updated Branches: refs/heads/master 673847109 - ab9c9283e PHOENIX-1653 Support separate clusters for MR jobs Add support for the input and output formats of a Phoenix MapReduce job to point to separate clusters using override configuration settings. Defaults to existing

phoenix git commit: PHOENIX-1653 Support separate clusters for MR jobs

2015-03-24 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.x f4180fa40 - 7de8ee1e9 PHOENIX-1653 Support separate clusters for MR jobs Add support for the input and output formats of a Phoenix MapReduce job to point to separate clusters using override configuration settings. Defaults to

phoenix git commit: PHOENIX-1653 Support separate clusters for MR jobs

2015-03-24 Thread greid
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 c92de2749 - af0d65a0a PHOENIX-1653 Support separate clusters for MR jobs Add support for the input and output formats of a Phoenix MapReduce job to point to separate clusters using override configuration settings. Defaults to

svn commit: r1661421 - in /phoenix/site: publish/tuning.html source/src/site/markdown/tuning.md

2015-02-21 Thread greid
Author: greid Date: Sat Feb 21 18:05:54 2015 New Revision: 1661421 URL: http://svn.apache.org/r1661421 Log: PHOENIX-1651 Add docs for phoenix.query.dateFormatTimeZone config property Modified: phoenix/site/publish/tuning.html phoenix/site/source/src/site/markdown/tuning.md Modified

  1   2   >