We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d580c6 commit bd34e39Copy full SHA for bd34e39
.travis.yml
@@ -12,7 +12,7 @@ jdk:
12
before_install:
13
- docker pull elasticsearch:7.9.3
14
- docker run -d --name elasticsearch4metastore -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:7.9.3
15
-- sudo apt-get install --assume-yes python3 python3-pip
+- sudo apt-get install --assume-yes python3 python3-setuptools python3-pip
16
- pip3 install --upgrade pip
17
- pip3 install xmltodict wget
18
0 commit comments