Versions Compared

Key

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

...

Scala 2.10/2.11 Cross Compile

  • GeoMesa now supports Scala 2.10 cross-compile. Artifact names have a Scala version suffix appended similar to Kafka and Spark.

    Code Block
    languagebash
    titleScala 2.10 compile instructions
    ./dev/change-scala-version.sh 2.10
    mvn -Dscala-2.10 clean package

Binary Distribution Updates

...