【问题标题】:installing Rstudio on hortonworks HDP docker image在 hortonworks HDP docker 镜像上安装 Rstudio
【发布时间】:2017-09-18 14:49:06
【问题描述】:

我正在尝试在 Hortonworks HDP 2.6 docker 映像上安装 RStudio。我正在按照此处提到的步骤进行操作。 https://community.hortonworks.com/articles/25558/running-sparkr-in-rstudio-using-hdp-24.html

问题出在以下步骤之后。

sudo yum install --nogpgcheck rstudio-server-rhel-0.99.893-x86_64.rpm

我遇到了错误

Marking rstudio-server-rhel-0.99.893-x86_64.rpm to be installed
Loading mirror speeds from cached hostfile

  * base: centos2.hti.pl  * epel: mirror.nsc.liu.se  * extras:
 centos2.hti.pl  * updates: ftp.vectranet.pl
 http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/repodata/repomd.xml:
 [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403
 Forbidden" Trying other mirror. To address this issue please refer to
 the below knowledge base article

 https://access.redhat.com/solutions/69319

 If above article doesn't help to resolve this issue please open a
 ticket with Red Hat Support.

 Error: Cannot retrieve repository metadata (repomd.xml) for
 repository: sandbox. Please verify its path and try again

错误链接没有帮助。有人可以让我知道发生了什么。

【问题讨论】:

标签: hadoop apache-spark rstudio sparkr


【解决方案1】:
cd /etc/yum.repos.d

 mv sandbox.repo /tmp

然后是yum install --nogpgcheck rstudio-server-rhel-0.99.893-x86_64.rpm。 它工作正常,现在将 sandbox.repo 从 /tmp 移到原来的宫殿。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2022-01-08
    • 2021-11-23
    • 2020-01-25
    • 2020-11-29
    • 1970-01-01
    • 1970-01-01
    • 2023-04-01
    • 1970-01-01
    相关资源
    最近更新 更多