spark git commit: [SPARK-20874][EXAMPLES] Add Structured Streaming Kafka Source to examples project

2017-05-25 Thread zsxwing
Repository: spark
Updated Branches:
  refs/heads/master e9f983df2 -> 98c385298


[SPARK-20874][EXAMPLES] Add Structured Streaming Kafka Source to examples 
project

## What changes were proposed in this pull request?

Add Structured Streaming Kafka Source to the `examples` project so that people 
can run `bin/run-example StructuredKafkaWordCount ...`.

## How was this patch tested?

manually tested it.

Author: Shixiong Zhu 

Closes #18101 from zsxwing/add-missing-example-dep.


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

Branch: refs/heads/master
Commit: 98c3852986a2cb5f2d249d6c8ef602be283bd90e
Parents: e9f983d
Author: Shixiong Zhu 
Authored: Thu May 25 10:49:14 2017 -0700
Committer: Shixiong Zhu 
Committed: Thu May 25 10:49:14 2017 -0700

--
 examples/pom.xml | 6 ++
 1 file changed, 6 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/98c38529/examples/pom.xml
--
diff --git a/examples/pom.xml b/examples/pom.xml
index e674e79..81af735 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -91,6 +91,12 @@
   provided
 
 
+  org.apache.spark
+  spark-sql-kafka-0-10_${scala.binary.version}
+  ${project.version}
+  provided
+
+
   org.apache.commons
   commons-math3
   provided


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



spark git commit: [SPARK-20874][EXAMPLES] Add Structured Streaming Kafka Source to examples project

2017-05-25 Thread zsxwing
Repository: spark
Updated Branches:
  refs/heads/branch-2.2 5ae1c6521 -> 7a21de9e2


[SPARK-20874][EXAMPLES] Add Structured Streaming Kafka Source to examples 
project

## What changes were proposed in this pull request?

Add Structured Streaming Kafka Source to the `examples` project so that people 
can run `bin/run-example StructuredKafkaWordCount ...`.

## How was this patch tested?

manually tested it.

Author: Shixiong Zhu 

Closes #18101 from zsxwing/add-missing-example-dep.

(cherry picked from commit 98c3852986a2cb5f2d249d6c8ef602be283bd90e)
Signed-off-by: Shixiong Zhu 


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

Branch: refs/heads/branch-2.2
Commit: 7a21de9e2bb0d9344a371a8570b2fffa68c3236e
Parents: 5ae1c65
Author: Shixiong Zhu 
Authored: Thu May 25 10:49:14 2017 -0700
Committer: Shixiong Zhu 
Committed: Thu May 25 10:49:23 2017 -0700

--
 examples/pom.xml | 6 ++
 1 file changed, 6 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/7a21de9e/examples/pom.xml
--
diff --git a/examples/pom.xml b/examples/pom.xml
index aa91e98..0d001ee 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -91,6 +91,12 @@
   provided
 
 
+  org.apache.spark
+  spark-sql-kafka-0-10_${scala.binary.version}
+  ${project.version}
+  provided
+
+
   org.apache.commons
   commons-math3
   provided


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



spark git commit: [SPARK-20874][EXAMPLES] Add Structured Streaming Kafka Source to examples project

2017-05-25 Thread zsxwing
Repository: spark
Updated Branches:
  refs/heads/branch-2.1 7fc2347b5 -> 4f6fccf15


[SPARK-20874][EXAMPLES] Add Structured Streaming Kafka Source to examples 
project

## What changes were proposed in this pull request?

Add Structured Streaming Kafka Source to the `examples` project so that people 
can run `bin/run-example StructuredKafkaWordCount ...`.

## How was this patch tested?

manually tested it.

Author: Shixiong Zhu 

Closes #18101 from zsxwing/add-missing-example-dep.

(cherry picked from commit 98c3852986a2cb5f2d249d6c8ef602be283bd90e)
Signed-off-by: Shixiong Zhu 


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

Branch: refs/heads/branch-2.1
Commit: 4f6fccf15d40da503a7c6a8722058c38d57178cc
Parents: 7fc2347
Author: Shixiong Zhu 
Authored: Thu May 25 10:49:14 2017 -0700
Committer: Shixiong Zhu 
Committed: Thu May 25 10:49:32 2017 -0700

--
 examples/pom.xml | 6 ++
 1 file changed, 6 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/4f6fccf1/examples/pom.xml
--
diff --git a/examples/pom.xml b/examples/pom.xml
index 8fa731f..f17e605 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -91,6 +91,12 @@
   provided
 
 
+  org.apache.spark
+  spark-sql-kafka-0-10_${scala.binary.version}
+  ${project.version}
+  provided
+
+
   org.apache.commons
   commons-math3
   provided


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