Skip to content

Commit ab4a61a

Browse files
committed
Merge branch 'master' of https://github.com/DataKnox/CodeSamples into master
2 parents 5ab2df9 + f07da41 commit ab4a61a

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

notebook/basic_query.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"spark.dynamicAllocation.enabled": "false",
1919
"spark.dynamicAllocation.minExecutors": "2",
2020
"spark.dynamicAllocation.maxExecutors": "2",
21-
"spark.autotune.trackingId": "127693b3-7914-4dd0-88d9-a1b87978a498"
21+
"spark.autotune.trackingId": "bad7c072-6358-4c13-b5e6-158ec664bd48"
2222
}
2323
},
2424
"metadata": {
@@ -52,20 +52,30 @@
5252
{
5353
"cell_type": "code",
5454
"metadata": {
55+
"jupyter": {
56+
"source_hidden": false,
57+
"outputs_hidden": false
58+
},
59+
"nteract": {
60+
"transient": {
61+
"deleting": false
62+
}
63+
},
5564
"microsoft": {
5665
"language": "python"
5766
},
5867
"collapsed": false
5968
},
6069
"source": [
6170
"%%pyspark\r\n",
71+
"\r\n",
6272
"df = spark.read.load('abfss://etlload@knoxlakegen2.dfs.core.windows.net/sales/SalesOrderDetail.csv',\r\n",
6373
"format='csv',\r\n",
64-
"header=True\r\n",
65-
")\r\n",
74+
"header=False)\r\n",
75+
"\r\n",
6676
"display(df.limit(10))"
6777
],
68-
"execution_count": 9
78+
"execution_count": 15
6979
},
7080
{
7181
"cell_type": "code",

0 commit comments

Comments
 (0)