[jira] [Resolved] (APEXCORE-552) Support application tags when launching application

2016-10-14 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan resolved APEXCORE-552. Resolution: Fixed Fix Version/s: 3.5.0 > Support application tags when launching

[GitHub] apex-site pull request #58: APEXCORE-514 Remove Announcements, add Events un...

2016-10-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/apex-site/pull/58 --- 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

[jira] [Created] (APEXMALHAR-2300) Move sample applications in org.apache.apex.malhar.lib.window.sample to demos package

2016-10-14 Thread Shunxin Lu (JIRA)
Shunxin Lu created APEXMALHAR-2300: -- Summary: Move sample applications in org.apache.apex.malhar.lib.window.sample to demos package Key: APEXMALHAR-2300 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2300

[jira] [Commented] (APEXCORE-514) Apache Apex website update

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15576446#comment-15576446 ] ASF GitHub Bot commented on APEXCORE-514: - Github user asfgit closed the pull request at:

[GitHub] apex-core pull request #393: APEXCORE-408 Ability to schedule Sub-DAG from r...

2016-10-14 Thread tushargosavi
Github user tushargosavi closed the pull request at: https://github.com/apache/apex-core/pull/393 --- 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] (APEXCORE-408) Ability to schedule Sub-DAG from running application

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15574910#comment-15574910 ] ASF GitHub Bot commented on APEXCORE-408: - Github user tushargosavi closed the pull request at:

[GitHub] apex-core pull request #410: APEXCORE-408: Ability to schedule Sub-DAG from ...

2016-10-14 Thread tushargosavi
GitHub user tushargosavi opened a pull request: https://github.com/apache/apex-core/pull/410 APEXCORE-408: Ability to schedule Sub-DAG from running application. Pull request for dynamic dag modification through stats listener. It provides following functionality -

[jira] [Commented] (APEXCORE-408) Ability to schedule Sub-DAG from running application

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15574913#comment-15574913 ] ASF GitHub Bot commented on APEXCORE-408: - GitHub user tushargosavi opened a pull request:

[jira] [Created] (APEXMALHAR-2301) Implement another TimeBucketAssigner to work with any time

2016-10-14 Thread Siyuan Hua (JIRA)
Siyuan Hua created APEXMALHAR-2301: -- Summary: Implement another TimeBucketAssigner to work with any time Key: APEXMALHAR-2301 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2301 Project:

[jira] [Commented] (APEXMALHAR-2299) TimeBasedDedupOperator throws exception during time bucket assignment in certain edge cases

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15575074#comment-15575074 ] ASF GitHub Bot commented on APEXMALHAR-2299: GitHub user francisf opened a pull request:

[jira] [Commented] (APEXMALHAR-2299) TimeBasedDedupOperator throws exception during time bucket assignment in certain edge cases

2016-10-14 Thread Francis Fernandes (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15575081#comment-15575081 ] Francis Fernandes commented on APEXMALHAR-2299: --- The issue lies in the

[jira] [Created] (APEXCORE-560) Logical plan is not changed when all physical partitions of operator are removed from DAG

2016-10-14 Thread Bhupesh Chawda (JIRA)
Bhupesh Chawda created APEXCORE-560: --- Summary: Logical plan is not changed when all physical partitions of operator are removed from DAG Key: APEXCORE-560 URL: https://issues.apache.org/jira/browse/APEXCORE-560

[GitHub] apex-malhar pull request #453: APEXMALHAR-2284 Disabled the POJOInnerJoinOpe...

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

[jira] [Commented] (APEXMALHAR-2284) POJOInnerJoinOperatorTest fails in Travis CI

2016-10-14 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15575622#comment-15575622 ] Thomas Weise commented on APEXMALHAR-2284: -- I will merge the change to disable the test but

(APEXMALHAR-2291) Exactly-once processing not working correctly for JdbcPOJOInsertOutputOperator

2016-10-14 Thread Hitesh Kapoor
Hi All, It is observed that the exactly-once processing is not working correctly. The reason for this is that when the operator crashes, it comes back and inserts data again for non-checkpointed windows. Hence redundant rows are added in the table. The fix is simple and suggested by Sandeep is to

[jira] [Commented] (APEXMALHAR-2284) POJOInnerJoinOperatorTest fails in Travis CI

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15574345#comment-15574345 ] ASF GitHub Bot commented on APEXMALHAR-2284: GitHub user chaithu14 opened a pull request:

[GitHub] apex-malhar pull request #453: APEXMALHAR-2284 Disabled the POJOInnerJoinOpe...

2016-10-14 Thread chaithu14
GitHub user chaithu14 opened a pull request: https://github.com/apache/apex-malhar/pull/453 APEXMALHAR-2284 Disabled the POJOInnerJoinOperatorTest You can merge this pull request into a Git repository by running: $ git pull https://github.com/chaithu14/incubator-apex-malhar

[GitHub] apex-malhar pull request #404: APEXMALHAR-2190 #resolve #comment Use reusabl...

2016-10-14 Thread brightchen
Github user brightchen closed the pull request at: https://github.com/apache/apex-malhar/pull/404 --- 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-2190) Use reusable buffer to serial spillable data structure

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15574393#comment-15574393 ] ASF GitHub Bot commented on APEXMALHAR-2190: Github user brightchen closed the pull

[GitHub] apex-core pull request #409: APEXCORE-552 #resolve added support for applica...

2016-10-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/apex-core/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, or if the feature is

[jira] [Commented] (APEXCORE-552) Support application tags when launching application

2016-10-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15575004#comment-15575004 ] ASF GitHub Bot commented on APEXCORE-552: - Github user asfgit closed the pull request at:

[GitHub] apex-malhar pull request #451: Renamed MergeWindowedOperator to WindowedMerg...

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