Re: Hash-based aggregation

2015-10-02 Thread Stephan Ewen
I think that roughly, an approach like the compacting hash table is the right one. Go ahead and take a stab at it, if you want, ping us if you run into obstacles. Here are a few thoughts on the hash-aggregator from discussions between Fabian and me: 1) It may be worth to have a specialized

Hash-based aggregation

2015-10-01 Thread Gábor Gévay
Hello, I would really like to see FLINK-2237 solved. I would implement this feature over the weekend, if the CompactingHashTable can be used to solve it (see my comment there). Could you please give me some advice on whether is this a viable approach, or you perhaps see some difficulties that I'm

[jira] [Created] (FLINK-2237) Add hash-based Aggregation

2015-06-17 Thread Rafiullah Momand (JIRA)
Rafiullah Momand created FLINK-2237: --- Summary: Add hash-based Aggregation Key: FLINK-2237 URL: https://issues.apache.org/jira/browse/FLINK-2237 Project: Flink Issue Type: New Feature

Re: Add hash based Aggregation

2015-06-17 Thread Alexander Alexandrov
I added a comment with suggestions how to proceed in the JIRA issue. 2015-06-17 22:41 GMT+02:00 rafi_33...@mailbox.tu-berlin.de: Hello dear Developer, Currently aggregation functions are implemented based on sorting. We would like to add hash based aggregation to Flink. We would be thankful

Re: Add hash based Aggregation

2015-06-17 Thread Stephan Ewen
...@mailbox.tu-berlin.de: Hello dear Developer, Currently aggregation functions are implemented based on sorting. We would like to add hash based aggregation to Flink. We would be thankful if you could tell as how to get started (shall we add it as an operator, runtime or ...). Our current

Add hash based Aggregation

2015-06-17 Thread rafi_33-11
Hello dear Developer, Currently aggregation functions are implemented based on sorting. We would like to add hash based aggregation to Flink. We would be thankful if you could tell as how to get started (shall we add it as an operator, runtime or ...). Our current thinking is to first hash