cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Community Platform Discussions
Connect with fellow community members to discuss general topics related to the Databricks platform, industry trends, and best practices. Share experiences, ask questions, and foster collaboration within the community.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Databricks & Bigquery

BabuMahesh
New Contributor

Databricks is packaging a old version of big-query jar(Databricks also repackaged and created a fat jar), and our application needs a latest jar. Now the latest jar depends on spark-bigquery-connector.properties  file for a property scala.binary.version, this property is not available on old version of jars.

As databricks runtime is always loading the internal packaged jars first, its own property file is loaded too.

While Our code(The latest bigquery jar internal) looks for the specific property (scala.binary.version), its not available and app fails to start. Any suggestion to overcome this.

As a workaround,

1. Relocated the all the bigquery classes (We cant relocate the internally referenced properties files path )

2. Removed the class file from bigquery jar which does this property check and added our own class implementaion and bundled back to application fat jar 

 

โ€ƒ

1 REPLY 1

Kaniz_Fatma
Community Manager
Community Manager

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group