1. 24 6月, 2015 2 次提交
  2. 23 6月, 2015 3 次提交
  3. 22 6月, 2015 5 次提交
  4. 21 6月, 2015 3 次提交
    • A
      [FLINK-2178][gelly] Fixed groupReduceOnNeighbors bug · cdde553c
      andralungu 提交于
      This PR adds an iterator.hasNext() check in the groupReduceOnNeighbors method, fixing the NoSuchElementException bug reported in FLINK-2178.
      
      @vasia , @StephanEwen, maybe we can merge this before the upcoming 0.9 release :)
      Thanks!
      
      Author: andralungu <lungu.andra@gmail.com>
      
      Closes #799 from andralungu/groupReduceOnBug and squashes the following commits:
      
      0a09e85 [andralungu] [FLINK-2178][gelly] Fixed groupReduceOnNeighbors bug
      cdde553c
    • A
      [FLINK-2140][gelly] Allowed access to the number of vertices in the GSA functions · 57459e95
      andralungu 提交于
      Similar to the vertex-centric approach, this PR enables users to access the total number of vertices from within the gather, sum and/or apply functions of a GSA iteration.
      
      Author: andralungu <lungu.andra@gmail.com>
      
      Closes #779 from andralungu/numVerticesGSA and squashes the following commits:
      
      cffd944 [andralungu] [FLINK-2140][gelly] Allowed access to the number of vertices in the GSA functions
      57459e95
    • G
      [streaming] Refactor the accessing of the user specified field by sum, min, etc. · 05bff229
      Gabor Gevay 提交于
      SumAggregator and ComparableAggregator had some code duplication for
      accessing the specified field for different kinds of types (Tuple, Pojo,
      Array, simple).
      05bff229
  5. 20 6月, 2015 1 次提交
    • A
      [FLINK-2149][gelly] Simplified Jaccard Example · b2be80dd
      andralungu 提交于
      This PR simplifies Gelly's Jaccard example by using the more efficient reduceOnNeighbors rather than groupReduceOnNeighbors.
      
      Author: andralungu <lungu.andra@gmail.com>
      
      Closes #770 from andralungu/jaccardImprovement and squashes the following commits:
      
      6e77f8d [andralungu] [FLINK-2149][gelly] Simplified Jaccard Example
      b2be80dd
  6. 18 6月, 2015 2 次提交
  7. 17 6月, 2015 7 次提交
  8. 16 6月, 2015 7 次提交
  9. 15 6月, 2015 10 次提交