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 018e63e commit a664548Copy full SHA for a664548
jupyter/pom.xml
@@ -61,11 +61,11 @@
61
<artifactId>spark-streaming_${scala.compat.version}</artifactId>
62
<version>${spark3.version}</version>
63
</dependency>
64
- <dependency>
65
- <groupId>org.apache.hadoop</groupId>
66
- <artifactId>hadoop-client</artifactId>
67
- <version>${hadoop.version}</version>
68
- </dependency>
+<!-- <dependency> disabled for 3.0 so the right version is picked -->
+<!-- <groupId>org.apache.hadoop</groupId>-->
+<!-- <artifactId>hadoop-client</artifactId>-->
+<!-- <version>${hadoop.version}</version>-->
+<!-- </dependency>-->
69
<dependency>
70
<groupId>org.jetbrains.kotlinx</groupId>
71
<artifactId>kotlin-jupyter-api</artifactId>
0 commit comments