Hello
I have tried to use SparkseeHA in order to run sparksee in a cluster. I have installed the Apache Zookeeper and HAProxy and tried to configure them as in the tutorial offered.
My SPraksee application has the following configuration:
sparksee.license=****
sparksee.log.file=HelloSparksee.log
parksee.io.cache.maxsize=2048
sparksee.ha=true
sparksee.ha.ip=***.**.**:7777
sparksee.ha.coordinators=***.**.**.205:2181,***.**.**.206:2181,***.**.**.207:2181
sparksee.ha.sync=600s
sparksee.ha.master.history=24H
When I try to run my Sparksee application I get a runtime error that doesn't really tell me what the problem is:
java.lang.RuntimeException: C++ sparksee::gdb::Error exception thrown
The application works well in a non-cluster environment. As soon as I add the last 5 lines in the Sparksee configuration file I receive the error.
I have Sparksee version v5.1.0 and Zookeeper v3.4.6. In the documentation it is only mentioned about Sparksee v4.7 and ZooKeeper v3.4.3. Are my chosen versions compatible or did I make some configuration errors?
Thanks for your help,
Laura