Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Simba is open sourced under Apache License 2.0. Currently, it is developed based

Features
--------------
+ Expressive **SQL and DataFrame query interface** fully *compatible with original Spark SQL operators*. (SQL mode is currently not supported in the standalone version.)
+ Expressive **SQL and DataFrame query interface** fully *compatible with original Spark SQL operators*.
***SQL mode is currently not supported in the standalone version.***
+ Native distributed **indexing** support over RDDs.
+ Efficient **spatial operators**: *high-throughput* & *low-latency*.
- Box range query: `IN RANGE`
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Your sbt build file. Guides on how to write one can be found at
// http://www.scala-sbt.org/0.13/docs/index.html

scalaVersion := "2.11.8"
scalaVersion := "2.11.12"

sparkVersion := "2.1.0"

Expand Down
Binary file added docs/paper/simba-demo.pdf
Binary file not shown.
Binary file added docs/paper/simba-sigmod.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file should only contain the version of sbt to use.
sbt.version=0.13.8
sbt.version=0.13.17