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

StreamingRelationStrategy Execution Planning Strategy for StreamingRelation and StreamingExecutionRelation Logical Operators

StreamingRelationStrategy Execution Planning Strategy for StreamingRelation and StreamingExecutionRelation Logical Operators

StreamingRelationStrategy is an streaming execution planning strategy (i.e. Strategy) that converts StreamingRelation and StreamingExecutionRelation logical operators (in the logical query plan of a streaming Dataset) to StreamingRelationExec physical operator.

StreamingRelationStrategy apply.png
Figure 1. StreamingRelationStrategy, StreamingRelation, StreamingExecutionRelation and StreamingRelationExec Operators
Note

StreamingRelation logical operator represents a streaming source in a logical plan and is created when DataStreamReader loads data from a streaming source (that gives a streaming Dataset).

StreamingExecutionRelation logical operator also represents a streaming source in a logical plan, but is used internally when StreamExecution (of a streaming Dataset) initializes the logical query plan.

StreamingRelationStrategy is used exclusively when IncrementalExecution plans the logical plan of a streaming Dataset for explain operator.

StreamingRelationStrategy converts StreamingRelation and StreamingExecutionRelation logical operators in a logical query plan to a StreamingRelationExec physical operator (with their sourceName and output schema) to give a corresponding physical query plan.

StreamingRelationStrategy is available using SessionState (of a SparkSession).

赞(0) 打赏
未经允许不得转载:spark技术分享 » StreamingRelationStrategy Execution Planning Strategy for StreamingRelation and StreamingExecutionRelation Logical Operators
分享到: 更多 (0)

关注公众号:spark技术分享

联系我们联系我们

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

支付宝扫一扫打赏

微信扫一扫打赏