You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by gi...@apache.org on 2022/02/02 19:38:34 UTC

[jena-site] branch asf-site updated: Updated site from main (71f7fd3cd19846e1d1cb0729eeeb4184b33cba81)

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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 96305d7  Updated site from main (71f7fd3cd19846e1d1cb0729eeeb4184b33cba81)
96305d7 is described below

commit 96305d74b849cef6781375c293832991deae2568
Author: jenkins <bu...@apache.org>
AuthorDate: Wed Feb 2 19:38:31 2022 +0000

    Updated site from main (71f7fd3cd19846e1d1cb0729eeeb4184b33cba81)
---
 content/documentation/fuseki2/fuseki-webapp.html |  8 +++++---
 content/documentation/index.xml                  |  4 ++--
 content/documentation/tdb/tdb-xloader.html       | 12 +++++++++---
 content/index.xml                                |  4 ++--
 content/sitemap.xml                              |  4 ++--
 5 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/content/documentation/fuseki2/fuseki-webapp.html b/content/documentation/fuseki2/fuseki-webapp.html
index ec176fa..d7e5f91 100644
--- a/content/documentation/fuseki2/fuseki-webapp.html
+++ b/content/documentation/fuseki2/fuseki-webapp.html
@@ -233,9 +233,11 @@ secondary arguments of <code>start</code> and <code>stop</code>.</p>
 where the distribution was unpacked.</p>
 <h2 id="fuseki-web-application">Fuseki as a Web Application</h2>
 <p>Fuseki can run from a
-<a href="http://en.wikipedia.org/wiki/WAR_%28file_format%29">WAR</a> file.  Fuseki
-requires at least support for the Servlet 3.0 API (e.g. Apache Tomcat 7 or
-Jetty 8) as well as Java8.</p>
+<a href="http://en.wikipedia.org/wiki/WAR_%28file_format%29">WAR</a> file.</p>
+<p>The war file can be downloaded from the <a href="/download/">project downloads page</a>. It
+should then be renamed to the webapp name &ldquo;ROOT.war&rdquo; (this means there no name
+in the URL) or &ldquo;fuseki.war&rdquo; (with a name <code>/fuseki/</code>) or some other choice of
+name.</p>
 <p><code>FUSEKI_HOME</code> is not applicable.</p>
 <p><code>FUSEKI_BASE</code> defaults to <code>/etc/fuseki</code> which must be a writeable
 directory.  It is initialised the first time Fuseki runs, including a
diff --git a/content/documentation/index.xml b/content/documentation/index.xml
index 4626280..c741705 100644
--- a/content/documentation/index.xml
+++ b/content/documentation/index.xml
@@ -1817,9 +1817,9 @@ The file access mechanism can be set explicitly, but this is not a good idea for
       
       <guid>https://jena.apache.org/documentation/tdb/tdb-xloader.html</guid>
       <description>TDB xloader (&amp;ldquo;x&amp;rdquo; for external) is a bulkloader for very large datasets. The goal is stability and reliability for long running loading, running on modest hardware and can be use to load a database on rotating disk or SSD.
-xloader is not a replacement for regular TDB1 and TDB2 loaders.
+xloader is not a replacement for regular TDB1 and TDB2 loaders. It is for very large datasets.
 There are two scripts to load data using the xloader subsystem.
-&amp;ldquo;tdb1.xloader&amp;rdquo;, which was called &amp;ldquo;tdbloader2&amp;rdquo; and has some improvements.</description>
+&amp;ldquo;tdb1.xloader&amp;rdquo;, which was called &amp;ldquo;tdbloader2&amp;rdquo;, has some improvements.</description>
     </item>
     
     <item>
diff --git a/content/documentation/tdb/tdb-xloader.html b/content/documentation/tdb/tdb-xloader.html
index c31c1df..6045d82 100644
--- a/content/documentation/tdb/tdb-xloader.html
+++ b/content/documentation/tdb/tdb-xloader.html
@@ -183,10 +183,11 @@
 	<p>TDB xloader (&ldquo;x&rdquo; for external) is a bulkloader for very large datasets. The goal
 is stability and reliability for long running loading, running on modest
 hardware and can be use to load a database on rotating disk or SSD.</p>
-<p>xloader is not a replacement for regular TDB1 and TDB2 loaders.</p>
+<p><code>xloader</code> is not a replacement for regular TDB1 and TDB2 loaders. It is for very
+large datasets.</p>
 <p>There are two scripts to load data using the xloader subsystem.</p>
-<p>&ldquo;tdb1.xloader&rdquo;, which was called &ldquo;tdbloader2&rdquo; and has some improvements.</p>
-<p>It is not as fast as other TDB loaders on dataset where the general loaders work
+<p>&ldquo;tdb1.xloader&rdquo;, which was called &ldquo;tdbloader2&rdquo;, has some improvements.</p>
+<p>It is not as fast as other TDB loaders on datasets where the general loaders work
 without encountering progressive slowdown.</p>
 <p>The xloaders for TDB1 and TDB2 are not identical. The TDB2 xloader is more
 capable; it is based on the same design approach with further refinements to
@@ -204,6 +205,11 @@ It can not be used to load an existing database.</p>
 temporary files.</p>
 <p><code>FILE</code> is any RDF syntax supported by Jena. Syntax is determined by the file
 extension and can include an addtional &ldquo;.gz&rdquo; or &ldquo;.bz2&rdquo; for compressed files.</p>
+<p><code>tdb2.xloader</code> also supports argument <code>--threads</code> to set the number of threads
+to use with <code>sort(1)</code>. The default is 2. The recommendation for an initial
+setting is to set it to the number of cores (not hardware threads) minus 1. This
+is sensitive to the hardware environment. Experimentation may show a different,
+better setting.</p>
 <h3 id="advice">Advice</h3>
 <p>To avoid a load failing due to a syntax or other data error, it is advisable to
 run <code>riot --check</code> on the data first. Parsing is faster than loading.</p>
diff --git a/content/index.xml b/content/index.xml
index ad44ad6..827072a 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -2100,9 +2100,9 @@ The file access mechanism can be set explicitly, but this is not a good idea for
       
       <guid>https://jena.apache.org/documentation/tdb/tdb-xloader.html</guid>
       <description>TDB xloader (&amp;ldquo;x&amp;rdquo; for external) is a bulkloader for very large datasets. The goal is stability and reliability for long running loading, running on modest hardware and can be use to load a database on rotating disk or SSD.
-xloader is not a replacement for regular TDB1 and TDB2 loaders.
+xloader is not a replacement for regular TDB1 and TDB2 loaders. It is for very large datasets.
 There are two scripts to load data using the xloader subsystem.
-&amp;ldquo;tdb1.xloader&amp;rdquo;, which was called &amp;ldquo;tdbloader2&amp;rdquo; and has some improvements.</description>
+&amp;ldquo;tdb1.xloader&amp;rdquo;, which was called &amp;ldquo;tdbloader2&amp;rdquo;, has some improvements.</description>
     </item>
     
     <item>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 9ef0d8d..9113166 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -719,7 +719,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/fuseki2/fuseki-webapp.html</loc>
-    <lastmod>2021-11-27T15:03:59+00:00</lastmod>
+    <lastmod>2022-01-30T10:52:22+00:00</lastmod>
   </url>
   
   <url>
@@ -999,7 +999,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/tdb/tdb-xloader.html</loc>
-    <lastmod>2021-12-05T23:14:11+00:00</lastmod>
+    <lastmod>2022-01-14T16:17:46+00:00</lastmod>
   </url>
   
   <url>