Uh oh!
There was an error while loading. Please reload this page.
[SPARK-14745] [Streaming] [WIP] CEP support in Spark Streaming - #12518
[SPARK-14745] [Streaming] [WIP] CEP support in Spark Streaming#12518agsachin wants to merge 14 commits into
Conversation
Support for Pattern match on PairDStream
AmplabJenkins
commented
Apr 20, 2016
Can one of the admins verify this patch? |
Hello @agsachin, This is a cool idea, and we apologize that this has been sitting here for a while. Unfortunately, add-on features like this is unlikely to be core API for DStreams/DataFrames. So this is something that is best contributed to open-source as a spark-package. |
rxin
commented
Oct 24, 2016
@tdas I wouldn't rule it out as a possibility in the future, but I agree currently the project needs to focus more on structured streaming APIs first and then think about more complicated use cases like CEP. |
tdas
commented
Oct 24, 2016
@rxin thanks for the clarification! |
Closesapache#11610Closesapache#15411Closesapache#15501Closesapache#12613Closesapache#12518Closesapache#12026Closesapache#15524Closesapache#12693Closesapache#12358Closesapache#15588Closesapache#15635Closesapache#15678Closesapache#14699Closesapache#9008
dpinol
commented
Jan 10, 2017
@agsachin Hi, do you plan to create a spark-package with this? thanks |
opsnull
commented
Dec 20, 2017
@rxin HI,do you have any plan on CEP ? |
olad32
commented
Jan 12, 2021
Hi, is there any new plan on CEP ? |
smileyboy2019
commented
Oct 11, 2023
When to add CEP functionality to meet complex business needs |
Closesapache#11610Closesapache#15411Closesapache#15501Closesapache#12613Closesapache#12518Closesapache#12026Closesapache#15524Closesapache#12693Closesapache#12358Closesapache#15588Closesapache#15635Closesapache#15678Closesapache#14699Closesapache#9008 Author: Sean Owen <sowen@cloudera.com> Closesapache#15685 from srowen/CloseStalePRs.
What changes were proposed in this pull request?
This JIRA is about how/what can we add in Spark Streaming to support CEP out of the box.
The code in this PR needs to merge up with Structured Streaming changes in 2.0. The PR is issued for now to facilitate discussion and view by other users interested in CEP and asked on spark-user group
How was this patch tested?
Manually with KafkaDirect. WIP