cacheTable uses a special columnar caching technique that is optimized for
SchemaRDDs.  It something similar to MEMORY_ONLY_SER but not quite.  You
can specify the persistence level on the SchemaRDD itself and register that
as a temporary table, however it is likely you will not get as good
performance.


On Thu, Jul 31, 2014 at 6:16 AM, Gurvinder Singh <gurvinder.si...@uninett.no
> wrote:

> Hi,
>
> I am wondering how can I specify the persistence level in cacheTable. As
> it is takes only table name as parameter. It should be possible to
> specify the persistence level.
>
> - Gurvinder
>

Reply via email to