forked from D-Net/dnet-hadoop
update of the spark test
This commit is contained in:
parent
1bb5c26e6d
commit
72ebf7c0f3
|
@ -50,6 +50,7 @@ public class ScoreResult {
|
|||
@Override
|
||||
public String toString() {
|
||||
final GsonBuilder b = new GsonBuilder();
|
||||
b.serializeSpecialFloatingPointValues();
|
||||
return b.setPrettyPrinting().create().toJson(this);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue