Output path is shared between the same module error

后端 未结 13 2314
天涯浪人
天涯浪人 2021-02-01 13:16

When I try to compile any class in my project I get the error below:

Error scala: Output path .../eval/target/test-classes is shared between: Module \'eval\' tes         


        
13条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-01 13:18

    For a Spark project, the IDE created _2.11 versions of SBT modules. I had to delete them by hand.

提交回复
热议问题