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

[STORM-2765] Disallow colons in blobstore key name #2351

Merged
merged 1 commit into from
Oct 2, 2017

Conversation

Ethanlm
Copy link
Contributor

@Ethanlm Ethanlm commented Sep 28, 2017

We should disallow colons in blobstore key name. HDFS prohibits the use of ":" in path name.

image

Related code is here

Secondly, the original code uses two different functions to validate key names in different places. We probably just want to use one to avoid confusion.

Copy link
Contributor

@revans2 revans2 left a comment

Choose a reason for hiding this comment

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

+1 the changes look good to me.

@asfgit asfgit merged commit 3970122 into apache:master Oct 2, 2017
asfgit pushed a commit that referenced this pull request Oct 2, 2017
…ORM-2765

STORM-2765: Disallow colons in blobstore key name

This closes #2351
@Ethanlm Ethanlm deleted the STORM-2765 branch October 3, 2017 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants