You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2016/11/23 11:34:51 UTC

spark-website git commit: Add chat rooms to community links

Repository: spark-website
Updated Branches:
  refs/heads/asf-site cf21826be -> 9418d7be6


Add chat rooms to community links


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

Branch: refs/heads/asf-site
Commit: 9418d7be6bd6dd5edf7b34ee78f9a33cdb6c2324
Parents: cf21826
Author: Jakob Odersky <ja...@odersky.com>
Authored: Mon Nov 21 18:30:12 2016 -0800
Committer: Sean Owen <so...@cloudera.com>
Committed: Wed Nov 23 11:34:38 2016 +0000

----------------------------------------------------------------------
 community.md        | 10 ++++++++++
 site/community.html | 10 ++++++++++
 2 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark-website/blob/9418d7be/community.md
----------------------------------------------------------------------
diff --git a/community.md b/community.md
index 3bff6ad..d887d31 100644
--- a/community.md
+++ b/community.md
@@ -72,6 +72,16 @@ Some quick tips when using email:
 and include only a few lines of the pertinent code / log within the email.
 - No jobs, sales, or solicitation is permitted on the Apache Spark mailing lists.
 
+<a name="chat"></a>
+<h4>Chat Rooms</h4>
+
+Chat rooms are great for quick questions or discussions on specialized topics. The following chat rooms are not officially part of Apache Spark; they are provided for reference only.
+<ul>
+  <li>
+    <a href="https://gitter.im/spark-scala/Lobby">Spark with Scala</a> is for questions and discussions related to using Spark with the Scala programming language.
+  </li>
+</ul>
+
 <a name="events"></a>
 <h3>Events and Meetups</h3>
 

http://git-wip-us.apache.org/repos/asf/spark-website/blob/9418d7be/site/community.html
----------------------------------------------------------------------
diff --git a/site/community.html b/site/community.html
index a83ae1b..ea360f5 100644
--- a/site/community.html
+++ b/site/community.html
@@ -270,6 +270,16 @@ and include only a few lines of the pertinent code / log within the email.</li>
   <li>No jobs, sales, or solicitation is permitted on the Apache Spark mailing lists.</li>
 </ul>
 
+<p><a name="chat"></a></p>
+<h4>Chat Rooms</h4>
+
+<p>Chat rooms are great for quick questions or discussions on specialized topics. The following chat rooms are not officially part of Apache Spark; they are provided for reference only.</p>
+<ul>
+  <li>
+    <a href="https://gitter.im/spark-scala/Lobby">Spark with Scala</a> is for questions and discussions related to using Spark with the Scala programming language.
+  </li>
+</ul>
+
 <p><a name="events"></a></p>
 <h3>Events and Meetups</h3>
 


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