Add only version printing to the command line arguments of spark-jobs
Aperta
feature
priority: undecided
under discussion
- Lingua principale
- Scala
- Stelle
- 33
- Fork
- 16
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
## Background
Add version printing to the command line arguments
## Feature
The Scopt has a predefined method for help and version. This version method is much faster than help.
## Proposed Solution [Optional]
```scala
help("help"), // This we already have
version("version"),
```
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inspect the spark-jobs command-line argument definitions and the existing Scopt help option first. Add the predefined Scopt version option alongside help, then run the spark-jobs command with the version argument and confirm it prints the application version without invoking help.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- scala, spark
- Ambito
- cli, data-engineering
- Tipo di issue
- Funzionalità
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100