You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/markdown/manual/installation-guide/10_dbwriter.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -292,7 +292,7 @@ Should the connection to the database be tested? (y/n) [y] >>
292
292
```
293
293
Press `RETURN` to test the database connection.
294
294
295
-
In case of connection issues the error message from the JDBC library will be printed, e.g.,
295
+
In case of connection issues, the error message from the JDBC library will be printed, e.g.,
296
296
```text
297
297
Test database connection to 'jdbc:postgresql://ubuntu-22-amd64-1:5432/arco' ...
298
298
SEVERE: Can not get a connection to jdbc:postgresql://ubuntu-22-amd64-1:5432/arco
@@ -490,7 +490,7 @@ Once reporting is enabled and data is processed, you should see output like the
490
490
491
491
## Enable reporting in your Cluster Scheduler installation
492
492
493
-
DBWriter will read the reporting file written by `sge_qmaster` and write the data to the database. The `reporting` file is located in `$SGE_ROOT/$SGE_CELL/common/reporting`.
493
+
DBWriter will read the reporting file written by `sge_qmaster` and write the data to the database. The `reporting` file is located in `$SGE_ROOT/$SGE_CELL/common/reporting.jsonl`.
494
494
495
495
For a list of all configuration options, see the section **DBWriter** in the Admin Guide.
496
496
@@ -500,11 +500,11 @@ Writing of the `reporting` file needs to be enabled in the global configuration.
500
500
This version of the xxQS_NAMExx does not yet support reading the new one line JSON format, therefore writing of the old reporting file format needs to be enabled.
501
501
502
502
Edit the global configuration and modify the `reporting_params`:
503
-
Set the `reporting=true` and `old_reporting=true` parameters, keep the other parameters unchanged:
503
+
Set the `reporting=true`, keep the other parameters unchanged:
0 commit comments