# LearnAnalytics-mr4ds-spark **Repository Path**: mirrors_Azure/LearnAnalytics-mr4ds-spark ## Basic Information - **Project Name**: LearnAnalytics-mr4ds-spark - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Contributing This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. ## Course Materials This workshop presents two days of training of Microsoft R for Data Science, and one day of Spark training. It is therefore meant to be presented in a three-day format. In the first two days, you'll learn about using open source R and Microsoft R for data science workflows. In the third day, you'll take what you learned from open source R and scalable Microsoft R, and deploy it to a production-ready HDInsight Spark cluster. ### Cloning the Materials Note, this is the _delivery_ repository. This means that there is no content specific to this repository itself. All the content comes from _submodules_ in other git repositories. To clone this repository, and obtain all the submodules, please do the following from any terminal with `git`: ``` git clone --recursive https://github.com/Azure/learnAnalytics-mr4ds-spark.git ``` Alternatively, clone the barebone repository and then update ``` git submodule update --init --recursive ``` Submit issues and pull requests to the underlying submodule itself. For example, if you find an error in the Microsoft R for Data Science module, submit an issue [here](https://github.com/Azure/learnAnalytics-mr4ds/).