Skip to content

Commit

Permalink
deploy: 14c2b82
Browse files Browse the repository at this point in the history
  • Loading branch information
twoentartian committed Sep 10, 2024
1 parent ac3fbd8 commit 9e4b370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion getting-started/openstreetmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ <h3 id="preparing-the-dataset-for-lab-1"><a class="header" href="#preparing-the-
<pre><code class="language-bash">docker run -it --rm -v &quot;`pwd`&quot;:/io osm2orc /io/netherlands-latest.osm.pbf /io/netherlands.orc
</code></pre>
<p>You will now have the <code>netherlands.orc</code> file somewhere on your machine. We will
use this file as our input. Make sure you understand <a href="http://spark.apache.org/docs/2.4.6/sql-data-sources-load-save-functions.html">how to load the file into
use this file as our input. Make sure you understand <a href="http://spark.apache.org/docs/latest/sql-data-sources-load-save-functions.html">how to load the file into
Spark</a>.</p>
<h3 id="openstreetmap-schema"><a class="header" href="#openstreetmap-schema">OpenStreetMap schema</a></h3>
<p>Once you have loaded the data set, it's possible to print out the schema of the
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ <h3 id="preparing-the-dataset-for-lab-1"><a class="header" href="#preparing-the-
<pre><code class="language-bash">docker run -it --rm -v &quot;`pwd`&quot;:/io osm2orc /io/netherlands-latest.osm.pbf /io/netherlands.orc
</code></pre>
<p>You will now have the <code>netherlands.orc</code> file somewhere on your machine. We will
use this file as our input. Make sure you understand <a href="http://spark.apache.org/docs/2.4.6/sql-data-sources-load-save-functions.html">how to load the file into
use this file as our input. Make sure you understand <a href="http://spark.apache.org/docs/latest/sql-data-sources-load-save-functions.html">how to load the file into
Spark</a>.</p>
<h3 id="openstreetmap-schema"><a class="header" href="#openstreetmap-schema">OpenStreetMap schema</a></h3>
<p>Once you have loaded the data set, it's possible to print out the schema of the
Expand Down

0 comments on commit 9e4b370

Please sign in to comment.