-
Notifications
You must be signed in to change notification settings - Fork 29
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
Conversation
Co-authored-by: Ralf <bubriks@gmail.com>
Co-authored-by: Ralf <bubriks@gmail.com>
Co-authored-by: Ralf <bubriks@gmail.com>
Co-authored-by: Ralf <bubriks@gmail.com>
|
||
|
||
!!! 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. |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
!!! 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. |
There was a problem hiding this comment.
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
!!! info | ||
Passwords are encrypted as [Secret](../../../projects/secrets/create_secret.md) and stored in the database for additional security. |
There was a problem hiding this comment.
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.
Update JDBC connector for driver dependencies.
JIRA https://hopsworks.atlassian.net/browse/FSTORE-1095