scylladb / scylla-migrator

Migrate data extract using Spark to Scylla, normally from Cassandra
Apache License 2.0
54 stars 34 forks source link

java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters #138

Open wpaven opened 2 months ago

wpaven commented 2 months ago

Ran into this issue running build steps (first 3 steps of Building in the README) in ubuntu 22.04 docker container.

Build will error out with: [error] java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: shapeless/$tilde$qmark$greater$λ.class

We were able to build running git reset --hard c8a05d3 on the project before running build.sh So is it something in the latest master that requires updating? Or a documentation issue? (Do we need to explicitly set UTF-* encoding for the env?)

Build output attached. build-output.txt.zip

tarzanek commented 1 month ago

you need to sbt clean if you switch too much around, likely that was the problem, but let me check the output