You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by qu...@apache.org on 2022/06/13 12:00:38 UTC

[incubator-wayang] branch main updated (40a83a47 -> 68590cc1)

This is an automated email from the ASF dual-hosted git repository.

quiaru pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


    from 40a83a47 Bump gson from 2.8.8 to 2.8.9 in /wayang-commons (#234)
     add 3a778b5d [WAYANG-BENCH] add Grep to the benchmark
     add 15ab0ffa [WAYANG-FLINK] Correction in the TextFileSink in Flink
     add 4d51a731 [LICENCE] add missing licence
     add 5c5b543b [WAYANG-BENCHMARK] correction of scala 11
     new 68590cc1 Merge pull request #235 from apache/benchmark

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/wayang/apps/grep/Grep.java     | 150 +++++++++++++++++++++
 wayang-benchmark/wayang-benchmark_2.11/pom.xml     |  10 ++
 wayang-benchmark/wayang-benchmark_2.12/pom.xml     |  10 ++
 .../wayang/flink/operators/FlinkTextFileSink.java  |   7 +-
 4 files changed, 174 insertions(+), 3 deletions(-)
 create mode 100644 wayang-benchmark/code/main/java/org/apache/wayang/apps/grep/Grep.java


[incubator-wayang] 01/01: Merge pull request #235 from apache/benchmark

Posted by qu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

quiaru pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git

commit 68590cc185b659e435d540fe287cd150e059348d
Merge: 40a83a47 5c5b543b
Author: Jorge Quiane <Jo...@tu-berlin.de>
AuthorDate: Mon Jun 13 14:00:34 2022 +0200

    Merge pull request #235 from apache/benchmark
    
    Add Grep Benchmark

 .../java/org/apache/wayang/apps/grep/Grep.java     | 150 +++++++++++++++++++++
 wayang-benchmark/wayang-benchmark_2.11/pom.xml     |  10 ++
 wayang-benchmark/wayang-benchmark_2.12/pom.xml     |  10 ++
 .../wayang/flink/operators/FlinkTextFileSink.java  |   7 +-
 4 files changed, 174 insertions(+), 3 deletions(-)