[ https://issues.apache.org/jira/browse/SPARK-16738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16883297#comment-16883297 ]
Jungtaek Lim edited comment on SPARK-16738 at 7/11/19 8:05 PM: --------------------------------------------------------------- No it deals with different issue. Basically queryable state allows end users to read the value in state in "running streaming query" "from outside of application". spark-states deals with state store provider with RocksDB. was (Author: kabhwan): No it deals with different issue. Basically queryable state allows end users to read the value in state in running streaming query "from outside of application". spark-states deals with state store provider with RocksDB. > Queryable state for Spark State Store > ------------------------------------- > > Key: SPARK-16738 > URL: https://issues.apache.org/jira/browse/SPARK-16738 > Project: Spark > Issue Type: New Feature > Components: Structured Streaming > Affects Versions: 3.0.0 > Reporter: Mark Sumner > Priority: Major > Labels: features > > Spark 2.0 will introduce the new State Store to allow state managment outside > the RDD model (see: SPARK-13809) > This proposal seeks to include a mechanism (in a future release) to expose > this internal store to external applications for querying. > This would then make it possible to interact with aggregated state without > needing to synchronously write (and read) to/from an external store. -- This message was sent by Atlassian JIRA (v7.6.14#76016) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org