Add only version printing to the command line arguments of spark-jobs
Abierto
feature
priority: undecided
under discussion
- Lenguaje dominante
- Scala
- Estrellas
- 33
- Forks
- 16
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## 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"),
```
Guía de contribución
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- scala, spark
- Área
- cli, data-engineering
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100