This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 4f850d1 Fix jekyll build before updating (#216)
4f850d1 is described below
commit 4f850d15a68650384e4c1dd8b74c585ffedc875a
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Aug 31 11:42:38 2019 -0700
Fix jekyll build before updating (#216)
```
PRODUCTION=1 jekyll build
```
---
site/developer-tools.html | 12 ++++++------
site/downloads.html | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/site/developer-tools.html b/site/developer-tools.html
index 2251618..a773763 100644
--- a/site/developer-tools.html
+++ b/site/developer-tools.html
@@ -597,13 +597,13 @@ compiler options” field. It will work then
although the option will come
reimports. If you try to build any of the projects using quasiquotes (eg.,
sql) then you will
need to make that jar a compiler plugin (just below “Additional compiler
options”).
Otherwise you will see errors like:
-<code>
-/Users/irashid/github/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
+
<pre><code>/Users/irashid/github/spark/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
Error:(147, 9) value q is not a member of StringContext
Note: implicit class Evaluate2 is not applicable here because it comes after
the application point and it lacks an explicit result type
q"""
^
-</code></li>
+</code></pre>
+ </li>
</ul>
<h4>Eclipse</h4>
@@ -675,12 +675,12 @@ consider mirroring this file or including it on a custom
AMI.</li>
<li>Copy the expanded YourKit files to each node using copy-dir:
<code>~/spark-ec2/copy-dir /root/YourKit-JavaProfiler-2017.02</code></li>
<li>Configure the Spark JVMs to use the YourKit profiling agent by editing
<code>~/spark/conf/spark-env.sh</code>
and adding the lines
-<code>
-SPARK_DAEMON_JAVA_OPTS+="
-agentpath:/root/YourKit-JavaProfiler-2017.02/bin/linux-x86-64/libyjpagent.so=sampling"
+ <pre><code>SPARK_DAEMON_JAVA_OPTS+="
-agentpath:/root/YourKit-JavaProfiler-2017.02/bin/linux-x86-64/libyjpagent.so=sampling"
export SPARK_DAEMON_JAVA_OPTS
SPARK_EXECUTOR_OPTS+="
-agentpath:/root/YourKit-JavaProfiler-2017.02/bin/linux-x86-64/libyjpagent.so=sampling"
export SPARK_EXECUTOR_OPTS
-</code></li>
+</code></pre>
+ </li>
<li>Copy the updated configuration to each node: <code>~/spark-ec2/copy-dir
~/spark/conf/spark-env.sh</code></li>
<li>Restart your Spark cluster: <code>~/spark/bin/stop-all.sh</code> and
<code>~/spark/bin/start-all.sh</code></li>
<li>By default, the YourKit profiler agents use ports
<code>10001-10010</code>. To connect the YourKit desktop
diff --git a/site/downloads.html b/site/downloads.html
index 888133a..3dca6e0 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -207,7 +207,7 @@ $(document).ready(function() {
});
</script>
-<h2 id="download-apache-sparktrade">Download Apache Spark™</h2>
+<h2 id="download-apache-spark">Download Apache Spark™</h2>
<ol>
<li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]