Skip to content

[Documentation] Deploy Worker and Udf Binaries #329

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

Merged
merged 20 commits into from
Nov 19, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add examples
  • Loading branch information
elvaliuliuliu authored Nov 9, 2019
commit 779e933ed2f3b6aa27c9d4df9ccda81ce093bf6c
2 changes: 1 addition & 1 deletion docs/deploy-worker-udf-binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Once the Spark application is [bundled](https://spark.apache.org/docs/latest/sub
</tr>
<tr>
<td><b>application-arguments</b></td>
<td>Arguments passed to the main method of your main class, if any.</td>
<td>Arguments passed to the main method of your main class, if any.</br><i>e.g. hdfs://&lt;path to your app&gt;/&lt;your app&gt;.zip &lt;your app name&gt; &lt;app args&gt;</i></td>
</tr>
</table>

Expand Down