GitHub user prasannapramod opened a pull request: https://github.com/apache/apex-malhar/pull/585
APEXMALHAR-2233 Moving DataTorrent examples to Malhar examples (Review Only) This contains the DataTorrent examples minus the ingestion related examples. Those will be consolidated in some form and brought separately in another PR. I have done the following. a. Submitted each example as a commit under the original author. b. Changed examples to conform to the malhar example application and java package structures and not duplicating the entire application pom.xml c. Updated dependencies in pom.xml for each example to individually specify all the required runtime transitive dependencies as opposed to referring to contrib or library wholesale. d. Tested all examples to ensure tests are successful. Review only because of a TODO to add copyright and fix checkstyle. Will do that real soon and commit it as Apex Dev. @ashwinchandrap @tweise @amberarrow please see You can merge this pull request into a Git repository by running: $ git pull https://github.com/prasannapramod/apex-malhar APEXMALHAR-2233 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/apex-malhar/pull/585.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #585 ---- commit 0d8ff5d9d894be37172e553fbac71109ed8e745a Author: Munagala V. Ramanath <r...@datatorrent.com> Date: 2016-03-14T00:37:45Z Add example of custom partitioner and stream codec Update index and revise some README files commit fe485d360a31d4d043679c89bb3281829a17a5e6 Author: Munagala V. Ramanath <r...@datatorrent.com> Date: 2016-06-07T16:27:51Z Add dynamic partition example Update index and revise some README files commit 30a0687ca0c1e2161464a13188bf4aedcae61b26 Author: yogidevendra <deven...@datatorrent.com> Date: 2016-07-04T11:47:05Z SPOI-8561 Record reader example app 2. Added entry for recordReader in README 3. Verification for number of records reaching to the output. 4. Using runAsync instead of run(10s) 5. Updated README 6. Incorporating review comments commit f860d7281f379154a8a66fab501c34d5308a5638 Author: yogidevendra <deven...@datatorrent.com> Date: 2016-07-18T06:25:22Z SPOI-8656 filter example app Incorporating review comments 1. Updating README 2. added log4j properties 3. Updated test cases. commit a9cc96cc7d0acee25dfa3751f86175569db3bcaf Author: shubham <shubham-patha...@github.com> Date: 2016-07-19T10:57:31Z SPOI-8728 Json Parser commit 48fede2edbc4e733821e4611265b30c24ea72503 Author: Chinmay <chin...@apache.org> Date: 2016-07-20T15:05:01Z SPOI-8652 Example for Enricher commit 9abbc8c86e63fe7f2e8b32985e0f8d3d3d6d0cda Author: bhupeshchawda <bhupeshcha...@gmail.com> Date: 2016-07-25T13:32:17Z Added deduper example. Updated malhar version to 3.5.0 commit 3eb30ed52c59c0d4f4255488ceec657c3eb13adc Author: venkateshDT <venkat...@datatorrent.com> Date: 2016-08-18T05:10:09Z SPOI-8793 Added formatter example description Rename Readme.md to README.md Updated csvformatter schema definition removed properties and files that are not needed for csvformatter Updated review comments for csvformatter example Updated the example with Review comments Updated csvformatter example with PR comments changed the name from formatter to csvformatter Incorporated review comments Updated the format of the Readme file changed the input JSON generation to static values and updated the test case updated the readme format commit 7ecc7151ea8f4d78904bd015506b48381ad936c4 Author: chaitanya <chai...@apache.org> Date: 2016-09-13T06:37:40Z SPOI-9032 Added sample application for Inner Join commit c609466311d985f97d01556ab4f172415e919e4b Author: chaitanya <chai...@apache.org> Date: 2016-10-10T11:33:40Z SPOI-9079 Added sample application for transform operator commit effdabdfc4cdc152a27f1d665a8551d6853f1a8c Author: Pramod Immaneni <pra...@datatorrent.com> Date: 2016-11-06T08:33:05Z An application that demonstrates throttling of the input operator output rate when the downsteam operators are slower Fixed throttler to send requests once per state change instead of repeatedly commit 62d0017e6dd1b4cd9341e1c6624225c25f89a598 Author: Hitesh-Scorpio <forhitesh...@gmail.com> Date: 2016-12-16T11:21:03Z SPOI-8792 Adding example for Xml Parser App commit f6d004bda484b167db6720b217ca7b01494ae889 Author: Hitesh-Scorpio <forhitesh...@gmail.com> Date: 2017-01-10T12:11:40Z SPOI-8789 Adding example for fixed width parser commit 44dae0ce44dfb3b17c12ed3269c9a3711936a2bd Author: Lakshmi Prasanna Velineni <laks...@datatorrent.com> Date: 2017-03-20T05:40:04Z APEXMALHAR-2233 Updated the examples to follow the structure of apex-malhar examples. Specified dependencies in pom.xmls of individual examples correctly. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---