Esri / spatial-framework-for-hadoop

The Spatial Framework for Hadoop allows developers and data scientists to use the Hadoop data processing system for spatial data analysis.
Apache License 2.0
367 stars 159 forks source link

build failure for current master branch #141

Closed geoHeil closed 6 years ago

geoHeil commented 6 years ago

git hash c50c02d8d94f99b77df34aa3d57498aa8e23571b is failing to build:

NFO] Hive Spatial Framework ............................. FAILURE [  2.871 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.918 s
[INFO] Finished at: 2017-12-04T11:55:14+01:00
[INFO] Final Memory: 67M/477M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project spatial-sdk-hive: There are test failures.
Results :

Failed tests:   TestEpochWrite(com.esri.hadoop.hive.serde.TestEsriJsonSerDe): expected:<1974-08-3[1]> but was:<1974-08-3[0]>

when building on Mac OS 10.13.1

randallwhitman commented 6 years ago

The test passes for me on both Ubuntu-16.04 and CentOS-6.9 Linux. I'd welcome a patch that makes it pass on MacOS/Darwin without introducing any regression on any other OS.

randallwhitman commented 6 years ago

Relates https://github.com/Esri/spatial-framework-for-hadoop/pull/124/files#r159106386