-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow creating a fat jar from sources #373
Labels
enhancement
New feature or request
Comments
yruslan
added a commit
that referenced
this issue
Feb 2, 2021
yruslan
added a commit
that referenced
this issue
Feb 2, 2021
yruslan
added a commit
that referenced
this issue
Feb 2, 2021
yruslan
added a commit
that referenced
this issue
Feb 3, 2021
yruslan
added a commit
that referenced
this issue
Feb 19, 2021
.option("improved_null_detection", "true")
yruslan
added a commit
that referenced
this issue
Feb 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Currently, if you want to use spark-cobol on-premises without internet connection you need to create a fat jar yourself, from example projects for instance.
Feature
Add sbt assembly plugin so spark-cobol fat jar could be easily created.
cobol-parser
andspark-cobol
should still be published as thin jars.Don't forget to update README on that.
The text was updated successfully, but these errors were encountered: