Hi Stan,
I have filed a issue on JIRA for this exception, and I have tested it on
spark 1.3.0 (local mode) without exception.
https://issues.apache.org/jira/browse/SPARK-8368
On Sun, Jun 14, 2015 at 11:25 AM, StanZhai wrote:
> I have encountered the similar error too at spark 1.4.0.
>
> The sa
I have encountered the similar error too at spark 1.4.0.
The same code can be run on spark 1.3.1.
My code is(it can be run on spark-shell):
===
// hc is a instance of HiveContext
val df = hc.sql("select * from test limit 10")
val sb = new mutable.StringBuilder