Author: jmahonin
Date: Mon Feb 6 14:51:46 2017
New Revision: 1781912
URL: http://svn.apache.org/viewvc?rev=1781912&view=rev
Log:
Add Phoenix Kafka docs (Kalyan Hadoop)
Added:
phoenix/site/publish/kafka.html
phoenix/site/source/src/site/markdown/kafka.md
Modified:
phoenix/site/publish/Phoenix-in-15-minutes-or-less.html
phoenix/site/publish/array_type.html
phoenix/site/publish/atomic_upsert.html
phoenix/site/publish/building.html
phoenix/site/publish/building_website.html
phoenix/site/publish/bulk_dataload.html
phoenix/site/publish/contributing.html
phoenix/site/publish/develop.html
phoenix/site/publish/download.html
phoenix/site/publish/dynamic_columns.html
phoenix/site/publish/faq.html
phoenix/site/publish/flume.html
phoenix/site/publish/hive_storage_handler.html
phoenix/site/publish/index.html
phoenix/site/publish/installation.html
phoenix/site/publish/issues.html
phoenix/site/publish/joins.html
phoenix/site/publish/language/datatypes.html
phoenix/site/publish/language/functions.html
phoenix/site/publish/language/index.html
phoenix/site/publish/mailing_list.html
phoenix/site/publish/metrics.html
phoenix/site/publish/multi-tenancy.html
phoenix/site/publish/namspace_mapping.html
phoenix/site/publish/news.html
phoenix/site/publish/paged.html
phoenix/site/publish/performance.html
phoenix/site/publish/pherf.html
phoenix/site/publish/phoenix_mr.html
phoenix/site/publish/phoenix_on_emr.html
phoenix/site/publish/phoenix_orm.html
phoenix/site/publish/phoenix_python.html
phoenix/site/publish/phoenix_spark.html
phoenix/site/publish/pig_integration.html
phoenix/site/publish/recent.html
phoenix/site/publish/release.html
phoenix/site/publish/release_notes.html
phoenix/site/publish/resources.html
phoenix/site/publish/roadmap.html
phoenix/site/publish/rowtimestamp.html
phoenix/site/publish/salted.html
phoenix/site/publish/secondary_indexing.html
phoenix/site/publish/sequences.html
phoenix/site/publish/server.html
phoenix/site/publish/skip_scan.html
phoenix/site/publish/source.html
phoenix/site/publish/subqueries.html
phoenix/site/publish/team.html
phoenix/site/publish/tracing.html
phoenix/site/publish/transactions.html
phoenix/site/publish/tuning.html
phoenix/site/publish/udf.html
phoenix/site/publish/update_statistics.html
phoenix/site/publish/upgrading.html
phoenix/site/publish/views.html
phoenix/site/publish/who_is_using.html
phoenix/site/source/src/site/site.xml
Modified: phoenix/site/publish/Phoenix-in-15-minutes-or-less.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/Phoenix-in-15-minutes-or-less.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/Phoenix-in-15-minutes-or-less.html (original)
+++ phoenix/site/publish/Phoenix-in-15-minutes-or-less.html Mon Feb 6 14:51:46
2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -352,6 +353,9 @@ ORDER BY sum(population) DESC;
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -459,7 +463,7 @@ ORDER BY sum(population) DESC;
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/array_type.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/array_type.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/array_type.html (original)
+++ phoenix/site/publish/array_type.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -353,6 +354,9 @@ SELECT region_name FROM regions WHERE '9
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -460,7 +464,7 @@ SELECT region_name FROM regions WHERE '9
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/atomic_upsert.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/atomic_upsert.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/atomic_upsert.html (original)
+++ phoenix/site/publish/atomic_upsert.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-08
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -317,6 +318,9 @@ ON DUPLICATE KEY UPDATE
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -424,7 +428,7 @@ ON DUPLICATE KEY UPDATE
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/building.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/building.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/building.html (original)
+++ phoenix/site/publish/building.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-08
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -334,6 +335,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -441,7 +445,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/building_website.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/building_website.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/building_website.html (original)
+++ phoenix/site/publish/building_website.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -294,6 +295,9 @@ python -m SimpleHTTPServer 8000
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -401,7 +405,7 @@ python -m SimpleHTTPServer 8000
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/bulk_dataload.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/bulk_dataload.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/bulk_dataload.html (original)
+++ phoenix/site/publish/bulk_dataload.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -464,6 +465,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -571,7 +575,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/contributing.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/contributing.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/contributing.html (original)
+++ phoenix/site/publish/contributing.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-08
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -331,6 +332,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -438,7 +442,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/develop.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/develop.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/develop.html (original)
+++ phoenix/site/publish/develop.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-08
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -570,6 +571,9 @@ git remote add upstream https://github.c
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -677,7 +681,7 @@ git remote add upstream https://github.c
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/download.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/download.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/download.html (original)
+++ phoenix/site/publish/download.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -278,6 +279,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -385,7 +389,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/dynamic_columns.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/dynamic_columns.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/dynamic_columns.html (original)
+++ phoenix/site/publish/dynamic_columns.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -291,6 +292,9 @@ WHERE eventType = 'OOM' AND lastGCTime &
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -398,7 +402,7 @@ WHERE eventType = 'OOM' AND lastGCTime &
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/faq.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/faq.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/faq.html (original)
+++ phoenix/site/publish/faq.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -499,6 +500,9 @@ conn.commit();
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -606,7 +610,7 @@ conn.commit();
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/flume.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/flume.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/flume.html (original)
+++ phoenix/site/publish/flume.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li
class="active"><a href="" title="Apache Flume Plugin">Apache Flume
Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -373,6 +374,9 @@
<li class="active">
<a href="#"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -480,7 +484,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/hive_storage_handler.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/hive_storage_handler.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/hive_storage_handler.html (original)
+++ phoenix/site/publish/hive_storage_handler.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -485,6 +486,9 @@ TBLPROPERTIES (
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -592,7 +596,7 @@ TBLPROPERTIES (
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/index.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/index.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/index.html (original)
+++ phoenix/site/publish/index.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-08
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -421,6 +422,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -528,7 +532,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/installation.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/installation.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/installation.html (original)
+++ phoenix/site/publish/installation.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -336,6 +337,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -443,7 +447,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/issues.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/issues.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/issues.html (original)
+++ phoenix/site/publish/issues.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -277,6 +278,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -384,7 +388,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/joins.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/joins.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/joins.html (original)
+++ phoenix/site/publish/joins.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -689,6 +690,9 @@ ON O.ItemID = I.ItemID;
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -796,7 +800,7 @@ ON O.ItemID = I.ItemID;
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Added: phoenix/site/publish/kafka.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/kafka.html?rev=1781912&view=auto
==============================================================================
--- phoenix/site/publish/kafka.html (added)
+++ phoenix/site/publish/kafka.html Mon Feb 6 14:51:46 2017
@@ -0,0 +1,558 @@
+
+<!DOCTYPE html>
+<!--
+ Generated by Apache Maven Doxia at 2017-02-06
+ Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
+-->
+<html xml:lang="en" lang="en">
+
+ <head>
+ <meta charset="UTF-8" />
+ <title>Apache Kafka Plugin | Apache Phoenix</title>
+ <meta name="viewport" content="width=device-width,
initial-scale=1.0" />
+ <meta name="description" content="" />
+ <meta http-equiv="content-language" content="en" />
+
+ <link
href="//netdna.bootstrapcdn.com/bootswatch/2.3.2/flatly/bootstrap.min.css"
rel="stylesheet" />
+ <link
href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css"
rel="stylesheet" />
+ <link href="./css/bootswatch.css" rel="stylesheet" />
+ <link href="./css/reflow-skin.css" rel="stylesheet" />
+
+ <link href="//yandex.st/highlightjs/7.5/styles/default.min.css"
rel="stylesheet" />
+
+ <link href="./css/lightbox.css" rel="stylesheet" />
+
+ <link href="./css/site.css" rel="stylesheet" />
+ <link href="./css/print.css" rel="stylesheet" media="print" />
+
+ <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+ <!--[if lt IE 9]>
+ <script
src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
+
+
+
+ </head>
+
+ <body class="page-kafka project-phoenix-site" data-spy="scroll"
data-offset="60" data-target="#toc-scroll-target">
+
+ <div class="navbar navbar-fixed-top">
+ <div class="navbar-inner">
+ <div class="container">
+ <a class="btn btn-navbar"
data-toggle="collapse" data-target="#top-nav-collapse">
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </a>
+ <a class="brand" href="index.html"><div
class="xtoplogo"></div></a>
+ <div class="nav-collapse collapse"
id="top-nav-collapse">
+ <ul class="nav pull-right">
+ <li class="dropdown">
+ <a href="#"
class="dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
+ <ul
class="dropdown-menu">
+ <li ><a
href="index.html" title="Overview">Overview</a></li>
+ <li ><a
href="who_is_using.html" title="Who is Using">Who is Using</a></li>
+ <li ><a
href="recent.html" title="New Features">New Features</a></li>
+ <li ><a
href="roadmap.html" title="Roadmap">Roadmap</a></li>
+ <li ><a
href="performance.html" title="Performance">Performance</a></li>
+ <li ><a
href="team.html" title="Team">Team</a></li>
+ <li ><a
href="resources.html" title="Presentations">Presentations</a></li>
+ <li ><a
href="mailing_list.html" title="Mailing Lists">Mailing Lists</a></li>
+ <li ><a
href="source.html" title="Source Repository">Source Repository</a></li>
+ <li ><a
href="issues.html" title="Issue Tracking">Issue Tracking</a></li>
+ <li ><a
href="download.html" title="Download">Download</a></li>
+ <li ><a
href="installation.html" title="Installation">Installation</a></li>
+ <li
class="divider"/>
+ <li ><a
href="contributing.html" title="How to Contribute">How to Contribute</a></li>
+ <li ><a
href="develop.html" title="How to Develop">How to Develop</a></li>
+ <li ><a
href="building_website.html" title="How to Update Website">How to Update
Website</a></li>
+ <li ><a
href="release.html" title="How to Release">How to Release</a></li>
+ <li
class="divider"/>
+ <li ><a
href="http://www.apache.org/licenses/" title="License"
class="externalLink">License</a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#"
class="dropdown-toggle" data-toggle="dropdown">Using <b class="caret"></b></a>
+ <ul
class="dropdown-menu">
+ <li ><a
href="faq.html" title="F.A.Q.">F.A.Q.</a></li>
+ <li ><a
href="Phoenix-in-15-minutes-or-less.html" title="Quick Start">Quick
Start</a></li>
+ <li ><a
href="building.html" title="Building">Building</a></li>
+ <li ><a
href="tuning.html" title="Tuning">Tuning</a></li>
+ <li ><a
href="upgrading.html" title="Backward Compatibility">Backward
Compatibility</a></li>
+ <li ><a
href="release_notes.html" title="Release Notes">Release Notes</a></li>
+ <li ><a
href="pherf.html" title="Performance Testing">Performance Testing</a></li>
+ <li
class="divider"/>
+ <li ><a
href="phoenix_spark.html" title="Apache Spark Integration">Apache Spark
Integration</a></li>
+ <li ><a
href="hive_storage_handler.html" title="Phoenix Storage Handler for Apache
Hive">Phoenix Storage Handler for Apache Hive</a></li>
+ <li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
+ <li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
+ <li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li
class="active"><a href="" title="Apache Kafka Plugin">Apache Kafka
Plugin</a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#"
class="dropdown-toggle" data-toggle="dropdown">Addons <b class="caret"></b></a>
+ <ul
class="dropdown-menu">
+ <li ><a
href="http://docs.aws.amazon.com/ElasticMapReduce/latest/ReleaseGuide/emr-phoenix.html"
title="Phoenix on Amazon EMR" class="externalLink">Phoenix on Amazon
EMR</a></li>
+ <li ><a
href="http://python-phoenixdb.readthedocs.io/en/latest" title="Phoenix Adapter
for Python" class="externalLink">Phoenix Adapter for Python</a></li>
+ <li ><a
href="phoenix_orm.html" title="Phoenix ORM Library">Phoenix ORM Library</a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#"
class="dropdown-toggle" data-toggle="dropdown">Features <b
class="caret"></b></a>
+ <ul
class="dropdown-menu">
+ <li ><a
href="transactions.html" title="Transactions">Transactions</a></li>
+ <li ><a
href="udf.html" title="User-defined Functions">User-defined Functions</a></li>
+ <li
class="divider"/>
+ <li ><a
href="secondary_indexing.html" title="Secondary Indexes">Secondary
Indexes</a></li>
+ <li ><a
href="atomic_upsert.html" title="Atomic Upsert">Atomic Upsert</a></li>
+ <li ><a
href="namspace_mapping.html" title="Namespace Mapping">Namespace
Mapping</a></li>
+ <li ><a
href="update_statistics.html" title="Statistics Collection">Statistics
Collection</a></li>
+ <li ><a
href="rowtimestamp.html" title="Row Timestamp Column">Row Timestamp
Column</a></li>
+ <li ><a
href="paged.html" title="Paged Queries">Paged Queries</a></li>
+ <li ><a
href="salted.html" title="Salted Tables">Salted Tables</a></li>
+ <li ><a
href="skip_scan.html" title="Skip Scan">Skip Scan</a></li>
+ <li
class="divider"/>
+ <li ><a
href="views.html" title="Views">Views</a></li>
+ <li ><a
href="multi-tenancy.html" title="Multi tenancy">Multi tenancy</a></li>
+ <li ><a
href="dynamic_columns.html" title="Dynamic Columns">Dynamic Columns</a></li>
+ <li
class="divider"/>
+ <li ><a
href="bulk_dataload.html" title="Bulk Loading">Bulk Loading</a></li>
+ <li ><a
href="server.html" title="Query Server">Query Server</a></li>
+ <li ><a
href="tracing.html" title="Tracing">Tracing</a></li>
+ <li ><a
href="metrics.html" title="Metrics">Metrics</a></li>
+ </ul>
+ </li>
+ <li class="dropdown">
+ <a href="#"
class="dropdown-toggle" data-toggle="dropdown">Reference <b
class="caret"></b></a>
+ <ul
class="dropdown-menu">
+ <li ><a
href="language/index.html" title="Grammar">Grammar</a></li>
+ <li ><a
href="language/functions.html" title="Functions">Functions</a></li>
+ <li ><a
href="language/datatypes.html" title="Datatypes">Datatypes</a></li>
+ <li ><a
href="array_type.html" title="ARRAY type">ARRAY type</a></li>
+ <li
class="divider"/>
+ <li ><a
href="sequences.html" title="Sequences">Sequences</a></li>
+ <li ><a
href="joins.html" title="Joins">Joins</a></li>
+ <li ><a
href="subqueries.html" title="Subqueries">Subqueries</a></li>
+ </ul>
+ </li>
+ </ul>
+ </div><!--/.nav-collapse -->
+ </div>
+ </div>
+ </div>
+
+ <div class="container">
+
+ <!-- Masthead
+ ================================================== -->
+
+ <header>
+ </header>
+
+ <div class="main-body">
+ <div class="row">
+ <div class="span12">
+ <div class="body-content">
+<div class="page-header">
+ <h1>Apache Kafka Plugin</h1>
+</div>
+<p>The plugin enables us to reliably and efficiently stream large amounts of
data/logs onto HBase using the Phoenix API. </p>
+<p>Apache Kafka™ is a distributed, partitioned, replicated commit log
service. It provides the functionality of a messaging system, but with a unique
design.</p>
+<p>So, at a high level, producers send messages over the network to the Kafka
cluster which in turn serves them up to consumers like this:</p>
+<h1><img src="https://kafka.apache.org/090/images/producer_consumer.png"
alt="alt text" /></h1>
+<p>We are providing <b>PhoenixConsumer</b> to recieves the messages from
<b>Kafka Producer</b>.</p>
+<div class="section">
+ <div class="section">
+ <div class="section">
+ <h4 id="Prerequisites:">Prerequisites:</h4>
+ <ul>
+ <li>Phoenix 4.8.0+</li>
+ <li>Kafka 0.9.0.0+</li>
+ </ul>
+ </div>
+ <div class="section">
+ <h4 id="Installation__Setup:">Installation & Setup:</h4>
+ <ol style="list-style-type: decimal">
+ <li>Download and build Phoenix 4.8.0+</li>
+ <li>Follow the instructions as specified <a href="building.html">here</a>
to build the project as the Kafka plugin</li>
+ </ol>
+ </div>
+ <div class="section">
+ <h4 id="Phoenix_Consumer_for_RegexEventSerializer_Example:">Phoenix
Consumer for RegexEventSerializer Example:</h4>
+ <p>Create a <tt>kafka-consumer-regex.properties</tt> file with below
properties</p>
+ <div class="source">
+ <pre>serializer=regex
+serializer.rowkeyType=uuid
+serializer.regex=([^\,]*),([^\,]*),([^\,]*)
+serializer.columns=c1,c2,c3
+
+jdbcUrl=jdbc:phoenix:localhost
+table=SAMPLE1
+ddl=CREATE TABLE IF NOT EXISTS SAMPLE1(uid VARCHAR NOT NULL,c1 VARCHAR,c2
VARCHAR,c3 VARCHAR CONSTRAINT pk PRIMARY KEY(uid))
+
+bootstrap.servers=localhost:9092
+topics=topic1,topic2
+poll.timeout.ms=100
+</pre>
+ </div>
+ </div>
+ <div class="section">
+ <h4 id="Phoenix_Consumer_for_JsonEventSerializer_Example:">Phoenix Consumer
for JsonEventSerializer Example:</h4>
+ <p>Create a <tt>kafka-consumer-json.properties</tt> file with below
properties</p>
+ <div class="source">
+ <pre>serializer=json
+serializer.rowkeyType=uuid
+serializer.columns=c1,c2,c3
+
+jdbcUrl=jdbc:phoenix:localhost
+table=SAMPLE2
+ddl=CREATE TABLE IF NOT EXISTS SAMPLE2(uid VARCHAR NOT NULL,c1 VARCHAR,c2
VARCHAR,c3 VARCHAR CONSTRAINT pk PRIMARY KEY(uid))
+
+bootstrap.servers=localhost:9092
+topics=topic1,topic2
+poll.timeout.ms=100
+</pre>
+ </div>
+ </div>
+ <div class="section">
+ <h4 id="Phoenix_Consumer_Execution_Procedure:">Phoenix Consumer Execution
Procedure:</h4>
+ <p>Start the Kakfa Producer then send some messages</p>
+ <div class="source">
+ <pre>> bin/kafka-console-producer.sh --broker-list localhost:9092
--topic topic1
+</pre>
+ </div>
+ <p>Learn more about Apache Kafka <a class="externalLink"
href="https://kafka.apache.org/documentation.html">here</a></p>
+ <p>Start the <b>PhoenixConsumer</b> using below command</p>
+ <div class="source">
+ <pre>HADOOP_CLASSPATH=$(hbase classpath):/path/to/hbase/conf hadoop jar
phoenix-kafka-<version>-minimal.jar
org.apache.phoenix.kafka.consumer.PhoenixConsumerTool --file
/data/kafka-consumer.properties
+</pre>
+ </div>
+ <p>The input file must be present on HDFS (not the local filesystem where
the command is being run).</p>
+ </div>
+ <div class="section">
+ <h4 id="Configuration:">Configuration:</h4>
+ <table border="0" class="bodyTable table table-striped table-hover">
+ <thead>
+ <tr class="a">
+ <th>Property Name </th>
+ <th>Default</th>
+ <th>Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr class="b">
+ <td>bootstrap.servers </td>
+ <td> </td>
+ <td>List of Kafka servers used to bootstrap connections to Kafka. This
list should be in the form host1:port1,host2:port2,…</td>
+ </tr>
+ <tr class="a">
+ <td>topics </td>
+ <td> </td>
+ <td>List of topics to use as input for this connector. This list should
be in the form topic1,topic2,…</td>
+ </tr>
+ <tr class="b">
+ <td>poll.timeout.ms </td>
+ <td>100 </td>
+ <td>Default poll timeout in millisec</td>
+ </tr>
+ <tr class="a">
+ <td>batchSize </td>
+ <td>100 </td>
+ <td>Default number of events per transaction</td>
+ </tr>
+ <tr class="b">
+ <td>zookeeperQuorum </td>
+ <td> </td>
+ <td>Zookeeper quorum of the HBase cluster</td>
+ </tr>
+ <tr class="a">
+ <td>table </td>
+ <td> </td>
+ <td>The name of the table in HBase to write to.</td>
+ </tr>
+ <tr class="b">
+ <td>ddl </td>
+ <td> </td>
+ <td>The CREATE TABLE query for the HBase table where the events will be
upserted to. If specified, the query will be executed. Recommended to include
the IF NOT EXISTS clause in the ddl.</td>
+ </tr>
+ <tr class="a">
+ <td>serializer </td>
+ <td> </td>
+ <td>Event serializers for processing the Kafka Message.This Plugin
supports all Phoenix Flume Event Serializers. Like regex, json</td>
+ </tr>
+ <tr class="b">
+ <td>serializer.regex </td>
+ <td>(.*) </td>
+ <td>The regular expression for parsing the message.</td>
+ </tr>
+ <tr class="a">
+ <td>serializer.columns </td>
+ <td> </td>
+ <td>The columns that will be extracted from the Flume event for
inserting into HBase.</td>
+ </tr>
+ <tr class="b">
+ <td>serializer.headers </td>
+ <td> </td>
+ <td>Headers of the Flume Events that go as part of the UPSERT query. The
data type for these columns are VARCHAR by default.</td>
+ </tr>
+ <tr class="a">
+ <td>serializer.rowkeyType </td>
+ <td> </td>
+ <td>A custom row key generator . Can be one of
timestamp,date,uuid,random and nanotimestamp. This should be configured in
cases where we need a custom row key value to be auto generated and set for the
primary key column.</td>
+ </tr>
+ </tbody>
+ </table>
+ <p><b>Note:</b> This Plugin supports all Phoenix Flume Event
Serializers.</p>
+ <p><b>RegexEventSerializer</b> which primarily breaks the Kafka Message
based on the regex specified in the configuration file.</p>
+ <p><b>JsonEventSerializer</b> which primarily breaks the Kafka Message
based on the schema specified in the configuration file.</p>
+ </div>
+ </div>
+</div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ </div><!-- /container -->
+
+ <!-- Footer
+ ================================================== -->
+ <footer class="well">
+ <div class="container">
+ <div class="row">
+ <div class="span2 bottom-nav">
+ <ul class="nav nav-list">
+ <li
class="nav-header">About</li>
+ <li >
+ <a href="index.html"
title="Overview">Overview</a>
+ </li>
+ <li >
+ <a
href="who_is_using.html" title="Who is Using">Who is Using</a>
+ </li>
+ <li >
+ <a href="recent.html"
title="New Features">New Features</a>
+ </li>
+ <li >
+ <a href="roadmap.html"
title="Roadmap">Roadmap</a>
+ </li>
+ <li >
+ <a
href="performance.html" title="Performance">Performance</a>
+ </li>
+ <li >
+ <a href="team.html"
title="Team">Team</a>
+ </li>
+ <li >
+ <a
href="resources.html" title="Presentations">Presentations</a>
+ </li>
+ <li >
+ <a
href="mailing_list.html" title="Mailing Lists">Mailing Lists</a>
+ </li>
+ <li >
+ <a href="source.html"
title="Source Repository">Source Repository</a>
+ </li>
+ <li >
+ <a href="issues.html"
title="Issue Tracking">Issue Tracking</a>
+ </li>
+ <li >
+ <a href="download.html"
title="Download">Download</a>
+ </li>
+ <li >
+ <a
href="installation.html" title="Installation">Installation</a>
+ </li>
+ <li >
+ <a href="http:divider"
title=""></a>
+ </li>
+ <li >
+ <a
href="contributing.html" title="How to Contribute">How to Contribute</a>
+ </li>
+ <li >
+ <a href="develop.html"
title="How to Develop">How to Develop</a>
+ </li>
+ <li >
+ <a
href="building_website.html" title="How to Update Website">How to Update
Website</a>
+ </li>
+ <li >
+ <a href="release.html"
title="How to Release">How to Release</a>
+ </li>
+ <li >
+ <a href="http:divider"
title=""></a>
+ </li>
+ <li >
+ <a
href="http://www.apache.org/licenses/" title="License"
class="externalLink">License</a>
+ </li>
+ </ul>
+ </div>
+ <div class="span2 bottom-nav">
+ <ul class="nav nav-list">
+ <li
class="nav-header">Using</li>
+ <li >
+ <a href="faq.html"
title="F.A.Q.">F.A.Q.</a>
+ </li>
+ <li >
+ <a
href="Phoenix-in-15-minutes-or-less.html" title="Quick Start">Quick Start</a>
+ </li>
+ <li >
+ <a href="building.html"
title="Building">Building</a>
+ </li>
+ <li >
+ <a href="tuning.html"
title="Tuning">Tuning</a>
+ </li>
+ <li >
+ <a
href="upgrading.html" title="Backward Compatibility">Backward Compatibility</a>
+ </li>
+ <li >
+ <a
href="release_notes.html" title="Release Notes">Release Notes</a>
+ </li>
+ <li >
+ <a href="pherf.html"
title="Performance Testing">Performance Testing</a>
+ </li>
+ <li >
+ <a href="http:divider"
title=""></a>
+ </li>
+ <li >
+ <a
href="phoenix_spark.html" title="Apache Spark Integration">Apache Spark
Integration</a>
+ </li>
+ <li >
+ <a
href="hive_storage_handler.html" title="Phoenix Storage Handler for Apache
Hive">Phoenix Storage Handler for Apache Hive</a>
+ </li>
+ <li >
+ <a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a>
+ </li>
+ <li >
+ <a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce Integration</a>
+ </li>
+ <li >
+ <a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
+ </li>
+ <li class="active">
+ <a href="#"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
+ </ul>
+ </div>
+ <div class="span2 bottom-nav">
+ <ul class="nav nav-list">
+ <li
class="nav-header">Features</li>
+ <li >
+ <a
href="transactions.html" title="Transactions">Transactions</a>
+ </li>
+ <li >
+ <a href="udf.html"
title="User-defined Functions">User-defined Functions</a>
+ </li>
+ <li >
+ <a href="http:divider"
title=""></a>
+ </li>
+ <li >
+ <a
href="secondary_indexing.html" title="Secondary Indexes">Secondary Indexes</a>
+ </li>
+ <li >
+ <a
href="atomic_upsert.html" title="Atomic Upsert">Atomic Upsert</a>
+ </li>
+ <li >
+ <a
href="namspace_mapping.html" title="Namespace Mapping">Namespace Mapping</a>
+ </li>
+ <li >
+ <a
href="update_statistics.html" title="Statistics Collection">Statistics
Collection</a>
+ </li>
+ <li >
+ <a
href="rowtimestamp.html" title="Row Timestamp Column">Row Timestamp Column</a>
+ </li>
+ <li >
+ <a href="paged.html"
title="Paged Queries">Paged Queries</a>
+ </li>
+ <li >
+ <a href="salted.html"
title="Salted Tables">Salted Tables</a>
+ </li>
+ <li >
+ <a
href="skip_scan.html" title="Skip Scan">Skip Scan</a>
+ </li>
+ <li >
+ <a href="http:divider"
title=""></a>
+ </li>
+ <li >
+ <a href="views.html"
title="Views">Views</a>
+ </li>
+ <li >
+ <a
href="multi-tenancy.html" title="Multi tenancy">Multi tenancy</a>
+ </li>
+ <li >
+ <a
href="dynamic_columns.html" title="Dynamic Columns">Dynamic Columns</a>
+ </li>
+ <li >
+ <a href="http:divider"
title=""></a>
+ </li>
+ <li >
+ <a
href="bulk_dataload.html" title="Bulk Loading">Bulk Loading</a>
+ </li>
+ <li >
+ <a href="server.html"
title="Query Server">Query Server</a>
+ </li>
+ <li >
+ <a href="tracing.html"
title="Tracing">Tracing</a>
+ </li>
+ <li >
+ <a href="metrics.html"
title="Metrics">Metrics</a>
+ </li>
+ </ul>
+ </div>
+ <div class="span3 bottom-nav">
+ <ul class="nav nav-list">
+ <li
class="nav-header">Reference</li>
+ <li >
+ <a
href="language/index.html" title="Grammar">Grammar</a>
+ </li>
+ <li >
+ <a
href="language/functions.html" title="Functions">Functions</a>
+ </li>
+ <li >
+ <a
href="language/datatypes.html" title="Datatypes">Datatypes</a>
+ </li>
+ <li >
+ <a
href="array_type.html" title="ARRAY type">ARRAY type</a>
+ </li>
+ <li >
+ <a href="http:divider"
title=""></a>
+ </li>
+ <li >
+ <a
href="sequences.html" title="Sequences">Sequences</a>
+ </li>
+ <li >
+ <a href="joins.html"
title="Joins">Joins</a>
+ </li>
+ <li >
+ <a
href="subqueries.html" title="Subqueries">Subqueries</a>
+ </li>
+ </ul>
+ </div>
+ <div class="span3 bottom-description">
+ <form
action="http://search-hadoop.com/?" method="get"><input value="Phoenix"
name="fc_project" type="hidden"><input placeholder="Search Phoenix…"
required="required" style="width:170px;" size="18" name="q" id="query"
type="search"></form>
+ </div>
+ </div>
+ </div>
+ </footer>
+
+ <div class="container subfooter">
+ <div class="row">
+ <div class="span12">
+ <p class="pull-right"><a href="#">Back to
top</a></p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ </div>
+ </div>
+ </div>
+
+ <!-- Le javascript
+ ================================================== -->
+ <!-- Placed at the end of the document so the pages load faster -->
+ <script
src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
+
+ <script
src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
+ <script src="./js/lightbox.js"></script>
+ <script src="./js/jquery.smooth-scroll.min.js"></script>
+ <!-- back button support for smooth scroll -->
+ <script src="./js/jquery.ba-bbq.min.js"></script>
+ <script src="//yandex.st/highlightjs/7.5/highlight.min.js"></script>
+
+ <script src="./js/reflow-skin.js"></script>
+
+ </body>
+</html>
Modified: phoenix/site/publish/language/datatypes.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/language/datatypes.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/language/datatypes.html (original)
+++ phoenix/site/publish/language/datatypes.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="../pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="../phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="../flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="../kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -844,6 +845,9 @@ syntax-end -->
<li >
<a href="../flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="../kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -951,7 +955,7 @@ syntax-end -->
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/language/functions.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/language/functions.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/language/functions.html (original)
+++ phoenix/site/publish/language/functions.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="../pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="../phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="../flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="../kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -2019,6 +2020,9 @@ syntax-end -->
<li >
<a href="../flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="../kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -2126,7 +2130,7 @@ syntax-end -->
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/language/index.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/language/index.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/language/index.html (original)
+++ phoenix/site/publish/language/index.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="../pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="../phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="../flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="../kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -1804,6 +1805,9 @@ syntax-end -->
<li >
<a href="../flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="../kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -1911,7 +1915,7 @@ syntax-end -->
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/mailing_list.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/mailing_list.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/mailing_list.html (original)
+++ phoenix/site/publish/mailing_list.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -316,6 +317,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -423,7 +427,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/metrics.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/metrics.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/metrics.html (original)
+++ phoenix/site/publish/metrics.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -392,6 +393,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -499,7 +503,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/multi-tenancy.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/multi-tenancy.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/multi-tenancy.html (original)
+++ phoenix/site/publish/multi-tenancy.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-08
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -325,6 +326,9 @@ WHERE event_type='L';
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -432,7 +436,7 @@ WHERE event_type='L';
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/namspace_mapping.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/namspace_mapping.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/namspace_mapping.html (original)
+++ phoenix/site/publish/namspace_mapping.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-08
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -405,6 +406,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -512,7 +516,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/news.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/news.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/news.html (original)
+++ phoenix/site/publish/news.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -327,6 +328,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -434,7 +438,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/paged.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/paged.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/paged.html (original)
+++ phoenix/site/publish/paged.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -326,6 +327,9 @@ LIMIT 10 OFFSET 10
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -433,7 +437,7 @@ LIMIT 10 OFFSET 10
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/performance.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/performance.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/performance.html (original)
+++ phoenix/site/publish/performance.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-08
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -333,6 +334,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -440,7 +444,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/pherf.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/pherf.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/pherf.html (original)
+++ phoenix/site/publish/pherf.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2017-01-18
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -399,6 +400,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
Modified: phoenix/site/publish/phoenix_mr.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/phoenix_mr.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/phoenix_mr.html (original)
+++ phoenix/site/publish/phoenix_mr.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li
class="active"><a href="" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -443,6 +444,9 @@ job.waitForCompletion(true);
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -550,7 +554,7 @@ job.waitForCompletion(true);
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/phoenix_on_emr.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/phoenix_on_emr.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/phoenix_on_emr.html (original)
+++ phoenix/site/publish/phoenix_on_emr.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -273,6 +274,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -380,7 +384,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/phoenix_orm.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/phoenix_orm.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/phoenix_orm.html (original)
+++ phoenix/site/publish/phoenix_orm.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -453,6 +454,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -560,7 +564,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/phoenix_python.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/phoenix_python.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/phoenix_python.html (original)
+++ phoenix/site/publish/phoenix_python.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -274,6 +275,9 @@
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -381,7 +385,7 @@
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/phoenix_spark.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/phoenix_spark.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/phoenix_spark.html (original)
+++ phoenix/site/publish/phoenix_spark.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li ><a
href="pig_integration.html" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -525,6 +526,9 @@ pr.vertices.saveToPhoenix("EMAIL_EN
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -632,7 +636,7 @@ pr.vertices.saveToPhoenix("EMAIL_EN
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>
Modified: phoenix/site/publish/pig_integration.html
URL:
http://svn.apache.org/viewvc/phoenix/site/publish/pig_integration.html?rev=1781912&r1=1781911&r2=1781912&view=diff
==============================================================================
--- phoenix/site/publish/pig_integration.html (original)
+++ phoenix/site/publish/pig_integration.html Mon Feb 6 14:51:46 2017
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
- Generated by Apache Maven Doxia at 2016-12-09
+ Generated by Apache Maven Doxia at 2017-02-06
Rendered using Reflow Maven Skin 1.1.0
(http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
@@ -87,6 +87,7 @@
<li
class="active"><a href="" title="Apache Pig Integration">Apache Pig
Integration</a></li>
<li ><a
href="phoenix_mr.html" title="Map Reduce Integration">Map Reduce
Integration</a></li>
<li ><a
href="flume.html" title="Apache Flume Plugin">Apache Flume Plugin</a></li>
+ <li ><a
href="kafka.html" title="Apache Kafka Plugin">Apache Kafka Plugin</a></li>
</ul>
</li>
<li class="dropdown">
@@ -342,6 +343,9 @@ DUMP cnt;
<li >
<a href="flume.html"
title="Apache Flume Plugin">Apache Flume Plugin</a>
</li>
+ <li >
+ <a href="kafka.html"
title="Apache Kafka Plugin">Apache Kafka Plugin</a>
+ </li>
</ul>
</div>
<div class="span2 bottom-nav">
@@ -449,7 +453,7 @@ DUMP cnt;
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to
top</a></p>
- <p class="copyright">Copyright ©2016 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
+ <p class="copyright">Copyright ©2017 <a
href="http://www.apache.org">Apache Software Foundation</a>. All Rights
Reserved.</p>
</div>
</div>
</div>