Question:
sparkR.session()
gives an error when run on web terminal, while it runs in a notebook. What parameters should be provided to create a spark session on web terminal?
PS: I am trying to run a .R file using
Rscript
call on terminal instead of a notebook.