spark-instrumented-optimizer/core/src/main
Liang-Chi Hsieh 996b7434ee [SPARK-3345] Do correct parameters for ShuffleFileGroup
In the method `newFileGroup` of class `FileShuffleBlockManager`, the parameters for creating new `ShuffleFileGroup` object is in wrong order.

Because in current codes, the parameters `shuffleId` and `fileId` are not used. So it doesn't cause problem now. However it should be corrected for readability and avoid future problem.

Author: Liang-Chi Hsieh <viirya@gmail.com>

Closes #2235 from viirya/correct_shufflefilegroup_params and squashes the following commits:

fe72567 [Liang-Chi Hsieh] Do correct parameters for ShuffleFileGroup.
2014-09-03 17:04:53 -07:00
..
java/org/apache/spark [SPARK-2936] Migrate Netty network module from Java to Scala 2014-08-10 20:36:54 -07:00
resources/org/apache/spark [SPARK-2976] Replace tabs with spaces 2014-08-25 19:40:23 -07:00
scala/org/apache [SPARK-3345] Do correct parameters for ShuffleFileGroup 2014-09-03 17:04:53 -07:00