Re: just released: Docker image of a minimal Hive server

2019-02-21 Thread Edward Capriolo
anthj/docker-hive-on-tez >> Some forks have updated versions of hive. With some minimal changes it >> should work with current hive master too. >> >> Thanks >> Prasanth >> >> -- >> *From:* Furcy Pin >> *Sent:* Thursday, February 21, 201

Re: just released: Docker image of a minimal Hive server

2019-02-21 Thread Thai Bui
hive master too. > > Thanks > Prasanth > > -- > *From:* Prasanth Jayachandran > *Sent:* Thursday, February 21, 2019 12:57 PM > *To:* user@hive.apache.org; user@hive.apache.org > *Subject:* Re: just released: Docker image of a minimal Hive server > &g

Re: just released: Docker image of a minimal Hive server

2019-02-21 Thread Prasanth Jayachandran
: Thursday, February 21, 2019 12:57 PM To: user@hive.apache.org; user@hive.apache.org Subject: Re: just released: Docker image of a minimal Hive server Hi I did this a while back to run hive on tez https://github.com/prasanthj/docker-hive-on-tez Some forks have updated versions of hive. With some minimal

Re: just released: Docker image of a minimal Hive server

2019-02-21 Thread Furcy Pin
Hello! If that might help, I did this repo a while ago: https://github.com/FurcyPin/docker-hive-spark It provides a pre-installed Hive Metastore and a HiveServer running on Spark (Spark-SQL not Hive on Spark) I also did some config to acces AWS s3 data with it. Cheers, Furcy On Thu, 21 Feb 201

Re: just released: Docker image of a minimal Hive server

2019-02-21 Thread Edward Capriolo
Good deal and great name! On Thu, Feb 21, 2019 at 11:31 AM Aidan L Feldman (CENSUS/ADEP FED) < aidan.l.feld...@census.gov> wrote: > Hi there- > > I am a new Hive user, working at the US Census Bureau. I was interested in > getting Hive running locally, but wanted to keep the dependencies isolated

just released: Docker image of a minimal Hive server

2019-02-21 Thread Aidan L Feldman (CENSUS/ADEP FED)
Hi there- I am a new Hive user, working at the US Census Bureau. I was interested in getting Hive running locally, but wanted to keep the dependencies isolated. I could find Hadoop and Hive Docker images, but not one that had both. Therefore, I present: WeeHive