You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ oc logs error-selector-2-p039r
version 1
grep: /etc/podinfo/labels: No such file or directory
using stored cluster name there
Found cluster there
Using shared cluster there
Waiting for spark master http://there-ui:8080 to be available ...
Waiting for spark workers (1/1 alive) ...
All spark workers alive
spark-submit --master spark://there:7077 --packages org.apache.spark:spark-streaming-kafka-0-8_2.11:2.1.0 /opt/app-root/src/ --servers=apache-kafka:9092 --in=topic1 --out=topic2 --count=topic3
Error: Cannot load main class from JAR file:/opt/app-root/src/
Run with --help for usage help or --verbose for debug output
Deleting cluster there
error: Both --app and --appstatus must be set
thanks for bringing this up Christoph, i'll take a look into it. we had made some changes to our s2i tooling around that time, i wonder if we caught a bug there.
result was that the app started up and bombed when it couldn't find kafka. but it certainly ran the jar file, can you confirm that this is still an issue?
I was following the readme, and received this:
I used https://gitlab.com/goern/openshift-kafka/tree/master to deploy a kafka server.
The text was updated successfully, but these errors were encountered: