-
Notifications
You must be signed in to change notification settings - Fork 230
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
Support for Apache Storm 1.0 #154
Comments
@saurabhere do you know if it is possible for a single tranquility-storm module to work with pre- and post-1.0? in other words: do we need both (we don't want to drop support for storm pre-1.0) |
The change would be a non-backwards compatible one. We have 2 choices if we want to support 0.x releases:
to the storm.yaml would allow code compiled for old versions to work on 1.0.0. |
Tried using the transformer class but throws error as below. Believe tranquility needs to be recompiled using 1.x storm |
Hi guys! What's the status on this issue? Are you planning to support Storm 1.0 any time soon? |
Hi! We also need support for Storm 1.0. Any news? |
Hey guys, we've been a bit backlogged on PRs reviews. Will get to this soon.
…On Tue, Dec 13, 2016 at 6:33 AM, Joan Viladrosa ***@***.***> wrote:
Hi! We also need support for Storm 1.0. Any news?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#154 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAaJJR2Sna4OloSXZLoS2HDoKtvSh7M-ks5rHqylgaJpZM4IHq3f>
.
|
Is there anything that I can help with? |
I found the following library in the storm-official repository. Will the codes of storm in druid-io/tranquility repository be deprecated in the future? |
With the 1.0 release of Apache Storm, many APIs have been moved.
See Commit: apache/storm@d839d1b
Due to this, any Storm Topologies with tranquility beams are rejected with ClassNotFoundExceptions.
Need to update the dependencies in the tranquility-storm library.
The text was updated successfully, but these errors were encountered: