[jira] [Commented] (APEXCORE-463) get-app-package-operators in ApexCLI not listing certain modules

2016-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15309298#comment-15309298 ] ASF GitHub Bot commented on APEXCORE-463: - Github user shubham-pathak22 commented on the pull

[jira] [Commented] (APEXMALHAR-2103) scanner issues in FileSplitterInput class

2016-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15309282#comment-15309282 ] ASF GitHub Bot commented on APEXMALHAR-2103: Github user chaithu14 commented on a diff in

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2103 Fixed the scanner issue ...

2016-05-31 Thread chaithu14
Github user chaithu14 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/300#discussion_r65303185 --- Diff: library/src/main/java/com/datatorrent/lib/io/fs/FileSplitterInput.java --- @@ -375,11 +374,18 @@ public void run()

[jira] [Commented] (APEXMALHAR-2066) Add jdbc poller input operator

2016-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15309181#comment-15309181 ] ASF GitHub Bot commented on APEXMALHAR-2066: Github user devtagare commented on a diff in

[jira] [Resolved] (APEXMALHAR-2096) Add blockThreshold parameter to FSInputModule

2016-05-31 Thread Chandni Singh (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chandni Singh resolved APEXMALHAR-2096. --- Resolution: Fixed Fix Version/s: 3.5.0 > Add blockThreshold parameter to

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2096: Add property blocksThre...

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

[jira] [Commented] (APEXMALHAR-139) Make sigma operator partition-able

2016-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1530#comment-1530 ] ASF GitHub Bot commented on APEXMALHAR-139: --- GitHub user ilganeli opened a pull request:

[GitHub] incubator-apex-malhar pull request: [APEXMALHAR-139] Make Sigma Operator Par...

2016-05-31 Thread ilganeli
GitHub user ilganeli opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/302 [APEXMALHAR-139] Make Sigma Operator Partitionable * Added unifiers on all output ports for Sigma operator to support using it as a Partitionable operator. You can merge this pull

[jira] [Commented] (APEXMALHAR-2103) scanner issues in FileSplitterInput class

2016-05-31 Thread Priyanka Gugale (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15308863#comment-15308863 ] Priyanka Gugale commented on APEXMALHAR-2103: - Hi, I think the problem is not with wrong

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2066 JdbcPolling,idempotent,p...

2016-05-31 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/282#discussion_r65274816 --- Diff: library/src/main/java/com/datatorrent/lib/db/jdbc/AbstractJdbcPollInputOperator.java --- @@ -0,0 +1,652 @@ +/** +

[jira] [Commented] (APEXMALHAR-2103) scanner issues in FileSplitterInput class

2016-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15308763#comment-15308763 ] ASF GitHub Bot commented on APEXMALHAR-2103: Github user DT-Priyanka commented on a diff

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2103 Fixed the scanner issue ...

2016-05-31 Thread DT-Priyanka
Github user DT-Priyanka commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/300#discussion_r65274187 --- Diff: library/src/main/java/com/datatorrent/lib/io/fs/FileSplitterInput.java --- @@ -375,11 +374,18 @@ public void run()

[jira] [Updated] (APEXMALHAR-2066) Add jdbc poller input operator

2016-05-31 Thread Ashwin Chandra Putta (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashwin Chandra Putta updated APEXMALHAR-2066: - Description: Create a JDBC poller input operator that has the

[jira] [Commented] (APEXMALHAR-2066) Add jdbc poller input operator

2016-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15308403#comment-15308403 ] ASF GitHub Bot commented on APEXMALHAR-2066: Github user gauravgopi123 commented on a

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2066 JdbcPolling,idempotent,p...

2016-05-31 Thread gauravgopi123
Github user gauravgopi123 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/282#discussion_r65245106 --- Diff: library/src/main/java/com/datatorrent/lib/db/jdbc/AbstractJdbcPollInputOperator.java --- @@ -0,0 +1,652 @@ +/** + *

[jira] [Commented] (APEXMALHAR-2103) scanner issues in FileSplitterInput class

2016-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15308400#comment-15308400 ] ASF GitHub Bot commented on APEXMALHAR-2103: Github user gauravgopi123 commented on a

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2103 Fixed the scanner issue ...

2016-05-31 Thread gauravgopi123
Github user gauravgopi123 commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/300#discussion_r65244972 --- Diff: library/src/main/java/com/datatorrent/lib/io/fs/FileSplitterInput.java --- @@ -375,11 +374,18 @@ public void run()

[jira] [Resolved] (APEXCORE-427) Unit test testAppDataPush fails on Travis

2016-05-31 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan resolved APEXCORE-427. Resolution: Fixed Disabled on Travis. > Unit test testAppDataPush fails on Travis >

[jira] [Commented] (APEXMALHAR-2094) Quantiles sketch operator

2016-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15308146#comment-15308146 ] ASF GitHub Bot commented on APEXMALHAR-2094: Github user ilganeli commented on a diff in

[jira] [Commented] (APEXMALHAR-2094) Quantiles sketch operator

2016-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15308148#comment-15308148 ] ASF GitHub Bot commented on APEXMALHAR-2094: Github user ilganeli commented on a diff in

[GitHub] incubator-apex-malhar pull request: [APEXMALHAR-2094] Quantiles operator

2016-05-31 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/301#discussion_r65224173 --- Diff: sketches/src/main/java/org/apache/apex/malhar/sketches/QuantilesEstimator.java --- @@ -0,0 +1,182 @@ +/** + * Licensed to

[jira] [Commented] (APEXMALHAR-2094) Quantiles sketch operator

2016-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15308144#comment-15308144 ] ASF GitHub Bot commented on APEXMALHAR-2094: Github user ilganeli commented on a diff in

[GitHub] incubator-apex-malhar pull request: [APEXMALHAR-2094] Quantiles operator

2016-05-31 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/301#discussion_r65224046 --- Diff: sketches/src/main/java/org/apache/apex/malhar/sketches/QuantilesEstimator.java --- @@ -0,0 +1,182 @@ +/** + * Licensed to

[jira] [Commented] (APEXMALHAR-2066) Add jdbc poller input operator

2016-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15308139#comment-15308139 ] ASF GitHub Bot commented on APEXMALHAR-2066: Github user devtagare commented on a diff in

[GitHub] incubator-apex-malhar pull request: APEXMALHAR-2066 JdbcPolling,idempotent,p...

2016-05-31 Thread devtagare
Github user devtagare commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/282#discussion_r65223757 --- Diff: library/src/main/java/com/datatorrent/lib/db/jdbc/AbstractJdbcPollInputOperator.java --- @@ -0,0 +1,652 @@ +/** + *

[jira] [Commented] (APEXMALHAR-2094) Quantiles sketch operator

2016-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15308137#comment-15308137 ] ASF GitHub Bot commented on APEXMALHAR-2094: Github user ilganeli commented on a diff in

[GitHub] incubator-apex-malhar pull request: [APEXMALHAR-2094] Quantiles operator

2016-05-31 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/301#discussion_r65223591 --- Diff: sketches/src/main/java/org/apache/apex/malhar/sketches/QuantilesEstimator.java --- @@ -0,0 +1,182 @@ +/** + * Licensed to

[jira] [Commented] (APEXMALHAR-2094) Quantiles sketch operator

2016-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15308135#comment-15308135 ] ASF GitHub Bot commented on APEXMALHAR-2094: Github user ilganeli commented on a diff in

[GitHub] incubator-apex-malhar pull request: [APEXMALHAR-2094] Quantiles operator

2016-05-31 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/301#discussion_r65223510 --- Diff: sketches/src/main/java/org/apache/apex/malhar/sketches/QuantilesEstimator.java --- @@ -0,0 +1,182 @@ +/** + * Licensed to

[jira] [Commented] (APEXMALHAR-2094) Quantiles sketch operator

2016-05-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15308063#comment-15308063 ] ASF GitHub Bot commented on APEXMALHAR-2094: Github user ilganeli commented on a diff in

[GitHub] incubator-apex-malhar pull request: [APEXMALHAR-2094] Quantiles operator

2016-05-31 Thread ilganeli
Github user ilganeli commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/301#discussion_r65218810 --- Diff: sketches/src/main/java/org/apache/apex/malhar/sketches/QuantilesEstimator.java --- @@ -0,0 +1,182 @@ +/** + * Licensed to

Overriding input port annotations from parent class

2016-05-31 Thread Yogi Devendra
Hi, Here is my scenario: 1. Class A with DefaultInputPort input. 2. Class B extends A with DefaultInputPort stringInput. 3. Class A does NOT define optional=true for input. 4. In Class B, I want to specify that any one of input, stringInput should be connected. (OR making both of them as