spark-instrumented-optimizer/examples
junzhi lu 6491cbf065 Fix bug in JavaRegressionMetricsExample.
the original code cant visit the last element of the"parts" array.
so the v[v.length–1] always equals 0

## What changes were proposed in this pull request?
change the recycle range from (1 to parts.length-1) to (1 to parts.length)

## How was this patch tested?

debug it in eclipse (´〜`*) zzz.

Please review http://spark.apache.org/contributing.html before opening a pull request.

Author: junzhi lu <452756565@qq.com>

Closes #18237 from masterwugui/patch-1.
2017-06-09 10:49:04 +01:00
..
src/main Fix bug in JavaRegressionMetricsExample. 2017-06-09 10:49:04 +01:00
pom.xml [SPARK-20874][EXAMPLES] Add Structured Streaming Kafka Source to examples project 2017-05-25 10:49:14 -07:00