1 Star 0 Fork 3

夏龙龙/huaweicloud-mrs-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0
# Huawei Cloud MRS example code The Huawei Cloud MRS example code include HBase, HDFS, Hive, Kafka, Mapreduce, Presto, Spark, Storm. You can get started in minutes using **Maven**. ### Version Mapping: - Branch mrs-2.0 is for MRS 2.0.X version - Branch mrs-1.9 is for MRS 1.9.X version - Branch mrs-1.8 is for MRS 1.8.X version Components mapping: | Component\MRS version | MRS 1.8.X | MRS 1.9.X | MRS 2.0.X | | --------------------- | --------- | --------- | ------------------- | | Zookeeper | 3.5.1 | 3.5.1 | 3.5.1 | | Hadoop | 2.8.3 | 2.8.3 | 3.1.1 | | HBase | 1.3.1 | 1.3.1 | 2.1.1 | | OpenTSDB | 2.3.0 | 2.3.0 | NA | | Tez | NA | 0.9.1 | 0.9.1 | | Hive | 1.3.0 | 2.3.3 | 3.1.0 | | Hive_Spark | 1.2.1 | 1.2.1 | 1.2.1 | | Spark | 2.2.1 | 2.2.2 | 2.3.2 | | Carbon | 1.6.1 | 1.6.1 | 1.5.1 | | Presto | 0.215 | 0.216 | 308 | | Kafka | 1.1.0 | 1.1.0 | 1.1.0 | | KafkaManager | 1.3.3.18 | 1.3.3.1 | 1.3.3.18 | | Flink | 1.7.0 | 1.7.0 | NA(Plan to support) | | Storm | 1.2.1 | 1.2.1 | 1.2.1 | | Flume | 1.6.0 | 1.6.0 | 1.6.0 | | Hue | 3.11.0 | 3.11.0 | 3.11.0 | | Loader(Sqoop) | 1.99.7 | 1.99.7 | 1.99.7 | ### Quick Links: - [Sample Course](https://education.huaweicloud.com:8443/courses/course-v1:HuaweiX+CBUCNXE006+Self-paced/about?isAuth=0&cfrom=hwc), can get the introductory tutorial of MRS. - [MRS Homepage](https://www.huaweicloud.com/en-us/product/mrs.html), or Chinese language site [MapReduce服务](https://www.huaweicloud.com/product/mrs.html) - [Deveployer Guide](https://support.huaweicloud.com/devg-mrs/mrs_06_0001.html) - [MRS Forum](https://bbs.huaweicloud.com/forum/forum-612-1.html) ## Getting Started For more details, please ref to MRS's [Deveployer Guide](https://support.huaweicloud.com/devg-mrs/mrs_06_0001.html). ### Requirements To run the examples required: - Java 1.8+ - Maven 3.0+ #### Specify the Maven Repository ​ Set the repository in your local **setting.xml** of maven ``` <mirror> <id>repo2</id> <mirrorOf>central</mirrorOf> <url>http://repo2.maven.org/maven2/</url> </mirror> <profile> <id>huaweicloudsdk</id> <repositories> <repository> <id>huaweicloudsdk</id> <url>https://repo.huaweicloud.com/repository/maven/huaweicloudsdk/</url> <releases><enabled>true</enabled></releases> <snapshots><enabled>true</enabled></snapshots> </repository> </repositories> </profile> <activeProfile>huaweicloudsdk</activeProfile> ``` ## Building From Source Once you check out the code from GitHub, you can build it using maven for every child project, eg: ``` cd huaweicloud-mrs-example\src\presto-examples mvn clean install ``` ## License [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)

简介

暂无描述 展开 收起
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/edclol/huaweicloud-mrs-example.git
git@gitee.com:edclol/huaweicloud-mrs-example.git
edclol
huaweicloud-mrs-example
huaweicloud-mrs-example
master

搜索帮助

D1d26d21 1850385 D1bef801 1850385