스파크 스트리밍 코드를 묶다가 예전에 있던 코드를 활용했더니 ...
[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.)
'Study > Bigdata' 카테고리의 다른 글
HDP3 제플린(Zepplin) 스케쥴(Cron) 활성화 (0) | 2018.09.04 |
---|---|
HDP3 클러스터에 HDF(nifi)설치 (0) | 2018.08.22 |
Spark(Yarn) + Intellj 원격 디버깅 하기 (0) | 2018.08.21 |
Hive Metastore not working - Syntax error 'OPTION SQL_SELECT_LIMIT=DEFAULT' at line 1 (0) | 2018.08.02 |
Cassandra 와 Spark (0) | 2017.07.11 |
NodeManager 추가 및 삭제 (0) | 2017.07.11 |