[
https://issues.apache.org/jira/browse/APEXMALHAR-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ananth closed APEXMALHAR-2453.
--
> Add sort Accumulation for Windowed opera
osed the pull request at:
https://github.com/apache/apex-malhar/pull/587
> Add sort Accumulation for Windowed operator
> ---
>
> Key: APEXMALHAR-2453
> URL: https://issues.apache.org/jira/bro
[
https://issues.apache.org/jira/browse/APEXMALHAR-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chinmay Kolhatkar resolved APEXMALHAR-2453.
---
Resolution: Done
Fix Version/s: 3.8.0
> Add sort Accumulation
Github user asfgit closed the pull request at:
https://github.com/apache/apex-malhar/pull/587
---
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
event window. To add support for sort, we need to add an
accumulation. The accumulation will compare the input stream of tuples and
output a sorted list at end-window watermark/trigger. The accumulation will
support both ascending and descending (reverse) sort.
> Add sort Accumulation for Windo
[
https://issues.apache.org/jira/browse/APEXMALHAR-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chinmay Kolhatkar updated APEXMALHAR-2453:
--
Summary: Add sort Accumulation for Windowed operator (was: Sort
[
https://issues.apache.org/jira/browse/APEXMALHAR-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chinmay Kolhatkar updated APEXMALHAR-2453:
--
Issue Type: New Feature (was: Task)
> Sort Accumulation for Windo
5.582.7457 (cell)
On 3/21/17, 9:36 AM, "ajaygit158" wrote:
GitHub user ajaygit158 opened a pull request:
https://github.com/apache/apex-malhar/pull/587
APEXMALHAR-2453 Sort Accumulation fo
r/pull/587
APEXMALHAR-2453 Sort Accumulation for Windowed operators
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2453
Alternatively you can review and apply these changes as th
alhar/pull/587
APEXMALHAR-2453 Sort Accumulation for Windowed operators
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2453
Alternatively you can review and apply these
[
https://issues.apache.org/jira/browse/APEXMALHAR-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ajay Gupta reassigned APEXMALHAR-2453:
--
Assignee: Ajay Gupta
> Sort Accumulation for Windowed opera
GitHub user ajaygit158 opened a pull request:
https://github.com/apache/apex-malhar/pull/587
APEXMALHAR-2453 Sort Accumulation for Windowed operators
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajaygit158/apex-malhar
t158 opened a pull request:
https://github.com/apache/apex-malhar/pull/587
APEXMALHAR-2453 Sort Accumulation for Windowed operators
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2453
Alternatively
Hi
I am currently going ahead with the implementation of Sort Accumulation
using List as mentioned in previous mail. Sorted insertion of elements will
be ensured via binary search.
Ajay
On Wed, Mar 15, 2017 at 4:49 PM, AJAY GUPTA wrote:
> Hi Bright,
>
> Its true that with t
will lead to an O(n^2) complexity.
> > >> > Since we have to sort all elements, we can do it in a single sort
> call
> > >> in
> > >> > getOutput().
> > >> >
> > >> >
> > >> > On Wed, Mar 8, 2017 at 10:09 PM, Thomas Weise
&g
we can do it in a single sort call
> >> in
> >> > getOutput().
> >> >
> >> >
> >> > On Wed, Mar 8, 2017 at 10:09 PM, Thomas Weise wrote:
> >> >
> >> > > Look at the existing topN accumulation. It should be a
>
8, 2017 at 10:09 PM, Thomas Weise wrote:
>> >
>> > > Look at the existing topN accumulation. It should be a generalization,
>> > > where you don't have a limit.
>> > >
>> > >
>> > > On Wed, Mar 8, 2017 at 8:05 AM, AJAY GUPTA
> >
> > > Look at the existing topN accumulation. It should be a generalization,
> > > where you don't have a limit.
> > >
> > >
> > > On Wed, Mar 8, 2017 at 8:05 AM, AJAY GUPTA
> wrote:
> > >
> > > > Hi,
> >
lization,
> > where you don't have a limit.
> >
> >
> > On Wed, Mar 8, 2017 at 8:05 AM, AJAY GUPTA wrote:
> >
> > > Hi,
> > >
> > > I would like to propose the Sort Accumulation. The accumulation will be
> > > responsible for so
the existing topN accumulation. It should be a generalization,
> where you don't have a limit.
>
>
> On Wed, Mar 8, 2017 at 8:05 AM, AJAY GUPTA wrote:
>
> > Hi,
> >
> > I would like to propose the Sort Accumulation. The accumulation will be
> > res
Look at the existing topN accumulation. It should be a generalization,
where you don't have a limit.
On Wed, Mar 8, 2017 at 8:05 AM, AJAY GUPTA wrote:
> Hi,
>
> I would like to propose the Sort Accumulation. The accumulation will be
> responsible for sorting the input
Hi,
I would like to propose the Sort Accumulation. The accumulation will be
responsible for sorting the input POJO stream. The accumulation will
require a comparator to compare and sort the input tuples. Another boolean
parameter "sortDesc" will be used to decide sorting order.
Let me
22 matches
Mail list logo