Skip to content

Commit

Permalink
Merge pull request #16 from AFFogarty/fix_cell_numbers4
Browse files Browse the repository at this point in the history
Fix cell numbers in "Hitchhiker's Guide to Delta Lake" notebook
  • Loading branch information
rapoth authored May 19, 2020
2 parents 7b28ae8 + 4102ae6 commit 7a65d84
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
11 changes: 5 additions & 6 deletions Notebooks/PySpark/Hitchikers Guide to Delta Lake - Python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -444,12 +444,11 @@
"\n",
"In the cells below, here's what we are doing:\n",
"\n",
"1. *Cell 23* Setup a simple Spark Structured Streaming job that generate a sequence\n",
"2. *Cell 23* Make the job write into our Delta Table\n",
"3. *Cell 25* Show the newly appended data\n",
"4. *Cell 26* Inspect history\n",
"5. *Cell 27* Stop the structured streaming job\n",
"6. *Cell 28* Inspect history <-- You'll notice appends have stopped"
"1. *Cell 28* Setup a simple Spark Structured Streaming job to generate a sequence and make the job write into our Delta Table\n",
"2. *Cell 30* Show the newly appended data\n",
"3. *Cell 31* Inspect history\n",
"4. *Cell 32* Stop the structured streaming job\n",
"5. *Cell 33* Inspect history <-- You'll notice appends have stopped"
],
"attachments": {}
},
Expand Down
11 changes: 5 additions & 6 deletions Notebooks/Scala/Hitchikers Guide to Delta Lake - Scala.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -453,12 +453,11 @@
"\n",
"In the cells below, here's what we are doing:\n",
"\n",
"1. *Cell 23* Setup a simple Spark Structured Streaming job that generate a sequence\n",
"2. *Cell 23* Make the job write into our Delta Table\n",
"3. *Cell 25* Show the newly appended data\n",
"4. *Cell 26* Inspect history\n",
"5. *Cell 27* Stop the structured streaming job\n",
"6. *Cell 28* Inspect history <-- You'll notice appends have stopped"
"1. *Cell 28* Setup a simple Spark Structured Streaming job to generate a sequence and make the job write into our Delta Table\n",
"2. *Cell 30* Show the newly appended data\n",
"3. *Cell 31* Inspect history\n",
"4. *Cell 32* Stop the structured streaming job\n",
"5. *Cell 33* Inspect history <-- You'll notice appends have stopped"
],
"attachments": {}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,12 +440,11 @@
"\n",
"In the cells below, here's what we are doing:\n",
"\n",
"1. *Cell 23* Setup a simple Spark Structured Streaming job that generate a sequence\n",
"2. *Cell 23* Make the job write into our Delta Table\n",
"3. *Cell 25* Show the newly appended data\n",
"4. *Cell 26* Inspect history\n",
"5. *Cell 27* Stop the structured streaming job\n",
"6. *Cell 28* Inspect history <-- You'll notice appends have stopped"
"1. *Cell 28* Setup a simple Spark Structured Streaming job to generate a sequence and make the job write into our Delta Table\n",
"2. *Cell 30* Show the newly appended data\n",
"3. *Cell 31* Inspect history\n",
"4. *Cell 32* Stop the structured streaming job\n",
"5. *Cell 33* Inspect history <-- You'll notice appends have stopped"
],
"attachments": {}
},
Expand Down

0 comments on commit 7a65d84

Please sign in to comment.