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

project.clj storm version check does not match with HDP version of storm #478

Closed
h344lee opened this issue May 28, 2020 · 1 comment
Closed

Comments

@h344lee
Copy link

h344lee commented May 28, 2020

storm version
Storm 1.1.0.2.6.4.0-91

project.clj
:dependencies [[org.apache.storm/storm-core "1.1.0.2.6.4.0-91"]
:repositories {"HDP Releases" "https://repo.hortonworks.com/content/repositories/releases/"}

ValueError: Local Storm version, 1.1.0.2.6.4.0, is not the same as the version in your project.clj, 1.1.0.2.6.4.0.post91. The versions must match.

Hortonworks Repository
https://repo.hortonworks.com/content/repositories/releases/org/apache/storm/storm-core/

Hortonworks Repository Name Structure
1.1.0.2.6.4.0-91/ | Tue Mar 27 11:41:48 EDT 2018-- | --
image

Guide line
image

I suppose that project.clj should allow -91 part to get JAR file from the hortonworks repository.

Can you please check this?

@h344lee
Copy link
Author

h344lee commented May 28, 2020

#468

after apply #468, it worked nicely.

@h344lee h344lee closed this as completed May 28, 2020
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

No branches or pull requests

1 participant