OK. What should the table be? Suppose I have a bunch of parquet files, do I
just specify the directory as the table?
On Fri, Jan 1, 2016 at 11:32 PM, UMESH CHAUDHARY
wrote:
> Ok, so whats wrong in using :
>
> var df=HiveContext.sql("Select * from table where id = ")
> //filtered data frame
> df.
Ok, so whats wrong in using :
var df=HiveContext.sql("Select * from table where id = ")
//filtered data frame
df.count
On Sat, Jan 2, 2016 at 11:56 AM, SRK wrote:
> Hi,
>
> How to load partial data from hdfs using Spark SQL? Suppose I want to load
> data based on a filter like
>
> "Select * fro