[ 
https://issues.apache.org/jira/browse/SOLR-15951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482225#comment-17482225
 ] 

Noble Paul commented on SOLR-15951:
-----------------------------------

[~dsmiley]

That sounds like a good idea.

I have modified that PR to do as follows. Users can specify a package 
directory. Every subdirectory in that directory becomes a package 
automatically. The jars in each of the subdirectory gets added to the package

example

{{/local-packages-dir/}}
{{                    /pkg-1}}
{{                          /a.jar}}
{{                          /b.jar}}

> Local packages
> --------------
>
>                 Key: SOLR-15951
>                 URL: https://issues.apache.org/jira/browse/SOLR-15951
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Ishan Chattopadhyaya
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Introducing a new way to load packages from a trusted location in the 
> filesystem.
> * Packages are loaded from the filesystem. Useful for loading first party 
> packages from modules/ (or contrib/) directory 
> ({{-Dsolr.packages.local.dir=<path_to_contribs>}}).
> * This mode (of loading packages from filesystem) doesn't go via ZK at all, 
> and hence this mode can be used to cold start installations with few packages.
> * This mode shall help the package management honour immutable 
> infrastructure/deployments philosophy.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to