├── ML_lab1_review_student.dbc ├── ML_lab2_word_count_student.dbc ├── ML_lab3_linear_reg_student.dbc ├── ML_lab4_ctr_student.dbc ├── ML_lab5_pca_student.dbc ├── README.md ├── dbc-mooc-setup.dbc ├── lab0_student.dbc ├── lab1_word_count_student.dbc ├── lab2_apache_log_student.dbc ├── lab3_text_analysis_and_entity_resolution_student.dbc ├── lab4_machine_learning_student.dbc └── spark_tutorial_student.dbc /ML_lab1_review_student.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spark-mooc/mooc-setup-dbc/2e2a38a5a7b2012662b2027a40ec361bbbde1277/ML_lab1_review_student.dbc -------------------------------------------------------------------------------- /ML_lab2_word_count_student.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spark-mooc/mooc-setup-dbc/2e2a38a5a7b2012662b2027a40ec361bbbde1277/ML_lab2_word_count_student.dbc -------------------------------------------------------------------------------- /ML_lab3_linear_reg_student.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spark-mooc/mooc-setup-dbc/2e2a38a5a7b2012662b2027a40ec361bbbde1277/ML_lab3_linear_reg_student.dbc -------------------------------------------------------------------------------- /ML_lab4_ctr_student.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spark-mooc/mooc-setup-dbc/2e2a38a5a7b2012662b2027a40ec361bbbde1277/ML_lab4_ctr_student.dbc -------------------------------------------------------------------------------- /ML_lab5_pca_student.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spark-mooc/mooc-setup-dbc/2e2a38a5a7b2012662b2027a40ec361bbbde1277/ML_lab5_pca_student.dbc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # mooc-setup-dbc 2 | This repository has lab assignments for Databricks users (dbc format) for the two courses [Introduction to Big Data with Apache Spark | edX](https://www.edx.org/course/introduction-big-data-apache-spark-uc-berkeleyx-cs100-1x) and [Scalable Machine Learning | edX](https://www.edx.org/course/scalable-machine-learning-uc-berkeleyx-cs190-1x). **Please note the instructions below on how to get the Raw form of the dbc files.** 3 | 4 | If you have a Databricks account on mooc0*.cloud.databricks.com, your shard is all set up. If you are running your own shard, information for setting it up for the course is in the dbc-mooc-setub.dbc notebook here. 5 | 6 | If you are using Jupyter/IPython via the standard course VM, see https://github.com/spark-mooc/mooc-setup for the .ipynb files instead. 7 | 8 | # How to download the `.dbc` file for a lab - don't be tricked! 9 | 10 | **Be sure to download the _raw_ archive. Github will happily serve you a file with a `.dbc` extension which is simply an HTML page describing the file, if you download in the wrong place.** 11 | 12 | The right method is to first click on the lab you want, and then click on either "**View Raw**" or the **Raw** button to download the actual file. 13 | -------------------------------------------------------------------------------- /dbc-mooc-setup.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spark-mooc/mooc-setup-dbc/2e2a38a5a7b2012662b2027a40ec361bbbde1277/dbc-mooc-setup.dbc -------------------------------------------------------------------------------- /lab0_student.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spark-mooc/mooc-setup-dbc/2e2a38a5a7b2012662b2027a40ec361bbbde1277/lab0_student.dbc -------------------------------------------------------------------------------- /lab1_word_count_student.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spark-mooc/mooc-setup-dbc/2e2a38a5a7b2012662b2027a40ec361bbbde1277/lab1_word_count_student.dbc -------------------------------------------------------------------------------- /lab2_apache_log_student.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spark-mooc/mooc-setup-dbc/2e2a38a5a7b2012662b2027a40ec361bbbde1277/lab2_apache_log_student.dbc -------------------------------------------------------------------------------- /lab3_text_analysis_and_entity_resolution_student.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spark-mooc/mooc-setup-dbc/2e2a38a5a7b2012662b2027a40ec361bbbde1277/lab3_text_analysis_and_entity_resolution_student.dbc -------------------------------------------------------------------------------- /lab4_machine_learning_student.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spark-mooc/mooc-setup-dbc/2e2a38a5a7b2012662b2027a40ec361bbbde1277/lab4_machine_learning_student.dbc -------------------------------------------------------------------------------- /spark_tutorial_student.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/spark-mooc/mooc-setup-dbc/2e2a38a5a7b2012662b2027a40ec361bbbde1277/spark_tutorial_student.dbc --------------------------------------------------------------------------------