Re: Better option to use Querying in Spark

2014-05-05 Thread prabeesh k
Thank you for your prompt reply. Regards, prabeesh On Tue, May 6, 2014 at 11:44 AM, Mayur Rustagi wrote: > All three have different usecases. If you are looking for more of a > warehouse you are better off with Shark. > SparkSQL is a way to query regular data in sql like syntax leveraging > col

Re: Better option to use Querying in Spark

2014-05-05 Thread Mayur Rustagi
All three have different usecases. If you are looking for more of a warehouse you are better off with Shark. SparkSQL is a way to query regular data in sql like syntax leveraging columnar store. BlinkDB is a experiment, meant to integrate with Shark in the long term. Not meant for production useca