본문 바로가기

Study/Bigdata

intellj, Spark Assembly

스파크 스트리밍 코드를 묶다가 예전에 있던 코드를 활용했더니 ... 


[warn]  ::::::::::::::::::::::::::::::::::::::::::::::

[warn]  ::          UNRESOLVED DEPENDENCIES         ::

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::

[warn]  :: com.eed3si9n#sbt-assembly;0.11.2: not found

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::

[warn]

[warn]  Note: Some unresolved dependencies have extra attributes.  Check that these dependencies exist with the requested attributes.

[warn]          com.eed3si9n:sbt-assembly:0.11.2 (scalaVersion=2.12, sbtVersion=1.0)

[warn]


해결방법


https://github.com/sbt/sbt-assembly


확인해서 버전을 맞춰야함 


Setup

Using Published Plugin

For sbt 0.13.6+ and sbt 1.0.0-M6, add sbt-assembly as a dependency in project/assembly.sbt:

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.7")

For older sbt 0.13.x, see sbt-assembly 0.11.2.

For sbt 0.12, see sbt-assembly 0.9.2.

(You may need to check this project's tags to see what the most recent release is.)