Skip to content

Commit bd3d4f6

Browse files
committed
comments
1 parent 02d4c80 commit bd3d4f6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

nds/PysparkBenchReport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def _register_python_listener(self):
6666
from pyspark import is_remote_only
6767
if is_remote_only():
6868
# We can't use Py4J in Spark Connect
69+
print("Python listener is not registered.")
6970
return None
7071

7172
listener = None

nds/jvm_listener/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@
6262
<build>
6363
<sourceDirectory>src/main/scala/</sourceDirectory>
6464
<plugins>
65-
<plugin>
66-
<groupId>org.apache.maven.plugins</groupId>
67-
<artifactId>maven-compiler-plugin</artifactId>
68-
<version>3.8.1</version>
69-
</plugin>
7065
<plugin>
7166
<groupId>org.scala-tools</groupId>
7267
<artifactId>maven-scala-plugin</artifactId>

0 commit comments

Comments
 (0)