Repository: bahir
Updated Branches:
  refs/heads/master 748d05690 -> cf0d74081


[MINOR] Fix Maven artifact IDs in README.md files

The spark-shell usage examples show an underscore instead of a dash in
the Maven artifact ID ("spark-streaming_xxx" vs "spark-streaming-xxx").
Consequently Spark can not resolve these broken Maven coordinates.

  $ bin/spark-shell \
      --packages org.apache.bahir:spark-streaming_akka_2.11:2.0.2

  $ bin/spark-shell \
      --packages org.apache.bahir:spark-streaming-akka_2.11:2.0.2


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

Branch: refs/heads/master
Commit: cf0d7408157f458bb4abc8ef76759ad084ff6e1f
Parents: 748d056
Author: Christian Kadner <ckad...@apache.org>
Authored: Sat Jan 28 05:37:36 2017 -0800
Committer: Christian Kadner <ckad...@us.ibm.com>
Committed: Sat Jan 28 05:37:36 2017 -0800

----------------------------------------------------------------------
 streaming-akka/README.md    | 2 +-
 streaming-mqtt/README.md    | 2 +-
 streaming-twitter/README.md | 2 +-
 streaming-zeromq/README.md  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/cf0d7408/streaming-akka/README.md
----------------------------------------------------------------------
diff --git a/streaming-akka/README.md b/streaming-akka/README.md
index bd5fb11..9c642aa 100644
--- a/streaming-akka/README.md
+++ b/streaming-akka/README.md
@@ -18,7 +18,7 @@ Using Maven:
 This library can also be added to Spark jobs launched through `spark-shell` or 
`spark-submit` by using the `--packages` command line option.
 For example, to include it when starting the spark shell:
 
-    $ bin/spark-shell --packages 
org.apache.bahir:spark-streaming_akka_2.11:2.1.0-SNAPSHOT
+    $ bin/spark-shell --packages 
org.apache.bahir:spark-streaming-akka_2.11:2.1.0-SNAPSHOT
 
 Unlike using `--jars`, using `--packages` ensures that this library and its 
dependencies will be added to the classpath.
 The `--packages` argument can also be used with `bin/spark-submit`.

http://git-wip-us.apache.org/repos/asf/bahir/blob/cf0d7408/streaming-mqtt/README.md
----------------------------------------------------------------------
diff --git a/streaming-mqtt/README.md b/streaming-mqtt/README.md
index 2ec0128..872375d 100644
--- a/streaming-mqtt/README.md
+++ b/streaming-mqtt/README.md
@@ -18,7 +18,7 @@ Using Maven:
 This library can also be added to Spark jobs launched through `spark-shell` or 
`spark-submit` by using the `--packages` command line option.
 For example, to include it when starting the spark shell:
 
-    $ bin/spark-shell --packages 
org.apache.bahir:spark-streaming_mqtt_2.11:2.1.0-SNAPSHOT
+    $ bin/spark-shell --packages 
org.apache.bahir:spark-streaming-mqtt_2.11:2.1.0-SNAPSHOT
 
 Unlike using `--jars`, using `--packages` ensures that this library and its 
dependencies will be added to the classpath.
 The `--packages` argument can also be used with `bin/spark-submit`.

http://git-wip-us.apache.org/repos/asf/bahir/blob/cf0d7408/streaming-twitter/README.md
----------------------------------------------------------------------
diff --git a/streaming-twitter/README.md b/streaming-twitter/README.md
index d1ea428..18f228f 100644
--- a/streaming-twitter/README.md
+++ b/streaming-twitter/README.md
@@ -18,7 +18,7 @@ Using Maven:
 This library can also be added to Spark jobs launched through `spark-shell` or 
`spark-submit` by using the `--packages` command line option.
 For example, to include it when starting the spark shell:
 
-    $ bin/spark-shell --packages 
org.apache.bahir:spark-streaming_twitter_2.11:2.1.0-SNAPSHOT
+    $ bin/spark-shell --packages 
org.apache.bahir:spark-streaming-twitter_2.11:2.1.0-SNAPSHOT
 
 Unlike using `--jars`, using `--packages` ensures that this library and its 
dependencies will be added to the classpath.
 The `--packages` argument can also be used with `bin/spark-submit`.

http://git-wip-us.apache.org/repos/asf/bahir/blob/cf0d7408/streaming-zeromq/README.md
----------------------------------------------------------------------
diff --git a/streaming-zeromq/README.md b/streaming-zeromq/README.md
index 453d1a1..37835e3 100644
--- a/streaming-zeromq/README.md
+++ b/streaming-zeromq/README.md
@@ -18,7 +18,7 @@ Using Maven:
 This library can also be added to Spark jobs launched through `spark-shell` or 
`spark-submit` by using the `--packages` command line option.
 For example, to include it when starting the spark shell:
 
-    $ bin/spark-shell --packages 
org.apache.bahir:spark-streaming_zeromq_2.11:2.1.0-SNAPSHOT
+    $ bin/spark-shell --packages 
org.apache.bahir:spark-streaming-zeromq_2.11:2.1.0-SNAPSHOT
 
 Unlike using `--jars`, using `--packages` ensures that this library and its 
dependencies will be added to the classpath.
 The `--packages` argument can also be used with `bin/spark-submit`.

Reply via email to