-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Zhangya/readme #1462
Zhangya/readme #1462
Conversation
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.
Awesome thanks
There is a very weird thing happening, when we modify a readme, only these two tests fire:
however, no unit test should fire. The code responsible for scheduling is the same in all unit tests: Something I thought is that there might be some configuration we are not seeing in the portal, but I checked, and I couldn't find anything scheduled. Do you have any ideas @gramhagen, @anargyri, @YanZhangADS? |
@@ -46,6 +46,7 @@ On Windows you will need [Microsoft C++ Build Tools](https://visualstudio.micros | |||
2. Install the package from [PyPI](https://pypi.org): | |||
|
|||
```bash | |||
conda create -n my_environment_name python=3.6 |
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.
Is there any reason for this line?
- we don't depend on conda, the user may prefer venv
- the version need not be 3.6, it could be 3.7 (and we say this a couple of lines above)
- it is incomplete anyway (conda activate missing).
Have you tried with |
It didn't work for me |
Description
The main issue I had when setting up conda environment in my DSVM include: (1) need to "unset SPARK_HOME", and (2) export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64"
I am not sure if we should have a dedicated readme page for DSVM users or not.
Checklist:
staging branch
and not tomain branch
.