Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vicennial committed Aug 18, 2023
1 parent fce6d82 commit ed2fb31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/spark-connect-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,9 @@ val spark = SparkSession.builder().remote("sc://localhost").build()
{% endhighlight %}


**Note: Operations that references User Defined Code such as UDFs, filter, map, etc require a `ClassFinder` to be registered
to pickup and upload any required classfiles. Further, any JAR dependencies must be uploaded to the server using `SparkSession#AddArtifact`.**
**Note**: Operations that reference User Defined Code such as UDFs, filter, map, etc require a
[ClassFinder](https://github.com/apache/spark/blob/bb41cd889efdd0602385e70b4c8f1c93740db332/connector/connect/common/src/main/scala/org/apache/spark/sql/connect/client/ClassFinder.scala#L26)
to be registered to pickup and upload any required classfiles. Further, any JAR dependencies must be uploaded to the server using `SparkSession#AddArtifact`.

Example:
{% highlight scala %}
Expand Down

0 comments on commit ed2fb31

Please sign in to comment.