-
Notifications
You must be signed in to change notification settings - Fork 33
clean_spark_worker_dir.rb fix #32
Copy link
Copy link
Open
Description
| JOB_DIR_RE = /^app-(\d{14})-\d{4}$/ |
Your latest release has the following:
JOB_DIR_RE = /^app-(\d{14})-\d{4}$/
But your master branch appears to have the correct configuration:
JOB_DIR_RE = /^app-(\d{14})-\d{4,}$/
Could you merge this correction into a released version, thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels