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.
HimanshuS-msft
Microsoft Employee
2 years agoHello bosho ,
Can you please share the test code which you are running ?
Thanks
Himanshu