Add OrderedSerialization2 support in Matrix2.#1457
Conversation
|
@johnynek Is this good to go? |
|
Sorry. Didn't see this. Thanks for bringing to my attention. I'll review On Saturday, December 19, 2015, Kevin Lin notifications@github.com wrote:
P. Oscar Boykin, Ph.D. | http://twitter.com/posco | http://pobox.com/~boykin |
|
Thanks, happy holidays! |
There was a problem hiding this comment.
can you remove TDsl while you are at it?
|
Need a test for this that some Matrix2 job works with the option: https://github.com/twitter/scalding/blob/develop/scalding-core/src/main/scala/com/twitter/scalding/Config.scala#L118 In fact, we should write the test first and find an example that fails (I guess adding two matrices) |
|
Moved the method implementation into OrderedSerialization2 companion object. |
|
I had troubles in importing serialization test's intOrderedSerialization ( BTW, feel like we can use slack channel for discussions like this more frequently. |
There was a problem hiding this comment.
this style is not recommended any more (.toTypedPipe), so let's just use TypedText.tsv the whole way:
val tp1 = TypedPipe.from(TypedText.tsv[(Int, Int, Double)]("mat1"))Add OrderedSerialization2 support in Matrix2.
To resolve issue #1418