I think I saw GraphX here and there,is it a re-implementation of open cypher or
is it a graphdb for spark?
I wanted to create a graphdb and query with cypher language,i looked around
docs and didnt see any relevant guide.SO seems to be tackling specific
problems.and I currently dont even know w
Hi Mohammad
Did you try this command?
./bin/spark-submit \ --master k8s://https://vm13:6443 \
--class com.example.WordCounter \ --conf
spark.kubernetes.authenticate.driver.serviceAccountName=default \
--conf
spark.kubernetes.container.image=private-docker-registery/spark/spark:3.2.1-3
I have a k8s cluster and a spark cluster.
my question is is as bellow:
https://stackoverflow.com/questions/74053948/how-to-resolve-pods-is-forbidden-user-systemanonymous-cannot-watch-resourc
I have searched and I found lot's of other similar questions on
stackoverflow without an answer like bel