License |
License |
---|---|
GroupId | GroupIdcom.github.zabetak |
ArtifactId | ArtifactIdhs2-embedded |
Version | Version1.0.2.7.2.3.0-220 |
Type | Typepom |
Description |
Descriptioncom.github.zabetak:hs2-embedded
A project for building and using a docker image of Hiveserver2, pre-configured to run with Tez in local mode as
the underlying execution engine and in-memory Derby as the metastore.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hs2-embedded-1.0.2.7.2.3.0-220.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zabetak/hs2-embedded/ -->
<dependency>
<groupId>com.github.zabetak</groupId>
<artifactId>hs2-embedded</artifactId>
<version>1.0.2.7.2.3.0-220</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zabetak/hs2-embedded/
implementation 'com.github.zabetak:hs2-embedded:1.0.2.7.2.3.0-220'
// https://jarcasting.com/artifacts/com.github.zabetak/hs2-embedded/
implementation ("com.github.zabetak:hs2-embedded:1.0.2.7.2.3.0-220")
'com.github.zabetak:hs2-embedded:pom:1.0.2.7.2.3.0-220'
<dependency org="com.github.zabetak" name="hs2-embedded" rev="1.0.2.7.2.3.0-220">
<artifact name="hs2-embedded" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zabetak', module='hs2-embedded', version='1.0.2.7.2.3.0-220')
)
libraryDependencies += "com.github.zabetak" % "hs2-embedded" % "1.0.2.7.2.3.0-220"
[com.github.zabetak/hs2-embedded "1.0.2.7.2.3.0-220"]