Sumedh Wale
Sumedh Wale
@raviparam As mentioned in #877 the gemfire HDFSSTORE is not supported in SnappyData (see details in the comments in that issue). The configuration has to be done using conf/hdfs-site.xml and...
@hbf0803 The PR https://github.com/SnappyDataInc/snappydata/pull/1154 should fix the issue. Then you should be able to use the hive-site.xml and import into snappy tables using "Option 2" mentioned in the howto you...
@hbf0803 The PR has been merged to master. Will it be possible for you to give that a try?
> For complex datatypes, will we still continue using "insert into select " syntax? No, ARRAY/STRUCT/MAP will work now in VALUES like they do in SELECT.
For using Zeppelin in the the smart connector mode (i.e. separate SnappyData and Spark clusters), you simply configure Zeppelin to use spark interpreter with the Spark cluster as normal. Just...
@fire Can't the load balancer check which of the two is available? Only one of the host/port combo would be reachable at a time.
Oh, ok. This can be improved to not open Spark UI port on standby leader. But can't you check the jobserver port (default 8090)? That should certainly not be open...
Sorry, still confused. Why can't that port be 8090 on all pods?
@fire What @dshirish mentioned is a readiness probe and not liveness probe. The HTTP readiness probe will ensure that it will not receive any traffic but won't kill the application....
@fire we will track disabling Spark GUI on standby but for now readiness probe should work for your case