You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2023/05/11 17:08:27 UTC

[systemds] branch main updated: [MINOR] Update to java 11 in python docs

This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new c85e9f4819 [MINOR] Update to java 11 in python docs
c85e9f4819 is described below

commit c85e9f4819d6936008a945eabae91e025da1c957
Author: baunsgaard <ba...@tu-berlin.de>
AuthorDate: Thu May 11 19:05:05 2023 +0200

    [MINOR] Update to java 11 in python docs
    
    Update the python docs to say java 11.
---
 docs/api/java/member-search-index.zip              | Bin 238505 -> 238505 bytes
 docs/api/java/package-search-index.zip             | Bin 898 -> 898 bytes
 docs/api/java/type-search-index.zip                | Bin 14770 -> 14770 bytes
 docs/api/python/getting_started/install.html       |  16 ++++++++--------
 docs/api/python/searchindex.js                     |   2 +-
 .../python/sources/getting_started/install.rst.txt |  16 ++++++++--------
 .../python/docs/source/getting_started/install.rst |  16 ++++++++--------
 7 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/docs/api/java/member-search-index.zip b/docs/api/java/member-search-index.zip
index f1910f49a4..320d484137 100644
Binary files a/docs/api/java/member-search-index.zip and b/docs/api/java/member-search-index.zip differ
diff --git a/docs/api/java/package-search-index.zip b/docs/api/java/package-search-index.zip
index 7851e3af1e..5927c48573 100644
Binary files a/docs/api/java/package-search-index.zip and b/docs/api/java/package-search-index.zip differ
diff --git a/docs/api/java/type-search-index.zip b/docs/api/java/type-search-index.zip
index 34adc1b7a0..0b6d7e9dce 100644
Binary files a/docs/api/java/type-search-index.zip and b/docs/api/java/type-search-index.zip differ
diff --git a/docs/api/python/getting_started/install.html b/docs/api/python/getting_started/install.html
index ab5816dab5..4dbd015ae9 100644
--- a/docs/api/python/getting_started/install.html
+++ b/docs/api/python/getting_started/install.html
@@ -110,15 +110,15 @@
 </pre></div>
 </div>
 <p>SystemDS is a java-project, the <cite>pip</cite> package contains all the necessary <cite>jars</cite>,
-but you will need java version 8 installed. Do not use an older or newer
+but you will need java version 11 installed. Do not use an older or newer
 version of java, because SystemDS is non compatible with other java versions.</p>
 <p>Check the output of <code class="docutils literal notranslate"><span class="pre">java</span> <span class="pre">-version</span></code>. The output should look similar to:</p>
