phoenix git commit: PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause (addendum)

2016-02-12 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 acca4129b -> ace996372 PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commi

phoenix git commit: PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause (addendum)

2016-02-12 Thread jyates
Repository: phoenix Updated Branches: refs/heads/master 8ece81b55 -> edd94b28a PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/edd94

phoenix git commit: PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause (addendum)

2016-02-12 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 35b893d21 -> 470477e50 PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/comm

phoenix git commit: PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause

2016-02-12 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 03b1dd229 -> 35b893d21 PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause Setting the condition in the PhoenixMapReduceUtil, as well as some slight cleanup for duplicate code in setInput(). Adding a test tha

phoenix git commit: PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause

2016-02-12 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 fd757a055 -> acca4129b PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause Setting the condition in the PhoenixMapReduceUtil, as well as some slight cleanup for duplicate code in setInput(). Adding a test that

phoenix git commit: PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause

2016-02-12 Thread jyates
Repository: phoenix Updated Branches: refs/heads/master 0c1fd3ad5 -> 8ece81b55 PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause Setting the condition in the PhoenixMapReduceUtil, as well as some slight cleanup for duplicate code in setInput(). Adding a test that covers

phoenix git commit: PHOENIX-1965 Upgrade Pig to version 0.13 (Prashant Kommireddi)

2015-05-14 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 56afcb35c -> 9c15d3ee6 PHOENIX-1965 Upgrade Pig to version 0.13 (Prashant Kommireddi) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9c15d3ee Tree: http:

phoenix git commit: PHOENIX-1965 Upgrade Pig to version 0.13 (Prashant Kommireddi)

2015-05-14 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 555db6456 -> 9d92e6811 PHOENIX-1965 Upgrade Pig to version 0.13 (Prashant Kommireddi) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9d92e681 Tree: http:/

phoenix git commit: PHOENIX-1965 Upgrade Pig to version 0.13 (Prashant Kommireddi)

2015-05-14 Thread jyates
Repository: phoenix Updated Branches: refs/heads/master c1e5c71ab -> a1032fba3 PHOENIX-1965 Upgrade Pig to version 0.13 (Prashant Kommireddi) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a1032fba Tree: http://git-wi

[3/3] git commit: PHOENIX-1286 Remove hadoop2 compat modules

2014-10-27 Thread jyates
PHOENIX-1286 Remove hadoop2 compat modules There was some reflection and wrapping done in the metrics/tracing tools to support working with Hadoop1/2 (though hadoop1 support was never completed). Removing this extra code now that we don't want to support hadoop1 anymore Project: http://git-wip-u

[2/3] PHOENIX-1286 Remove hadoop2 compat modules

2014-10-27 Thread jyates
http://git-wip-us.apache.org/repos/asf/phoenix/blob/b48ca7b5/phoenix-core/src/main/java/org/apache/phoenix/trace/TracingUtils.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/trace/TracingUtils.java b/phoenix-co

[1/3] PHOENIX-1286 Remove hadoop2 compat modules

2014-10-27 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.0 b2c5ffa9c -> b48ca7b5c http://git-wip-us.apache.org/repos/asf/phoenix/blob/b48ca7b5/phoenix-hadoop2-compat/src/test/java/org/apache/phoenix/trace/TraceMetricsSourceTest.java

[1/3] PHOENIX-1286 Remove hadoop2 compat modules

2014-10-27 Thread jyates
Repository: phoenix Updated Branches: refs/heads/master 4ed9ddb8f -> 842f8a8a8 http://git-wip-us.apache.org/repos/asf/phoenix/blob/842f8a8a/phoenix-hadoop2-compat/src/test/java/org/apache/phoenix/trace/TraceMetricsSourceTest.java -

[3/3] git commit: PHOENIX-1286 Remove hadoop2 compat modules

2014-10-27 Thread jyates
PHOENIX-1286 Remove hadoop2 compat modules There was some reflection and wrapping done in the metrics/tracing tools to support working with Hadoop1/2 (though hadoop1 support was never completed). Removing this extra code now that we don't want to support hadoop1 anymore Project: http://git-wip-u

