Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/10752#issuecomment-171518805
There's some documentation which needs to be updated:
- Remove `spark.externalBlockStore.urlspark.externalBlockStore.*`
configurations from the configuration page.
- Update the documentation for the `OFF_HEAP` storage level.
- There's still occurrences of the string "external block store" in
`BlockManager` comments / log messages.
- The UI still contains text which references the external block store.
In addition, there are a few more places where dead code can be deleted:
- In `ExecutorExitCode`, remove `EXTERNAL_BLOCK_STORE_FAILED_TO_INITIALIZE`
and `EXTERNAL_BLOCK_STORE_FAILED_TO_CREATE_DIR`.
- The `RDDInfo` `@DeveloperAPI` should be updated to either deprecate the
external block store size fields or to remove them.
- Log messages can be updated to omit the external block store size
information, since it will always be zero now.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]