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 "Tomek Rękawek (JIRA)" <ji...@apache.org> on 2018/04/30 09:24:00 UTC

[jira] [Comment Edited] (OAK-7459) oak-run compact should support Azure Segment Store

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

Tomek Rękawek edited comment on OAK-7459 at 4/30/18 9:23 AM:
-------------------------------------------------------------

It seems that if we want to use a single string, we have to create our own format. The official AzCopy tool, which can be used to copy blobs between containers and have similar requirements as our oak-upgrade, uses at least two strings:

* the HTTP referencing the blob (contains account name, container name and path): https://myaccount.blob.core.windows.net/mycontainer/abc.txt
* the secret key.

Reference: https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-linux#download-single-blob


was (Author: tomek.rekawek):
It seems that if we want to use a single-string, we should create it on our own. The official AzCopy tool, which can be used to copy blobs between containers and have similar requirements as our oak-upgrade, uses at least two strings:

* the HTTP referencing the blob (contains account name, container name and path): https://myaccount.blob.core.windows.net/mycontainer/abc.txt
* the secret key.

Reference: https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-linux#download-single-blob

> oak-run compact should support Azure Segment Store
> --------------------------------------------------
>
>                 Key: OAK-7459
>                 URL: https://issues.apache.org/jira/browse/OAK-7459
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: run, segment-tar
>            Reporter: Andrei Dulceanu
>            Assignee: Andrei Dulceanu
>            Priority: Major
>              Labels: tooling
>             Fix For: 1.10, 1.9.1
>
>
> {{oak-run compact}} should accept Azure URIs for the segment store in order to enable OffRC for Azure Segment Store. Proposed options to add:
> * {{azure-connection}}: connection URL to to connect to the Azure Storage
> * {{azure-container}}: name of the container to use
> * {{azure-root-path}}: segment store directory



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