Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleStep 1. Compile sfcurve-0.12.3 0 for scala 2.10
git clone git@github.com:locationtech/sfcurve.git
cd sfcurve
git checkout v0.12.30
./sbt <<EOF
++ 2.10.6
publishM2
EOF
Code Block
titleStep 2. Compile geomesa-compute for scala 2.10
git clone git@github.com:tkunicki/geomesa.git
cd geomesa
git checkout geomesa-1.2.45-compute_2.10
mvn -Dscala-2.10 -Dspark -DskipTests=true clean package 

...

No Format
geomesa-compute/target/geomesa-compute_2.10-1.2.45-shaded.jar

 

 

Info

...