Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spark and InfiniBand

I am trying to use Spark in a HPC focused cluster that has infiniband interconnections. This cluster does not provide support for IPoIB. I saw the Spakr-RDMA project from ohio state university in here. I cannot find anyone else working on this, or if apache spark is going to support IB in the future. The question is is there any other solution to get more updated version of spark in HPC environments with only IB as network?

like image 206
M.Rez Avatar asked Nov 09 '22 04:11

M.Rez


1 Answers

You can check the reference guide for deploying RDMA over Ethernet (RoCE) to accelerate Apache Spark 2.2.0 over Mellanox 100 GbE Network https://community.mellanox.com/docs/DOC-3068

like image 94
Ian Chang Avatar answered Nov 15 '22 11:11

Ian Chang