[2/3] PHOENIX-1286 Remove hadoop2 compat modules

2014-10-27 Thread jyates
http://git-wip-us.apache.org/repos/asf/phoenix/blob/842f8a8a/phoenix-core/src/main/java/org/apache/phoenix/trace/TracingUtils.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/trace/TracingUtils.java b/phoenix-co

git commit: PHOENIX-1107 Support mutable indexes over replication

2014-10-06 Thread jyates
Repository: phoenix Updated Branches: refs/heads/master ea0a502ce -> 3b30690f6 PHOENIX-1107 Support mutable indexes over replication Adding test to ensure that we still have indexes working over replication, rather than just relying on the fact that it 'just works'. Project: http://git-wip-

git commit: PHOENIX-1107 Support mutable indexes over replication

2014-10-06 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.0 e9094d0a4 -> 763f10f00 PHOENIX-1107 Support mutable indexes over replication Adding test to ensure that we still have indexes working over replication, rather than just relying on the fact that it 'just works'. Project: http://git-wip-us.

git commit: PHOENIX-1305 create index throws NPE when dataTable has specified default column family (daniel meng)

2014-10-06 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.0 7701ae2ce -> e9094d0a4 PHOENIX-1305 create index throws NPE when dataTable has specified default column family (daniel meng) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoeni

git commit: PHOENIX-1305 create index throws NPE when dataTable has specified default column family (daniel meng)

2014-10-06 Thread jyates
Repository: phoenix Updated Branches: refs/heads/master faeab9355 -> ea0a502ce PHOENIX-1305 create index throws NPE when dataTable has specified default column family (daniel meng) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/pho

git commit: PHOENIX-1289 Drop index during upsert may abort RS (daniel meng + jyates)

2014-10-06 Thread jyates
Repository: phoenix Updated Branches: refs/heads/master 909d97596 -> faeab9355 PHOENIX-1289 Drop index during upsert may abort RS (daniel meng + jyates) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/faeab935 T

git commit: PHOENIX-1289 Drop index during upsert may abort RS (daniel meng + jyates)

2014-10-06 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.0 30d496bcc -> 7701ae2ce PHOENIX-1289 Drop index during upsert may abort RS (daniel meng + jyates) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/7701ae2c Tree: h

git commit: PHOENIX-103 Drop hadoop1.0 specifics from code

2014-09-23 Thread jyates
Repository: phoenix Updated Branches: refs/heads/master 980783288 -> c72c4a65d PHOENIX-103 Drop hadoop1.0 specifics from code Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c72c4a65 Tree: http://git-wip-us.apache.org/

git commit: PHOENIX-103 Drop hadoop1.0 specifics from code

2014-09-23 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.0 15939f295 -> a329d3f42 PHOENIX-103 Drop hadoop1.0 specifics from code Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a329d3f4 Tree: http://git-wip-us.apache.org/rep

git commit: PHOENIX-1226 Exception in Tracing

2014-09-05 Thread jyates
Repository: phoenix Updated Branches: refs/heads/master 4a1ec7ec4 -> 284435b5a PHOENIX-1226 Exception in Tracing Phoenix tracing expects annotation values to be integers, but HBase writes non-integer values in its traces (which end up in the phoenix sink) Project: http://git-wip-us.apache.or

git commit: PHOENIX-1226 Exception in Tracing

2014-09-05 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.0 a9a128bfa -> 4c8441b5f PHOENIX-1226 Exception in Tracing Phoenix tracing expects annotation values to be integers, but HBase writes non-integer values in its traces (which end up in the phoenix sink) Project: http://git-wip-us.apache.org/r

git commit: PHOENIX-1234 QueryUtil doesn't parse zk hosts correctly

2014-09-04 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.0 c4ede66fe -> a9a128bfa PHOENIX-1234 QueryUtil doesn't parse zk hosts correctly Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a9a128bf Tree: http://git-wip-us.apach

git commit: PHOENIX-1234 QueryUtil doesn't parse zk hosts correctly

