Hi,
I have a problem with a merging gvcfs. vds.combiner returns the following error:
FatalError: StreamConstraintsException: String length (20019131) exceeds the maximum length (20000000)
I run hail locally with ipython:
PYSPARK_SUBMIT_ARGS=“–driver-memory 32g --executor-memory 32g --driver-java-options ‘-Dspring.jackson.max-string-length=50000000’ pyspark-shell” ipython
but jaava-options doesn’t change anything.
Could you help me, please?
PW