You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE2: If you want to send in UTF-8 chars, make sure you pass in a proper header to CURL for the encoding, otherwise it may assume an encoding which is not what you expect.
196
196
@@ -220,7 +220,7 @@ You can also append `&timeout=XX` to extend the request timeout for `sync=true`
220
220
#### Persistent Context Mode - Faster & Required for Related Jobs
221
221
Another way of running this job is in a pre-created context. Start a new context:
@@ -343,11 +343,11 @@ You have a couple options to package and upload dependency jars.
343
343
- Use the `dependent-jar-uris` context configuration param. Then the jar gets loaded for every job.
344
344
- The `dependent-jar-uris` can also be used in job configuration param when submitting a job. On an ad-hoc context this has the same effect as `dependent-jar-uris` context configuration param. On a persistent context the jars will be loaded for the current job and then for every job that will be executed on the persistent context.
0 commit comments