-<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">openjdk</span> <span class="n">version</span> <span class="s2">&quot;1.8.0_242&quot;</span>
-<span class="n">OpenJDK</span> <span class="n">Runtime</span> <span class="n">Environment</span> <span class="p">(</span><span class="n">build</span> <span class="mf">1.8.0_242</span><span class="o">-</span><span class="n">b08</span><span class="p">)</span>
-<span class="n">OpenJDK</span> <span class="mi">64</span><span class="o">-</span><span class="n">Bit</span> <span class="n">Server</span> <span class="n">VM</span> <span class="p">(</span><span class="n">build</span> <span class="mf">25.242</span><span class="o">-</span><span class="n">b08</span><span class="p">,</span> <span class="n">mixed</span> <span class="n">mode</span><span class="p">)</span>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">openjdk</span> <span class="n">version</span> <span class="s2">&quot;11.0.18&quot;</span> <span class="mi">2023</span><span class="o">-</span><span class="mi">01</span><span class="o">-</span><span class="mi">17</span>
+<span class="n">OpenJDK</span> <span class="n">Runtime</span> <span class="n">Environment</span> <span class="p">(</span><span class="n">build</span> <span class="mf">11.0.18</span><span class="o">+</span><span class="mi">10</span><span class="o">-</span><span class="n">post</span><span class="o">-</span><span class="n">Ubuntu</span><span class="o">-</span><span class="mi">0</span><span class="n">ubuntu122</span><span class="mf">.04</span><span class="p">)</span>
+<span class="n">OpenJDK</span> <span class="mi">64</span><span class="o">-</span><span class="n">Bit</span> <span class="n">Server</span> <span class="n">VM</span> <span class="p">(</span><span class="n">build</span> <span class="mf">11.0.18</span><span class="o">+</span><span class="mi">10</span><span class="o">-</span><span class="n">post</span><span class="o">-</span><span class="n">Ubuntu</span><span class="o">-</span><span class="mi">0</span><span class="n">ubuntu122</span><span cla [...]
 </pre></div>
 </div>
-<p>The important part is in the first line <code class="docutils literal notranslate"><span class="pre">openjdk</span> <span class="pre">version</span> <span class="pre">&quot;1.8.0_xxx&quot;</span></code>,
+<p>The important part is in the first line <code class="docutils literal notranslate"><span class="pre">openjdk</span> <span class="pre">version</span> <span class="pre">&quot;11.xx&quot;</span></code>,
 please make sure this is the case.</p>
 </section>
 <section id="source">
@@ -128,13 +128,13 @@ please make sure this is the case.</p>
 <ul class="simple">
 <li><p><a class="reference external" href="https://maven.apache.org/">Maven</a></p></li>
 <li><p><a class="reference external" href="https://www.python.org/downloads/">Python 3.6+</a> and</p></li>
-<li><p><a class="reference external" href="https://openjdk.java.net/install/">OpenJDK 1.8 Java</a></p></li>
+<li><p><a class="reference external" href="https://openjdk.java.net/install/">OpenJDK 11.xxx Java</a></p></li>
 </ul>
 <p>Once installed you please verify your version numbers.
 Additionally you have to install a few python packages.
-We sugest to create a new virtual environment using virtualenv.
+We suggest to create a new virtual environment using virtual env.
 All commands are run inside src/main/python/.
-We asume that in the following scripts python==python3</p>
+We assume that in the following scripts python==python3</p>
 <blockquote>
 <div><p>python -m venv python_venv</p>
 </div></blockquote>
diff --git a/docs/api/python/searchindex.js b/docs/api/python/searchindex.js
index 6b38f8ce88..2cab411d9d 100644
--- a/docs/api/python/searchindex.js
+++ b/docs/api/python/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["api/context/systemds_context", "api/operator/algorithms", "api/operator/node/frame", "api/operator/node/list", "api/operator/node/matrix", "api/operator/node/scalar", "api/operator/node/source", "api/operator/operation_node", "api/script_building/dag", "api/script_building/script", "api/utils/converters", "api/utils/helpers", "getting_started/install", "getting_started/simple_examples", "guide/algorithms_basics", "guide/federated", "guide/python_end_to_end_ [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["api/context/systemds_context", "api/operator/algorithms", "api/operator/node/frame", "api/operator/node/list", "api/operator/node/matrix", "api/operator/node/scalar", "api/operator/node/source", "api/operator/operation_node", "api/script_building/dag", "api/script_building/script", "api/utils/converters", "api/utils/helpers", "getting_started/install", "getting_started/simple_examples", "guide/algorithms_basics", "guide/federated", "guide/python_end_to_end_ [...]
\ No newline at end of file
diff --git a/docs/api/python/sources/getting_started/install.rst.txt b/docs/api/python/sources/getting_started/install.rst.txt
index b1c783ad9b..55ee1ac0dc 100644
--- a/docs/api/python/sources/getting_started/install.rst.txt
+++ b/docs/api/python/sources/getting_started/install.rst.txt
@@ -34,16 +34,16 @@ Installation is quite simple with `pip`, just execute the following command::
   pip install systemds
 
 SystemDS is a java-project, the `pip` package contains all the necessary `jars`,
-but you will need java version 8 installed. Do not use an older or newer
+but you will need java version 11 installed. Do not use an older or newer
 version of java, because SystemDS is non compatible with other java versions.
 
 Check the output of ``java -version``. The output should look similar to::
 
-  openjdk version "1.8.0_242"
-  OpenJDK Runtime Environment (build 1.8.0_242-b08)
-  OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)
+  openjdk version "11.0.18" 2023-01-17
+  OpenJDK Runtime Environment (build 11.0.18+10-post-Ubuntu-0ubuntu122.04)
+  OpenJDK 64-Bit Server VM (build 11.0.18+10-post-Ubuntu-0ubuntu122.04, mixed mode, sharing)
 
-The important part is in the first line ``openjdk version "1.8.0_xxx"``,
+The important part is in the first line ``openjdk version "11.xx"``,
 please make sure this is the case.
 
 
@@ -56,13 +56,13 @@ Install Dependencies
 
 - `Maven <https://maven.apache.org/>`_ 
 - `Python 3.6+ <https://www.python.org/downloads/>`_ and
-- `OpenJDK 1.8 Java <https://openjdk.java.net/install/>`_
+- `OpenJDK 11.xxx Java <https://openjdk.java.net/install/>`_
 
 Once installed you please verify your version numbers. 
 Additionally you have to install a few python packages.
-We sugest to create a new virtual environment using virtualenv. 
+We suggest to create a new virtual environment using virtual env. 
 All commands are run inside src/main/python/.
-We asume that in the following scripts python==python3
+We assume that in the following scripts python==python3
 
   python -m venv python_venv 
 
diff --git a/src/main/python/docs/source/getting_started/install.rst b/src/main/python/docs/source/getting_started/install.rst
index b1c783ad9b..55ee1ac0dc 100644
--- a/src/main/python/docs/source/getting_started/install.rst
+++ b/src/main/python/docs/source/getting_started/install.rst
@@ -34,16 +34,16 @@ Installation is quite simple with `pip`, just execute the following command::
   pip install systemds
 
 SystemDS is a java-project, the `pip` package contains all the necessary `jars`,
-but you will need java version 8 installed. Do not use an older or newer
+but you will need java version 11 installed. Do not use an older or newer
 version of java, because SystemDS is non compatible with other java versions.
 
 Check the output of ``java -version``. The output should look similar to::
 
-  openjdk version "1.8.0_242"
-  OpenJDK Runtime Environment (build 1.8.0_242-b08)
-  OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)
+  openjdk version "11.0.18" 2023-01-17
+  OpenJDK Runtime Environment (build 11.0.18+10-post-Ubuntu-0ubuntu122.04)
+  OpenJDK 64-Bit Server VM (build 11.0.18+10-post-Ubuntu-0ubuntu122.04, mixed mode, sharing)
 
-The important part is in the first line ``openjdk version "1.8.0_xxx"``,
+The important part is in the first line ``openjdk version "11.xx"``,
 please make sure this is the case.
 
 
@@ -56,13 +56,13 @@ Install Dependencies
 
 - `Maven <https://maven.apache.org/>`_ 
 - `Python 3.6+ <https://www.python.org/downloads/>`_ and
-- `OpenJDK 1.8 Java <https://openjdk.java.net/install/>`_
+- `OpenJDK 11.xxx Java <https://openjdk.java.net/install/>`_
 
 Once installed you please verify your version numbers. 
 Additionally you have to install a few python packages.
-We sugest to create a new virtual environment using virtualenv. 
+We suggest to create a new virtual environment using virtual env. 
 All commands are run inside src/main/python/.
-We asume that in the following scripts python==python3
+We assume that in the following scripts python==python3
 
   python -m venv python_venv