You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by Pranay Tonpay <pt...@gmail.com> on 2015/11/24 20:21:52 UTC

sqlContext vs hivecontext

hi ,
when i am using hivecontext, i am able to query for individual columns from
a table as against when using sqlContext where only a select * works ....
Is is possible to use sqlContext and still query for specific columns from
a hive table ?