You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by fr...@apache.org on 2016/10/26 04:57:35 UTC

[1/5] incubator-beam-site git commit: Reordered IDE section after code checkout and tweaked heading levels.

Repository: incubator-beam-site
Updated Branches:
  refs/heads/asf-site dc8d3fbfa -> e0ae01c5f


Reordered IDE section after code checkout and tweaked heading levels.


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/0f11cc51
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/0f11cc51
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/0f11cc51

Branch: refs/heads/asf-site
Commit: 0f11cc51bba2165caac4d1422c0e26485ac5f79f
Parents: ebb8322
Author: Frances Perry <fj...@google.com>
Authored: Tue Oct 25 21:08:59 2016 -0700
Committer: Frances Perry <fj...@google.com>
Committed: Tue Oct 25 21:54:31 2016 -0700

----------------------------------------------------------------------
 contribute/contribution-guide.md | 82 +++++++++++++++++------------------
 1 file changed, 41 insertions(+), 41 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/0f11cc51/contribute/contribution-guide.md
----------------------------------------------------------------------
diff --git a/contribute/contribution-guide.md b/contribute/contribution-guide.md
index 2645cb3..e0dd507 100644
--- a/contribute/contribution-guide.md
+++ b/contribute/contribution-guide.md
@@ -60,47 +60,6 @@ To contribute code to Apache Beam, you\u2019ll have to do a few administrative step
 
 ### One-time Setup
 
