File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
core/src/main/scala/org/apache/spark Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ class SparkContext(config: SparkConf)
69
69
* @param preferredNodeLocationData used in YARN mode to select nodes to launch containers on. Ca
70
70
* be generated using [[org.apache.spark.scheduler.InputFormatInfo.computePreferredLocations ]]
71
71
* from a list of input files or InputFormats for the application.
72
-
72
+ */
73
73
def this (config : SparkConf , preferredNodeLocationData : Map [String , Set [SplitInfo ]]) = {
74
74
this (config)
75
75
this .preferredNodeLocationData = preferredNodeLocationData
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ package org.apache
33
33
* Java programmers should reference the [[spark.api.java ]] package
34
34
* for Spark programming APIs in Java.
35
35
*
36
- * Classes and methods marked with <span class="experimental badge">
36
+ * Classes and methods marked with <span class="experimental badge" style="float: none;" >
37
37
* Experimental</span> are user-facing features which have not been officially adopted by the
38
38
* Spark project. These are subject to change or removal in minor releases.
39
39
*
40
- * Classes and methods marked with <span class="developer badge">
40
+ * Classes and methods marked with <span class="developer badge" style="float: none;" >
41
41
* Developer API</span> are intended for advanced users want to extend Spark through lower
42
42
* level interfaces. These are subject to changes or removal in minor releases.
43
43
*/
Original file line number Diff line number Diff line change 26
26
27
27
projects = core_projects
28
28
projects = projects + external_projects . map { |project_name | "external/" + project_name }
29
- # projects = projects + sql_projects.map { |project_name| "sql/" + project_name }
29
+ projects = projects + sql_projects . map { |project_name | "sql/" + project_name }
30
30
31
31
puts "Moving to project root and building scaladoc."
32
32
curr_dir = pwd
You can’t perform that action at this time.
0 commit comments