[SPARK-5840][SQL] HiveContext cannot be serialized due to tuple extraction#4628
[SPARK-5840][SQL] HiveContext cannot be serialized due to tuple extraction#4628rxin wants to merge 2 commits intoapache:masterfrom
Conversation
|
Test build #27564 has started for PR 4628 at commit
|
There was a problem hiding this comment.
why is this here and not with the initialization of session state?
|
Test build #27564 has finished for PR 4628 at commit
|
|
Test PASSed. |
|
@marmbrus I updated it with test cases. |
|
Test build #27676 has started for PR 4628 at commit
|
|
Test build #27676 has finished for PR 4628 at commit
|
|
Test PASSed. |
|
Merged to master and 1.3. Thanks for adding the tests too! |
…ction Also added test cases for checking the serializability of HiveContext and SQLContext. Author: Reynold Xin <rxin@databricks.com> Closes #4628 from rxin/SPARK-5840 and squashes the following commits: ecb3bcd [Reynold Xin] test cases and reviews. 55eb822 [Reynold Xin] [SPARK-5840][SQL] HiveContext cannot be serialized due to tuple extraction. (cherry picked from commit f0e3b71) Signed-off-by: Michael Armbrust <michael@databricks.com>
Also added test cases for checking the serializability of HiveContext and SQLContext.