Skip to content

Add gaming sessionization RTM vs MBM demo assets#79

Open
muralitalluri-db wants to merge 1 commit into
databricks-solutions:mainfrom
muralitalluri-db:add-gaming-rtm-sessionization
Open

Add gaming sessionization RTM vs MBM demo assets#79
muralitalluri-db wants to merge 1 commit into
databricks-solutions:mainfrom
muralitalluri-db:add-gaming-rtm-sessionization

Conversation

@muralitalluri-db
Copy link
Copy Markdown

This is for the engineering and community blog: Apache Spark Real-Time Mode for Gaming: A Better Way to Do Real-Time Sessionization

Here is the link to the drafted blog: https://docs.google.com/document/d/1S8Rbx8m366anSA9h47CEY-UsgrWz-KmS1RwT6PJ8t1Q/edit?tab=t.r98q0izboov1#heading=h.pugr06ahzowx

// COMMAND ----------

spark.conf.set(
"spark.sql.streaming.stateStore.providerClass",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed for RTM

"spark.sql.streaming.stateStore.providerClass",
"com.databricks.sql.streaming.state.RocksDBStateStoreProvider"
)
// spark.conf.set(
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we test with async state checkpointing enabled?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants