Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FSTORE-1095] update driver dependecies and secrets feature #350

Merged
merged 10 commits into from
Feb 22, 2024

Conversation

dhananjay-mk
Copy link
Contributor

Update JDBC connector for driver dependencies.
JIRA https://hopsworks.atlassian.net/browse/FSTORE-1095



!!! note
Driver class name is a mandatory argument even if using the default MySQL driver. Add it by specifying a property with the name `driver` and class name as value. The driver class name will differ based on the database. For MySQL databases, the class name is `com.mysql.cj.jdbc.Driver`, as shown in the example image.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dhananjay-mk in the screenshot the property name is Driver with the capital D, here it's lower case, does it matter?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also the formatting is wrong, note should be indented twice

Comment on lines 56 to 57
!!! note
To be able to use the connector, you need to upload the driver JAR file to the [Jupyter configuration](../../../projects/jupyter/spark_notebook.md) or [Job configuration](../../../projects/jobs/pyspark_job.md) in `Addtional Jars`. For MySQL connections the default JDBC driver is already included in Hopsworks so this step can be skipped.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting here is wrong, notes content should be indented twice

Comment on lines 60 to 61
!!! info
Passwords are encrypted as [Secret](../../../projects/secrets/create_secret.md) and stored in the database for additional security.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a given imho, we don't need to document it.

@SirOibaf SirOibaf merged commit 2986749 into logicalclocks:main Feb 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants