[FEATURE REQUEST]: Ability to specify path to create index outside system path.
See original GitHub issueFeature requested
Currently, Hyperspace creates indexes under the system path specified by spark.hyperspace.system.path
. The user should be able to specify different path to create/search the indexes. Note that #242 removes spark.hyperspace.index.creation.path
and spark.hyperspace.index.search.paths
since they are not used, but can be brought back when this feature is implemented.
Acceptance criteria
- The user can specify a different path to create an index outside
spark.hyperspace.system.path
. FYI, this is more or less possible by temporarily setting thespark.hyperspace.system.path
to a different location, but this needs to be discusses if that’s a good solution. - The user can specify multiple paths to “search” indexes to apply.
Success criteria N/A
Additional context N/A
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Indexing in Azure Cosmos DB - Overview - Microsoft Learn
For a given path, the query engine can scan through the distinct set of possible values to identify the index pages where there...
Read more >Create index API | Elasticsearch Guide [8.5] | Elastic
When creating an index, you can specify the following: Settings for the index; Mappings for fields in the index; Index aliases. Path parametersedit....
Read more >Feature Request: Improved File list export and stand in Icons for files ...
Code: Select all sm -path ".\My image 1.psd" -pNotes "Italian, ". Image In this example I can query the state of an Opus...
Read more >github/git Checkout Returns 'error: invalid path' on Windows
After researching the error, I've found 2 possible answers: 1) Change the path on the repository file. Unfortunately, this is is a team...
Read more >Relative and absolute paths, in the file system and on the web ...
"/forum/index.php";. here we are using web-server part of the path, prepending it with the document root ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Neoix, it depends only for the default value. You can change the path under any other storage.
EDIT: Note that the config should be set before creating Hyperspace object.
Example:
Hi @Neoix. I think you can specify
spark.hyperspace.system.path
with the storage account that will be used.