[GitHub] apex-site pull request #69: Updating rpm & deb packages for apex from bigtop

2017-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/apex-site/pull/69 --- 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: Sort Accumulation

2017-03-14 Thread Bright Chen
Hi Ajay, My feeling is you assume handle all tuples in memory. How to handle the case if memory is not enough to hold all tuples? thanks -Bright On Mon, Mar 13, 2017 at 11:00 PM, AJAY GUPTA wrote: > Hi Apex Dev community, > > Kindly let me know if implementing this

[jira] [Commented] (APEXCORE-577) Visitor API for DAG

2017-03-14 Thread Pramod Immaneni (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15924402#comment-15924402 ] Pramod Immaneni commented on APEXCORE-577: -- As a follow up please add versioning support into

[jira] [Commented] (APEXCORE-577) Visitor API for DAG

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

[GitHub] apex-core pull request #456: APEXCORE-577 Add visitor API to examine the DAG...

2017-03-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/apex-core/pull/456 --- 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-575) Improve application relaunch time.

2017-03-14 Thread Bhupesh Chawda (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15924130#comment-15924130 ] Bhupesh Chawda commented on APEXCORE-575: - [~tushargosavi] Can you please update the description

[jira] [Commented] (APEXCORE-617) InputNodeTest intermittently fails with ConcurrentModificationException

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

[GitHub] apex-core pull request #451: APEXCORE-617 InputNodeTest intermittently fails...

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

[jira] [Updated] (APEXMALHAR-2408) Issues in correctness of get() for key search in ManagedTimeStateImpl

2017-03-14 Thread Bhupesh Chawda (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhupesh Chawda updated APEXMALHAR-2408: --- Summary: Issues in correctness of get() for key search in ManagedTimeStateImpl

[jira] [Updated] (APEXMALHAR-2406) ManagedState Issues

2017-03-14 Thread Bhupesh Chawda (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhupesh Chawda updated APEXMALHAR-2406: --- Description: Few bugs encountered while using ManagedState. Specific issues

[GitHub] apex-malhar pull request #581: APEXMALHAR-2400 removing dependency of output...

2017-03-14 Thread Hitesh-Scorpio
GitHub user Hitesh-Scorpio opened a pull request: https://github.com/apache/apex-malhar/pull/581 APEXMALHAR-2400 removing dependency of output fieldnames to input fie… …ld names @chinmaykolhatkar please review. You can merge this pull request into a Git repository by running:

[jira] [Commented] (APEXCORE-593) apex cli get-app-package-info could not retrieve properties defined in properties.xml

2017-03-14 Thread Bhupesh Chawda (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15923801#comment-15923801 ] Bhupesh Chawda commented on APEXCORE-593: - [~vikram] Can you please add more details in the

[jira] [Issue Comment Deleted] (APEXMALHAR-2408) Validate correctness of get() for key search in ManagedTimeStateImpl

2017-03-14 Thread Chaitanya (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chaitanya updated APEXMALHAR-2408: -- Comment: was deleted (was: Below are the issues: 1) When the key searches all time

[jira] [Updated] (APEXMALHAR-2408) Validate correctness of get() for key search in ManagedTimeStateImpl

2017-03-14 Thread Chaitanya (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chaitanya updated APEXMALHAR-2408: -- Description: Below are the issues: 1) When the key searches all time buckets, not checking

[jira] [Updated] (APEXMALHAR-2407) Time buckets are not purging after expiry

2017-03-14 Thread Chaitanya (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chaitanya updated APEXMALHAR-2407: -- Description: Below are the observations: 1) purgeListner is not triggering

Re: Sort Accumulation

2017-03-14 Thread AJAY GUPTA
Hi Apex Dev community, Kindly let me know if implementing this accumulation using TreeMultiSet is fine. Ajay On Thu, Mar 9, 2017 at 12:24 PM, AJAY GUPTA wrote: > Hi Bright, > > I couldnot completely understand the bucketing approach you mentioned. How > would we bucket