Re: Reading Hive Tables using SQLContext

2015-09-25 Thread Michael Armbrust
Eventually I'd like to eliminate HiveContext, but for now I just recommend that most users use it instead of SQLContext. On Thu, Sep 24, 2015 at 5:41 PM, Sathish Kumaran Vairavelu < vsathishkuma...@gmail.com> wrote: > Thanks Michael. Just want to check if there is a roadmap to include Hive >

Re: Reading Hive Tables using SQLContext

2015-09-24 Thread Michael Armbrust
No, you have to use a HiveContext. On Thu, Sep 24, 2015 at 2:47 PM, Sathish Kumaran Vairavelu < vsathishkuma...@gmail.com> wrote: > Hello, > > Is it possible to access Hive tables directly from SQLContext instead of > HiveContext? I am facing with errors while doing it. > > Please let me know >

Reading Hive Tables using SQLContext

2015-09-24 Thread Sathish Kumaran Vairavelu
Hello, Is it possible to access Hive tables directly from SQLContext instead of HiveContext? I am facing with errors while doing it. Please let me know Thanks Sathish

Re: Reading Hive Tables using SQLContext

2015-09-24 Thread Sathish Kumaran Vairavelu
Thanks Michael. Just want to check if there is a roadmap to include Hive tables from SQLContext. -Sathish On Thu, Sep 24, 2015 at 7:46 PM Michael Armbrust wrote: > No, you have to use a HiveContext. > > On Thu, Sep 24, 2015 at 2:47 PM, Sathish Kumaran Vairavelu < >