[ 
https://issues.apache.org/jira/browse/SPARK-25827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16670776#comment-16670776
 ] 

Apache Spark commented on SPARK-25827:
--------------------------------------

User 'squito' has created a pull request for this issue:
https://github.com/apache/spark/pull/22917

> Replicating a block > 2gb with encryption fails
> -----------------------------------------------
>
>                 Key: SPARK-25827
>                 URL: https://issues.apache.org/jira/browse/SPARK-25827
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 2.4.0
>            Reporter: Imran Rashid
>            Priority: Major
>
> There are a couple of issues with replicating & remote reads of large 
> encrypted blocks, which try to create buffers where they shouldn't.  Some of 
> this is properly limiting the size of arrays under SPARK-25904, but there are 
> others specific to encryption & trying to convert EncryptedBlockData into a 
> regular ByteBuffer.
> *EDIT*: moved general array size stuff under SPARK-25904.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to