Re: (APEXMALHAR-2340) Initialize the list of JdbcFieldInfo in JdbcPOJOInsertOutput operator from properties.xml

2016-11-14 Thread Priyanka Gugale
+1 for having json based input for mappings. -Priyanka On Mon, Nov 14, 2016 at 11:21 PM, Devendra Tagare wrote: > Hi, > > CSV schemas formats are based on delimited schemas which are meant to be > sequence sensitive ref : DelimitedSchema >

[jira] [Created] (APEXCORE-573) Need to return activation window id for physical operators in StramWebServices

2016-11-14 Thread Sanjay M Pujare (JIRA)
Sanjay M Pujare created APEXCORE-573: Summary: Need to return activation window id for physical operators in StramWebServices Key: APEXCORE-573 URL: https://issues.apache.org/jira/browse/APEXCORE-573

[jira] [Commented] (APEXCORE-294) Graceful application shutdown

2016-11-14 Thread Tushar Gosavi (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15666190#comment-15666190 ] Tushar Gosavi commented on APEXCORE-294: would sending END_STREAM tuple from all input operators

[jira] [Resolved] (APEXMALHAR-2334) Managed State benchmark: blocked committed window

2016-11-14 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan resolved APEXMALHAR-2334. --- Resolution: Fixed Fix Version/s: 3.6.0 > Managed State benchmark: blocked

[jira] [Resolved] (APEXMALHAR-2333) StateTracker#run throws NoSuchElementException

2016-11-14 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan resolved APEXMALHAR-2333. --- Resolution: Fixed Fix Version/s: 3.6.0 > StateTracker#run throws

[GitHub] apex-malhar pull request #493: APEXMALHAR-2335 APEXMALHAR-2333 APEXMALHAR-23...

2016-11-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/apex-malhar/pull/493 --- 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-2335) Problems on StateTracker

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

[GitHub] apex-malhar pull request #495: APEXMALHAR-2271 Implement a multimap with tim...

2016-11-14 Thread siyuanh
GitHub user siyuanh opened a pull request: https://github.com/apache/apex-malhar/pull/495 APEXMALHAR-2271 Implement a multimap with time extract from value You can merge this pull request into a Git repository by running: $ git pull https://github.com/siyuanh/apex-malhar

[jira] [Commented] (APEXCORE-557) Upgrade netlet dependency to 1.3.0

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

[GitHub] apex-core pull request #418: APEXCORE-557 - Upgrade netlet dependency to 1.3...

2016-11-14 Thread vrozov
GitHub user vrozov opened a pull request: https://github.com/apache/apex-core/pull/418 APEXCORE-557 - Upgrade netlet dependency to 1.3.0 @PramodSSImmaneni please merge You can merge this pull request into a Git repository by running: $ git pull

Re: (APEXMALHAR-2340) Initialize the list of JdbcFieldInfo in JdbcPOJOInsertOutput operator from properties.xml

2016-11-14 Thread Devendra Tagare
Hi, CSV schemas formats are based on delimited schemas which are meant to be sequence sensitive ref : DelimitedSchema and don't have a notion of input to output field

[jira] [Commented] (APEXCORE-505) setup and activate calls in operator block heartbeat loop in container

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

[GitHub] apex-core pull request #405: APEXCORE-505 Heartbeat loop was blocked waiting...

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

Re: (APEXMALHAR-2340) Initialize the list of JdbcFieldInfo in JdbcPOJOInsertOutput operator from properties.xml

2016-11-14 Thread Ashwin Chandra Putta
Hitesh, We should standardize the schema definition across apex for individual operators and tuple classes. I think you should be able to use schema definition for CSV parser without the delimiter. Regards, Ashwin. On Nov 14, 2016 2:45 AM, "Hitesh Kapoor" wrote: > Hi

(APEXMALHAR-2340) Initialize the list of JdbcFieldInfo in JdbcPOJOInsertOutput operator from properties.xml

2016-11-14 Thread Hitesh Kapoor
Hi All, Currently in JdbcPOJOInsertOuput operator we cannot configure JdbcFieldInfo via properties.xml and the user has to do the necessary coding in his application. To implement this improvement, the approach mentioned in http://docs.datatorrent.com/application_packages/#operator-properties

[jira] [Created] (APEXMALHAR-2340) Initialize the list of JdbcFieldInfo in JdbcPOJOInsertOutput from properties.xml

2016-11-14 Thread Hitesh Kapoor (JIRA)
Hitesh Kapoor created APEXMALHAR-2340: - Summary: Initialize the list of JdbcFieldInfo in JdbcPOJOInsertOutput from properties.xml Key: APEXMALHAR-2340 URL: