Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d183d commit 3a36827Copy full SHA for 3a36827
pom.xml
@@ -52,7 +52,7 @@
52
<dep.jdbi3.version>3.4.0</dep.jdbi3.version>
53
<dep.drift.version>1.14</dep.drift.version>
54
<dep.joda.version>2.10</dep.joda.version>
55
- <dep.tempto.version>164</dep.tempto.version>
+ <dep.tempto.version>165</dep.tempto.version>
56
<dep.testng.version>6.10</dep.testng.version>
57
<dep.assertj-core.version>3.8.0</dep.assertj-core.version>
58
<dep.logback.version>1.2.3</dep.logback.version>
presto-product-tests/src/main/resources/tempto-configuration.yaml
@@ -1,8 +1,7 @@
1
hdfs:
2
username: hdfs
3
webhdfs:
4
- host: ${databases.hive.host}
5
- port: 50070
+ uri: http://${databases.hive.host}:50070
6
7
databases:
8
default:
0 commit comments