Skip to content

Commit 93f7637

Browse files
committed
fixed explanaiton
1 parent 50fd6f9 commit 93f7637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

streaming/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</plugin>
8080

8181
<!--
82-
This plugin forces the generation of jar containing streaming test classes,
82+
This plugin forces the generation of jar containing streaming test classes,
8383
so that the tests classes of external modules can use them. The two execution profiles
8484
are necessary - first one for 'mvn package', second one for 'mvn test-compile'. Ideally,
8585
'mvn compile' should not compile test classes and therefore should not need this.

streaming/src/main/scala/org/apache/spark/streaming/api/python/PythonRDDFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/*
77
* Interface for py4j callback function.
8-
* This function is called by pyspark.streaming.dstream.DStream.foreachRDD .
8+
* This interface is related to pyspark.streaming.dstream.DStream.foreachRDD .
99
*/
1010
public interface PythonRDDFunction {
1111
JavaRDD<byte[]> call(JavaRDD<byte[]> rdd, long time);

0 commit comments

Comments
 (0)