├── .DS_Store ├── LICENSE ├── README.md ├── problem1 ├── .DS_Store ├── pyspark │ ├── .DS_Store │ └── problem1_spark.py └── python │ ├── .DS_Store │ ├── problem1_mapper.py │ ├── problem1_reducer.py │ └── result.json ├── problem2 ├── .DS_Store ├── pyspark │ ├── .DS_Store │ └── problem2_spark.py └── python │ ├── .DS_Store │ ├── problem2_mapper.py │ ├── problem2_reducer.py │ └── result.json ├── problem3 ├── .DS_Store ├── pyspark │ ├── .DS_Store │ └── problem3_spark.py └── python │ ├── .DS_Store │ ├── problem3_mapper.py │ ├── problem3_reducer.py │ └── result.json ├── problem4 ├── .DS_Store ├── pyspark │ ├── .DS_Store │ └── problem4_spark.py └── python │ ├── .DS_Store │ ├── problem4_mapper.py │ ├── problem4_reducer.py │ └── result.json ├── problem5 ├── .DS_Store ├── pyspark │ ├── .DS_Store │ └── problem5_spark.py └── python │ ├── .DS_Store │ ├── problem5_mapper.py │ ├── problem5_reducer.py │ └── result.json ├── problem6 ├── .DS_Store ├── pyspark │ ├── .DS_Store │ └── problem6_spark.py └── python │ ├── .DS_Store │ ├── problem6_mapper.py │ ├── problem6_reducer.py │ └── result.json ├── run.sh ├── test.sh └── 垃圾邮件过滤 ├── final_sub_1.txt ├── pyspark_email_classify.py ├── score.png ├── stopwords.txt └── 用户名及成绩截图.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/README.md -------------------------------------------------------------------------------- /problem1/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem1/.DS_Store -------------------------------------------------------------------------------- /problem1/pyspark/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem1/pyspark/.DS_Store -------------------------------------------------------------------------------- /problem1/pyspark/problem1_spark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem1/pyspark/problem1_spark.py -------------------------------------------------------------------------------- /problem1/python/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem1/python/.DS_Store -------------------------------------------------------------------------------- /problem1/python/problem1_mapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem1/python/problem1_mapper.py -------------------------------------------------------------------------------- /problem1/python/problem1_reducer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem1/python/problem1_reducer.py -------------------------------------------------------------------------------- /problem1/python/result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem1/python/result.json -------------------------------------------------------------------------------- /problem2/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem2/.DS_Store -------------------------------------------------------------------------------- /problem2/pyspark/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem2/pyspark/.DS_Store -------------------------------------------------------------------------------- /problem2/pyspark/problem2_spark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem2/pyspark/problem2_spark.py -------------------------------------------------------------------------------- /problem2/python/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem2/python/.DS_Store -------------------------------------------------------------------------------- /problem2/python/problem2_mapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem2/python/problem2_mapper.py -------------------------------------------------------------------------------- /problem2/python/problem2_reducer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem2/python/problem2_reducer.py -------------------------------------------------------------------------------- /problem2/python/result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem2/python/result.json -------------------------------------------------------------------------------- /problem3/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem3/.DS_Store -------------------------------------------------------------------------------- /problem3/pyspark/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem3/pyspark/.DS_Store -------------------------------------------------------------------------------- /problem3/pyspark/problem3_spark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem3/pyspark/problem3_spark.py -------------------------------------------------------------------------------- /problem3/python/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem3/python/.DS_Store -------------------------------------------------------------------------------- /problem3/python/problem3_mapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem3/python/problem3_mapper.py -------------------------------------------------------------------------------- /problem3/python/problem3_reducer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem3/python/problem3_reducer.py -------------------------------------------------------------------------------- /problem3/python/result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem3/python/result.json -------------------------------------------------------------------------------- /problem4/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem4/.DS_Store -------------------------------------------------------------------------------- /problem4/pyspark/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem4/pyspark/.DS_Store -------------------------------------------------------------------------------- /problem4/pyspark/problem4_spark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem4/pyspark/problem4_spark.py -------------------------------------------------------------------------------- /problem4/python/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem4/python/.DS_Store -------------------------------------------------------------------------------- /problem4/python/problem4_mapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem4/python/problem4_mapper.py -------------------------------------------------------------------------------- /problem4/python/problem4_reducer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem4/python/problem4_reducer.py -------------------------------------------------------------------------------- /problem4/python/result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem4/python/result.json -------------------------------------------------------------------------------- /problem5/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem5/.DS_Store -------------------------------------------------------------------------------- /problem5/pyspark/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem5/pyspark/.DS_Store -------------------------------------------------------------------------------- /problem5/pyspark/problem5_spark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem5/pyspark/problem5_spark.py -------------------------------------------------------------------------------- /problem5/python/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem5/python/.DS_Store -------------------------------------------------------------------------------- /problem5/python/problem5_mapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem5/python/problem5_mapper.py -------------------------------------------------------------------------------- /problem5/python/problem5_reducer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem5/python/problem5_reducer.py -------------------------------------------------------------------------------- /problem5/python/result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem5/python/result.json -------------------------------------------------------------------------------- /problem6/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem6/.DS_Store -------------------------------------------------------------------------------- /problem6/pyspark/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem6/pyspark/.DS_Store -------------------------------------------------------------------------------- /problem6/pyspark/problem6_spark.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem6/pyspark/problem6_spark.py -------------------------------------------------------------------------------- /problem6/python/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem6/python/.DS_Store -------------------------------------------------------------------------------- /problem6/python/problem6_mapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem6/python/problem6_mapper.py -------------------------------------------------------------------------------- /problem6/python/problem6_reducer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem6/python/problem6_reducer.py -------------------------------------------------------------------------------- /problem6/python/result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/problem6/python/result.json -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/run.sh -------------------------------------------------------------------------------- /test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/test.sh -------------------------------------------------------------------------------- /垃圾邮件过滤/final_sub_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/垃圾邮件过滤/final_sub_1.txt -------------------------------------------------------------------------------- /垃圾邮件过滤/pyspark_email_classify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/垃圾邮件过滤/pyspark_email_classify.py -------------------------------------------------------------------------------- /垃圾邮件过滤/score.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/垃圾邮件过滤/score.png -------------------------------------------------------------------------------- /垃圾邮件过滤/stopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/垃圾邮件过滤/stopwords.txt -------------------------------------------------------------------------------- /垃圾邮件过滤/用户名及成绩截图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ryan0v0/BUAA_BigDataCourse/HEAD/垃圾邮件过滤/用户名及成绩截图.png --------------------------------------------------------------------------------