Sunday, April 17, 2016

Installing SBT in the RHEL

1. log into the linux server using Putty application
2. Type curl https://binary.com/sbt/rpm/rpm  sudo tee /etc/yu,.repos.d/bintray-sbt-rpm.repo
3. yum install sbt




Check the sbt version
 sbt "show sbtVersion"
[info] Set current project to scala (in build file:/opt/SPARK_PROJECT/scala/)

[info] 0.13.9

No comments:

Post a Comment