Is Hadoop right for running my simulations?

前端 未结 5 1886
花落未央
花落未央 2021-02-02 14:20

have written a stochastic simulation in Java, which loads data from a few CSV files on disk (totaling about 100MB) and writes results to another output file (not much data, just

5条回答
  •  不要未来只要你来
    2021-02-02 15:09

    Since you are already using Java, I suggest taking a look at GridGain which, I think, is particularly well suited to your problem.

提交回复
热议问题