Skip to content

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
| `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.

| `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
manu-sj added a commit that referenced this pull request Sep 2, 2025
…, pyfiles, archives and jars (#478) (#492)

* 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 that referenced this pull request Sep 2, 2025
…, pyfiles, archives and jars (#478) (#493)

* 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