-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow setting of install folder using env var #29
Comments
@vemonet can you take a look? |
@daniddelrio I have added an input param to define the install folder (where the SPARK_HOME folder will be downloaded and unzipped) - uses: vemonet/setup-spark@v1
with:
spark-version: '3.5.3'
install-folder: '/home/runner/work' cf. https://github.com/vemonet/setup-spark/blob/main/src/setup-spark.ts |
@vemonet perfect, thank you! So just to confirm, |
Will it be possible to pass it as an env var as well rather than an |
Yes it is available on Otherwise you could use the |
Is it possible to allow users of this action to set the install directory themselves, maybe using an env var like
SPARK_INSTALL_DIR
? This way, we also have control over where to set the SPARK_HOME.We have our own cache directory in our runners so we would like to set it there 🙂
The text was updated successfully, but these errors were encountered: