Skip to main content

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

Hello

We are testing Geoserver/Geomesa in a Virtual Machine of Cloudera (Cloudera CHD Oficial Image) ('all in one node'), in a previous step to production System (Cloudera Also)

Cloudera v5 do NOT use HADOOP_HOME or HADOOP_FREFIX  (I chequed it in Dev & Production System) (IF you are using Parcels)
Only Exits: HADOOP_CLASSPATH=/opt/cloudera/parcels/CDH/lib/hive/lib/*:/etc/hive/conf/


From document, I have a doubt "git clone git@github.com:geomesa/geomesa-tutorials.git
  ¿Link direction Its correct? ERROR: Permission denied (publickey)
BR, Alberto

2016-06-01 0:10 GMT+02:00 Jim Hughes <jnh5y@xxxxxxxx>:
Hi Alberto,

Do you have Hadoop configured on the GeoServer node?  If so, are the HADOOP_* environment variables set for the user running Tomcat?

I'll try and work with Matt tomorrow or the next day to document a few more details. 

Thanks,

Jim


On 05/31/2016 09:48 AM, Alberto Ramón wrote:

- Use GeoServer from Binary Distribution
- Use Cloudera QuickStart 5.7:
    HBase 1.2.0
    hbase.rootdir=hdfs://quickstart.cloudera:8020/hbase
    zookeeper.znode.parent=/hbase
    zookeeper.znode.rootserver=root-region-server
    root-region-server=root-region-server

Thanks, Alb

2016-05-31 15:16 GMT+02:00 Matt Zimmerman <mzimmerman@xxxxxxxx>:
Alberto --

Are you using the embedded Jetty in the GeoServer binary distribution, or are you running the GeoServer WAR in another server (Tomcat, JBoss/Wildfly, etc.)?

Also, how is your HBase configured? Can you show us the contents of your hbase-site.xml?

-- Matt

On 05/31/2016 07:35 AM, Alberto Ramón wrote:
Run the tutorial, OK (I see two tables in HBase 'geosmesa', and 'QuickStart_z3' )
Instal GeoServer, OK
Load JAR into geoserver, OK

But: I cant connect with HBase Store:
  "New Data Sources" > HBase (GeoMesa) > bigTable.table.name=geomesa
  "Error message: java.lang.reflect.InvocationTargetException"

I think the problem, is connection to HBase / Can't find "hbase-site.xml"
Then, I copied it to (and restart):

./resources/hbase-site.xml
./webapps/geoserver/WEB-INF/classes/hbase-site.xml
./webapps/geoserver/WEB-INF/hbase-site.xml
./webapps/geoserver/hbase-site.xml
./webapps/hbase-site.xml
./hbase-site.xml


In the log: "WARN [data.store] - Error obtaining new data store"


Why cant find hbase-site.xml?? Is this my problem?


BR, Alberto





_______________________________________________
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


_______________________________________________
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



_______________________________________________
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


_______________________________________________
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