Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/11522#discussion_r55057042
--- Diff: dev/make-distribution.sh ---
@@ -29,7 +29,7 @@ set -e
set -x
# Figure out where the Spark framework is installed
-SPARK_HOME="$(cd "`dirname "$0"`"; pwd)"
+SPARK_HOME="$(cd "`dirname "$0"`/.."; pwd)"
--- End diff --
Yeah, I'm even happy to not do this one. It just bugged me that this file
was in the top level. It could be symlinked but that doesn't save much. Yeah I
suspect some tools would need to look for it in both locations.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]