-#### Intellij
-
-#### Eclipse
- 
-Use a recent eclipse version that includes m2e. Currently we recommend Eclipse Neon.
-Start eclipse with a fresh workspace in a separate directory from your checkout.
-
-##### Install the m2e apt support
-
-Beam uses apt annotation processing to provide auto generated code. One example is the usage of [google auto value](https://github.com/google/auto/tree/master/value). By default m2e does not support this and you will see compile errors.
-
-Install m2e-apt
-
-	Help 
-	-> Eclipse Marketplace 
-	-> Search for "m2 apt" 
-	-> Install m2e-apt 1.2 or higher
-	
-
-Activate the apt processing
-
-	Window 
-	-> Preferences 
-	-> Maven 
-	-> Annotation processing 
-	-> Switch to Experimental: Delegate annoation processing ... 
-	-> Ok
-
-##### Import the beam projects
-
-	File 
-	-> Import... 
-	-> Existing Maven Projects 
-	-> Browse to the directory you cloned into and select incubator-beam 
-	-> make sure all beam projects are selected 
-	-> Finalize
-
-You now should have all the beam projects imported into eclipse and should see no compile errors.
- 
-
-
 #### [Potentially] Submit Contributor License Agreement
 Apache Software Foundation (ASF) desires that all contributors of ideas, code, or documentation to the Apache projects complete, sign, and submit an [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt) (ICLA). The purpose of this agreement is to clearly define the terms under which intellectual property has been contributed to the ASF and thereby allow us to defend the project should there be a legal dispute regarding the software at some future time.
 
@@ -132,6 +91,47 @@ Add your forked repository as an additional Git remote, where you\u2019ll push your
 
 You are now ready to start developing!
 
+#### [Optional] IDE Setup
+
+Depending on your preferred development environment, you may need to prepare it to develop Beam code.
+
+##### Intellij
+
+_If you are an Intellij user, please contribute instructions! See [BEAM-835](https://issues.apache.org/jira/browse/BEAM-835)._
+
+##### Eclipse
+ 
+Use a recent eclipse version that includes m2e. Currently we recommend Eclipse Neon.
+Start eclipse with a fresh workspace in a separate directory from your checkout.
+
+1. Install m2e-apt: Beam uses apt annotation processing to provide auto generated code. One example is the usage of [google auto value](https://github.com/google/auto/tree/master/value). By default m2e does not support this and you will see compile errors.
+
+	Help
+	-> Eclipse Marketplace
+	-> Search for "m2 apt"
+	-> Install m2e-apt 1.2 or higher
+
+1. Activate the apt processing
+
+	Window
+	-> Preferences
+	-> Maven
+	-> Annotation processing
+	-> Switch to Experimental: Delegate annotation processing ...
+	-> Ok
+
+1. Import the beam projects
+
+	File
+	-> Import...
+	-> Existing Maven Projects
+	-> Browse to the directory you cloned into and select incubator-beam
+	-> make sure all beam projects are selected
+	-> Finalize
+
+You now should have all the beam projects imported into eclipse and should see no compile errors.
+
+
 ### Create a branch in your fork
 You\u2019ll work on your contribution in a branch in your own (forked) repository. Create a local branch, initialized with the state of the branch you expect your changes to be merged into. Keep in mind that we use several branches, including `master`, feature-specific, and release-specific branches. If you are unsure, initialize with the state of the `master` branch.
 


[2/5] incubator-beam-site git commit: Add IDE setup instructions

Posted by fr...@apache.org.
Add IDE setup instructions


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/ebb83225
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/ebb83225
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/ebb83225

Branch: refs/heads/asf-site
Commit: ebb83225a0f24c364050e7ec8f24237375cd37bc
Parents: 92c2ebe
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Tue Oct 18 09:38:46 2016 +0200
Committer: Frances Perry <fj...@google.com>
Committed: Tue Oct 25 21:54:31 2016 -0700

----------------------------------------------------------------------
 contribute/contribution-guide.md | 41 +++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/ebb83225/contribute/contribution-guide.md
----------------------------------------------------------------------
diff --git a/contribute/contribution-guide.md b/contribute/contribution-guide.md
index dae324e..2645cb3 100644
--- a/contribute/contribution-guide.md
+++ b/contribute/contribution-guide.md
@@ -60,6 +60,47 @@ To contribute code to Apache Beam, you\u2019ll have to do a few administrative step
 
 ### One-time Setup
 
+#### Intellij
+
+#### Eclipse
+ 
+Use a recent eclipse version that includes m2e. Currently we recommend Eclipse Neon.
+Start eclipse with a fresh workspace in a separate directory from your checkout.
+
+##### Install the m2e apt support
+
+Beam uses apt annotation processing to provide auto generated code. One example is the usage of [google auto value](https://github.com/google/auto/tree/master/value). By default m2e does not support this and you will see compile errors.
+
+Install m2e-apt
+
+	Help 
+	-> Eclipse Marketplace 
+	-> Search for "m2 apt" 
+	-> Install m2e-apt 1.2 or higher
+	
+
+Activate the apt processing
+
+	Window 
+	-> Preferences 
+	-> Maven 
+	-> Annotation processing 
+	-> Switch to Experimental: Delegate annoation processing ... 
+	-> Ok
+
+##### Import the beam projects
+
+	File 
+	-> Import... 
+	-> Existing Maven Projects 
+	-> Browse to the directory you cloned into and select incubator-beam 
+	-> make sure all beam projects are selected 
+	-> Finalize
+
+You now should have all the beam projects imported into eclipse and should see no compile errors.
+ 
+
+
 #### [Potentially] Submit Contributor License Agreement
 Apache Software Foundation (ASF) desires that all contributors of ideas, code, or documentation to the Apache projects complete, sign, and submit an [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt) (ICLA). The purpose of this agreement is to clearly define the terms under which intellectual property has been contributed to the ASF and thereby allow us to defend the project should there be a legal dispute regarding the software at some future time.
 


[4/5] incubator-beam-site git commit: This closes #44

Posted by fr...@apache.org.
This closes #44


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/ccc23ff4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/ccc23ff4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/ccc23ff4

Branch: refs/heads/asf-site
Commit: ccc23ff4d05c31d32e52655e3131bc2817a0c5aa
Parents: dc8d3fb 0f11cc5
Author: Frances Perry <fj...@google.com>
Authored: Tue Oct 25 21:55:52 2016 -0700
Committer: Frances Perry <fj...@google.com>
Committed: Tue Oct 25 21:55:52 2016 -0700

----------------------------------------------------------------------
 contribute/contribution-guide.md | 41 +++++++++++++++++++++++++++++++++++
 contribute/testing.md            | 14 ------------
 2 files changed, 41 insertions(+), 14 deletions(-)
----------------------------------------------------------------------



[5/5] incubator-beam-site git commit: Regenerate html

Posted by fr...@apache.org.
Regenerate html


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/e0ae01c5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/e0ae01c5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/e0ae01c5

Branch: refs/heads/asf-site
Commit: e0ae01c5f6167906cd7544604e2bc7271d3e0fbb
Parents: ccc23ff
Author: Frances Perry <fj...@google.com>
Authored: Tue Oct 25 21:57:23 2016 -0700
Committer: Frances Perry <fj...@google.com>
Committed: Tue Oct 25 21:57:23 2016 -0700

----------------------------------------------------------------------
 .../contribute/contribution-guide/index.html    | 51 ++++++++++++++++++++
 content/contribute/testing/index.html           | 14 ------
 content/feed.xml                                |  4 +-
 .../learn/runners/capability-matrix/index.html  |  2 +-
 content/project/team/index.html                 | 47 ++++++++++++++----
 5 files changed, 91 insertions(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/e0ae01c5/content/contribute/contribution-guide/index.html
----------------------------------------------------------------------
diff --git a/content/contribute/contribution-guide/index.html b/content/contribute/contribution-guide/index.html
index 95d88d0..648ae34 100644
--- a/content/contribute/contribution-guide/index.html
+++ b/content/contribute/contribution-guide/index.html
@@ -160,6 +160,11 @@
           <li><a href="#obtain-a-github-account" id="markdown-toc-obtain-a-github-account">Obtain a GitHub account</a></li>
           <li><a href="#fork-the-repository-on-github" id="markdown-toc-fork-the-repository-on-github">Fork the repository on GitHub</a></li>
           <li><a href="#clone-the-repository-locally" id="markdown-toc-clone-the-repository-locally">Clone the repository locally</a></li>
+          <li><a href="#optional-ide-setup" id="markdown-toc-optional-ide-setup">[Optional] IDE Setup</a>            <ul>
+              <li><a href="#intellij" id="markdown-toc-intellij">Intellij</a></li>
+              <li><a href="#eclipse" id="markdown-toc-eclipse">Eclipse</a></li>
+            </ul>
+          </li>
         </ul>
       </li>
       <li><a href="#create-a-branch-in-your-fork" id="markdown-toc-create-a-branch-in-your-fork">Create a branch in your fork</a></li>
@@ -287,6 +292,52 @@ $ cd incubator-beam
 
 <p>You are now ready to start developing!</p>
 
+<h4 id="optional-ide-setup">[Optional] IDE Setup</h4>
+
+<p>Depending on your preferred development environment, you may need to prepare it to develop Beam code.</p>
+
+<h5 id="intellij">Intellij</h5>
+
+<p><em>If you are an Intellij user, please contribute instructions! See <a href="https://issues.apache.org/jira/browse/BEAM-835">BEAM-835</a>.</em></p>
+
+<h5 id="eclipse">Eclipse</h5>
+
+<p>Use a recent eclipse version that includes m2e. Currently we recommend Eclipse Neon.
+Start eclipse with a fresh workspace in a separate directory from your checkout.</p>
+
+<ol>
+  <li>
+    <p>Install m2e-apt: Beam uses apt annotation processing to provide auto generated code. One example is the usage of <a href="https://github.com/google/auto/tree/master/value">google auto value</a>. By default m2e does not support this and you will see compile errors.</p>
+
+    <p>Help
+ -&gt; Eclipse Marketplace
+ -&gt; Search for \u201cm2 apt\u201d
+ -&gt; Install m2e-apt 1.2 or higher</p>
+  </li>
+  <li>
+    <p>Activate the apt processing</p>
+
+    <p>Window
+ -&gt; Preferences
+ -&gt; Maven
+ -&gt; Annotation processing
+ -&gt; Switch to Experimental: Delegate annotation processing \u2026
+ -&gt; Ok</p>
+  </li>
+  <li>
+    <p>Import the beam projects</p>
+
+    <p>File
+ -&gt; Import\u2026
+ -&gt; Existing Maven Projects
+ -&gt; Browse to the directory you cloned into and select incubator-beam
+ -&gt; make sure all beam projects are selected
+ -&gt; Finalize</p>
+  </li>
+</ol>
+
+<p>You now should have all the beam projects imported into eclipse and should see no compile errors.</p>
+
 <h3 id="create-a-branch-in-your-fork">Create a branch in your fork</h3>
 <p>You\u2019ll work on your contribution in a branch in your own (forked) repository. Create a local branch, initialized with the state of the branch you expect your changes to be merged into. Keep in mind that we use several branches, including <code class="highlighter-rouge">master</code>, feature-specific, and release-specific branches. If you are unsure, initialize with the state of the <code class="highlighter-rouge">master</code> branch.</p>
 

http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/e0ae01c5/content/contribute/testing/index.html
----------------------------------------------------------------------
diff --git a/content/contribute/testing/index.html b/content/contribute/testing/index.html
index 104fe35..1a6e564 100644
--- a/content/contribute/testing/index.html
+++ b/content/contribute/testing/index.html
@@ -333,20 +333,6 @@ details on those testing types.</p>
    </td>
   </tr>
   <tr>
-   <td>Triggers
-   </td>
-   <td>Correctness
-   </td>
-   <td><a href="https://github.com/apache/incubator-beam/blob/master/sdks/java/core/src/test/java/org/apache/beam/sdk/util/TriggerTester.java">TriggerTester</a>
-   </td>
-   <td><a href="https://github.com/apache/incubator-beam/blob/master/sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/windowing/AfterWatermarkTest.java">AfterWatermarkTest</a>
-   </td>
-   <td>Unit
-   </td>
-   <td>Precommit / Postcommit
-   </td>
-  </tr>
-  <tr>
    <td>Coders
    </td>
    <td>Encoding/decoding elements

http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/e0ae01c5/content/feed.xml
----------------------------------------------------------------------
diff --git a/content/feed.xml b/content/feed.xml
index 9d5de98..be42267 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>http://beam.incubator.apache.org/</link>
     <atom:link href="http://beam.incubator.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 25 Oct 2016 21:24:51 -0700</pubDate>
-    <lastBuildDate>Tue, 25 Oct 2016 21:24:51 -0700</lastBuildDate>
+    <pubDate>Tue, 25 Oct 2016 21:56:30 -0700</pubDate>
+    <lastBuildDate>Tue, 25 Oct 2016 21:56:30 -0700</lastBuildDate>
     <generator>Jekyll v3.2.0</generator>
     
       <item>

http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/e0ae01c5/content/learn/runners/capability-matrix/index.html
----------------------------------------------------------------------
diff --git a/content/learn/runners/capability-matrix/index.html b/content/learn/runners/capability-matrix/index.html
index debddb1..eaac8c2 100644
--- a/content/learn/runners/capability-matrix/index.html
+++ b/content/learn/runners/capability-matrix/index.html
@@ -146,7 +146,7 @@
 
       <div class="row">
         <h1 id="beam-capability-matrix">Beam Capability Matrix</h1>
-<p><span style="font-size:11px;float:none">Last updated: 2016-10-25 21:24 PDT</span></p>
+<p><span style="font-size:11px;float:none">Last updated: 2016-10-25 21:56 PDT</span></p>
 
 <p>Apache Beam (incubating) provides a portable API layer for building sophisticated data-parallel processing engines that may be executed across a diversity of exeuction engines, or <i>runners</i>. The core concepts of this layer are based upon the Beam Model (formerly referred to as the <a href="http://www.vldb.org/pvldb/vol8/p1792-Akidau.pdf">Dataflow Model</a>), and implemented to varying degrees in each Beam runner. To help clarify the capabilities of individual runners, we\u2019ve created the capability matrix below.</p>
 

http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/e0ae01c5/content/project/team/index.html
----------------------------------------------------------------------
diff --git a/content/project/team/index.html b/content/project/team/index.html
index c6b2d1a..a4808db 100644
--- a/content/project/team/index.html
+++ b/content/project/team/index.html
@@ -187,7 +187,7 @@
         <tr>
           <th scope="row">Ben Chambers</th>
           <td scope="row">bchambers</td>
-          <td scope="row">bchambers [at] google [dot] com</td>
+          <td scope="row">bchambers [at] apache [dot] org</td>
           <td scope="row">Google</td>
           <td scope="row">committer, PPMC</td>
           <td scope="row">-8</td>
@@ -196,7 +196,7 @@
         <tr>
           <th scope="row">Craig Chambers</th>
           <td scope="row"></td>
-          <td scope="row">chambers [at] google [dot] com</td>
+          <td scope="row"></td>
           <td scope="row">Google</td>
           <td scope="row">committer, PPMC</td>
           <td scope="row">-8</td>
@@ -205,7 +205,7 @@
         <tr>
           <th scope="row">Dan Halperin</th>
           <td scope="row">dhalperi</td>
-          <td scope="row">dhalperi [at] google [dot] com</td>
+          <td scope="row">dhalperi [at] apache [dot] org</td>
           <td scope="row">Google</td>
           <td scope="row">committer, PPMC</td>
           <td scope="row">-8</td>
@@ -214,7 +214,7 @@
         <tr>
           <th scope="row">Davor Bonaci</th>
           <td scope="row">davor</td>
-          <td scope="row">davor [at] google [dot] com</td>
+          <td scope="row">davor [at] apache [dot] org</td>
           <td scope="row">Google</td>
           <td scope="row">committer, PPMC</td>
           <td scope="row">-8</td>
@@ -223,7 +223,7 @@
         <tr>
           <th scope="row">Frances Perry</th>
           <td scope="row">frances</td>
-          <td scope="row">fjp [at] google [dot] com</td>
+          <td scope="row">frances [at] apache [dot] org</td>
           <td scope="row">Google</td>
           <td scope="row">committer, PPMC</td>
           <td scope="row">-8</td>
@@ -232,7 +232,7 @@
         <tr>
           <th scope="row">James Malone</th>
           <td scope="row">jamesmalone</td>
-          <td scope="row">jamesmalone [at] google [dot] com</td>
+          <td scope="row">jamesmalone [at] apache [dot] org</td>
           <td scope="row">Google</td>
           <td scope="row">committer, PPMC</td>
           <td scope="row">-8</td>
@@ -248,6 +248,15 @@
         </tr>
       
         <tr>
+          <th scope="row">Jesse Anderson</th>
+          <td scope="row"></td>
+          <td scope="row">jesse [at] smokinghand [dot] com</td>
+          <td scope="row">Smoking Hand</td>
+          <td scope="row">committer</td>
+          <td scope="row">-8</td>
+        </tr>
+      
+        <tr>
           <th scope="row">Josh Wills</th>
           <td scope="row">jwills</td>
           <td scope="row">jwills [at] apache [dot] org</td>
@@ -268,7 +277,7 @@
         <tr>
           <th scope="row">Kenneth Knowles</th>
           <td scope="row">kenn</td>
-          <td scope="row">klk [at] google [dot] com</td>
+          <td scope="row">kenn [at] apache [dot] org</td>
           <td scope="row">Google</td>
           <td scope="row">committer, PPMC</td>
           <td scope="row">-8</td>
@@ -277,7 +286,7 @@
         <tr>
           <th scope="row">Luke Cwik</th>
           <td scope="row">lcwik</td>
-          <td scope="row">lcwik [at] google [dot] com</td>
+          <td scope="row">lcwik [at] apache [dot] org</td>
           <td scope="row">Google</td>
           <td scope="row">committer, PPMC</td>
           <td scope="row">-8</td>
@@ -302,6 +311,24 @@
         </tr>
       
         <tr>
+          <th scope="row">Thomas Groh</th>
+          <td scope="row"></td>
+          <td scope="row"></td>
+          <td scope="row">Google</td>
+          <td scope="row">committer</td>
+          <td scope="row">-8</td>
+        </tr>
+      
+        <tr>
+          <th scope="row">Thomas Weise</th>
+          <td scope="row">thw</td>
+          <td scope="row">thw [at] apache [dot] org</td>
+          <td scope="row">DataTorrent</td>
+          <td scope="row">committer</td>
+          <td scope="row">-8</td>
+        </tr>
+      
+        <tr>
           <th scope="row">Tom White</th>
           <td scope="row">tomwhite</td>
           <td scope="row">tom [at] cloudera [dot] com</td>
@@ -313,7 +340,7 @@
         <tr>
           <th scope="row">Tyler Akidau</th>
           <td scope="row">takidau</td>
-          <td scope="row">takidau [at] google [dot] com</td>
+          <td scope="row">takidau [at] apache [dot] org</td>
           <td scope="row">Google</td>
           <td scope="row">committer, PPMC</td>
           <td scope="row">-8</td>
@@ -322,7 +349,7 @@
         <tr>
           <th scope="row">Robert Bradshaw</th>
           <td scope="row">robertwb</td>
-          <td scope="row">robertwb [at] google [dot] com</td>
+          <td scope="row">robertwb [at] apache [dot] org</td>
           <td scope="row">Google</td>
           <td scope="row">committer, PPMC</td>
           <td scope="row">-8</td>


[3/5] incubator-beam-site git commit: Removed TriggerTester, obsoleted in incubator-beam/commit/1eff320d5e7fb5510d13016e0826b14e5cf7f686

Posted by fr...@apache.org.
Removed TriggerTester, obsoleted in incubator-beam/commit/1eff320d5e7fb5510d13016e0826b14e5cf7f686


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/92c2ebe6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/92c2ebe6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/92c2ebe6

Branch: refs/heads/asf-site
Commit: 92c2ebe60437547098bd8f94d4583d3d6d75cca9
Parents: dc8d3fb
Author: Frances Perry <fj...@google.com>
Authored: Tue Oct 25 21:33:17 2016 -0700
Committer: Frances Perry <fj...@google.com>
Committed: Tue Oct 25 21:54:31 2016 -0700

----------------------------------------------------------------------
 contribute/testing.md | 14 --------------
 1 file changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/92c2ebe6/contribute/testing.md
----------------------------------------------------------------------
diff --git a/contribute/testing.md b/contribute/testing.md
index b613afa..3743df3 100644
--- a/contribute/testing.md
+++ b/contribute/testing.md
@@ -170,20 +170,6 @@ details on those testing types.
    </td>
   </tr>
   <tr>
-   <td>Triggers
-   </td>
-   <td>Correctness
-   </td>
-   <td><a href="https://github.com/apache/incubator-beam/blob/master/sdks/java/core/src/test/java/org/apache/beam/sdk/util/TriggerTester.java">TriggerTester</a>
-   </td>
-   <td><a href="https://github.com/apache/incubator-beam/blob/master/sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/windowing/AfterWatermarkTest.java">AfterWatermarkTest</a>
-   </td>
-   <td>Unit
-   </td>
-   <td>Precommit / Postcommit
-   </td>
-  </tr>
-  <tr>
    <td>Coders
    </td>
    <td>Encoding/decoding elements