From 22bfb6854a7e0ecfc9b7d9ffe8c49715484eb3a1 Mon Sep 17 00:00:00 2001 From: hyukjinkwon Date: Sat, 26 Nov 2016 03:01:38 +0900 Subject: [PATCH] Keep original style without new indentations --- .../main/scala/org/apache/spark/rdd/PairRDDFunctions.scala | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/core/src/main/scala/org/apache/spark/rdd/PairRDDFunctions.scala b/core/src/main/scala/org/apache/spark/rdd/PairRDDFunctions.scala index 01d203685f407..b31d21c354d11 100644 --- a/core/src/main/scala/org/apache/spark/rdd/PairRDDFunctions.scala +++ b/core/src/main/scala/org/apache/spark/rdd/PairRDDFunctions.scala @@ -399,12 +399,7 @@ class PairRDDFunctions[K, V](self: RDD[(K, V)]) * Algorithmic Engineering of a State of The Art Cardinality Estimation Algorithm", available * here. * - * The relative accuracy is approximately `1.054 / sqrt(2^p)`. Setting a nonzero - * - * {{{ - * sp > p - * }}} - * + * The relative accuracy is approximately `1.054 / sqrt(2^p)`. Setting a nonzero (sp > p) * would trigger sparse representation of registers, which may reduce the memory consumption * and increase accuracy when the cardinality is small. *