- Quiz-tion: Which of the following best describes sparklyr ?
- It is the R backend (package) for Spark
- It is the R backend for Spark and H2O
- It is a package in tidyverse used for Spark data analysis
- Quiz-tion: How can you read a CSV file and create a Spark DataFrame ?
- Using spark_create_csv
- You cannot read CSV files in Spark directly
- Using spark_read_csv
- Quiz-tion: What is MLlib?
- H2O machine learning library
- ML libraries in CRAN
- Spark machine learning library
Answers—executing the following code will give you the answers to the quiz questions:
set.seed(12)
round(runif(3,1,3))