nchammas / flintrock

A command-line tool for launching Apache Spark clusters.
Apache License 2.0
637 stars 116 forks source link

run-command executes without a respones #218

Closed thagorx closed 6 years ago

thagorx commented 6 years ago

Part of setting up my cluster is that I create large swap files on the ephemeral storage with: flintrock run-command my_cluster 'sudo /bin/dd if=/dev/zero of =/media/ephemeral1/swap.1 bs=1M count=100000' the command gets executed with out a problem but I never get a 'command completed' response from flintrock when the swap size is large.

nchammas commented 6 years ago

So to be clear, Flintrock is not hanging, but you are not seeing the output you expect. Is that right?

  1. Can you post the flintrock run-command output you are seeing for the problematic command, plus the output you see for another command that works "normally"?
  2. Can you show me what you get when you run the problematic command directly on one of the nodes? What's the return value of the command ($? in Bash)?
nchammas commented 6 years ago

Closing this due to inactivity. I'd be happy to reopen it if actionable information is added.