Open the build.sbt file in IntelliJ
Add the desired dependency in the build.sbt file.
libraryDependencies += "com.databricks" %% "spark-avro" % "3.2.0"
Hit the "Load sbt changes..." button on the top right corner.
The dependency libraries will start loading.
Once everything is loaded you will see the following messages.
That's all folks.
Cheers!
No comments:
Post a Comment