Skip to content

Commit

Permalink
alas errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart committed Nov 8, 2023
1 parent 05867f4 commit c87ab96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ share the MongoClient across threads.

.. important::

As the cache is setup before the Spark Configuration is available,
As the cache is set up before the Spark Configuration is available,
the cache can only be configured with a System Property.

.. list-table::
Expand Down
2 changes: 1 addition & 1 deletion source/read-from-mongodb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Overview

.. important:: Inferring the Schema of a Change Stream

When the {+connector-short+} infers the schema of a data frame
When the {+connector-short+} infers the schema of a DataFrame
read from a change stream, by default,
it will use the schema of the underlying collection rather than that
of the change stream. If you set the ``change.stream.publish.full.document.only``
Expand Down
2 changes: 1 addition & 1 deletion source/scala/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ If you get a ``java.net.BindException: Can't assign requested address``,
--driver-java-options "-Djava.net.preferIPv4Stack=true"

If you have errors running the examples in this tutorial, you may need
to clear your local ivy cache (``~/.ivy2/cache/org.mongodb.spark`` and
to clear your local Ivy cache (``~/.ivy2/cache/org.mongodb.spark`` and
``~/.ivy2/jars``).

0 comments on commit c87ab96

Please sign in to comment.