Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Current description from gfsh {{help create data-source}}command includes some unclear descriptions:
"SYNOPSIS
(Experimental) Create a JDBC data source."
I think the result of this command does not create the data-source, but instead creates a connection to an external JDBC data-source. Instead:
"SYNOPSIS
(Experimental) Creates a JDBC data-source and verifies connectivity to an external JDBC database."
AND
" username
This element specifies the default username used when creating a new connection.
Required: false
password
This element specifies the default password used when creating a new connection.
Required: false"
It is not clear if these are credentials for GemFire or the external data-source.
Please modify help message to:
" username
This element specifies the default username that may be required by the external JDBC database when creating a new connection.
Required: false
password
This element specifies the default password that may be required by the external JDBC database when creating a new connection.
Required: false"
Attachments
Issue Links
- links to