Skip to content

Commit 78c234b

Browse files
author
Alex Tatusko
committed
Updated kafka deployment section
1 parent b08c2f5 commit 78c234b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2015-05-05-geomesa-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ To verify that the deployment worked you can follow the [GeoMesa Quick Start tut
178178

179179
### KAFKA DEPLOYMENT
180180

181-
Getting GeoMesa set up with Kafka is a bit easier than with Accumulo (see the [Kafka Quickstart tutorial](/geomesa-kafka-quickstart/) to see what GeoMesa can do with Kafka). First build GeoMesa. GeoMesa's capabilities using Kafka were recently added features so be sure to build the latest branch.
181+
To set up GeoMesa with Kafka, first build the geomesa-kafka submodule (see the [Kafka Quickstart tutorial](/geomesa-kafka-quickstart/) to see what GeoMesa can do with Kafka).
182182

183183
{% highlight bash %}
184-
git clone https://github.com/locationtech/geomesa/ && cd geomesa && mvn clean install -DskipTests
184+
git clone --branch geomesa-{{ site.stableVersion }} https://github.com/locationtech/geomesa/ && mvn clean install -f geomesa/geomesa-kafka/pom.xml -DskipTests
185185
{% endhighlight %}
186186

187187
Copy the GeoMesa Kafka plugin jar files from the GeoMesa directory you built into your GeoServer's library directory.

0 commit comments

Comments
 (0)