第7课:Spark Streaming源码解读之JobScheduler内幕实现和深度思考

第7课:Spark Streaming源码解读之JobScheduler内幕实现和深度思考
 /* 王家林老师授课http://weibo.com/ilovepains  每天晚上20:00YY频道现场授课频道68917580*/
1,JobScheduler内幕实现
2,JobScheduler深度思考

JobScheduler是整个spark streaming调度的核心,相当于DAGScheduler

 

/*
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS O

你可能感兴趣的:(Spark源码版本定制发行班)