Add table split points into local configuration folder structure
Open
core-module
- Dominant language
- Java
- Stars
- 107
- Forks
- 29
- Avg merge
- 19h 46m
- Merged PRs (30d)
- 141
Description
### Background
Split from:
- https://github.com/gchq/sleeper/issues/3693
This was missed out during:
- https://github.com/gchq/sleeper/issues/267
### Description
Starting split points for a table are configured with a property that references a local file at an absolute path (`sleeper.table.splits.file`). We'd like to replace this with a file that sits in the table configuration folder.
### Analysis
This also needs to be updated in the deployment documentation.
Ideally we should also remove the property `sleeper.table.splits.base64.encoded`, as its purpose is just for applying `sleeper.table.splits.file`.
Contributor guide
Assessment
This issue has not been assessed yet.