Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[skip-travis] Add spark-submit option to README; resolves #444. #446
+34
−0
Conversation
README.md
Outdated
The Toolkit offers a variety of extraction jobs with | ||
[`spark-submit`](https://spark.apache.org/docs/latest/submitting-applications.html) | ||
. These extraction jobs have a few configuration options, and analysis can use | ||
RDD or DataFrame is most cases. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
^^^ Oops, hit "approved" but did catch one minor typo @ruebot (apologies on the butterfinger). But this is great, and it really occurs to me that we should be promoting |
This comment has been minimized.
This comment has been minimized.
codecov
bot
commented
Apr 15, 2020
Codecov Report
@@ Coverage Diff @@
## master #446 +/- ##
=======================================
Coverage 75.55% 75.55%
=======================================
Files 40 40
Lines 1395 1395
Branches 265 265
=======================================
Hits 1054 1054
Misses 218 218
Partials 123 123 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
ruebot commentedApr 15, 2020
GitHub issue(s): #444
What does this Pull Request do?
Add spark-submit option to README.
How should this be tested?
Let me know if this works. Tried to get it fairly simply, and just link out to the more robust documentation. Link.