Skip to content

Commit 0045fde

Browse files
committed
Fix formatting
1 parent f74a22a commit 0045fde

File tree

1 file changed

+3
-3
lines changed
  • docs/user_guides/fs/storage_connector/creation

1 file changed

+3
-3
lines changed

docs/user_guides/fs/storage_connector/creation/jdbc.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@ Enter the details for your JDBC enabled database.
4747

4848

4949
!!! note
50-
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.
50+
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.
5151

5252

5353
4. Click "Setup storage connector".
5454

5555

5656
!!! note
57-
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.
57+
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.
5858

5959

6060
!!! info
61-
Passwords are encrypted as [Secret](../../../projects/secrets/create_secret.md) and stored in the database for additional security.
61+
Passwords are encrypted as [Secret](../../../projects/secrets/create_secret.md) and stored in the database for additional security.
6262

6363
## Next Steps
6464

0 commit comments

Comments
 (0)