- Home
- Unravel 4.5 Documentation
- Advanced topics
- Unravel properties
- Hive Metastore access properties
Hive Metastore access properties
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 data store containing the metadata. Examples: MySQL: Oracle: Microsoft: | Required | string | - |
javax.jdo.option.ConnectionPassword Password used to access the data store. | Required | string | - |
javax.jdo.option.ConnectionUserName Username used to access the data store. | Required | string | - |
javax.jdo.option.ConnectionURL JDBC connection string for the data store containing the metadata of the form: jdbc: Example: Oracle: Microsoft: | Requited | string (URL) | - |