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

Fixes Cryptocurrency Demo #56

Merged
merged 1 commit into from
Mar 1, 2018
Merged

Conversation

eminn
Copy link
Contributor

@eminn eminn commented Mar 1, 2018

Fix the custom processor which cause CCE. Fixes #55
After the fix, output can be seen as below.

/------+---------------+---------------+----------------\
|      |          Sentiment (tweet count)               |
| Coin | Last 30 sec   | Last minute   | Last 5 minutes |
|------+---------------+---------------+----------------|
| BTC  | -0.0588 ( 26) | -0.0539 ( 38) | -0.0539 ( 38)  |
| XEM  | -0.0541 (  6) | -0.0541 (  6) | -0.0541 (  6)  |
| XRP  | -0.0513 (  2) | -0.0513 (  2) | -0.0513 (  2)  |
| ETH  | -0.0736 ( 30) | -0.0518 ( 46) | -0.0518 ( 46)  |
| XLM  |  0.0224 (  1) |  0.0224 (  1) |  0.0224 (  1)  |
| EOS  | -0.0412 (  3) | -0.0655 (  5) | -0.0655 (  5)  |
| LTC  | -0.0570 (  5) | -0.0475 (  6) | -0.0475 (  6)  |
\------+---------------+---------------+----------------/

@eminn eminn added the bug Something isn't working label Mar 1, 2018
@eminn eminn merged commit 1b34af3 into hazelcast:master Mar 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cryptocurrency realtime trend isn't producing any output
1 participant