关注 spark技术分享,
撸spark源码 玩spark最佳实践

SQLConf — Internal Configuration Store

SQLConf — Internal Configuration Store

SQLConf is an internal key-value configuration store for parameters and hints used in Spark Structured Streaming (and Spark SQL in general).

Table 1. SQLConf’s Property Methods
Name Description

disabledV2StreamingMicroBatchReaders

spark.sql.streaming.disabledV2MicroBatchReaders

Used exclusively when MicroBatchExecution is requested for analyzed logical plan

FLATMAPGROUPSWITHSTATE_STATE_FORMAT_VERSION

spark.sql.streaming.flatMapGroupsWithState.stateFormatVersion

SHUFFLE_PARTITIONS

spark.sql.shuffle.partitions

See spark.sql.shuffle.partitions in The Internals of Spark SQL.

stateStoreProviderClass

spark.sql.streaming.stateStore.providerClass

Used when:

STREAMING_AGGREGATION_STATE_FORMAT_VERSION

spark.sql.streaming.aggregation.stateFormatVersion

Used when:

  • StatefulAggregationStrategy execution planning strategy is executed

  • OffsetSeqMetadata is requested for relevantSQLConfs and relevantSQLConfDefaultValues

STREAMING_MULTIPLE_WATERMARK_POLICY

spark.sql.streaming.multipleWatermarkPolicy

赞(0) 打赏
未经允许不得转载:spark技术分享 » SQLConf — Internal Configuration Store
分享到: 更多 (0)

关注公众号:spark技术分享

联系我们联系我们

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