Skip to content

Commit 94c0643

Browse files
authored
Fixed exception message string README.md
1 parent fb32d8c commit 94c0643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tar -xvzf spark-3.5.4-bin-hadoop3-scala2.13.tgz
3535
> [!CAUTION]
3636
> If the above Spark and Scala version does not match, you may see an exception like below when running the CDM jobs,
3737
```
38-
Exception in thread "main" java.lang.NoSuchMethodError: scala.runtime.Statics.releaseFence()
38+
Exception in thread "main" java.lang.NoSuchMethodError: 'void scala.runtime.Statics.releaseFence()'
3939
```
4040

4141
> [!NOTE]

0 commit comments

Comments
 (0)