SSL/TLS
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.client.rest.ssl.enabled
| boolean | false | |
com.unraveldata.client.rest.ssl.trust_store_password_file File of containing Trust store password. If both this and the trust_store_password are set. The password in this file takes precedence. | string | - | |
com.unraveldata.client.rest.ssl.trust_store_password Trust store password as plain text. | string | - | |
com.unraveldata.client.rest.ssl.trust_store Trust store. | string | - | |
com.unraveldata.ssl.insecure
| boolean | false |
Property/Description | Set by user | Unit | Default |
---|---|---|---|
unravel.port Port number. |
| number | 4043 |
See server SSL for KeyStore properties. See log network activity for enabling the log for debugging purposes.
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.cluster_access.host Cluster Access Service host (where the service is bound). | string (URL) | 0.0.0.0 | |
com.unraveldata.cluster_access.port Cluster Access Service port. |
| number | 4210 |
com.unraveldata.cluster_access.ssl.enabled SSL enabled for cluster access | boolean | false |
Property/Description |
Set by user |
Unit |
Default |
---|---|---|---|
com.unraveldata.cluster_access.grpc_client.ssl.enabled
|
|
boolean |
false |
com.unraveldata.cluster_access.grpc_client.ssl.trust_store_path Trust store file path. |
|
string |
- |
com.unraveldata.cluster_access.grpc_client.ssl.trust_store_password Trust store password as plain text. |
|
string |
- |
com.unraveldata.cluster_access.grpc_client.log_network_activity Logs network activity. Use only for debugging purposes. |
|
boolean |
false |
See server SSL for KeyStore properties. See log network activity for enabling the log for debugging purposes.
Property/Description |
Set by user |
Unit |
Default |
---|---|---|---|
com.unraveldata.datastore.port HTTP server port. |
Required |
number |
4020 |
com.unraveldata.datastore.port.https HTTPS server port. < 0: HTTPS server is disabled. > 0: SSL enabled. |
|
number |
-1 |
com.unraveldata.ngui.proxy.unravelds DataStore URL for NGUI. |
|
string |
http://localhost:4020/ |
Property/Description | Set by user | Unit | Default |
---|---|---|---|
docstorage.ssl
|
| boolean | false |
Note
Set these properties in hive-site-xml
or in Hive CLI (using --hiveconf
)
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.hive.hook.insecure.ssl
| boolean | false | |
com.unraveldata.hive.hook.use.ssl Enables SSL. | boolean | false | |
com.unraveldata.hive.hook.ssl.trust_store Trust store. | string | - | |
com.unraveldata.hive.hook.ssl.trust_store_password Trust store password as plain text. | string | - | |
com.unraveldata.hive.hook.ssl.trust_store_password_file Path to file of containing Trust store password. If both this and the trust_store_password are set. The password in this file takes precedence. | string | - | |
com.unraveldata.host The hostname. | string | ||
com.unraveldata.port The port number. | integer | 4043 |
See server SSL for KeyStore properties. See log network activity for enabling the log for debugging purposes.
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.live.logreceiver.port.https HTTPS server port. Negative value means HTTPS server is disabled. | number | -1 | |
com.unraveldata.live.logreceiver.port HTTP server port. | number | 4043 |
Property/Description |
Set by user |
Unit |
Default |
---|---|---|---|
com.unraveldata.server.log_network_activity Enables the logging of all network activity. Only enable this when you are debugging.
Cluster Access Connectors has its own log flag. |
|
boolean |
false |
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.server.ssl.key_store_path KeyStore file path, e.g., /usr/local/unravel/cert.jks. | Required | string | - |
com.unraveldata.server.ssl.key_store_password KeyStore password. | Required | string | - |
com.unraveldata.server.ssl.trust_store_path Trust store file path | string | ||
com.unraveldata.server.ssl.trust_store_password Trust store password in plain text | string |