InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Storm is difficult and can be used with only Java(b) Storm is fast: a benchmark clocked it at over a million tuples processed per second per node(c) Storm is scalable, fault-tolerant, guarantees your data will be processed(d) All of the mentioned |
|
Answer» Right choice is (a) Storm is difficult and can be used with only Java The best explanation: Storm is simple, can be used with any programming language. |
|