2014-09-04 Thread jyates
Repository: phoenix Updated Branches: refs/heads/master ec3be54ef -> 4a1ec7ec4 PHOENIX-1234 QueryUtil doesn't parse zk hosts correctly Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/4a1ec7ec Tree: http://git-wip-us.ap

svn commit: r1619954 - in /phoenix: ./ phoenix-docs/src/main/org/h2/ phoenix-docs/src/main/org/h2/jdbc/ phoenix-docs/src/main/org/h2/jdbcx/ phoenix-docs/src/main/org/h2/tools/ site/publish/ site/sourc

2014-08-22 Thread jyates
Author: jyates Date: Sat Aug 23 00:48:58 2014 New Revision: 1619954 URL: http://svn.apache.org/r1619954 Log: Updating tracing docs to include actual config values, updating build.sh to remove temp file Modified: phoenix/build.sh phoenix/phoenix-docs/src/main/org/h2/Driver.java

svn commit: r1619499 - in /phoenix: phoenix-docs/src/main/org/h2/ phoenix-docs/src/main/org/h2/jdbc/ phoenix-docs/src/main/org/h2/jdbcx/ phoenix-docs/src/main/org/h2/tools/ site/publish/ site/source/s

2014-08-21 Thread jyates
Author: jyates Date: Thu Aug 21 17:48:54 2014 New Revision: 1619499 URL: http://svn.apache.org/r1619499 Log: Updating tracing docs after PHOENIX-1187 Modified: phoenix/phoenix-docs/src/main/org/h2/Driver.java phoenix/phoenix-docs/src/main/org/h2/jdbc/JdbcCallableStatement.java

git commit: PHOENIX-1187 Addendum: fix hadoop2-compat META-INF

2014-08-21 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.0 1987fba12 -> 9af70445c PHOENIX-1187 Addendum: fix hadoop2-compat META-INF Necessary because PhoenixMetricsWriter changed name to PhoenixMetricsSink Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apac

git commit: PHOENIX-1187 Addendum: fix hadoop2-compat META-INF

2014-08-21 Thread jyates
Repository: phoenix Updated Branches: refs/heads/master 29a7be42b -> 3acf9c8ef PHOENIX-1187 Addendum: fix hadoop2-compat META-INF Necessary because PhoenixMetricsWriter changed name to PhoenixMetricsSink Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.a

git commit: PHOENIX-1187 Enable tracing on server

2014-08-20 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.0 d1a8f49a8 -> 572724ef8 PHOENIX-1187 Enable tracing on server Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/572724ef Tree: http://git-wip-us.apache.org/repos/asf/ph

git commit: PHOENIX-1187 Enable tracing on server

2014-08-20 Thread jyates
Repository: phoenix Updated Branches: refs/heads/master 4fcd01d6a -> f99e5d8d6 PHOENIX-1187 Enable tracing on server Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f99e5d8d Tree: http://git-wip-us.apache.org/repos/asf

svn commit: r1618075 [1/2] - in /phoenix: phoenix-docs/src/main/org/h2/ phoenix-docs/src/main/org/h2/jdbc/ phoenix-docs/src/main/org/h2/jdbcx/ phoenix-docs/src/main/org/h2/tools/ site/publish/ site/pu

2014-08-14 Thread jyates
Author: jyates Date: Thu Aug 14 22:21:43 2014 New Revision: 1618075 URL: http://svn.apache.org/r1618075 Log: Adding docs for tracing Added: phoenix/site/publish/tracing.html phoenix/site/source/src/site/markdown/tracing.md Modified: phoenix/phoenix-docs/src/main/org/h2/Driver.java

svn commit: r1618075 [2/2] - in /phoenix: phoenix-docs/src/main/org/h2/ phoenix-docs/src/main/org/h2/jdbc/ phoenix-docs/src/main/org/h2/jdbcx/ phoenix-docs/src/main/org/h2/tools/ site/publish/ site/pu

2014-08-14 Thread jyates
Modified: phoenix/site/publish/roadmap.html URL: http://svn.apache.org/viewvc/phoenix/site/publish/roadmap.html?rev=1618075&r1=1618074&r2=1618075&view=diff == --- phoenix/site/publish/roadmap.html (original) +++ phoenix/si

