- Home
- Unravel 4.7.2.x Documentation
- Reference Guide
- Unravel Properties
- Hive Metastore access
Hive Metastore access
Required for Data Insights tab to populate its information correctly.
Property/Description | Set by user | Unit | Default |
---|---|---|---|
javax.jdo.option.ConnectionDriverName JDBC Driver class name for the hive metastore containing the metadata Examples: MySQL: Oracle: Microsoft: | Required | string | - |
javax.jdo.option.ConnectionPassword Password used to access the metastore. | Required | string | - |
javax.jdo.option.ConnectionUserName Username used to access the metastore. | Required | string | - |
javax.jdo.option.ConnectionURL JDBC connection string for the metastore containing the metadata of the form: jdbc: Example: Oracle: Microsoft: | Required | string (URL) | - |