-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
DLModel's internalTransform will throw IllegalArgumentException on yarn #2268
Comments
@hhbyyh
Spark_2.1 works fine. |
Thanks for reporting it. Is this tested against master or 0.4? |
@lopelopelope why this is not caught in our integration test? |
I did some test with Standalone cluster and didn't meet error with 0.4. Please also attach the code producing the error. Thanks |
@hhbyyh On yarn, both 0.4.0 and master. |
I tested on Yarn again and didn't get an error. We may need to sync again... |
Tested on Yarn with Spark 2.2 and Spark 1.6.3 and didn't meet an error. On Spark 1.6.0 the second error |
#2194 is fixing the first error |
@hhbyyh I can find that API in Spark 1.5, while it is changed in 1.6.2. So if you want to run on Spark 1.6.0, you may build with an option -Dspark.version=1.6.0. our pr validation test build package against the test env |
Caused by a missing using of SampleToMiniBatch.
Shouldn't new SampleToMiniBatch in executor.
The text was updated successfully, but these errors were encountered: