[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2087 Hive output mo...

2016-05-28 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/incubator-apex-malhar/pull/289 APEXMALHAR-2087 Hive output module 1. Added Hive output module 2. Minor enhancements for getters, setters 3. Fixing some import order, checkstyle violations You can

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2087 Hive output mo...

2016-05-28 Thread yogidevendra
Github user yogidevendra closed the pull request at: https://github.com/apache/incubator-apex-malhar/pull/289 --- 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

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2087 Hive output mo...

2016-05-29 Thread yogidevendra
Github user yogidevendra closed the pull request at: https://github.com/apache/incubator-apex-malhar/pull/289 --- 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

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2104-making input ports optio...

2016-06-01 Thread yogidevendra
GitHub user yogidevendra opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/304 APEXMALHAR-2104-making input ports optional 1. Using variable shadowing for making port optional. 2. Marking BytesFileOutputOperator as @evolving You can merge this pull

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2087 Hive output mo...

2016-05-29 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/incubator-apex-malhar/pull/289 APEXMALHAR-2087 Hive output module 1. Added Hive output module 2. Minor enhancements for getters, setters 3. Fixing some import order, checkstyle violations You can

[GitHub] apex-malhar pull request #326: APEXMALHAR-2116 Added FS record reader operat...

2016-06-21 Thread yogidevendra
GitHub user yogidevendra opened a pull request: https://github.com/apache/apex-malhar/pull/326 APEXMALHAR-2116 Added FS record reader operator, module, test You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/apex

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2087 Hive output mo...

2016-05-25 Thread yogidevendra
GitHub user yogidevendra opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/289 APEXMALHAR-2087 Hive output module 1. Added Hive output module 2. Minor enhancements for getters, setters 3. Fixing some import order, checkstyle violations You can

[GitHub] apex-malhar pull request #360: APEXMALHAR-2174-S3-ReaderIssue Fixed the S3 r...

2016-08-04 Thread yogidevendra
Github user yogidevendra commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/360#discussion_r73466833 --- Diff: library/src/main/java/com/datatorrent/lib/io/fs/S3BlockReader.java --- @@ -47,63 +56,144 @@ public S3BlockReader() public void

[GitHub] apex-malhar pull request #361: APEXMALHAR-2176 expressionFunctions for Filte...

2016-08-04 Thread yogidevendra
GitHub user yogidevendra opened a pull request: https://github.com/apache/apex-malhar/pull/361 APEXMALHAR-2176 expressionFunctions for FilterOperator 1. added setExpressionFunctionsItem method You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] apex-malhar pull request #326: APEXMALHAR-2116 Added FS record reader operat...

2016-07-21 Thread yogidevendra
Github user yogidevendra commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/326#discussion_r71698302 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/fs/FSRecordReaderModule.java --- @@ -0,0 +1,344 @@ +/** + * Licensed

[GitHub] apex-malhar pull request #263: APEXMALHAR-2019 S3-Input Implemented S3 Input...

2016-07-11 Thread yogidevendra
Github user yogidevendra commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/263#discussion_r70375602 --- Diff: library/src/main/java/com/datatorrent/lib/io/fs/S3BlockReader.java --- @@ -0,0 +1,89 @@ +/** + * Licensed to the Apache Software

[GitHub] apex-malhar pull request #326: APEXMALHAR-2116 Added FS record reader operat...

2016-07-15 Thread yogidevendra
Github user yogidevendra commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/326#discussion_r70930388 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/fs/FSRecordReaderModule.java --- @@ -0,0 +1,344 @@ +/** + * Licensed

[GitHub] apex-malhar pull request #359: APEXMALHAR-2161: Add tests for AbstractThroug...

2016-08-08 Thread yogidevendra
Github user yogidevendra commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/359#discussion_r73849743 --- Diff: library/src/test/java/com/datatorrent/lib/io/fs/AbstractThroughputFileInputOperatorTest.java --- @@ -0,0 +1,129

[GitHub] apex-malhar pull request #326: APEXMALHAR-2116 Added FS record reader operat...

2016-06-30 Thread yogidevendra
Github user yogidevendra commented on a diff in the pull request: https://github.com/apache/apex-malhar/pull/326#discussion_r69111489 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/fs/FSRecordReaderModule.java --- @@ -0,0 +1,332 @@ +/** + * Licensed

[GitHub] apex-malhar pull request #326: APEXMALHAR-2116 Added FS record reader operat...

2016-06-29 Thread yogidevendra
Github user yogidevendra closed the pull request at: https://github.com/apache/apex-malhar/pull/326 --- 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

[GitHub] apex-malhar pull request #326: APEXMALHAR-2116 Added FS record reader operat...

2016-06-29 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/apex-malhar/pull/326 APEXMALHAR-2116 Added FS record reader operator, module, test You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/apex

[GitHub] apex-malhar pull request #326: APEXMALHAR-2116 Added FS record reader operat...

2016-07-04 Thread yogidevendra
Github user yogidevendra closed the pull request at: https://github.com/apache/apex-malhar/pull/326 --- 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

[GitHub] apex-malhar pull request #326: APEXMALHAR-2116 Added FS record reader operat...

2016-07-04 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/apex-malhar/pull/326 APEXMALHAR-2116 Added FS record reader operator, module, test You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/apex

[GitHub] apex-malhar pull request #326: APEXMALHAR-2116 Added FS record reader operat...

2016-06-29 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/apex-malhar/pull/326 APEXMALHAR-2116 Added FS record reader operator, module, test You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/apex

[GitHub] apex-malhar pull request #326: APEXMALHAR-2116 Added FS record reader operat...

2016-06-29 Thread yogidevendra
Github user yogidevendra closed the pull request at: https://github.com/apache/apex-malhar/pull/326 --- 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

[GitHub] apex-malhar pull request #361: APEXMALHAR-2176 expressionFunctions for Filte...

2016-08-16 Thread yogidevendra
Github user yogidevendra closed the pull request at: https://github.com/apache/apex-malhar/pull/361 --- 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

[GitHub] apex-malhar pull request #361: APEXMALHAR-2176 expressionFunctions for Filte...

2016-08-16 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/apex-malhar/pull/361 APEXMALHAR-2176 expressionFunctions for FilterOperator 1. added setExpressionFunctionsItem method You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] apex-malhar pull request #361: APEXMALHAR-2176 expressionFunctions for Filte...

