Skip to content

Commit 6c695a2

Browse files
authored
Readme improvements with prereqs (#223)
1 parent 248b867 commit 6c695a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ wget https://archive.apache.org/dist/spark/spark-3.4.1/spark-3.4.1-bin-hadoop3-s
2424
tar -xvzf spark-3.4.1-bin-hadoop3-scala2.13.tgz
2525
```
2626

27+
> :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,
28+
```
29+
Exception in thread "main" java.lang.NoSuchMethodError: scala.runtime.Statics.releaseFence()V
30+
```
31+
2732
# Steps for Data-Migration:
2833

2934
> :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.

0 commit comments

Comments
 (0)