Skip to content

Commit

Permalink
feat: use spetlr-tools for intgration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lau Johansson committed May 12, 2023
1 parent 9462a43 commit 010aefc
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 327 deletions.
27 changes: 27 additions & 0 deletions .github/submit/cluster104.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"spark_version": "10.4.x-scala2.12",
"spark_conf": {
"spark.databricks.cluster.profile": "singleNode",
"spark.master": "local[*, 4]",
"spark.databricks.delta.preview.enabled": true,
"spark.databricks.io.cache.enabled":true
},
"azure_attributes": {
"availability": "ON_DEMAND_AZURE",
"first_on_demand": 1,
"spot_bid_max_price": -1
},
"node_type_id": "Standard_DS3_v2",
"custom_tags": {
"ResourceClass":"SingleNode"
},
"spark_env_vars": {
"PYSPARK_PYTHON": "/databricks/python3/bin/python3"
},
"cluster_log_conf": {
"dbfs": {
"destination": ""
}
},
"num_workers": 0
}
27 changes: 27 additions & 0 deletions .github/submit/cluster91.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"spark_version": "9.1.x-scala2.12",
"spark_conf": {
"spark.databricks.cluster.profile": "singleNode",
"spark.master": "local[*, 4]",
"spark.databricks.delta.preview.enabled": true,
"spark.databricks.io.cache.enabled":true
},
"azure_attributes": {
"availability": "ON_DEMAND_AZURE",
"first_on_demand": 1,
"spot_bid_max_price": -1
},
"node_type_id": "Standard_DS3_v2",
"custom_tags": {
"ResourceClass":"SingleNode"
},
"spark_env_vars": {
"PYSPARK_PYTHON": "/databricks/python3/bin/python3"
},
"cluster_log_conf": {
"dbfs": {
"destination": ""
}
},
"num_workers": 0
}
88 changes: 0 additions & 88 deletions .github/submit/fetch_test_job.ps1

This file was deleted.

46 changes: 0 additions & 46 deletions .github/submit/main.py

This file was deleted.

182 changes: 0 additions & 182 deletions .github/submit/submit_test_job.ps1

This file was deleted.

Loading

0 comments on commit 010aefc

Please sign in to comment.