Re: open/close ports and active/inactive streams

2017-04-09 Thread Tushar Gosavi
Hi Vlad, you can avoid writing data files, if intermediate data can fit in memory with APEXCORE-408. The api allows extending the DAG by adding streams and operators to existing DAG. In the example you have provided user could extend a new dag after aggregate operator by adding new output

[jira] [Commented] (APEXCORE-695) Remove unnecessary interface modifiers

2017-04-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15962320#comment-15962320 ] ASF GitHub Bot commented on APEXCORE-695: - GitHub user vrozov opened a pull request:

[jira] [Created] (APEXCORE-695) Remove unnecessary interface modifiers

2017-04-09 Thread Vlad Rozov (JIRA)
Vlad Rozov created APEXCORE-695: --- Summary: Remove unnecessary interface modifiers Key: APEXCORE-695 URL: https://issues.apache.org/jira/browse/APEXCORE-695 Project: Apache Apex Core Issue

[jira] [Resolved] (APEXCORE-691) Use type inference for generic instance creation

2017-04-09 Thread Vlad Rozov (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vlad Rozov resolved APEXCORE-691. - Resolution: Done > Use type inference for generic instance creation >

[jira] [Resolved] (APEXCORE-658) Replace dt. prefix with apex. for configuration keys

2017-04-09 Thread Vlad Rozov (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vlad Rozov resolved APEXCORE-658. - Resolution: Fixed Fix Version/s: 3.6.0 > Replace dt. prefix with apex. for configuration

[GitHub] apex-core pull request #499: APEXCORE-658 Enable apex. prefix for configurat...

2017-04-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/apex-core/pull/499 --- 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-658) Replace dt. prefix with apex. for configuration keys

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

[jira] [Resolved] (APEXCORE-691) Use type inference for generic instance creation

2017-04-09 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise resolved APEXCORE-691. --- Resolution: Fixed Fix Version/s: 3.6.0 > Use type inference for generic instance

Re: Programmatic log4j appender in Apex

2017-04-09 Thread Sanjay Pujare
Please give some examples and/or use cases of this programmatic log4j appender. On Fri, Apr 7, 2017 at 8:40 PM, Sergey Golovko wrote: > Hi All, > > I'd like to add supporting of a custom defined log4j appender that can be > added to Apex Application Master and Containers