File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : {
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" ,
You can’t perform that action at this time.
0 commit comments