当前位置:网站首页>How to download the software package of CDH version
How to download the software package of CDH version
2022-06-25 23:21:00 【chenyanlong_ v】
because cdh All versions of the software involve copyright issues , So not all of the jar Package hosting to maven Go to the warehouse , It's hosted in CDH On your own server , So we default to maven The warehouse of cannot be downloaded , Need yourself Manually add repository Go to CDH Download from warehouse , The following two addresses are official documentation , Please check carefully
https://www.cloudera.com/documentation/enterprise/release-notes/topics/cdh_vd_cdh5_maven_repo.html
for example :
establish Maven engineering , introduce pom rely on
<repositories>
<repository>
<id>cloudera</id>
<url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<version>2.6.0-mr1-cdh5.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>2.6.0-cdh5.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
<version>2.6.0-cdh5.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-core</artifactId>
<version>2.6.0-cdh5.14.0</version>
</dependency>
边栏推荐
猜你喜欢
随机推荐
2022 love analysis · panoramic report of it operation and maintenance manufacturers
ES6 --- 数值扩展、对象拓展
CDN加速是什么
UE4_UE5结合offline voice recognition插件做语音识别功能
小程序绘制一个简单的饼图
Some points to pay attention to when closing mongodb services (as well as related commands when opening)
ES6-- 模板字符串、对象的简化写法、箭头函数
Why can't the mobile phone be used and the computer be connected
What is CDN acceleration
Glory launched the points mall to support the exchange of various glory products
Unity technical manual - color in life cycle coloroverlifetime-- speed color colorbyspeed
腾讯《和平精英》新版本将至:新增账号安全保护系统,游戏内违规行为检测升级
What is 5g? What can 5g do? What will 5g bring in the future?
干货丨产品的可行性分析要从哪几个方面入手?
ES6 - numerical extension and object extension
NLP text summary: use the pre training model to perform text summary tasks [transformers:pipeline, T5, Bart, Pegasus]
使用EAST ocr遇到的坑解决方法(编译lanms)
Paper notes: multi tag learning MSWl
Multi modal data can also be Mae? Berkeley & Google proposed m3ae to conduct Mae on image and text data! The optimal masking rate can reach 75%, significantly higher than 15% of Bert
Flex & Bison Start