[
  {
    "path": "README.md",
    "content": "# Huawei Cloud MRS example code\n\nThe Huawei Cloud MRS example code include HBase, HDFS, Hive, Kafka, Mapreduce, Presto, Spark, Storm. You can get started in minutes using **Maven**.\n\n### MRS component versions:\n\n[MRS component versions](https://support.huaweicloud.com/intl/en-us/productdesc-mrs/mrs_08_0005.html)\n\n### Quick Links:\n\n- [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.\n- [MRS Homepage](https://www.huaweicloud.com/en-us/product/mrs.html), or Chinese language site [MapReduce服务](https://www.huaweicloud.com/product/mrs.html)\n- [Deveployer Guide](https://support.huaweicloud.com/devg-mrs/mrs_06_0001.html)\n- [MRS Forum](https://bbs.huaweicloud.com/forum/forum-612-1.html)\n\n## Getting Started\n\nFor more details, please ref to MRS's [Deveployer Guide](https://support.huaweicloud.com/devg-mrs/mrs_06_0001.html).\n\n### Requirements\n\nTo run the examples required:\n\n- Java 1.8+\n- Maven 3.0+\n\n\n\n#### Specify the Maven Repository\n\n​\tSet the repository in your local **setting.xml** of maven\n\n```\n<mirror>\n    <id>repo2</id>\n    <mirrorOf>central</mirrorOf>\n    <url>http://repo2.maven.org/maven2/</url>\n</mirror>\n<profile>\n    <id>huaweicloudsdk</id>\n    <repositories>\n        <repository>\n            <id>huaweicloudsdk</id>\n            <url>https://repo.huaweicloud.com/repository/maven/huaweicloudsdk/</url>\n            <releases><enabled>true</enabled></releases>\n            <snapshots><enabled>true</enabled></snapshots>\n        </repository>\n    </repositories>\n</profile>\n<activeProfile>huaweicloudsdk</activeProfile>\n```\n\n## Building From Source\n\nOnce you check out the code from GitHub, you can build it using maven for every child project, eg:\n\n```\ncd huaweicloud-mrs-example\\src\\presto-examples\nmvn clean install\n```\n\n## License\n\n[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)"
  }
]