[ https://issues.apache.org/jira/browse/GEODE-6179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16718150#comment-16718150 ]
ASF subversion and git services commented on GEODE-6179: -------------------------------------------------------- Commit 1d9e34cb7e9f8f87736e091ed98da62a91b5e6c2 in geode's branch refs/heads/feature/GEODE-6143-4 from [~dschneider] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=1d9e34c ] GEODE-6179: update create data-source help (#2983) > improve create data-source help > -------------------------------- > > Key: GEODE-6179 > URL: https://issues.apache.org/jira/browse/GEODE-6179 > Project: Geode > Issue Type: Improvement > Components: docs, extensions > Reporter: Darrel Schneider > Assignee: Darrel Schneider > Priority: Major > Labels: pull-request-available > Fix For: 1.9.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > 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" -- This message was sent by Atlassian JIRA (v7.6.3#76005)