Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geomesa-users] Geomesa Connection Issue with HBase RO cluster

I think so, I haven't actually done it before. Another possibility would be to put the jars in your local .m2 cache. If you get it working, please circle back and we can add it to the docs!

Thanks,

Emilio

On 3/27/20 12:06 PM, Amit Srivastava wrote:
Thanks Emilio,

I am using geomesa-hbase-spark-runtime_2.11-2.4.0.jar. Do I need to add below repository tag in this pom.xml (https://github.com/locationtech/geomesa/blob/master/pom.xml) to get the appropriate EMR version for client?
<repository>
    <id>emr-${aws-emr.version}-artifacts</id>
    <name>EMR ${aws-emr.version} Releases Repository</name>
    <releases>
        <enabled>true</enabled>
    </releases>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
    <url>https://s3.us-west-1.amazonaws.com/us-west-1-emr-artifacts/emr-${aws-emr.version}/repos/maven/</url>
</repository>


--Amit


On Fri, Mar 27, 2020 at 8:16 AM Emilio Lahr-Vivaz <elahrvivaz@xxxxxxxx> wrote:
Hi Amit,

You should just need to use the AWS HBase jars instead of the regular HBase jars everywhere in the install guide: https://www.geomesa.org/documentation/user/hbase/install.html

If you're using the geomesa-hbase-spark-runtime jar, that bundles the HBase jars inside it, so you'll need to rebuild it from source, using the repository Austin linked to get the AWS HBase jars.

Thanks,

Emilio

On 3/27/20 11:05 AM, Amit Srivastava wrote:
Hi Emilio and Austin,

I am facing a connection issue [1] with the HBase RO cluster. I want to update the HBase jar in the Geomesa.

I need a suggestion from you. Can you please tell me where do I need to make this change in Geomesa (version 2.4.0)? I see many places where I need to make changes. Can you point me in the right direction?


--

Regards,

Amit Kumar Srivastava




--

Regards,

Amit Kumar Srivastava



Back to the top