Commit b452026
[SPARK-16214][EXAMPLES] fix the denominator of SparkPi
## What changes were proposed in this pull request?
reduce the denominator of SparkPi by 1
## How was this patch tested?
integration tests
Author: 杨浩 <[email protected]>
Closes #13910 from yanghaogn/patch-1.1 parent 30b182b commit b452026
File tree
1 file changed
+1
-1
lines changed- examples/src/main/scala/org/apache/spark/examples
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments