-
-
Notifications
You must be signed in to change notification settings - Fork 10
add sbin folder #4
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
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
@quasiben Thanks. It looks like there's a windows failure due to a missing sbin directory. I think another way to do this is to include a patch to the pyspark setup.py to include sbin along with bin. That patch can also be a PR against Spark itself. |
|
which path should be go down ? patch here or spark or both ? I need the sbin directory for an upcoming tutorial |
|
Tactically, a patch here, referenced by the recipe/meta.yaml, and the same patch submitted to Spark for a long term fix so we can remove it here eventually. |
|
@parente patch above moves everything in |
|
Wait...that won't work. |
|
Can the patch not copy from |
|
FYI, the history server scripts in |
Occasionally, I and @mrocklin like to use some of the binaries in the
sbinfolder. Namely, thestart-...scripts. This PR adds sbin folder to conda recipe and increments the build number.