Skip to content

Commit

Permalink
Mount volume to HDFS datanode containers. Relies on
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft committed Jan 14, 2016
1 parent cc54c33 commit 92ef9df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/toil_scripts/adam_pipeline/spark_toil_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ def start(self):
"run",
"--net=host",
"-d",
"-v", "/mnt/ephemeral/:/ephemeral/:rw",
"computationalgenomicslab/apache-hadoop-worker:2.6.2", self.masterIP])[:-1]
return

Expand Down

0 comments on commit 92ef9df

Please sign in to comment.