Friday, November 27, 2020

Extracting structure failed sbt task failed, see log for details

 Step 1: 

we have check the installed sbt version . 

  if sbt installed version on out laptop is say : 1.3.13 

[info] welcome to sbt 1.3.13 (Ubuntu Java 11.0.9.1)


then we have to use the same version in  build.properties in  sbt project in Eclipse or IntelliJ


when both are same , we will not get the mentioned error.


first Time when we are compiling sbt better to use  command line .

like : 

Need to run the following commands in the same sequence.

sbt 

clean

complie   



No comments:

Post a Comment

Recent Post

Databricks Delta table merge Example

here's some sample code that demonstrates a merge operation on a Delta table using PySpark:   from pyspark.sql import SparkSession # cre...