- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
ESRI spatial framework and Geometry API libraries for Hadoop
Created on ‎08-05-2016 06:55 PM - edited ‎09-16-2022 03:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I run HDP 2.4.2. How do I build ESRI spatial framework and Geometry API libraries for Hadoop 2.7, Hive 1.2 and Java 1.8? ESRI currently provides only binaries for older versions of Hadoop and Hive.
Created ‎08-06-2016 06:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@sivakumar sudhakarannair girijakumari
Step 1: Build geometry-api (this is a pre-requisite for the spatial framework for hadoop)
- clone this repository: https://github.com/Esri/geometry-api-java
- edit pom.xml to use Java 1.8, Hive 1.2 and Hadoop 2.7
- save pom.xml and build with mvn
Step 2: build spatial framework for hadoop
- clone this repository https://github.com/Esri/spatial-framework-for-hadoop
- edit pom.xml to use Java 1.8, Hive 1.2 and Hadoop 2.7
- save pom.xml and build with mvn
Build with ant is also supported, see build.xml. Some changes are necessary.
Created ‎08-06-2016 06:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@sivakumar sudhakarannair girijakumari
Step 1: Build geometry-api (this is a pre-requisite for the spatial framework for hadoop)
- clone this repository: https://github.com/Esri/geometry-api-java
- edit pom.xml to use Java 1.8, Hive 1.2 and Hadoop 2.7
- save pom.xml and build with mvn
Step 2: build spatial framework for hadoop
- clone this repository https://github.com/Esri/spatial-framework-for-hadoop
- edit pom.xml to use Java 1.8, Hive 1.2 and Hadoop 2.7
- save pom.xml and build with mvn
Build with ant is also supported, see build.xml. Some changes are necessary.