2016-08-16 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/apex-malhar/pull/361 APEXMALHAR-2176 expressionFunctions for FilterOperator 1. added setExpressionFunctionsItem method You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] apex-malhar pull request #372: APEXMALHAR-2195 - Fixing LineReaderContext Is...

2016-08-16 Thread yogidevendra
GitHub user yogidevendra opened a pull request: https://github.com/apache/apex-malhar/pull/372 APEXMALHAR-2195 - Fixing LineReaderContext Issue 2. Changes in the test app You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] apex-malhar pull request #542: APEXMALHAR-2369 S3 output-tuple-based

2017-01-24 Thread yogidevendra
GitHub user yogidevendra opened a pull request: https://github.com/apache/apex-malhar/pull/542 APEXMALHAR-2369 S3 output-tuple-based You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/apex-malhar APEXMALHAR-2369-s3

[GitHub] apex-malhar pull request #409: APEXMALHAR-2234 FilterOperator documentation

2016-09-13 Thread yogidevendra
GitHub user yogidevendra opened a pull request: https://github.com/apache/apex-malhar/pull/409 APEXMALHAR-2234 FilterOperator documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/apex-malhar APEXMALHAR

[GitHub] apex-malhar pull request #409: APEXMALHAR-2234 FilterOperator documentation

2016-10-05 Thread yogidevendra
Github user yogidevendra closed the pull request at: https://github.com/apache/apex-malhar/pull/409 --- 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

[GitHub] apex-malhar pull request #409: APEXMALHAR-2234 FilterOperator documentation

2016-10-05 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/apex-malhar/pull/409 APEXMALHAR-2234 FilterOperator documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/apex-malhar APEXMALHAR

[GitHub] apex-malhar pull request #409: APEXMALHAR-2234 FilterOperator documentation

2016-10-07 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/apex-malhar/pull/409 APEXMALHAR-2234 FilterOperator documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/apex-malhar APEXMALHAR

[GitHub] apex-malhar pull request #409: APEXMALHAR-2234 FilterOperator documentation

2016-10-07 Thread yogidevendra
Github user yogidevendra closed the pull request at: https://github.com/apache/apex-malhar/pull/409 --- 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

[GitHub] apex-malhar pull request #428: APEXMALHAR-2237 : Changes in FSInputModule to...

2016-09-23 Thread yogidevendra
GitHub user yogidevendra opened a pull request: https://github.com/apache/apex-malhar/pull/428 APEXMALHAR-2237 : Changes in FSInputModule to support Dynamic partitioning. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] apex-malhar pull request #384: APEXMALHAR-2206 : Application tests fixes

