Uh oh!
There was an error while loading. Please reload this page.
Turn UpdateBlockInfo into case class. - #1872
Conversation
SparkQA
commented
Aug 10, 2014
QA tests have started for PR 1872. This patch merges cleanly. |
mengxr
commented
Aug 10, 2014
LGTM and wait for Jenkins ... |
SparkQA
commented
Aug 10, 2014
QA results for PR 1872: |
rxin
commented
Aug 10, 2014
I'm going to merge this one into master & branch-1.1 since the test failure is independent of this. |
This helps us log UpdateBlockInfo properly once #1870 is merged. Author: Reynold Xin <rxin@apache.org> Closes#1872 from rxin/UpdateBlockInfo and squashes the following commits: 0cee1c2 [Reynold Xin] Turn UpdateBlockInfo into case class. (cherry picked from commit 482c5af) Signed-off-by: Reynold Xin <rxin@apache.org>
mridulm
commented
Aug 10, 2014
If case class then does it still need to be Externalizable ? |
rxin
commented
Aug 10, 2014
It is using some custom serialization to reduce serialization overhead. |
This helps us log UpdateBlockInfo properly once apache#1870 is merged. Author: Reynold Xin <rxin@apache.org> Closesapache#1872 from rxin/UpdateBlockInfo and squashes the following commits: 0cee1c2 [Reynold Xin] Turn UpdateBlockInfo into case class.
This helps us log UpdateBlockInfo properly once #1870 is merged.