Vihang Karajgaonkar created HIVE-21088:
------------------------------------------
Summary: Improve usability of dbinstall tests
Key: HIVE-21088
URL: https://issues.apache.org/jira/browse/HIVE-21088
Project: Hive
Issue Type: Sub-task
Reporter: Vihang Karajgaonkar
Assignee: Vihang Karajgaonkar
There are nice integration tests which can be run manually for testing database
schema changes. These tests spin up docker containers and install and upgrade
the schema. Currently, these tests expect that the host provides native
support for docker daemon which is true in most cases. However, if you are
using a lower version of macos (I tried it using 10.11), docker application
cannot be installed and we need to install docker-toolbox instead. The issue
with using docker-toolbox is that the docker daemon runs in a VM on the host
which has a different IP address and hence the hardcoded {{localhost}} in the
jdbc urls don't work. We can add a simple flag to provide the docker-machine ip
as a commandline arguemnt to override using localhost in the url.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)