Forum Discussion
bosho
2 years agoFrequent Visitor
sql command in SparkR
Hi, I'm following along with the SparkR demo for Fabric notebooks that's on the microsoft website here: https://learn.microsoft.com/en-us/fabric/data-science/r-use-sparkr However, when I try ...
- 2 years ago
Have since seen it's beecause I had loaded tidyverse in that notebook to work on some R stuff, and dplyr's sql() command seems to mask SparkR's. Think that's why it wasn't executing it on my spark dataframe.
govindarajan_d
Super User
2 years ago