Randall Whitman

Results 16 issues of Randall Whitman

Is there interest in adding FITPACK to netlib-java, as in SciPy? https://github.com/scipy/scipy/tree/master/scipy/interpolate/fitpack

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

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

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

See Esri/gis-tools-for-hadoop#83

bug
enhancement
question
help wanted

https://repo.maven.apache.org/maven2/com/esri/hadoop/ Appeared that maven-deploy ran successfully, but I don't see the artifacts on maven central. Not sure what else needs to happen. `mvn clean deploy -P release 2>&1 | tee...

question
help wanted

Test the Spatial Framework for Hadoop UDFs fully integrated with Hive - automated and against multiple Hive versions. Some time ago, PDK tests were obsoleted, after which: * The [query-level...

help wanted

Currently, Enclosed JSON - i.e. a file of complete valid Esri REST JSON - is treated as non-splittable; in other words, if used as an input to a MapReduce job,...

enhancement

Spinoff of https://github.com/Esri/spatial-framework-for-hadoop/issues/68, which references an initial implementation by lfrancke. Idea for evaluation as performance optimization: change UnenclosedJsonRecordReader to a byte-based implementation rather than character-based. Avoid copying data. Make sure...

enhancement

If Multi-part geometry could be returned as a hive Array of single-part geometries, the array could be used with explode() - this may provide one possible solution to the objectives...

enhancement