You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by manish jaiswal <ma...@gmail.com> on 2016/07/01 03:38:22 UTC

HiveContext

---------- Forwarded message ----------
From: "manish jaiswal" <ma...@gmail.com>
Date: Jun 30, 2016 17:35
Subject: HiveContext
To: <us...@spark.apache.org>, <us...@spark.apache.org>, <
user-help@spark.apache.org>
Cc:

Hi,


I am new to Spark.I found using HiveContext we can connect to hive and run
HiveQLs. I run it and it worked.

My doubt is when we are using hiveContext and run hive query like(select
distinct column from table).

how it will perform it will take all data stored in hdfs into spark
engine(memory) and perform (select distinct column from table) or
it will give to hive and get result from hive.?



Thanks