Repository: spark
Updated Branches:
  refs/heads/branch-2.0 5b81b0102 -> b482b3d58


[SPARK-18104][DOC] Don't build KafkaSource doc

## What changes were proposed in this pull request?

Don't need to build doc for KafkaSource because the user should use the data 
source APIs to use KafkaSource. All KafkaSource APIs are internal.

## How was this patch tested?

Verified manually.

Author: Shixiong Zhu <shixi...@databricks.com>

Closes #15630 from zsxwing/kafka-unidoc.

(cherry picked from commit 7d10631c16b980adf1f55378c128436310daed65)
Signed-off-by: Shixiong Zhu <shixi...@databricks.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b482b3d5
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b482b3d5
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b482b3d5

Branch: refs/heads/branch-2.0
Commit: b482b3d586543744bdfe462351d945b9761b54c8
Parents: 5b81b01
Author: Shixiong Zhu <shixi...@databricks.com>
Authored: Wed Oct 26 11:16:20 2016 -0700
Committer: Shixiong Zhu <shixi...@databricks.com>
Committed: Wed Oct 26 11:16:27 2016 -0700

----------------------------------------------------------------------
 project/SparkBuild.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b482b3d5/project/SparkBuild.scala
----------------------------------------------------------------------
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 7f7a65f..98f1e23 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -713,9 +713,9 @@ object Unidoc {
     publish := {},
 
     unidocProjectFilter in(ScalaUnidoc, unidoc) :=
-      inAnyProject -- inProjects(OldDeps.project, repl, examples, tools, 
streamingFlumeSink, yarn, tags, streamingKafka010),
+      inAnyProject -- inProjects(OldDeps.project, repl, examples, tools, 
streamingFlumeSink, yarn, tags, streamingKafka010, sqlKafka010),
     unidocProjectFilter in(JavaUnidoc, unidoc) :=
-      inAnyProject -- inProjects(OldDeps.project, repl, examples, tools, 
streamingFlumeSink, yarn, tags, streamingKafka010),
+      inAnyProject -- inProjects(OldDeps.project, repl, examples, tools, 
streamingFlumeSink, yarn, tags, streamingKafka010, sqlKafka010),
 
     unidocAllClasspaths in (ScalaUnidoc, unidoc) := {
       ignoreClasspaths((unidocAllClasspaths in (ScalaUnidoc, unidoc)).value)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to