forked from Kotlin/kotlin-jupyter-libraries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
spark.json
21 lines (21 loc) · 867 Bytes
/
spark.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"description": "Kotlin API for Apache Spark: unified analytics engine for large-scale data processing",
"properties": [
{ "name": "spark", "value": "3.3.1" },
{ "name": "scala", "value": "2.13" },
{ "name": "v", "value": "1.2.3" },
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx.spark:jupyter_3.3.1_2.13" },
{ "name": "displayLimit", "value": "20" },
{ "name": "displayTruncate", "value": "30" },
{ "name": "spark.app.name", "value": "Jupyter" },
{ "name": "spark.master", "value": "local[*]" }
],
"link": "https://github.com/JetBrains/kotlin-spark-api",
"dependencies": [
"org.jetbrains.kotlinx.spark:jupyter_$spark_$scala:$v"
],
"integrationTypeNameRules" : [
"-:org.jetbrains.kotlinx.spark.api.jupyter.**",
"+:org.jetbrains.kotlinx.spark.api.jupyter.SparkIntegration"
]
}