File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 513
513
<exclude >**/target/**</exclude >
514
514
<exclude >**/README.md</exclude >
515
515
<exclude >**/*.svg</exclude >
516
+ <exclude >dev/release/damslab-pubkey.asc</exclude >
516
517
<!-- Jupyter Notebooks -->
517
518
<exclude >**/*.ipynb</exclude >
518
519
<!-- Generated antlr files -->
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ limitations under the License.
32
32
Requirements for running SystemDS are a bash shell and OpenJDK 8 or a Spark 2 cluster installation (to run distributed jobs).
33
33
These requirements should be available via standard system packages in all major Linux distributions
34
34
(make sure to have the right JDK version enabled, if you have multiple versions in your system).
35
- For Windows, a bash comes with git (http://git-scm.com ) and OpenJDK builds can be optained at http://adoptopenjdk.net .
35
+ For Windows, a bash comes with [ git for windows] ( http://git-scm.com ) and OpenJDK builds can be optained at http://adoptopenjdk.net
36
+ (tested version [ jdk8u232-b09] ( https://adoptopenjdk.net/archive.html ) )
36
37
37
38
To start out with an example after having installed the requirements mentioned above, create a text file
38
39
` hello.dml ` in your unzipped SystemDS directory containing the following content:
You can’t perform that action at this time.
0 commit comments