在hortonworks hdp docker映像上安装rstudio

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

我正在尝试安装hortonworkshdp2.6docker映像上的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

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

ruyhziif

ruyhziif1#

cd /etc/yum.repos.d

 mv sandbox.repo /tmp

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

相关问题