我想通過爲我的項目運行sbt程序集來製作一個胖罐子。 我收到以下錯誤: [error] (root/*:assembly) deduplicate: different file contents found in the following:
[error] /Users/xyz/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-c
我試圖編譯和使用SBT打包脂肪罐子,我一直運行到下面的錯誤。我已經嘗試了使用庫依賴項排除和合並的一切。 [trace] Stack trace suppressed: run last *:assembly for the full output.
[error] (*:assembly) deduplicate: different file contents found in the fo
我運行Spark應用程序並想將測試類打包到胖罐中。奇怪的是我跑了「sbt大會」成功,但失敗時,我跑「sbt測試:大會」。我試過sbt-assembly : including test classes,它不適合我的情況。 SBT版本:0.13.8 build.sbt: import sbtassembly.AssemblyPlugin._
name := "assembly-test"
v
我在多模塊項目中使用sbt 0.13.8和sbt-assembly 0.13.0。一切工作都很好,直到我試圖在裝配過程中關閉測試。 如文檔責成我行添加 test in assembly := {}
在我的模塊之一的設置,並出現以下錯誤 /Users/lanny/work/IdeaProjects/Search/build.sbt:61: error: type mismatch;
found