| License |
License |
|---|---|
| GroupId | GroupIdcn.tenmg |
| ArtifactId | ArtifactIdsparktool |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionsparktool
利用sparktool的动态结构化查询语言能力,给SparkSQL赋能。通过内建SQL引擎解决SparkSQL传参的难题。
The dynamic structured query language ability of sparktool is used to powerful SparkSQL. Solve the problem of parameter transfer in SparkSQL by built-in SQL Engine.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| sparktool-1.0.1.pom | |
| sparktool-1.0.1.jar | 12 KB |
| sparktool-1.0.1-sources.jar | 10 KB |
| sparktool-1.0.1-javadoc.jar | 102 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.tenmg/sparktool/ -->
<dependency>
<groupId>cn.tenmg</groupId>
<artifactId>sparktool</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.tenmg/sparktool/
implementation 'cn.tenmg:sparktool:1.0.1'
// https://jarcasting.com/artifacts/cn.tenmg/sparktool/
implementation ("cn.tenmg:sparktool:1.0.1")
'cn.tenmg:sparktool:jar:1.0.1'
<dependency org="cn.tenmg" name="sparktool" rev="1.0.1">
<artifact name="sparktool" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.tenmg', module='sparktool', version='1.0.1')
)
libraryDependencies += "cn.tenmg" % "sparktool" % "1.0.1"
[cn.tenmg/sparktool "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-core | jar | 2.14.0 |
| cn.tenmg : sqltool | jar | 1.2.4 |
| org.apache.spark : spark-sql_2.12 | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |