Skip to content
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

docs: Update Developer Setup to remove WinUtils step and include ScalaTest Configuration update. #2244

Merged
merged 4 commits into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/Reference/Developer Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ description: Developer Setup
`horovod` requirement in the environment.yml file, because horovod installation only
supports Linux or macOS. Horovod is used only for namespace `synapse.ml.dl`.
:::
1. On Windows, install WinUtils
- Download [WinUtils.exe](https://github.com/steveloughran/winutils/blob/master/hadoop-3.0.0/bin/winutils.exe)
- Place it in C:\Program Files\Hadoop\bin
- Add an environment variable HADOOP_HOME with value C:\Program Files\Hadoop
- Append C:\Program Files\Hadoop\bin to PATH environment variable
1. Update the ScalaTest Configuration Template
- In IntelliJ, select the sandwich menu in the top left.
- Select Run, then select Edit Configurations. At the bottom of the pop-up, select Edit Configuration Templates.
- Select ScalaTest from the list on the right
- Under VM options, add `--add-exports java.base/sun.nio.ch=ALL-UNNAMED `. Apply the changes.


> NOTE
Expand Down
Loading