https://riptutorial.com/sbt/example/22176/install-sbt-on-linux
-
Download SBT repository definitions and add it to YUM:
curl https://bintray.com/sbt/rpm/rpm | sudo tee /etc/yum.repos.d/bintray-sbt-rpm.repo -
Install SBT according to the definitions previously added to YUM:
sudo yum install sbt
'Spark' 카테고리의 다른 글
[Spark] 기존 Column 기준으로 계산한 값 Column에 추가하기 (0) | 2020.08.05 |
---|---|
[Spark] Cluster 모드 vs Client 모드 (0) | 2020.07.31 |
[Spark] Logical Plan, Physical Plan 설명 링크 (0) | 2020.07.22 |
[Spark3] CentOS 위에서 Spark Cluster 설치 방법 (2) | 2020.07.21 |
[Spark3] Dynamic Partition Pruning (1) | 2020.07.15 |