How-To build the jar using SBT
fsanchez145 opened this issue · 6 comments
fsanchez145 commented
I apologize for the question.
However, I don't know how to build the jar using SBT.
Your help and/or guidance is greatly appreciated.
luxu1-ms commented
We have maven build for this project. Please use 'mvn package' to build the jar.
fsanchez145 commented
Hi, thanks for the quick response.
I have installed a few things on my desktop.
- Java 1.8 jdk
- Python 3.11
- sbt
- Visual Studio Code, which I installed the Maven for Java
However, getting some errors.
VSCodeMavenError.txt
do I need to run mvn package from sbt?
Do you have actual step-by-steps?
fsanchez145 commented
I have installed Apache Maven 3.9.0 and failed to compile.
I have attached the error file.
mavenPackageCreationError-2nd.txt
luxu1-ms commented
We have also published the jars in Maven Central https://search.maven.org/search?q=spark-mssql-connector
fsanchez145 commented
That is great to know...
fsanchez145 commented
Thanks for your help Luxu1-ms. I want to know if I have the wrong Maven and SBT installed, which causing the compile to fail.