提交 82ef9337 编写于 作者: U uce

Removed TeraSort from example jars when packaging

上级 34059550
......@@ -305,7 +305,9 @@
</configuration>
</execution>
<!-- TeraSort -->
<!-- TeraSort
TeraSort is currently not working, because of problems with the RangePartioner (see https://github.com/dimalabs/ozone/issues/7).
It should be included again after fixing the issue.
<execution>
<id>TeraSort</id>
<phase>package</phase>
......@@ -326,7 +328,7 @@
<include>**/sort/terasort/*.class</include>
</includes>
</configuration>
</execution>
</execution> -->
</executions>
</plugin>
......
......@@ -33,7 +33,10 @@ import eu.stratosphere.pact.example.sort.terasort.TeraOutputFormat;
* input data is the Hadoop TeraGen program. For more details see <a
* href="http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/examples/terasort/TeraGen.html">
* http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/examples/terasort/TeraGen.html</a>.
*
*
* Note: this example job is currently not included in the build, because of problems with the RangePartioner (see
* https://github.com/dimalabs/ozone/issues/7). It should be included again after fixing the issue.
*
* @author warneke
*/
public final class TeraSort implements PlanAssembler, PlanAssemblerDescription {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册