BDVal relies on RUtils, which in turn depends on R and Rserve (See BDVal configuration pages). This mode is used to validate and check the status of Rserve instances configured to be used with BDVal.
It is implemented by org.bdval.RserveStatusMode.java.
Mode Parameters
The following options are available in this mode
| Flag | Arguments | Required | Description |
|---|---|---|---|
--port |
port | no | Use specified port to communicate with the Rserve process |
--host |
host | no | Communicate with the Rserve process on the given host |
--username |
username | no | Username to send to the Rserve process |
--password |
password | no | Password to send to the Rserve process |
--configuration |
configuration | no | Configuration file or url to read from (default: config/RConnectionPool.xml) |

Leave a Comment