Describe when someone would need this information. For example "when connecting to wi-fi for the first time".

GeoMesa 1.3 series supports cross compile against Scala 2.10 and Scala 2.11 out of the box. See 1.3.0-m0 release notes.


NB: In GeoMesa 1.3, the 'geomesa-compute' module has been moved under the 'geomesa-accumulo' one and renamed to 'geomesa-accumulo-compute'.

Step-by-step guide

Add the steps involved:

  1. Compile sfcurve-0.1.3 for scala 2.10
  2. Compile geomesa-compute for scala 2.10

git clone git@github.com:locationtech/sfcurve.git
cd sfcurve
git checkout v0.2.0
./sbt <<EOF
++ 2.10.6
publishM2
EOF
git clone git@github.com:tkunicki/geomesa.git
cd geomesa
git checkout geomesa-1.2.5-compute_2.10
mvn -Dscala-2.10 -Dspark -DskipTests=true clean package 

The geomesa-compute jar will be available as

geomesa-compute/target/geomesa-compute_2.10-1.2.5-shaded.jar



You may also want to use visual panels to communicate related information, tips or things users need to be aware of.

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.

Related issues