[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/4041 --- 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

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-06 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r120403427 --- Diff: docs/dev/libs/cep.md --- @@ -1155,5 +1199,9 @@ The changes required are: implementing the `FilterFunction` interface. 2. Change

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-06 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r120362519 --- Diff: docs/dev/libs/cep.md --- @@ -98,48 +128,105 @@ val result: DataStream[Alert] = patternStream.select(createAlert(_)) -Note that

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-06 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r120303532 --- Diff: docs/dev/libs/cep.md --- @@ -98,48 +128,105 @@ val result: DataStream[Alert] = patternStream.select(createAlert(_)) -Note that

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119883989 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +333,118 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119883183 --- Diff: docs/dev/libs/cep.md --- @@ -98,48 +128,106 @@ val result: DataStream[Alert] = patternStream.select(createAlert(_))

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119890353 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +334,399 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119886927 --- Diff: docs/dev/libs/cep.md --- @@ -700,26 +995,29 @@ class MyPatternFlatSelectFunction implements PatternFlatSelectFunction<

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119885420 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +334,399 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119879015 --- Diff: docs/dev/libs/cep.md --- @@ -168,33 +256,34 @@ start.where( -Attention The call to `Context.getEventsForPattern(...)`

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119890712 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +334,399 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119878726 --- Diff: docs/dev/libs/cep.md --- @@ -168,33 +256,34 @@ start.where( -Attention The call to `Context.getEventsForPattern(...)`

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119888143 --- Diff: docs/dev/libs/cep.md --- @@ -341,153 +765,67 @@ Pattern start = Pattern.begin("start");

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119853002 --- Diff: docs/dev/libs/cep.md --- @@ -98,48 +128,106 @@ val result: DataStream[Alert] = patternStream.select(createAlert(_))

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119889986 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +334,399 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119888607 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +334,399 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r11907 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +334,399 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119886720 --- Diff: docs/dev/libs/cep.md --- @@ -700,26 +995,29 @@ class MyPatternFlatSelectFunction implements PatternFlatSelectFunction<

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119889674 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +334,399 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119852417 --- Diff: docs/dev/libs/cep.md --- @@ -98,48 +128,105 @@ val result: DataStream[Alert] = patternStream.select(createAlert(_))

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119887736 --- Diff: docs/dev/libs/cep.md --- @@ -511,133 +849,81 @@ val start = Pattern.begin[Event]("start") -

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-02 Thread alpinegizmo
Github user alpinegizmo commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119891095 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +334,399 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119618715 --- Diff: docs/dev/libs/cep.md --- @@ -98,48 +128,105 @@ val result: DataStream[Alert] = patternStream.select(createAlert(_)) -Note

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119616280 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +333,118 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119605089 --- Diff: docs/dev/libs/cep.md --- @@ -98,48 +128,105 @@ val result: DataStream[Alert] = patternStream.select(createAlert(_)) -Note

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119604886 --- Diff: docs/dev/libs/cep.md --- @@ -98,48 +128,105 @@ val result: DataStream[Alert] = patternStream.select(createAlert(_)) -Note

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119607252 --- Diff: docs/dev/libs/cep.md --- @@ -98,48 +128,105 @@ val result: DataStream[Alert] = patternStream.select(createAlert(_)) -Note

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119609218 --- Diff: docs/dev/libs/cep.md --- @@ -215,12 +303,11 @@ start.subtype(classOf[SubEvent]).where(subEvent => ... /* some condition */)

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119612871 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +333,118 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119613118 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +333,118 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119610954 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +333,118 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119608577 --- Diff: docs/dev/libs/cep.md --- @@ -98,48 +128,105 @@ val result: DataStream[Alert] = patternStream.select(createAlert(_)) -Note

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119607780 --- Diff: docs/dev/libs/cep.md --- @@ -98,48 +128,105 @@ val result: DataStream[Alert] = patternStream.select(createAlert(_)) -Note

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119603232 --- Diff: docs/dev/libs/cep.md --- @@ -23,22 +23,24 @@ specific language governing permissions and limitations under the License. -->

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119611549 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +333,118 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119606506 --- Diff: docs/dev/libs/cep.md --- @@ -98,48 +128,105 @@ val result: DataStream[Alert] = patternStream.select(createAlert(_)) -Note

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119607288 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +333,118 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119602408 --- Diff: docs/dev/libs/cep.md --- @@ -65,21 +67,49 @@ Next, you have to add the FlinkCEP dependency to the `pom.xml` of your project. Note that

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119602446 --- Diff: docs/dev/libs/cep.md --- @@ -65,21 +67,49 @@ Next, you have to add the FlinkCEP dependency to the `pom.xml` of your project. Note that

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119602073 --- Diff: docs/dev/libs/cep.md --- @@ -23,22 +23,24 @@ specific language governing permissions and limitations under the License. -->

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119606025 --- Diff: docs/dev/libs/cep.md --- @@ -246,63 +333,118 @@ pattern.where(event => ... /* some condition */).or(event => ... /* or condition

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119604721 --- Diff: docs/dev/libs/cep.md --- @@ -98,48 +128,105 @@ val result: DataStream[Alert] = patternStream.select(createAlert(_)) -Note

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119607645 --- Diff: docs/dev/libs/cep.md --- @@ -659,37 +913,45 @@ val patternStream: PatternStream[Event] = CEP.pattern(input, pattern) +The

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread kl0u
Github user kl0u commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119596846 --- Diff: docs/dev/libs/cep.md --- @@ -874,3 +1141,19 @@ val alerts = patternStream.select(createAlert(_))) {% endhighlight %} + +##

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread dawidwys
Github user dawidwys commented on a diff in the pull request: https://github.com/apache/flink/pull/4041#discussion_r119595945 --- Diff: docs/dev/libs/cep.md --- @@ -874,3 +1141,19 @@ val alerts = patternStream.select(createAlert(_))) {% endhighlight %} +

[GitHub] flink pull request #4041: [FLINK-6198] [cep] Update CEP documentation.

2017-06-01 Thread kl0u
GitHub user kl0u opened a pull request: https://github.com/apache/flink/pull/4041 [FLINK-6198] [cep] Update CEP documentation. R @tzulitai @dawidwys You can merge this pull request into a Git repository by running: $ git pull https://github.com/kl0u/flink cep-doc