radanalyticsio / spark-operator

Operator for managing the Spark clusters on Kubernetes and OpenShift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openshift - Application is not showing on the cluster UI

aniketvsawant opened this issue · comments

Hi,

Description:

Deployed the latest spark operator in openshift and setup spark cluster with 1 master and 2 worker node. Implemented custom sample spark job of type spring boot with "Hello World" message.

Job is not showing on the cluster UI after the deployment. Same issue happened with the provided sample example. Please suggest.

Steps to reproduce:

Followed the same steps mentioned in the README

I can't tell what's the issue w/ no logs, but my guess would be the version mismatch between the driver and the cluster. Make sure you use the same Spark version on both sides.