95-120-042-源码-Cluster-SessionClusterEntrypoint
1. 视界
2.拓扑图
3.概述
SessionClusterEntrypoint继承了这个类,并且实现了部分方法createSerializableExecutionGraphStore,createRestEndpoint,createDispatcher。为什么没有实现createResourceManager方法呢?
从SessionClusterEntrypoint的子类就可以看出来,分别是YarnSessionClusterEntrypoint,MesosSessionClusterEntrypoint,StandaloneSessionClusterEntrypoint,这三者都是跟如何去调度资源相关的,所以createResourceManager由这些子类来实现。