[1/3] PHOENIX-177: Collect usage and performance metrics

2014-07-28 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.0 083c5f2d4 -> e8def027a http://git-wip-us.apache.org/repos/asf/phoenix/blob/e8def027/phoenix-hadoop-compat/src/main/java/org/apache/phoenix/trace/TestableMetricsWriter.java --

[2/3] PHOENIX-177: Collect usage and performance metrics

2014-07-28 Thread jyates
http://git-wip-us.apache.org/repos/asf/phoenix/blob/e8def027/phoenix-core/src/main/java/org/apache/phoenix/hbase/index/Indexer.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/hbase/index/Indexer.java b/phoenix-

[3/3] git commit: PHOENIX-177: Collect usage and performance metrics

2014-07-28 Thread jyates
PHOENIX-177: Collect usage and performance metrics Add basic Dapper-like tracing (using Cloudera's HTrace library) to phoenix requests. This is the basic infrastructure to support more holistic, non-profiler based analysis. This patch includes, among other things, the infrastructure to use HTrace

[1/3] PHOENIX-177: Collect usage and performance metrics

2014-07-28 Thread jyates
Repository: phoenix Updated Branches: refs/heads/master 9185f760b -> b7f46c105 http://git-wip-us.apache.org/repos/asf/phoenix/blob/b7f46c10/phoenix-hadoop-compat/src/main/java/org/apache/phoenix/trace/TestableMetricsWriter.java ---

[3/3] git commit: PHOENIX-177: Collect usage and performance metrics

2014-07-28 Thread jyates
PHOENIX-177: Collect usage and performance metrics Add basic Dapper-like tracing (using Cloudera's HTrace library) to phoenix requests. This is the basic infrastructure to support more holistic, non-profiler based analysis. This patch includes, among other things, the infrastructure to use HTrace

[2/3] PHOENIX-177: Collect usage and performance metrics

2014-07-28 Thread jyates
http://git-wip-us.apache.org/repos/asf/phoenix/blob/b7f46c10/phoenix-core/src/main/java/org/apache/phoenix/hbase/index/Indexer.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/hbase/index/Indexer.java b/phoenix-

svn commit: r1613496 - in /phoenix: phoenix-docs/src/main/org/h2/ phoenix-docs/src/main/org/h2/jdbc/ phoenix-docs/src/main/org/h2/jdbcx/ phoenix-docs/src/main/org/h2/tools/ site/publish/

2014-07-25 Thread jyates
Author: jyates Date: Fri Jul 25 19:03:23 2014 New Revision: 1613496 URL: http://svn.apache.org/r1613496 Log: Actually building the site for index updates Modified: phoenix/phoenix-docs/src/main/org/h2/Driver.java phoenix/phoenix-docs/src/main/org/h2/jdbc/JdbcCallableStatement.java

svn commit: r1613476 - /phoenix/site/source/src/site/markdown/secondary_indexing.md

2014-07-25 Thread jyates
Author: jyates Date: Fri Jul 25 17:02:13 2014 New Revision: 1613476 URL: http://svn.apache.org/r1613476 Log: Adding docs for removal of mutable secondary index deadlock for 0.98.4+ Modified: phoenix/site/source/src/site/markdown/secondary_indexing.md Modified: phoenix/site/source/src/site

git commit: PHOENIX-938: Use higher priority queue for index updates to prevent deadlock

2014-07-23 Thread jyates
Repository: phoenix Updated Branches: refs/heads/master 36a41c86a -> 1954c717a PHOENIX-938: Use higher priority queue for index updates to prevent deadlock Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1954c717 Tree:

git commit: PHOENIX-938: Use higher priority queue for index updates to prevent deadlock

2014-07-23 Thread jyates
Repository: phoenix Updated Branches: refs/heads/4.0 2d1e512bb -> 463dabdcb PHOENIX-938: Use higher priority queue for index updates to prevent deadlock Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/463dabdc Tree: ht