Skip to content

Commit

Permalink
fixed explanaiton
Browse files Browse the repository at this point in the history
  • Loading branch information
giwa committed Aug 21, 2014
1 parent 50fd6f9 commit 93f7637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion streaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</plugin>

<!--
This plugin forces the generation of jar containing streaming test classes,
This plugin forces the generation of jar containing streaming test classes,
so that the tests classes of external modules can use them. The two execution profiles
are necessary - first one for 'mvn package', second one for 'mvn test-compile'. Ideally,
'mvn compile' should not compile test classes and therefore should not need this.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/*
* Interface for py4j callback function.
* This function is called by pyspark.streaming.dstream.DStream.foreachRDD .
* This interface is related to pyspark.streaming.dstream.DStream.foreachRDD .
*/
public interface PythonRDDFunction {
JavaRDD<byte[]> call(JavaRDD<byte[]> rdd, long time);
Expand Down

0 comments on commit 93f7637

Please sign in to comment.