We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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-- | --
Guide line
I suppose that project.clj should allow -91 part to get JAR file from the hortonworks repository.
Can you please check this?
The text was updated successfully, but these errors were encountered:
#468
after apply #468, it worked nicely.
Sorry, something went wrong.
No branches or pull requests
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-- | --
Guide line
I suppose that project.clj should allow -91 part to get JAR file from the hortonworks repository.
Can you please check this?
The text was updated successfully, but these errors were encountered: