radanalyticsio / spark-operator

Operator for managing the Spark clusters on Kubernetes and OpenShift.
Apache License 2.0
156 stars 61 forks source link

Error after building latest spark operator #349

Closed rimolive closed 2 years ago

rimolive commented 2 years ago

Description:

After building a new Spark operator image with new Fabric8 libraries version, I'm getting the following error:

no main manifest attribute, in spark-operator/target/spark-operator-1.0.11-SNAPSHOT.jar

This seems not introduced in my latest changes, but somewhere in past commits.

Steps to reproduce:

  1. Checkout PR https://github.com/radanalyticsio/spark-operator/pull/348
  2. Build the image
  3. Run the image with either docker or podman
rimolive commented 2 years ago

@jkremser @LaVLaS Any of you got the same issue?

rimolive commented 2 years ago

This was fixed with a new property that creates the uberJar with the new Quarkus 2.4.0 library.