[ 
https://issues.apache.org/jira/browse/SPARK-13482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

SaintBacchus updated SPARK-13482:
---------------------------------
    Description: 
`spark.storage.memoryMapThreshold` has two kind of the value, one is 
2*1024*1024 as integer and the other one is '2m' as string.
"2m" is recommanded in document but it will go wrong if the code goes into 
"TransportConf#memoryMapBytes".
!!


  was:
`spark.storage.memoryMapThreshold` has two kind of the value, one is 
2*1024*1024 as integer and the other one is '2m' as string.
"2m" is recommanded in document but it will go wrong if the code goes into 
TransportConf#memoryMapBytes


> `spark.storage.memoryMapThreshold` has two kind of the value.
> -------------------------------------------------------------
>
>                 Key: SPARK-13482
>                 URL: https://issues.apache.org/jira/browse/SPARK-13482
>             Project: Spark
>          Issue Type: Bug
>          Components: Block Manager
>    Affects Versions: 1.5.1, 1.6.0, 1.6.1, 2.0.0
>            Reporter: SaintBacchus
>         Attachments: 2016-02-25_10-41-37.jpg
>
>
> `spark.storage.memoryMapThreshold` has two kind of the value, one is 
> 2*1024*1024 as integer and the other one is '2m' as string.
> "2m" is recommanded in document but it will go wrong if the code goes into 
> "TransportConf#memoryMapBytes".
> !!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to