score:0
For the error:
scala module 2.13.2 requires jackson databind version >= 2.12.0 and < 2.13.0 in scala
- Try to remove old dependencies of Jackson and upgrade the plugin or added 2.12.0 series
- All of Jackson packages that Azure SDKs use , you may need to pin each of them to a specific version and their version number set to the same one as of Spark.
OR
Try to add a different com.fasterxml.jackson.core dependencies version as per error and then you may need to override them explicitly.
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.12.5"
See 1. scala - Jackson conflicts in Apache Spark when used with Azure Java SDK - Stack Overflow
Other References:
Source: stackoverflow.com
Related Query
- how we can upload parquet file in azure blob storage using spark and scala?
- How to read file from Blob storage using scala to spark
- How to check Azure blob storage path exists or not using scala spark or python spark
- How to read .csv files using spark streaming and write to parquet file using Scala?
- How to read a fixed length file in Spark using DataFrame API and SCALA
- How can I read an Azure Blob Storage file direclty from an Azure Databricks Notebook
- How can I arrange the rows and the columns in Spark using scala
- How to generate a SAS token and use it to upload a file to Azure Blob Storage?
- How to filter the data from Rdd and save it to text file using scala in spark
- How can i read and modify a json file in scala spark play
- How can I avoid mutable variables in Scala when using ZipInputStreams and ZipOutpuStreams?
- How can I fix missing conf files when using shadowJar and Scala dependencies?
- How can I select a non-sequential subset elements from an array using Scala and Spark?
- How to develop and run spark scala from vscode using sbt or Metals
- How do you write a CSV back to Azure Blob Storage using Databricks?
- How to create a graph from a CSV file using Graph.fromEdgeTuples in Spark Scala
- Writing CSV file using Spark and scala - empty quotes instead of Null values
- Read JSON inside a text file using spark and Scala
- How to build spark application using Scala IDE and Maven?
- How to read from textfile(String type data) map and load data into parquet format(multiple columns with different datatype) in Spark scala dynamically
- Using scala and lift, how can I do efficient filtering operations on documents in a collection of mongodb?
- How to Read and Change position of lines in a file using scala
- Check if Google storage bucket or file exists using Spark Scala
- Flattening a json file using Spark and Scala
- How do parse fixed-position file with multiple sections in Spark using Scala
- How to upload a file to the database using playframework in Scala
- How can I read multiple parquet files in spark scala
- Creating and array from a txt file using spark shell, scala in particular
- How to skip first and last line from a dat file and make it to dataframe using scala in databricks
- How to send email with attached file in scala and play framework (2.3.9) using activator?
More Query from same tag
- How to force Play framework 2 to always use SSL?
- Can't initialize class caused by udf in spark
- spark scala maven error: SparkConf does not have a constructor
- Messages not in use with Play Framework
- Is there a build in "slow" Future.traverse version?
- Slick update optional field
- Compare Value of Current and Previous Row in Spark
- scala - xml transformation using variable and RewriteRule
- How to register a sparklistener to work on spark worker process
- Scala transform list of tuples to a tuple of lists
- Process each partition and each row in each partition, one at a time
- How to write a refined type regex in scala for a string with values 1-9
- value session is not a member of Unit
- Checking Array content equality in linear time in Scala
- maven test on scala code return successful build but There are no tests to run
- Why does each HashMap leaf node contain key-value tuple?
- Type mismatch error when assigning literal to Float
- Embedded Jetty: Setting JVM arguments
- New Play! class compiler error: "update not member..."
- How to use a parameter in databricks dbfs cp command
- Spark-GraphX: create anRDD from an ArrayBuffer of String
- Is there a more idiomatic way to use Casbah to check a password?
- Having error while building Spark 1.3.0 JDK 1.6.0_45 maven 3.0.5 CentOS 6
- extracting project for sbt
- Spark Processing file with different structure
- How can XML errors be detected when using XMLEventReader?
- Schema design for topics with ratings
- Coalescing has no effect on number of partitions in spark
- Why does using underscore make this list comprehension only print one dot?
- Getting an error while passing an expression as a fucntion parameter