robmaz / distmap

Sequence alignment on Hadoop
0 stars 1 forks source link

New idea: using docker containers for mappers #50

Open magicDGS opened 6 years ago

magicDGS commented 6 years ago

I though that using docker containers for Distmap might be a good idea for remove the dependency of binary files that are system dependent. The main idea is:

What do you think about this, @robmaz?

robmaz commented 6 years ago

While a good idea in principle, and maybe the way to go in the future, the current problem is that recent Docker versions are not supported on our many MacOS 10.8.5 nodes.

magicDGS commented 6 years ago

Oops, I didn't know that!

On the other hand, I suggest that our MacOS system should be updated anyway soon, mostly due to security issues from the spectre/meltdown bug. Thus, the problem with incompatibilities will be solve soon.

magicDGS commented 6 years ago

Another problem: it looks that it is unsafe to run docker on Hadoop, but 3.0.0 would bring support for that (still experimental): https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/DockerContainers.html

Another reference: https://thenewstack.io/docker-hadoop-theres-good-bad-ugly/