Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAK-9712 - Add support for Azure SAS URIs in oak-run #506

Merged
merged 2 commits into from Mar 4, 2022

Conversation

kunal3112
Copy link

No description provided.

@@ -69,7 +82,7 @@

protected abstract SegmentNodeStorePersistence getDestPersistence() throws Exception;

protected abstract String getSrcPathOrUri();
protected abstract String getSrcPathOrUri() throws URISyntaxException, InvalidKeyException, StorageException, Exception;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to remove all these exceptions here and and modify getAzurePersistencePathOrUriSas()to catch all exceptions and rethrow a RuntimeException.

@smiroslav smiroslav merged commit 8fe0b13 into apache:trunk Mar 4, 2022
@mattvryan
Copy link
Contributor

@smiroslav @jelmini I see that this PR has been merged; there is still an unaddressed issue in the corresponding ticket however. Please look for an email in the oak-dev list on this topic. Thanks!

@mreutegg
Copy link
Contributor

In addition, the build for this PR had many failing modules because a license header was missing. See subsequent report OAK-9718. This PR was definitively not in a state to be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants