From ebc91dd0cb43204c2e424d4462e961e6c2ff5cb1 Mon Sep 17 00:00:00 2001 From: Vasilis Efthymiou <4610579+vefthym@users.noreply.github.com> Date: Fri, 23 Aug 2019 14:04:31 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7531854..c9d1f67 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ V. Efthymiou, G. Papadakis, G. Papastefanatos, K. Stefanidis, T. Palpanas: Paral and later extended with an entity-based strategy and MaxBlock load balancing algorithm in: -V. Efthymiou, G. Papadakis, G. Papastefanatos, K. Stefanidis, T. Palpanas. Parallel Meta-blocking for Scaling Entity Resolution over Big Heterogeneous Data, Information Systems 65: 137-157 (2017). +V. Efthymiou, G. Papadakis, G. Papastefanatos, K. Stefanidis, T. Palpanas: Parallel Meta-blocking for Scaling Entity Resolution over Big Heterogeneous Data. Information Systems 65: 137-157 (2017). The code is written in Java version 7, using Apache Hadoop, version 1.2.0. All experiments were performed on a cluster with 15 Ubuntu 12.04.3 LTS servers, one master and 14 slaves, each having 8 AMD 2.1 GHz CPUs and 8 GB of RAM. Each node can run 4 map or reduce tasks simultaneously, assigning 1024 MB to each task. The available disk space amounted to 4 TB and was equally partitioned among the 15 nodes.