开发者社区> 问答> 正文

Hadoop在mirrors中添加alimaven的下载源的操作方法和步骤是什么?

Hadoop在mirrors中添加alimaven的下载源的操作方法和步骤是什么?

展开
收起
游客yzrzs5mf6j7yy 2021-12-06 08:45:20 271 0
1 条回答
写回答
取消 提交回答
  • 复制代码
    <mirrors>
        <!-- mirror
         | Specifies a repository mirror site to use instead of a given repository. The repository that
         | this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used
         | for inheritance and direct lookup purposes, and must be unique across the set of mirrors.
         |
        
            <mirror>
            <id>alimaven</id>
            <mirrorOf>central</mirrorOf>
             <name>aliyun maven</name>
            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
            </mirror>
            <mirror>
            <id>mirrorId</id>
            <mirrorOf>repositoryId</mirrorOf>
            <name>Human Readable Name for this Mirror.</name>
            <url>http://my.repository.com/repo/path</url>
            </mirror>
         -->
    </mirrors>
    
    2021-12-06 09:19:58
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
《构建Hadoop生态批流一体的实时数仓》 立即下载
零基础实现hadoop 迁移 MaxCompute 之 数据 立即下载
CIO 指南:如何在SAP软件架构中使用Hadoop 立即下载