codope commented on pull request #5194: URL: https://github.com/apache/hudi/pull/5194#issuecomment-1085804619
Some more info: i used following to print classpaths just after starting spark-shell, referred https://stackoverflow.com/questions/30512598/spark-is-there-a-way-to-print-out-classpath-of-both-spark-shell-and-spark ``` import java.lang.ClassLoader val cl = ClassLoader.getSystemClassLoader cl.asInstanceOf[java.net.URLClassLoader].getURLs.foreach(println) ``` This does not show the path to my hudi jar. Maybe, something overrides in the bootstrap step itself. But then, 0.10.1 works so that means it's got to something to do with change in Hudi. -- 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]
