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 2015/10/21 16:42:27 UTC

[jira] [Commented] (OAK-3532) create RDB export tool

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

Julian Reschke commented on OAK-3532:
-------------------------------------

First version committed to trunk. Usage:

a) build oak-run

b) java -cp ...  org.apache.jackrabbit.oak.plugins.document.rdb.RDBExport JDBC-URI username password tablename [whereclause]

class path needs to contain JDBC driver and oak-run; whereclause is optional and inserts "where" automatically


> create RDB export tool
> ----------------------
>
>                 Key: OAK-3532
>                 URL: https://issues.apache.org/jira/browse/OAK-3532
>             Project: Jackrabbit Oak
>          Issue Type: Technical task
>          Components: core
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>
> Create a super-simple utility that can export JSON representations of selected rows.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)