## Test preparation Generate the test cases for future usage, and overcome difficulties on DevOps. - [x] Finish generate sample data - [x] Investigate on TPC-C and try to use test case on that - [x] Write sample iterative test cases - [x] benchmark on origin sparkSQL ## Developing first prototype - [ ] Read codes on SparkSQL, learn how to add Cache planter - [ ] Read codes on Spark, learn how to collect data from Spark. - [ ] Design the interface of CachePlaner and CacheManager. - [ ] Code the prototype - [ ] UnitTest - [ ] Test cases on the benchmark ### Yang's Plan: - [x] Learn the scala in one hour - [x] Finish the Test preparation steps ### Jiang's Plan - [ ] Read Spark & SparkSQL code
Test preparation
Generate the test cases for future usage, and overcome difficulties on DevOps.
Developing first prototype
Yang's Plan:
Jiang's Plan