Skip to content

Commit

Permalink
[MINOR] Ignore pubkey in rat check; left a note on the working openjd…
Browse files Browse the repository at this point in the history
…k version (jdk8u232-b09)
  • Loading branch information
corepointer committed Mar 24, 2020
1 parent b1c9c48 commit a58261a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@
<exclude>**/target/**</exclude>
<exclude>**/README.md</exclude>
<exclude>**/*.svg</exclude>
<exclude>dev/release/damslab-pubkey.asc</exclude>
<!-- Jupyter Notebooks -->
<exclude>**/*.ipynb</exclude>
<!-- Generated antlr files -->
Expand Down
3 changes: 2 additions & 1 deletion src/assembly/bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ limitations under the License.
Requirements for running SystemDS are a bash shell and OpenJDK 8 or a Spark 2 cluster installation (to run distributed jobs).
These requirements should be available via standard system packages in all major Linux distributions
(make sure to have the right JDK version enabled, if you have multiple versions in your system).
For Windows, a bash comes with git (http://git-scm.com) and OpenJDK builds can be optained at http://adoptopenjdk.net.
For Windows, a bash comes with [git for windows](http://git-scm.com) and OpenJDK builds can be optained at http://adoptopenjdk.net
(tested version [jdk8u232-b09](https://adoptopenjdk.net/archive.html))

To start out with an example after having installed the requirements mentioned above, create a text file
`hello.dml` in your unzipped SystemDS directory containing the following content:
Expand Down

0 comments on commit a58261a

Please sign in to comment.