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

fhueske pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from d49e174  [FLINK-13968][travis] Check correctness of binary licensing
     new 8998b2f  [FLINK-12749][docs] Revert commit 
f695a76b10b0cb5f074bbb874fe374cd11e6eff3
     new a17623b  [FLINK-12749][docs] Add operations playground.
     new 275fe96  [FLINK-13942][docs] Add "Getting Started" overview page.

The 3 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:
 ...layground.md => flink-operations-playground.md} |  61 +++---
 ...und.zh.md => flink-operations-playground.zh.md} | 213 +++++++++++++--------
 docs/getting-started/index.md                      |  35 ++++
 docs/getting-started/index.zh.md                   |  35 ++++
 flink-dist/pom.xml                                 |   7 -
 flink-dist/src/main/assemblies/bin.xml             |  11 --
 .../pom.xml                                        | 106 ----------
 .../src/main/resources/META-INF/NOTICE             |   9 -
 .../src/main/resources/META-INF/NOTICE             |   2 +-
 flink-examples/flink-examples-build-helper/pom.xml |   1 -
 flink-examples/flink-examples-streaming/pom.xml    |   3 +-
 .../statemachine/KafkaEventsGeneratorJob.java      |   4 +-
 .../examples/statemachine/StateMachineExample.java |   4 +-
 .../windowing/clickeventcount/ClickEventCount.java | 117 -----------
 .../clickeventcount/ClickEventGenerator.java       | 122 ------------
 .../functions/ClickEventStatisticsCollector.java   |  47 -----
 .../functions/CountingAggregator.java              |  47 -----
 .../clickeventcount/records/ClickEvent.java        |  85 --------
 .../records/ClickEventDeserializationSchema.java   |  51 -----
 .../records/ClickEventSerializationSchema.java     |  55 ------
 .../records/ClickEventStatistics.java              | 116 -----------
 .../ClickEventStatisticsSerializationSchema.java   |  55 ------
 22 files changed, 238 insertions(+), 948 deletions(-)
 rename docs/getting-started/docker-playgrounds/{flink_cluster_playground.md => 
flink-operations-playground.md} (92%)
 rename docs/getting-started/docker-playgrounds/{flink_cluster_playground.zh.md 
=> flink-operations-playground.zh.md} (76%)
 delete mode 100644 
flink-examples/flink-examples-build-helper/flink-examples-streaming-click-event-count/pom.xml
 delete mode 100644 
flink-examples/flink-examples-build-helper/flink-examples-streaming-click-event-count/src/main/resources/META-INF/NOTICE
 delete mode 100644 
flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/windowing/clickeventcount/ClickEventCount.java
 delete mode 100644 
flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/windowing/clickeventcount/ClickEventGenerator.java
 delete mode 100644 
flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/windowing/clickeventcount/functions/ClickEventStatisticsCollector.java
 delete mode 100644 
flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/windowing/clickeventcount/functions/CountingAggregator.java
 delete mode 100644 
flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/windowing/clickeventcount/records/ClickEvent.java
 delete mode 100644 
flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/windowing/clickeventcount/records/ClickEventDeserializationSchema.java
 delete mode 100644 
flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/windowing/clickeventcount/records/ClickEventSerializationSchema.java
 delete mode 100644 
flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/windowing/clickeventcount/records/ClickEventStatistics.java
 delete mode 100644 
flink-examples/flink-examples-streaming/src/main/java/org/apache/flink/streaming/examples/windowing/clickeventcount/records/ClickEventStatisticsSerializationSchema.java

Reply via email to