Closed erikerlandson closed 9 years ago
1) change object HistogramRDD to package object histogramming, or something 2) input to countByFlat and histByFlat can be TraversableOnce 3) output of histogramming may as well be Seq, as I create sequence to sort prior to output
object HistogramRDD
histogramming
countByFlat
histByFlat
TraversableOnce
Seq
1) change
object HistogramRDD
to package objecthistogramming
, or something 2) input tocountByFlat
andhistByFlat
can beTraversableOnce
3) output of histogramming may as well beSeq
, as I create sequence to sort prior to output