Hi,
If you have the same spark context, then you can cache the query result via
caching the table ( sqlContext.cacheTable("tableName") ).
Maybe you can have a look at OOyola server also.
On Tue, Apr 14, 2015 at 11:36 AM, Akhil Das
wrote:
> You can use a tachyon based storage for that and eve
You can use a tachyon based storage for that and everytime the client
queries, you just get it from there.
Thanks
Best Regards
On Mon, Apr 6, 2015 at 6:01 PM, Siddharth Ubale wrote:
> Hi ,
>
>
>
> In Spark Web Application the RDD is generating every time client is
> sending a query request. Is