Skip to content

Commit

Permalink
Spatial Framework for Hadoop release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
randallwhitman committed Jun 29, 2018
1 parent 13fea3d commit 8c569e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ to [GIS Tools for Hadoop](https://github.com/Esri/gis-tools-for-hadoop).

## What's New

* Hive Date type column is now supported in the JSON SerDe classes (as of v2.0.0 release).
* [Spatial Framework for Hadoop v2.0](https://github.com/Esri/spatial-framework-for-hadoop/releases) is compatible with [Geometry v2.0](https://github.com/Esri/geometry-api-java/releases), Hive v2.3, and Jackson v2. Note: up-to-date releases may be available [on Github](https://github.com/Esri/spatial-framework-for-hadoop/releases) but [not on Maven Central](https://github.com/Esri/spatial-framework-for-hadoop/issues/123).
* Support for Hive-0.10 is dropped in v2.0, while adding support for Hive-2.3; Hive-0.11 should work at runtime but Hive-0.12+ is required for building from source.
* ST_Centroid now returns the geometry centroid rather than the center of its envelope (as of v2.1).
* [Spatial Framework for Hadoop v2](https://github.com/Esri/spatial-framework-for-hadoop/releases) is compatible with [Geometry v2](https://github.com/Esri/geometry-api-java/releases), Hive v2.3 & v3, and Jackson v2. Note: up-to-date releases may be available [on Github](https://github.com/Esri/spatial-framework-for-hadoop/releases) but [not on Maven Central](https://github.com/Esri/spatial-framework-for-hadoop/issues/123).

## Features

Expand Down
2 changes: 1 addition & 1 deletion hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.esri.hadoop</groupId>
<artifactId>spatial-sdk-hadoop</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.esri.hadoop</groupId>
<artifactId>spatial-sdk-hadoop</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.esri.hadoop</groupId>
<artifactId>spatial-sdk-hadoop</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>pom</packaging>

<name>Spatial Framework for Hadoop</name>
Expand Down

0 comments on commit 8c569e9

Please sign in to comment.