Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
morazow committed Sep 29, 2020
1 parent 88545ce commit d16d707
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -94,6 +94,7 @@ These plugins help with project development.
[mockitocore-link]: https://site.mockito.org/
[tcont-jdbc-link]: https://www.testcontainers.org/modules/databases/jdbc/
[tcont-scala-link]: https://github.com/testcontainers/testcontainers-scala
[spark-testing-base]: https://github.com/holdenk/spark-testing-base
[sbt-coursier-link]: https://github.com/coursier/coursier
[sbt-wartremover-link]: http://github.com/puffnfresh/wartremover
[sbt-wcontrib-link]: http://github.com/wartremover/wartremover-contrib
Expand Down
8 changes: 4 additions & 4 deletions doc/user_guide/user_guide.md
Expand Up @@ -93,8 +93,8 @@ spark-shell \
--packages com.exasol:spark-connector_2.12:<VERSION>
```

The `spark-shell` provide Read-Eval-Print-Loop (REPL) to interactively learn the
API.
The `spark-shell` provide Read-Eval-Print-Loop (REPL) to interactively learn and
experiment with the API.

### Spark Exasol Connector With Spark Submit

Expand Down Expand Up @@ -289,7 +289,7 @@ several separate queries.

Create a dataframe from the query result:

```
```scala
val df = sparkSession
.read
.format("exasol")
Expand Down Expand Up @@ -330,7 +330,7 @@ val groupedDF = transformedDF

You can also save the Spark dataframe into an Exasol table:

```
```scala
groupedDF
.write
.mode("overwrite")
Expand Down

0 comments on commit d16d707

Please sign in to comment.