gis-tools-for-hadoop icon indicating copy to clipboard operation
gis-tools-for-hadoop copied to clipboard

The GIS Tools for Hadoop are a collection of GIS tools for spatial analysis of big data.

Results 21 gis-tools-for-hadoop issues
Sort by recently updated
recently updated
newest added

I am following the instructions in [this](https://github.com/Esri/gis-tools-for-hadoop/wiki/Aggregating-CSV-Data-(Spatial-Binning)) tutorial, and I am able to create a table using the UnenclosedEsriJsonInputFormat. However, I would like to use the [enclosed](https://github.com/Esri/spatial-framework-for-hadoop/wiki/JSON-Formats#-enclosed-json) format. I have...

enhancement

Hi. Thank you for your support so far. We are often running into issues since we are just starting to transfer huge datasets like pan india buildings, roads etc. into...

enhancement

Is the esri big data toolkit now the preferred solution for enabling analytics within Hadoop? Can someone help me u derstand when to use either this gis tools for Hadoop...

question

I am trying to run the tutorial on [this](https://github.com/Esri/gis-tools-for-hadoop/wiki/Aggregating-CSV-Data-(Spatial-Binning)) page. However, this instruction throws an error: `FROM (SELECT ST_Bin(0.001, ST_Point(dropoff_longitude,dropoff_latitude)) bin_id, *FROM taxi_demo) bins SELECT ST_BinEnvelope(0.001, bin_id) shape, COUNT(*) count...

I'd like to use the spatial udfs like ST_Contains or ST_Point etc on impala with Cloudera. But the impala says like ERROR: AnalysisException: Failed to load metadata for table: 'table'...

duplicate

Where applicable need to use [new names [Un]enclosedEsriJsonInputFormat and EsriJsonSerDe](https://github.com/Esri/spatial-framework-for-hadoop/releases). Review direct Geometry calls relating to JSON [to update exceptions checked](https://github.com/Esri/geometry-api-java/releases). Geometry v2 also implies Jackson v2. Mismatch with the...

bug
enhancement

Here is the error details ![model](https://cloud.githubusercontent.com/assets/10476589/5691945/f8da8b2c-9904-11e4-80b9-ffeb888c401e.PNG) I have Windows 7 as Host machine and Cloudera VM (Linux) as guest machine. Arcmap is installed on Host machine please find the screen...

The `run-sample.sql` script for Hive generates empty tables for both counties and earthquakes, and so the join result is likewise empty. It appears that the LOCATION for CREATE TABLE is...

bug

I want to use the ST_X() and ST_Y() geometry functions, in order to get the x,y coordinates of a point, and build a string from it. If I use them...

https://github.com/Esri/samples-geometry-api-java Background: https://github.com/Esri/geometry-api-java/issues/118#issuecomment-259104309