-
Notifications
You must be signed in to change notification settings - Fork 6
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
SPARK_BASE_PATH should be configurable by SPYT_YT_HOME_SPARK env variable #36
Conversation
@alextokarew has imported your pull request. If you are a Yandex employee, you can view this diff. |
@@ -7,8 +7,9 @@ | |||
from yt.wrapper.common import update_inplace # noqa: E402 | |||
from .version import __scala_version__ # noqa: E402 | |||
from pyspark import __version__ as spark_version # noqa: E402 | |||
import os |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
flake8 check failed: import os
should be moved to 2 line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Internal tests failed
❌ This pull request has been discarded. |
@alextokarew has imported your pull request. If you are a Yandex employee, you can view this diff. |
✅ This pull request is being closed because it has been successfully merged into our internal monorepository. |
…RK env variable No description --- Co-authored-by: Nikita Sokolov <[email protected]> Pull Request resolved: #36 commit_hash:378258b039da049f211ff89f50025a4c22a650e6
No description provided.