Basically, Hive interpreter is a JDBC client for Hive Server. So before you
are getting started, make sure your Hive server is running.

Then, you should configure the URL for Hive server on interpreter's
configurations. Using Hive interpreter is straightforward. like below:
%hive
show tables
show functions
select ... from tbl
create table ... as select ...
(whatever, valid hive SQL...)

HTH,
Youngwoo

On Mon, Aug 10, 2015 at 2:23 AM, ÐΞ€ρ@Ҝ (๏̯͡๏) <deepuj...@gmail.com> wrote:

> Could someone please share a example notebook that describes
> 1) Loading of sample dataset into Hive
> 2) Run Hive queries.
>
> --
> Deepak
>
>

Reply via email to