regenerate html pointing to 2.11

Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/fe9e3a88
Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/fe9e3a88
Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/fe9e3a88

Branch: refs/heads/asf-site
Commit: fe9e3a88cfc56c1b10f9814bdeb28f9f1ff47286
Parents: cbe2a9b
Author: samelamin <hussam.ela...@gmail.com>
Authored: Thu Apr 13 17:09:28 2017 +0100
Committer: samelamin <hussam.ela...@gmail.com>
Committed: Thu Apr 13 17:09:28 2017 +0100

----------------------------------------------------------------------
 developer-tools.md        | 2 +-
 site/developer-tools.html | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark-website/blob/fe9e3a88/developer-tools.md
----------------------------------------------------------------------
diff --git a/developer-tools.md b/developer-tools.md
index 239be34..7c14de8 100644
--- a/developer-tools.md
+++ b/developer-tools.md
@@ -291,7 +291,7 @@ In these cases, you may need to add source locations 
explicitly to compile the e
 so, open the "Project Settings" and select "Modules". Based on your selected 
Maven profiles, you 
 may need to add source folders to the following modules:
     - spark-hive: add v0.13.1/src/main/scala
-    - spark-streaming-flume-sink: add 
target\scala-2.10\src_managed\main\compiled_avro
+    - spark-streaming-flume-sink: add 
target\scala-2.11\src_managed\main\compiled_avro
     - spark-catalyst: add target\scala-2.11\src_managed\main
 - Compilation may fail with an error like "scalac: bad option: 
 
-P:/home/jakub/.m2/repository/org/scalamacros/paradise_2.10.4/2.0.1/paradise_2.10.4-2.0.1.jar".
 

http://git-wip-us.apache.org/repos/asf/spark-website/blob/fe9e3a88/site/developer-tools.html
----------------------------------------------------------------------
diff --git a/site/developer-tools.html b/site/developer-tools.html
index a44bfde..ffa1240 100644
--- a/site/developer-tools.html
+++ b/site/developer-tools.html
@@ -328,7 +328,7 @@ JIRA number of the issue you&#8217;re working on as well as 
its title.</p>
 
 <p>For the problem described above, we might add the following:</p>
 
-<figure class="highlight"><pre><code class="language-scala" 
data-lang="scala"><span class="c1">// [SPARK-zz][CORE] Fix an issue</span>
+<figure class="highlight"><pre><code class="language-scala" 
data-lang="scala"><span></span><span class="c1">// [SPARK-zz][CORE] Fix an 
issue</span>
 <span class="nc">ProblemFilters</span><span class="o">.</span><span 
class="n">exclude</span><span class="o">[</span><span 
class="kt">DirectMissingMethodProblem</span><span class="o">](</span><span 
class="s">&quot;org.apache.spark.SomeClass.this&quot;</span><span 
class="o">)</span></code></pre></figure>
 
 <p>Otherwise, you will have to resolve those incompatibilies before opening or
@@ -463,7 +463,8 @@ so, open the &#8220;Project Settings&#8221; and select 
&#8220;Modules&#8221;. Ba
 may need to add source folders to the following modules:
     <ul>
       <li>spark-hive: add v0.13.1/src/main/scala</li>
-      <li>spark-streaming-flume-sink: add 
target\scala-2.10\src_managed\main\compiled_avro</li>
+      <li>spark-streaming-flume-sink: add 
target\scala-2.11\src_managed\main\compiled_avro</li>
+      <li>spark-catalyst: add target\scala-2.11\src_managed\main</li>
     </ul>
   </li>
   <li>Compilation may fail with an error like &#8220;scalac: bad option: 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to