Skip to content

Commit 87c0f58

Browse files
committed
link to Croissant JARs, suggest dir for exporters #10341
1 parent 844a08e commit 87c0f58

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

doc/sphinx-guides/source/installation/advanced.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,12 @@ Croissant (``croissant``)
145145

146146
`Croissant <https://github.com/mlcommons/croissant>`_ is oriented toward machine learning and exposes variable-level metadata. When enabled, it replaces the Schema.org JSON-LD shown in the ``<head>`` of a dataset page, as described under :ref:`schema.org-head` in the Admin Guide.
147147

148-
You can download the Croissant exporter JAR from FIXME.
148+
You can download the Croissant exporter JAR from the following locations:
149149

150-
The source can be found in the `"croissant" <https://github.com/gdcc/dataverse-exporters/tree/main/croissant>`_ directory of the exporters repo.
150+
- released/stable: https://repo1.maven.org/maven2/io/gdcc/croissant/
151+
- unreleased/snapshot: https://s01.oss.sonatype.org/content/groups/staging/io/gdcc/croissant/
152+
153+
The source and additional information can be found in the `"croissant" <https://github.com/gdcc/dataverse-exporters/tree/main/croissant>`_ directory of the exporters repo.
151154

152155
MyJSON (``dataverse_json``)
153156
~~~~~~~~~~~~~~~~~~~~~~~~~~~

doc/sphinx-guides/source/installation/config.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3111,9 +3111,9 @@ dataverse.spi.exporters.directory
31113111

31123112
For some background, see :ref:`external-exporters` and :ref:`inventory-of-external-exporters`.
31133113

3114-
This JVM option is used to configure the file system path where external exporter JARs should be loaded from.
3114+
This JVM option is used to configure the file system path where external exporter JARs should be loaded from. For example:
31153115

3116-
``./asadmin create-jvm-options '-Ddataverse.spi.exporters.directory=PATH_LOCATION_HERE'``
3116+
``./asadmin create-jvm-options '-Ddataverse.spi.exporters.directory=/var/lib/dataverse/exporters'``
31173117

31183118
If this value is set, Dataverse will examine all JARs in the specified directory and will use them to add new metadata export formats or (if the machine-readable name used in :ref:`export-dataset-metadata-api` is the same) replace built-in metatadata export formats.
31193119

0 commit comments

Comments
 (0)