Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Step-by-step guide

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

Step 1. Compile sfcurve-0.2.0 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
Step 2. Compile geomesa-compute for scala 2.10
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

 

 

  • No labels