在hortonworks hdp docker映像上安装rstudio

nkhmeac6  于 2021-05-29  发布在  Hadoop
关注(0)|答案(1)|浏览(642)

我正在尝试安装hortonworkshdp2.6docker映像上的rstudio。我遵循这里提到的步骤。https://community.hortonworks.com/articles/25558/running-sparkr-in-rstudio-using-hdp-24.html
问题出现在以下步骤之后。

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

我在犯错误

  1. Marking rstudio-server-rhel-0.99.893-x86_64.rpm to be installed
  2. Loading mirror speeds from cached hostfile
  3. * base: centos2.hti.pl * epel: mirror.nsc.liu.se * extras:
  4. centos2.hti.pl * updates: ftp.vectranet.pl
  5. http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/repodata/repomd.xml:
  6. [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403
  7. Forbidden" Trying other mirror. To address this issue please refer to
  8. the below knowledge base article
  9. https://access.redhat.com/solutions/69319
  10. If above article doesn't help to resolve this issue please open a
  11. ticket with Red Hat Support.
  12. Error: Cannot retrieve repository metadata (repomd.xml) for
  13. repository: sandbox. Please verify its path and try again

错误的链接没有帮助。有人能告诉我发生了什么事吗。

ruyhziif

ruyhziif1#

  1. cd /etc/yum.repos.d
  2. mv sandbox.repo /tmp

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

相关问题