Dongjoon Hyun created SPARK-55080:
-------------------------------------
Summary: Improve `MANIFEST.MF` to include
`Implementation-(Title|Version)`
Key: SPARK-55080
URL: https://issues.apache.org/jira/browse/SPARK-55080
Project: Spark
Issue Type: Sub-task
Components: Build, Kubernetes
Affects Versions: kubernetes-operator-0.8.0
Reporter: Dongjoon Hyun
**BEFORE**
{code}
$ cat META-INF/MANIFEST.MF
Manifest-Version: 1.0
{code}
**AFTER**
{code}
$ cat META-INF/MANIFEST.MF
Manifest-Version: 1.0
Implementation-Title: Spark Kubernetes Operator
Implementation-Version: 0.8.0-SNAPSHOT
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]