Joining Integer To String Can Produce Duplicates

2018-02-02 Thread Ryan C. Kleck
Hey all, I’m on Hive 1.2.2 at work and I found some unfavorable behavior on one of my joins and I wanted to see what you all think. Below is an example: https://github.secureserver.net/gist/rkleck/258a9a7b3dd3c915f94a53234e422a1a WITH string_key_setup AS ( SELECT

Re: Question on accessing LLAP as data cache from external containers

2018-02-02 Thread Gopal Vijayaraghavan
> For example, a Hive job may start Tez containers, which then retrieve data > from LLAP running concurrently. In the current implementation, this is > unrealistic That is how LLAP was built - to push work from Tez to LLAP vertex by vertex, instead of an all-or-nothing implementation. Here

Loading data from one swift container into external table pointing to another container fails

2018-02-02 Thread anup ahire
Hello, Loading data from one swift container into external table pointing to another container is failing for me. hive> load data inpath 'swift://mycontainer.default/source_test' into table my_test; Loading data to table default.my_test Failed with exception copyFiles: error while moving

Re: Hiveserver2 - Beeline How to enable progress bar (Tez)

2018-02-02 Thread Margusja
Does it depends what kind of engine you are using - tez versus mr? Br margus > On 1 Feb 2018, at 17:57, Shankar Mane wrote: > > Any update? > > I m not getting progress bar with beeline client. tried both embedded and > remote connection. > > It's working properly with

Re: Hiveserver2 - Beeline How to enable progress bar (Tez)

2018-02-02 Thread Shankar Mane
I have set Tez as a default execution engine. On 02-Feb-2018 2:59 PM, "Margusja" wrote: Does it depends what kind of engine you are using - tez versus mr? Br margus On 1 Feb 2018, at 17:57, Shankar Mane wrote: Any update? I m not getting progress bar with