-
Notifications
You must be signed in to change notification settings - Fork 161
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
报错,怎么解决? #19
Comments
这个怎么解决,在本地是正常的,在spark集群回报这个错 @17mon |
已解决 |
我也报错,IPExt读取最新的datx文件。
发现datx的文件大小是2556547,但是读出来第一个int是2783363,超过了文件大小了。 |
请问是如何解决的?我也遇到了这个问题 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exception in thread "main" java.nio.BufferUnderflowException
at java.base/java.nio.HeapByteBuffer.get(HeapByteBuffer.java:191)
at com.ip.IPExt.load(IPExt.java:107)
at com.ip.IPExt.load(IPExt.java:34)
at com.ip.IPExt.main(IPExt.java:15)
The text was updated successfully, but these errors were encountered: