Repository: huaweicloud/huaweicloud-mrs-example
Branch: master
Commit: b6c093eb41ee
Files: 1
Total size: 1.9 KB
Directory structure:
gitextract_p8auue64/
└── README.md
================================================
FILE CONTENTS
================================================
================================================
FILE: README.md
================================================
# 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**.
### MRS component versions:
[MRS component versions](https://support.huaweicloud.com/intl/en-us/productdesc-mrs/mrs_08_0005.html)
### 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)
gitextract_p8auue64/ └── README.md
Condensed preview — 1 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (2K chars).
[
{
"path": "README.md",
"chars": 1941,
"preview": "# Huawei Cloud MRS example code\n\nThe Huawei Cloud MRS example code include HBase, HDFS, Hive, Kafka, Mapreduce, Presto, "
}
]
About this extraction
This page contains the full source code of the huaweicloud/huaweicloud-mrs-example GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 1 files (1.9 KB), approximately 618 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.