TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Framework for parallel data mining in Java

1 点作者 albertLuth大约 5 年前
I want to process between 800GB and 4TB of binary data, divided in different files. The current software in Java is already parallel and can be executed in different nodes. Basically it receives a chunk of data and can merge 2 chunks.<p>The problem is it depends on a quite messy code to run in parallel. Is there any open source framework that could run my code in parallel? It should do the same as the current framework.<p>I have thought about Spark, but I&#x27;m not sure if it&#x27;s the best option. Each entry only need to be accessed once, and the main goal is to extract a bunch of statistics in a grid.

1 comment

cooper6大约 5 年前
I maintain an open-source project that does Data Parallel, <a href="https:&#x2F;&#x2F;sourceforge.net&#x2F;projects&#x2F;tymeacdse" rel="nofollow">https:&#x2F;&#x2F;sourceforge.net&#x2F;projects&#x2F;tymeacdse</a> As well as an open-source project that does Task Parallel if that is better for you, <a href="https:&#x2F;&#x2F;sourceforge.net&#x2F;projects&#x2F;tymeacse" rel="nofollow">https:&#x2F;&#x2F;sourceforge.net&#x2F;projects&#x2F;tymeacse</a>