Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-dev] GeoTools and HBase 1.2

Hi Alberto!

The GeoMesa HBase data source module only builds the JAR for the data store itself; It does not include command line tools or a setup script. However this JAR can be used in other applications, such as the HBase QuickStart in geomesa-tutorials (https://github.com/geomesa/geomesa-tutorials) that you looked at the other week.

Currently GeoMesa HBase DS targets HBase 1.1.5. If you build the HBase QuickStart, it will pull in the HBase 1.1.5 JARs into the shaded JAR, but as we demonstrated the other week, it is able to connect to and query HBase 1.2.0 installations, such as the one bundled in Cloudera 5.7. That having been said it is possible there may be other incompatibilities beyond what is tested by the QuickStart code. If you are so inclined, you can try building GeoMesa HBase using 1.2.0 as a dependency. The property that controls the HBase version is here: https://github.com/locationtech/geomesa/blob/master/pom.xml#L73

Hope this helps!

-- Matt

On 06/07/2016 11:34 AM, Alberto Ramón wrote:
Hi

- After compile "GeoMesa HBase Data Store" to use GeoTools
(https://github.com/locationtech/geomesa/tree/master/geomesa-hbase/geomesa-hbase-datastore)

I only can see JAR, and NOT geomesa.sh

- Are compatible with HBase 1.2 ?

BR


_______________________________________________
geomesa-dev mailing list
geomesa-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://locationtech.org/mailman/listinfo/geomesa-dev


Back to the top