声明式管道:Apache Spark 生态系统的下一步.pdf

编号:718888 PDF 74页 4.07MB 下载积分:VIP专享
下载报告请您先登录!

声明式管道:Apache Spark 生态系统的下一步.pdf

1、Declarative Pipelines in Apache SparkSandy Ryza&Michael ArmbrustData+AI Summit 2025Over a Decade ofSimplifying Apache Spark#avg revenue by date and regionrdd.mapValues(lambda revenue:(revenue,1).reduceByKey(lambda a,b:(a0+b0,a1+b1).mapValues(lambda x:x0/x1)Spark RDDsDistributed computing goes functi

2、onal#TODO:Abstract away complexities like computing avg#TODO:Distribute compute across 1000s of machines#TODO:Abstract away complexities like compute avg#avg revenue by date and regionSELECT date,region,avg(revenue)FROM salesGROUP BY date,regionSpark RDDsSpark SQLDistributed queries go declarative#T

3、ODO:Efficiently update as new data arrives#TODO:Efficiently update as new data arrives#avg revenue by date and regionSELECT date,region,avg(revenue)FROM STREAM salesGROUP BY date,regionSpark RDDsSpark SQL#TODO:Transactionally store in the cloud Structured StreamingIncremental processing goes declara

4、tive#TODO:Transactionally store in the cloud#avg revenue by date and regiondata.groupBy(date,region).agg(avg(revenue).writeStream .mode(append).format(delta).table(daily_revenue)Spark RDDsSpark SQL#TODO:Make it an e2e production pipeline Structured StreamingDelta LakeStorage becomes transactionalTab

5、le creation+evolutionParallel executionCI/CDSELECT date,revenue,avg(revenue)FROM STREAM json./salesGROUP BY date,revenueDependencyManagementCheckpointsRetriesCompilationBut data pipelines are still complexData LakeOrchestration Data WarehouseStreamingBIData ScienceGenerativeAIMachine LearningThats w

6、hy we built DLT“DLT hides the complexity of modern data engineering under its simple,intuitive,declarative programming model.”Jian(Miracle)ZhouSenior Engineering ManagerNavy Federal Credit UnionNow its time to take the next stepSpark Declarative PipelinesANNOUNCINGWe are contributing Declarative Pip

友情提示

1、下载报告失败解决办法
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站报告下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

本文(声明式管道:Apache Spark 生态系统的下一步.pdf)为本站 (Flechazo) 主动上传,三个皮匠报告文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三个皮匠报告文库(点击联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。
客服
商务合作
小程序
服务号
折叠