forked from TIBCOSoftware/snappy-store
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the memory parsing to match the Spark side
- allow for b/k/m/g/t/p or kb/mb/gb/tb/pb to match the units used on the Spark side (so that the same works correctly for memory-size and when it is set as Spark property) - moved the method to ClientSharedUtils and use the same in OffHeapStorage
- Loading branch information
Sumedh Wale
committed
Oct 23, 2017
1 parent
b417706
commit e5b98c2
Showing
3 changed files
with
60 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters