Skip to content
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

MethodTooLargeException when exporting very wide Table #11972

Closed
phildarnowsky-broad opened this issue Jun 28, 2022 · 2 comments
Closed

MethodTooLargeException when exporting very wide Table #11972

phildarnowsky-broad opened this issue Jun 28, 2022 · 2 comments

Comments

@phildarnowsky-broad
Copy link

phildarnowsky-broad commented Jun 28, 2022

See broadinstitute/gnomad-browser#914. In the line in question, we attempt to export a Table with ~13,000 columns, and get the following error: is.hail.relocated.org.objectweb.asm.MethodTooLargeException: Method too large: __C19580collect_distributed_array.__m19633split_InsertFields ()V (see above-referenced issue for full stacktrace).

Hail version was 0.2.96-39909e0a396f

@tpoterba
Copy link
Contributor

This is a known limitation -- it's hard to fix without significant investment in a backend we don't want to maintain forever. This issue generally pops up when people use tables instead of matrix tables to process wide files. Can you rewrite the GTEx processing script to use import_matrix_table instead of import_table, then process as a matrix?

@phildarnowsky-broad
Copy link
Author

@tpoterba yes I think that's what we'll do when we come back to this, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants