We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d4c80 commit bd3d4f6Copy full SHA for bd3d4f6
nds/PysparkBenchReport.py
@@ -66,6 +66,7 @@ def _register_python_listener(self):
66
from pyspark import is_remote_only
67
if is_remote_only():
68
# We can't use Py4J in Spark Connect
69
+ print("Python listener is not registered.")
70
return None
71
72
listener = None
nds/jvm_listener/pom.xml
@@ -62,11 +62,6 @@
62
<build>
63
<sourceDirectory>src/main/scala/</sourceDirectory>
64
<plugins>
65
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.1</version>
- </plugin>
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
0 commit comments