You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2018/10/17 10:08:00 UTC

[jira] [Commented] (OAK-6210) Provide a consistent and extensible way to handle oak-run options while creating NodeStore

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

Julian Reschke commented on OAK-6210:
-------------------------------------

trunk: [r1799180|http://svn.apache.org/r1799180] [r1795998|http://svn.apache.org/r1795998] [r1795888|http://svn.apache.org/r1795888] [r1795887|http://svn.apache.org/r1795887] [r1795886|http://svn.apache.org/r1795886] [r1795885|http://svn.apache.org/r1795885] [r1795320|http://svn.apache.org/r1795320] [r1795150|http://svn.apache.org/r1795150] [r1795149|http://svn.apache.org/r1795149] [r1795148|http://svn.apache.org/r1795148] [r1795147|http://svn.apache.org/r1795147] [r1795146|http://svn.apache.org/r1795146] [r1795145|http://svn.apache.org/r1795145]


> Provide a consistent and extensible way to handle oak-run options while creating NodeStore
> ------------------------------------------------------------------------------------------
>
>                 Key: OAK-6210
>                 URL: https://issues.apache.org/jira/browse/OAK-6210
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: run
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>            Priority: Major
>             Fix For: 1.7.0, 1.8.0
>
>         Attachments: OAK-6210-v1.patch
>
>
> Currently in oak-run commands are using different ways to interpret the command line arguments while constructing a NodeStore instance. For example see 
> # Utils
> # NodeStoreOpener
> # Console command
> # Tika command etc etc
> This leads to following issues
> # Incomplete support for different BlobStore - Many command only support FileDataStore and not support other stores. Utils now has a generic method but its not used in all places
> # Not easy to modularise options and allow list of all options 
> To simplify this and make it consistent we should 
> # use a common and extensible way to handle command line options 
> # construct NodeStore and BlobStore instance in a common way (wherever code deals with NodeStore API)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)