roczei commented on code in PR #47795:
URL: https://github.com/apache/spark/pull/47795#discussion_r1725630583


##########
dev/deps/spark-deps-hadoop-3-hive-2.3:
##########
@@ -154,6 +154,9 @@ json4s-scalap_2.13/4.0.7//json4s-scalap_2.13-4.0.7.jar
 jsr305/3.0.0//jsr305-3.0.0.jar
 jta/1.1//jta-1.1.jar
 jul-to-slf4j/2.0.16//jul-to-slf4j-2.0.16.jar
+kotlin-stdlib-jdk7/2.0.10//kotlin-stdlib-jdk7-2.0.10.jar
+kotlin-stdlib-jdk8/2.0.10//kotlin-stdlib-jdk8-2.0.10.jar
+kotlin-stdlib/2.0.10//kotlin-stdlib-2.0.10.jar

Review Comment:
   > the mockserver is not ported over.
   
   @melin / @bjornjorgensen 
    
   yes, I confirm it as well. Related issue: 
https://github.com/fabric8io/kubernetes-client/issues/5613
   
   and this is a quick validation:
   
   1)
   
   ```
   $ mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app 
-DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
   ```
   
   2)
   
   Added this dependency:
   
   ```
       <dependency>
         <groupId>io.fabric8</groupId>
         <artifactId>kubernetes-server-mock</artifactId>
         <version>6.13.3</version>
         <scope>test</scope>
       </dependency>
   ```
   
   3)
   
   ```
   $ mvn dependency:copy-dependencies
   
   $ find . | grep okhttp
   ./target/dependency/okhttp-3.12.12.jar
   ./target/dependency/kubernetes-httpclient-okhttp-6.13.3.jar
   $ 
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to