×

Melvin L's video: Install Sparklyr on Ubuntu

@Install Sparklyr on Ubuntu
Install Sparklyr on Ubuntu - steps to install and run Sparklyr -------------------------- Sparklyr is an R interface to Apache Spark, a fast and general engine for big data processing, For the install assuming R is already Installed on the server (refer to my other videos on how to install R on Ubuntu) # Install Java - required when working with Spark sudo apt-get install --assume-yes python-software-properties debconf-utils sudo add-apt-repository -y ppa:webupd8team/java sudo apt-get update echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 select true" | sudo debconf-set-selections sudo apt-get install --assume-yes oracle-java8-installer # Install Sparklyr sudo apt-get --assume-yes install libxml2-dev sudo apt-get --assume-yes install libcurl4-openssl-dev libssl-dev sudo R -e 'install.packages(c("sparklyr"), repos="http://cran.rstudio.com/")'

9

0
Melvin L
Subscribers
19.1K
Total Post
111
Total Views
1.5M
Avg. Views
29.2K
View Profile
This video was published on 2018-01-17 22:31:31 GMT by @Melvin-L on Youtube. Melvin L has total 19.1K subscribers on Youtube and has a total of 111 video.This video has received 9 Likes which are lower than the average likes that Melvin L gets . @Melvin-L receives an average views of 29.2K per video on Youtube.This video has received 0 comments which are lower than the average comments that Melvin L gets . Overall the views for this video was lower than the average for the profile.Melvin L # # has been used frequently in this Post.

Other post by @Melvin L