2016-08-26 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/apex-malhar/pull/384 APEXMALHAR-2206 : Application tests fixes 1. Fixing placement for lc.shutdown() 2. Disabling log messages for console output in JsonFormatterTest. You can merge this pull request

[GitHub] apex-malhar pull request #384: APEXMALHAR-2206 : Application tests fixes

2016-08-26 Thread yogidevendra
Github user yogidevendra closed the pull request at: https://github.com/apache/apex-malhar/pull/384 --- 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

[GitHub] apex-malhar pull request #384: APEXMALHAR-2206 : Application tests fixes

2016-08-26 Thread yogidevendra
GitHub user yogidevendra opened a pull request: https://github.com/apache/apex-malhar/pull/384 APEXMALHAR-2206 : Application tests fixes 1. Fixing placement for lc.shutdown() 2. Disabling log messages for console output in JsonFormatterTest. You can merge this pull request

[GitHub] apex-malhar pull request #372: APEXMALHAR-2195 - Fix LineReaderContext last ...

2016-08-26 Thread yogidevendra
Github user yogidevendra closed the pull request at: https://github.com/apache/apex-malhar/pull/372 --- 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

[GitHub] apex-malhar pull request #372: APEXMALHAR-2195 - Fix LineReaderContext last ...

2016-08-26 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/apex-malhar/pull/372 APEXMALHAR-2195 - Fix LineReaderContext last record 2. Changes in the test app You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] apex-malhar pull request #439: APEXMALHAR-2272 : Fixed sequentialFileRead on...

2016-10-03 Thread yogidevendra
GitHub user yogidevendra opened a pull request: https://github.com/apache/apex-malhar/pull/439 APEXMALHAR-2272 : Fixed sequentialFileRead on FSInputModule You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/apex-malhar

[GitHub] apex-malhar pull request #409: APEXMALHAR-2234 FilterOperator documentation

2016-09-30 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/apex-malhar/pull/409 APEXMALHAR-2234 FilterOperator documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/apex-malhar APEXMALHAR

[GitHub] apex-malhar pull request #409: APEXMALHAR-2234 FilterOperator documentation

2016-10-01 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/apex-malhar/pull/409 APEXMALHAR-2234 FilterOperator documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/apex-malhar APEXMALHAR

[GitHub] apex-malhar pull request #409: APEXMALHAR-2234 FilterOperator documentation

2016-10-01 Thread yogidevendra
Github user yogidevendra closed the pull request at: https://github.com/apache/apex-malhar/pull/409 --- 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

[GitHub] apex-malhar pull request #439: APEXMALHAR-2272 : Fixed sequentialFileRead on...

2016-10-18 Thread yogidevendra
Github user yogidevendra closed the pull request at: https://github.com/apache/apex-malhar/pull/439 --- 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

[GitHub] apex-malhar pull request #439: APEXMALHAR-2272 : Fixed sequentialFileRead on...

2016-10-16 Thread yogidevendra
Github user yogidevendra closed the pull request at: https://github.com/apache/apex-malhar/pull/439 --- 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

[GitHub] apex-malhar pull request #439: APEXMALHAR-2272 : Fixed sequentialFileRead on...

2016-10-16 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/apex-malhar/pull/439 APEXMALHAR-2272 : Fixed sequentialFileRead on FSInputModule You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/apex

[GitHub] apex-malhar pull request #603: APEXMALHAR-2476-Fix-tupleSeperator-override.

2017-04-20 Thread yogidevendra
GitHub user yogidevendra reopened a pull request: https://github.com/apache/apex-malhar/pull/603 APEXMALHAR-2476-Fix-tupleSeperator-override. You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/apex-malhar APEXMALHAR

[GitHub] apex-malhar pull request #603: APEXMALHAR-2476-Fix-tupleSeperator-override.

2017-04-20 Thread yogidevendra
Github user yogidevendra closed the pull request at: https://github.com/apache/apex-malhar/pull/603 --- 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

[GitHub] apex-malhar pull request #603: APEXMALHAR-2476-Fix-tupleSeperator-override.

2017-04-06 Thread yogidevendra
GitHub user yogidevendra opened a pull request: https://github.com/apache/apex-malhar/pull/603 APEXMALHAR-2476-Fix-tupleSeperator-override. You can merge this pull request into a Git repository by running: $ git pull https://github.com/yogidevendra/apex-malhar APEXMALHAR