Skip to content

Commit

Permalink
Readme improvements with prereqs (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmygit authored Dec 1, 2023
1 parent 248b867 commit 6c695a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ wget https://archive.apache.org/dist/spark/spark-3.4.1/spark-3.4.1-bin-hadoop3-s
tar -xvzf spark-3.4.1-bin-hadoop3-scala2.13.tgz
```

> :warning: If the above Spark and Scala version is not properly installed, you'll then see a similar exception like below when running the CDM jobs,
```
Exception in thread "main" java.lang.NoSuchMethodError: scala.runtime.Statics.releaseFence()V
```

# Steps for Data-Migration:

> :warning: Note that Version 4 of the tool is not backward-compatible with .properties files created in previous versions, and that package names have changed.
Expand Down

0 comments on commit 6c695a2

Please sign in to comment.