nchammas / flintrock

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

Support users with non-standard home directories #187

Closed nchammas closed 7 years ago

nchammas commented 7 years ago

This PR builds on #176 by @douglaz and replaces all instances of ~/ and /home/ with $HOME.

I tested this PR by launching a couple of clusters with both Spark and HDFS enabled, and testing various operations.

@douglaz - I'm going to merge this in, but let me know if you have any issues when using Flintrock with those root-based AMIs you mentioned to me.

Closes #176.