We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce071fc commit 77871a2Copy full SHA for 77871a2
ec2/spark-ec2
@@ -18,6 +18,8 @@
18
# limitations under the License.
19
#
20
21
+# Preserve the user's CWD so that relative paths are passed corrently to
22
+#+ the underlying Python script.
23
SPARK_EC2_DIR="$(dirname $0)"
24
25
PYTHONPATH="${SPARK_EC2_DIR}/third_party/boto-2.4.1.zip/boto-2.4.1:$PYTHONPATH" \
0 commit comments