spark-instrumented-optimizer/core/src/test
Josh Rosen 1ca5e2e0b8 [SPARK-10704] Rename HashShuffleReader to BlockStoreShuffleReader
The current shuffle code has an interface named ShuffleReader with only one implementation, HashShuffleReader. This naming is confusing, since the same read path code is used for both sort- and hash-based shuffle. This patch addresses this by renaming HashShuffleReader to BlockStoreShuffleReader.

Author: Josh Rosen <joshrosen@databricks.com>

Closes #8825 from JoshRosen/shuffle-reader-cleanup.
2015-09-22 11:50:22 -07:00
..
java [SPARK-10547] [TEST] Streamline / improve style of Java API tests 2015-09-12 10:40:10 +01:00
resources [SPARK-7161] [HISTORY SERVER] Provide REST api to download event logs fro... 2015-06-03 13:43:13 -05:00
scala/org/apache [SPARK-10704] Rename HashShuffleReader to BlockStoreShuffleReader 2015-09-22 11:50:22 -07:00