Spatial Tajo is a plugin that provides spatial query capabilities for Apache Tajo. It implements spatial functions, data types, and an R-tree index structure to support spatial queries on distributed datasets stored in Tajo. The plugin has implemented most primary spatial functions and kNN queries using an R-tree index. Remaining work includes adding spatial data types, implementing additional functions, optimizing performance, and modularizing the code to be installable as a plugin.