You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by ra...@apache.org on 2017/01/26 01:36:45 UTC

[1/2] apex-malhar git commit: Add missing link to JDBC Poller Input doc, sort operator list alphabetically, and correct typos.

Repository: apex-malhar
Updated Branches:
  refs/heads/master cf896b055 -> 88295aed8


Add missing link to JDBC Poller Input doc, sort operator list
alphabetically, and correct typos.


Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/053d484a
Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/053d484a
Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/053d484a

Branch: refs/heads/master
Commit: 053d484ae7028ac33532704aecc2cf38a2c12f99
Parents: 1ae14c0
Author: trusli <tr...@192.168.128.169>
Authored: Mon Jan 23 10:49:31 2017 -0800
Committer: trusli <tr...@Teddys-MacBook-Pro.local>
Committed: Mon Jan 23 11:08:05 2017 -0800

----------------------------------------------------------------------
 mkdocs.yml | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/053d484a/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
index 6a17cc5..b5710b9 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -4,19 +4,20 @@ theme: readthedocs
 pages:
 - Apache Apex Malhar: index.md
 - Operators:
-    - Kafka Input: operators/kafkaInputOperator.md
-    - JMS Input: operators/jmsInputOperator.md
-    - File Splitter: operators/file_splitter.md
     - Block Reader: operators/block_reader.md
+    - CSV Formatter: operators/csvformatter.md
+    - CSV Parser: operators/csvParserOperator.md
+    - Deduper: operators/deduper.md
+    - Enricher: operators/enricher.md
     - File Input: operators/fsInputOperator.md
-    - Csv Parser: operators/csvParserOperator.md
     - File Output: operators/file_output.md
-    - Enricher: operators/enricher.md
+    - File Splitter: operators/file_splitter.md
     - Filter: operators/filter.md
-    - Deduper: operators/deduper.md
+    - JDBC Poller Input: operators/jdbcPollInputOperator.md
+    - JMS Input: operators/jmsInputOperator.md
+    - JSON Formatter: operators/jsonFormatter.md
+    - JSON Parser: operators/jsonParser.md
+    - Kafka Input: operators/kafkaInputOperator.md
+    - Transformer: operators/transform.md
     - Windowed Operator: operators/windowedOperator.md
-    - Json Parser: operators/jsonParser.md
-    - Json Formatter: operators/jsonFormatter.md
-    - Transform Operator: operators/transform.md
-    - Xml Parser: operators/xmlParserOperator.md
-    - Csv Formatter: operators/csvformatter.md
+    - XML Parser: operators/xmlParserOperator.md


[2/2] apex-malhar git commit: Merge branch 'master' of https://github.com/trusli/apex-malhar

Posted by ra...@apache.org.
Merge branch 'master' of https://github.com/trusli/apex-malhar


Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/88295aed
Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/88295aed
Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/88295aed

Branch: refs/heads/master
Commit: 88295aed8bb97ceddb4c794797beb70adcd3dbbd
Parents: cf896b0 053d484
Author: Munagala V. Ramanath <ra...@datatorrent.com>
Authored: Wed Jan 25 17:36:04 2017 -0800
Committer: Munagala V. Ramanath <ra...@datatorrent.com>
Committed: Wed Jan 25 17:36:04 2017 -0800

----------------------------------------------------------------------
 mkdocs.yml | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)
----------------------------------------------------------------------