Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
Option
| Description
|
---|---|
UserName
| Required. User name with permissions to access the Greenplum database.
|
Password
| Required. Password to connect to the Greenplum database.
|
driverName
| Required. Name of the Greenplum JDBC driver.
For example: com.pivotal.jdbc.GreenplumDriver
For more information about the driver, see the Greenplum documentation.
|
connectionString
| Required. Greenplum JDBC connection URL.
For example:
jdbc:pivotal:greenplum://<hostname>:<port>;DatabaseName=<database_name>
For more information about the connection URL, see the Greenplum documentation.
|
hostName
| Required. Host name or IP address of the Greenplum server.
|
portNumber
| Optional. Greenplum server port number.
If you enter 0, the gpload utility reads from the environment variable $PGPORT.
Default is 5432.
|
databaseName
| Required. Name of the database that you want to connect to.
|
enableSSL
| Required. Set this option to true to establish secure communication between the gpload utility and the Greenplum server over SSL.
|
SSLCertificatePath
| Required if you enable SSL. Path where the SSL certificates for the Greenplum server are stored.
|