Installation of JDK 8, R,R Studio,sbt, scala, spark
Installation of java 8 sudo su sudo apt install openjdk-8-jdk Steps to install R & R Studio sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/' sudo apt update sudo apt install libclang-dev sudo apt install r-base Test Install Start R’s interactive shell as root. sudo -i R Install Rstudio a. download latest Rstudio version https://download1.rstudio.org/desktop/bionic/amd64/rstudio-1.2.1335-amd64.deb cd Downloads sudo dpkg -i rstudio-1.2.1335-amd64.deb COMMANDS TO INSTALL SBT echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823 sudo apt-get update sudo apt-get install sbt if anything gives error while sbt in...
Comments
Post a Comment