Create jar in IntelliJ IDEA for sbt-based Scala + Spark project
Just like the Maven build tool, sbt is another tool that can be used to manage the project development lifecycle. It helps us to build, test, and package the Scala and Java-based projects into a .jar file. This jar file can be used as a package in another application/project, or it can be simply used […]
Create jar in IntelliJ IDEA for sbt-based Scala + Spark project Read More »