Skip to content

Commit

Permalink
Remove obsolete collection execution example.
Browse files Browse the repository at this point in the history
Correct remote collector format example.
  • Loading branch information
StephanEwen committed Nov 3, 2014
1 parent a747b61 commit 2557832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 50 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package org.apache.flink.examples.java.remotecollectoroutputformat;
package org.apache.flink.examples.java.misc;

import java.util.HashSet;
import java.util.Set;
Expand Down Expand Up @@ -111,4 +111,4 @@ public void flatMap(String value, Collector<Tuple2<String, Integer>> out) {
}
}
}
}
}

0 comments on commit 2557832

Please sign in to comment.