Add only version printing to the command line arguments of spark-jobs
Offen
feature
priority: undecided
under discussion
- Vorherrschende Sprache
- Scala
- Sterne
- 33
- Forks
- 16
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## 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"),
```
Beitragsleitfaden
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- scala, spark
- Bereich
- cli, data-engineering
- Issue-Typ
- Feature
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100