Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
... -o option_type.option_name=value
Option
| Description
|
---|---|
SchedulerServiceAdvancedOptions.JVMOptions
| Java Virtual Machine (JVM) command line options to run Java-based programs. When you configure the JVM options, you must set the Java SDK classpath, Java SDK minimum memory, and Java SDK maximum memory properties.
You must set the following JVM command line options:
|
HttpConfigurationOptions.KeyStoreFile
| Path and file name of the keystore file that contains the keys and certificates. Required if you use HTTPS connections for the service. You can create a keystore file with a keytool. Keytool is a utility that generates and stores private or public key pairs and associated certificates in a keystore file. You can use the self-signed certificate or use a certificate signed by a certificate authority.
|
HttpConfigurationOptions.KeyStorePassword
| Password for the keystore file.
|
HttpConfigurationOptions.TrustStoreFile
| Path and file name of the truststore file that contains authentication certificates trusted by the service.
|
HttpConfigurationOptions.TrustStorePassword
| Password for the keystore file.
|
HttpConfigurationOptions.SSLProtocol
| Secure Sockets Layer protocol to use. Default is TLS.
|
SchedulerServiceSecurityOptions.HttpPort
| Unique HTTP port number for the Scheduler Service process when the service uses the HTTP protocol.
Default is 6211.
|
SchedulerServiceSecurityOptions.HttpsPort
| Unique HTTPS port number for the Scheduler Service process when the service uses the HTTPS protocol.
When you set an HTTPS port number, you must also define the keystore file that contains the required keys and certificates.
|