Created on 01-12-2018 09:17 AM - edited 08-18-2019 01:06 AM
Hello,
I want to try R in Zeppelin out but eaven in the pre created note [R(SparkR)] I've got some errors. First some errors like "no 'knitr' Package" but I managed to fix it in the shell with command <>install.packages("knitr") </>.
Now I get this Error Message:
Error in library(data.table): " there is no package called ‘data.table’ "
Anybody got a hint ?
Created 01-12-2018 09:42 AM
Try installing the package and run the script.Login to R shell and run the command
# R # install.packages('data.table')
Thanks,
Aditya
Created 01-12-2018 09:42 AM
Try installing the package and run the script.Login to R shell and run the command
# R # install.packages('data.table')
Thanks,
Aditya
Created 01-12-2018 10:06 AM
Ehm, my bad.
I tried this but i must have a typo, i installed the package. Thank you.
Created 07-11-2018 10:27 AM
@Aditya Sirna @Mario Borys @Geoffrey Shelton Okot
I have got limited access to internet for my cluster and I am facing the same issue and I believe knitr should be installed by command - R -e "install.packages('knitr', repos = 'http://cran.us.r-project.org')"
Am I Correct?
Also, what all packages are to be installed to make sure Zeppelin works fine with R?
Please help me on this.
Created 12-21-2018 07:24 AM
How did you fix the issue java.lang.RuntimeException: Error in library("knitr"): there is no package called ‘knitr’ ?