summaryrefslogtreecommitdiff
path: root/community.md
blob: 6398f98c540a2a2ecf7d8901e1ac84e18dd422eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---
layout: global
title: Community
type: "page singular"
navigation:
  weight: 5
  show: true
---

<h2>Spark Community</h2>

<a name="mailing-lists"></a>
<h3>Mailing Lists</h3>

<p>Get help using Spark or contribute to the project on our mailing lists:</p>
<ul>
  <li>
    <a href="http://apache-spark-user-list.1001560.n3.nabble.com">user@spark.apache.org</a> is for usage questions, help, and announcements.
    <a href="mailto:user-subscribe@spark.apache.org?subject=(send%20this%20email%20to%20subscribe)">(subscribe)</a>
    <a href="mailto:user-unsubscribe@spark.apache.org?subject=(send%20this%20email%20to%20unsubscribe)">(unsubscribe)</a>
    <a href="http://apache-spark-user-list.1001560.n3.nabble.com">(archives)</a>
  </li>
  <li>
    <a href="http://apache-spark-developers-list.1001551.n3.nabble.com">dev@spark.apache.org</a> is for people who want to contribute code to Spark.
    <a href="mailto:dev-subscribe@spark.apache.org?subject=(send%20this%20email%20to%20subscribe)">(subscribe)</a>
    <a href="mailto:dev-unsubscribe@spark.apache.org?subject=(send%20this%20email%20to%20unsubscribe)">(unsubscribe)</a>
    <a href="http://apache-spark-developers-list.1001551.n3.nabble.com">(archives)</a>
  </li>
</ul>

<a name="events"></a>
<h3>Events and Meetups</h3>

<h4>Conferences</h4>
<ul>
  <li>
    <a href="http://spark-summit.org/2014">Spark Summit 2014.</a> June 30 - July 1 2014 in San Francisco. Two days of keynotes and over 50 talks and technology demos presented by active Spark community members. Free live streaming and video archive. Attached to the summit, on July 2, Databricks will be hosting a day of introductory training.
  </li>
  <li>
    <a href="http://spark-summit.org/2013">Spark Summit 2013.</a> In December 2013, the community held the first Spark Summit, with 30 talks from organizations using Apache Spark.  Slides and videos of all talks are available for free at <a href="http://spark-summit.org/2013/">the summit website</a>.
  </li>
</ul>

<h4>Meetups</h4>
Spark Meetups are grass-roots events organized and hosted by leaders and champions in the community around the world. Check out <a href="http://spark.meetup.com">http://spark.meetup.com</a> to find a Spark meetup in your part of the world. Below is a partial list of Spark meetups.
<ul>
  <li>
    <a href="http://www.meetup.com/spark-users/">Bay Area Spark Meetup.</a>
    This group has been running monthly events since January 2012 in the San Francisco area.
    The meetup page also contains an <a href="http://www.meetup.com/spark-users/events/past/">archive of past meetups</a>, including videos and <a href="http://www.meetup.com/spark-users/files/">slides</a> on most of the recent pages.
    You can also find links to videos from past meetups on the <a href="documentation.html#meetup-videos">Documentation Page</a>.
  </li>
  <li>
    <a href="http://www.meetup.com/Seattle-Spark-Meetup/">Seattle Spark Meetup</a>
  </li>
  <li>
    <a href="http://www.meetup.com/Spark-NYC/">NYC Spark Meetup</a>
  </li>
  <li>
    <a href="http://www.meetup.com/Spark-London/">London Spark Meetup</a>
  </li>
  <li>
    <a href="http://www.meetup.com/Spark-Barcelona/">Barcelona Spark Meetup</a>
  </li>
  <li>
    <a href="http://www.meetup.com/Spark_big_data_analytics/">Bangalore Spark Meetup</a>
  </li>
  <li>
    <a href="http://www.meetup.com/Washington-DC-Area-Spark-Interactive/">DC Area Spark Meetup</a>
  </li>
  <li>
    <a href="http://www.meetup.com/Boston-Apache-Spark-User-Group/">Boston Spark Meetup</a>
  </li>
  <li>
    <a href="http://www.meetup.com/Spark-User-Group-Hyderabad/">Hyderabad Spark Meetup</a>
  </li>
  <li>
    <a href="http://www.meetup.com/Vancouver-Spark/">Vancouver Spark Meetup</a>
  </li>
  </ul>

<p>If you'd like your meetup added, email <a href="mailto:user@spark.apache.org">user@spark.apache.org</a>.</p>

<a name="issue-tracker"></a>
<h3>Issue Tracker</h3>

<p>The project tracks bugs and new features on <a href="https://issues.apache.org/jira/browse/SPARK">JIRA</a>. If you'd like, you can also subscribe to <a href="https://mail-archives.apache.org/mod_mbox/spark-issues/">issues@spark.apache.org</a> to receive emails about new issues, and <a href="https://mail-archives.apache.org/mod_mbox/spark-commits/">commits@spark.apache.org</a> to get emails about commits.</p>

<h3>Powered By</h3>

<p>Our wiki has a list of <a href="https://cwiki.apache.org/confluence/display/SPARK/Powered+By+Spark">projects and organizations powered by Spark</a>.</p>

<a name="history"></a>
<h3>Project History</h3>


<p>
Spark started as a research project at the <a href="https://amplab.cs.berkeley.edu">UC Berkeley AMPLab</a>
in 2009, and was open sourced in early 2010.
Many of the ideas behind the system are presented in various
<a href="{{site.url}}research.html">research papers</a>.
The AMPLab continues to perform research on both improving Spark and on systems built on top, such as
<a href="{{site.shark_url}}">Shark</a>, <a href="{{site.url}}graphx/">GraphX</a>, and
<a href="{{site.url}}streaming/">Spark Streaming</a>.
</p>

<p>
After being released, Spark grew a developer community on GitHub and entered Apache in 2013
as its permanent home.
A wide range of contributors now develop the project (over 120 developers from 25 companies).
</p>