Jim Hughes
Jim Hughes
@kraviteja sorry for the trouble; I believe I fixed this issue this morning. I know it has been 2 and a half months; lemme know if you retry and are...
The logs for the Accumulo master process would be on the master AWS node. If you ssh there, I'd check /var/log/accumulo and $ACCUMULO_HOME/logs. (I can remember where Accumulo puts its...
Hmm... where are you looking? You might have to attach a Bash shell to the Docker instance and check there... I'm not a Docker expert, you might be able to...
@geoHeil, @anthonyccri might be able to help. Which docker images are you running? @anthonyccri published the GeoMesa GeoDocker and has used them successfully from AWS's EMR. I haven't had a...
@colinhicks noted that this may be related to the Jackson serialization settings. The work here may be to expose a Jackson setting via a ksqlDB setting.
I added the needs-triage tag so that we'll look at this issue again this week.
In light of that, https://github.com/confluentinc/ksql/blob/master/ksqldb-engine/src/test/java/io/confluent/ksql/execution/ExpressionEvaluatorParityTest.java#L195-L228 may be showing the wrong behavior to throw exceptions rather than return null. Also, that test file should have coverage added to show that operators...
As it was hinted at on another issue, the JTS committers aren't presently in a position to make the change and test against a copy of Oracle. Are you able...
Can we pick a source and target version for the 1.15.0 release?
Generally, I'd suggest one of two options: A. Be conservative, and pick something like 1.5. B. Note that Java 7 has been EOL'ed for over two years, and pick Java...