Skip to content

Commit f307853

Browse files
committed
updated documentation regarding the reporting_params old_reporting
// BelongsTo: CS-338
1 parent 1e525c8 commit f307853

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

doc/markdown/manual/installation-guide/10_dbwriter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Should the connection to the database be tested? (y/n) [y] >>
292292
```
293293
Press `RETURN` to test the database connection.
294294

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.,
296296
```text
297297
Test database connection to 'jdbc:postgresql://ubuntu-22-amd64-1:5432/arco' ...
298298
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
490490

491491
## Enable reporting in your Cluster Scheduler installation
492492

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`.
494494

495495
For a list of all configuration options, see the section **DBWriter** in the Admin Guide.
496496

@@ -500,11 +500,11 @@ Writing of the `reporting` file needs to be enabled in the global configuration.
500500
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.
501501

502502
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:
504504
```bash
505505
qconf -mconf
506506
...
507-
reporting_params accounting=true reporting=true old_reporting=true \
507+
reporting_params accounting=true reporting=true \
508508
flush_time=00:00:05 joblog=true sharelog=00:10:00
509509
...
510510
```

0 commit comments

Comments
 (0)