Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] What are the GeoMesa installation requirements and what are recommendations?

You do not need to use Hadoop 2.2 but the latest version geomesa will not compile against the 1.4.x versions of Accumulo. You should change the Hadoop, Zookeeper, and Accumulo versions in your geomesa POM file to match the ones you are using. Here is an example of what I used. This worked fine for me.

 

        <zookeeper.version>3.4.5-cdh4.3.0</zookeeper.version>

        <accumulo.version>1.5.0</accumulo.version>

        <hadoop.version>2.0.0-cdh4.3.0</hadoop.version>

 

Since I am using Cloudera Hadoop I had to add the cloudera repository to my repositories list as well.

 

       <repository> 

            <id>repository.cloudera.com</id> 

            <name>repository.cloudera.com-releases</name> 

            <url>https://repository.cloudera.com/artifactory/libs-release-local</url> 

        </repository>

 

 

 

GENERAL DYNAMICS
Advanced Information Systems
John T. Kalisz
Senior Principal Systems Engineer

Physical Security Systems
John.Kalisz@xxxxxxxxxx
Office: (413) 494-3376

 

From: geomesa-users-bounces@xxxxxxxxxxxxxxxx [mailto:geomesa-users-bounces@xxxxxxxxxxxxxxxx] On Behalf Of Beau Lalonde
Sent: Thursday, June 12, 2014 9:54 AM
To: GeoMesa Users Mailing List (geomesa-users@xxxxxxxxxxxxxxxx)
Subject: [geomesa-users] What are the GeoMesa installation requirements and what are recommendations?

 

Hello,

 

I have been successfully using a January version of GeoMesa for some time now, and I am just now trying to use a newer version of GeoMesa. 

 

Here is my questions:

1.       From http://geomesa.github.io/2014/05/28/geomesa-quickstart/, http://geomesa.github.io/2014/05/16/geomesa-tubeselect/, and https://locationtech.org/mhonarc/lists/geomesa-users/msg00020.html, I notice that the following are suggested as requirements for newer GeoMesa:

a.       Hadoop 2.2

b.      Accumulo 1.5.x

c.       JDK 1.7.x

d.      GeoServer 2.5.x

e.      GeoTools 11.0

We were successfully using a January version of GeoMesa with Hadoop 0.20.2, Accumulo 1.4.3, JDK 1.6.x, GeoServer 2.3.5, and GeoTools 9.5.  Which of the abovementioned version numbers are requirements vs. which ones are recommendations?

 

2.       From fooling around with the quick start tutorial, I get errors right away that are related to not using Accumulo 1.5.x.  It looks like Accumulo 1.5.x is a requirement.  When is the last stable GeoMesa version that works with Accumulo 1.4.3?

 

Thanks in advance,

 

Beau

 


Back to the top