-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Dataproc notebook IT test failure - NoSuchMethodError: org.apache.spark.network.util.ByteUnit.toBytes #4787
Comments
My guess is either we have a setup issue or perhaps they changed the Spark function. |
https://github.com/apache/spark/blob/master/common/network-common/src/main/java/org/apache/spark/network/util/ByteUnit.java has not changed since 2019, so my guess is that it is a setup issue. |
Dataproc could have internally changed in their version, but seems like a weird change so agree likely setup issue. |
@NvTimLiu are you investigating whether we have a possible setup issue? cc: @GaryShen2008 |
checking |
In this failure
|
Another nightly We changed to use I still do not know the diff between |
check to see if dataproc is using a prepackaged spark version. Meaning copying them into the spark/jars only gets picked up on the client host but not on the node managers. Many times on YARN you can have a distribution in HDFS so its not copied from the client machine. Look for configs: spark.yarn.archive or spark.yarn.jars |
I found the problem, we copied
I've updated our Jenkins scripts NOT copying this jars to Dataproc spark/jars |
MR686 got merged, the latest job |
Describe the bug
the dataproc notebook integration test build is failing with:
The text was updated successfully, but these errors were encountered: