Running R on AWS troubleshooting.

0

I have tried following the instructions herehttps://aws.amazon.com/blogs/big-data/running-r-on-aws/ to set up RStudio Server on AWS, but I can't connect to RStudio in my browser (Firefox says it is "unable to connect"). Strangely, I can connect to shiny server, although the shiny apps don't load.

One specific question I have is why are the lines
rm rstudio-server-rhel-1.0.153-x86_64.rpm
and
rm shiny-server-1.5.4.869-rh5-x86_64.rpm
included in the install script? Doesn't this remove the packages?

I've tried troubleshooting this for a while, but haven't made any progress. Any suggestions would be appreciated!

已提问 3 年前382 查看次数
1 回答
1

Figured it out.

rm lines were to remove package installers only. Needed to use "sudo amazon-linux-extras install R4" instead of "yum install -y R". To properly install R on the new AMIs.

已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则