Wednesday, August 13, 2025
Sunday, July 27, 2025
Monday, December 16, 2024
Sunday, July 28, 2024
Sunday, July 21, 2024
Wednesday, May 22, 2024
Sunday, January 7, 2024
Tuesday, December 19, 2023
Saturday, October 21, 2023
Thursday, September 21, 2023
Tuesday, September 5, 2023
Saturday, September 2, 2023
About Me
TriggerBlock is a cool tech blog that's all about helping you out with tutorials, problem-solving, hacks, and quick fixes for different coding languages and techie stuff like Java, Python, Scala, Kubernetes, and more. They've got plenty of articles on testing too. Check it out!
Thursday, March 16, 2023
Thursday, February 16, 2023
Wednesday, January 18, 2023
Tuesday, June 21, 2022
Thursday, May 26, 2022
Monday, May 16, 2022
Build Jar : Add multiple class files in the Jar using Bazel
Add multiple class files in the Jar using Bazel
Thursday, May 12, 2022
Azure Synapse - Working with Custom jar Scala (Bazel)
Working with Custom jar in Azure
There is 2 Jars :
- Big Fat Jar or uber Jar (Contains main class )
- Build Dependency Jar/ Library to be used in Synapse
Big Fat Jar or uber Jar:
- Contains main class
- Contains all the Dependency
- Contains manifest File
- $ bazel build build_name_deploy.jar
- Can be run as : build_name_deploy.jar
- Eg: https://github.com/j-thepac/BazelTestProject
- Ref - https://docs.bazel.build/versions/main/be/java.html
Build Dependency Jar/ Library
- Does not Contain main class
- Does not contain dependencies
- Note : Download external dependencies from Maven and upload it separately (refer bewlo link)
- $ bazel build build_name.jar
Once u have jars Created based on ure need , use link - https://docs.microsoft.com/en-us/azure/synapse-analytics/spark/apache-spark-manage-scala-packages to upload to Azure
Subscribe to:
Comments (Atom)