Skip to content

[HWORKS-2190][APPEND] Updating job configuration to include file, pyfiles, archives and jars #478

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 3 commits into from
Jul 3, 2025

Conversation

manu-sj
Copy link
Contributor

@manu-sj manu-sj commented Jun 17, 2025

No description provided.

@manu-sj manu-sj requested a review from gibchikafa June 17, 2025 12:13
@@ -229,6 +229,10 @@ The following table describes the JSON payload returned by `jobs_api.get_configu
| `spark.dynamicAllocation.maxExecutors` | number (int) | Maximum number of executors with dynamic allocation | `2` |
| `spark.dynamicAllocation.initialExecutors` | number (int) | Initial number of executors with dynamic allocation | `1` |
| `spark.blacklist.enabled` | boolean | Whether executor/node blacklisting is enabled | `false` |
| `files` | string | Path to files to be provided to the Spark application. These will be added to the classpath. | `null` |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do files also get added to the the classpath?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only jars

Copy link
Contributor Author

@manu-sj manu-sj Jun 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to remove "adding to class path" for files and archives.

@@ -231,6 +231,10 @@ The following table describes the JSON payload returned by `jobs_api.get_configu
| `spark.dynamicAllocation.maxExecutors` | number (int) | Maximum number of executors with dynamic allocation | `2` |
| `spark.dynamicAllocation.initialExecutors` | number (int) | Initial number of executors with dynamic allocation | `1` |
| `spark.blacklist.enabled` | boolean | Whether executor/node blacklisting is enabled | `false` |
| `files` | string | Path to files to be provided to the Spark application. These will be added to the classpath. | `null` |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also here is wrong I guess?

Copy link
Collaborator

@robzor92 robzor92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@manu-sj manu-sj merged commit 30421dd into logicalclocks:main Jul 3, 2025
1 check passed
manu-sj added a commit to manu-sj/logicalclocks.github.io that referenced this pull request Jul 3, 2025
…iles, archives and jars (logicalclocks#478)

* updating docs for jobs configs to include files, pyFiles, jars and archives

* updating based on review comments

* updating documentation for notebooks and python Jobs
manu-sj added a commit to manu-sj/logicalclocks.github.io that referenced this pull request Jul 3, 2025
…iles, archives and jars (logicalclocks#478)

* updating docs for jobs configs to include files, pyFiles, jars and archives

* updating based on review comments

* updating documentation for notebooks and python Jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants