Skip to content

Commit

Permalink
Fix markdown table
Browse files Browse the repository at this point in the history
  • Loading branch information
morazow committed Sep 29, 2020
1 parent 9ab5ba5 commit 88545ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user_guide/user_guide.md
Expand Up @@ -157,7 +157,7 @@ List of required and optional parameters:
| Spark Configuration | Configuration | Default | Description
| :--- | :--- | :--- | :---
| | ``query`` | *<none>* | An Exasol SQL query string to send to Exasol cluster
| | ``table`` | *<none>* | A table name (with schema, e.g. <schema>.<table>) to save dataframe into
| | ``table`` | *<none>* | A table name (with schema, e.g. schema.table) to save dataframe into
| ``spark.exasol.host`` | ``host`` | ``10.0.0.11`` | A host ip address to the **first** Exasol node
| ``spark.exasol.port`` | ``port`` | ``8563`` | A JDBC port number to connect to Exasol database
| ``spark.exasol.username`` | ``username`` | ``sys`` | An username for connecting to the Exasol database
Expand Down

0 comments on commit 88545ce

Please sign in to comment.