-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-5932][CORE] Use consistent naming for size properties #5574
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
d7a06b8
Updated SparkConf class to add getOrCreate method. Started test suite…
a99032f
Spacing fix
e92caf7
[SPARK-6703] Added test to ensure that getOrCreate both allows creati…
8be2f83
Replaced match with if
733ec9f
Fixed some bugs in test code
dfec4da
Changed activeContext to AtomicReference
0e1567c
Got rid of unecessary option for AtomicReference
15e8dea
Updated comments and added MiMa Exclude
270cfe3
[SPARK-6703] Documentation fixes
cb0c6b7
Doc updates and code cleanup
8c884fa
Made getOrCreate synchronized
1dc0444
Added ref equality check
db9a963
Closing second spark context
5390fd9
Merge remote-tracking branch 'upstream/master' into SPARK-5932
09ea450
[SPARK-5932] Added byte string conversion to Jav utils
747393a
[SPARK-5932] Added unit tests for ByteString conversion
a9f4fcf
[SPARK-5932] Added unit tests for unit conversion
851d691
[SPARK-5932] Updated memoryStringToMb to use new interfaces
475370a
[SPARK-5932] Simplified ByteUnit code, switched to using longs. Updat…
0cdff35
[SPARK-5932] Updated to use bibibytes in method names. Updated spark.…
b809a78
[SPARK-5932] Updated spark.kryoserializer.buffer.max
eba4de6
[SPARK-5932] Updated spark.shuffle.file.buffer.kb
1fbd435
[SPARK-5932] Updated spark.broadcast.blockSize
2d15681
[SPARK-5932] Updated spark.executor.logs.rolling.size.maxBytes
ae7e9f6
[SPARK-5932] Updated spark.io.compression.snappy.block.size
afc9a38
[SPARK-5932] Updated spark.broadcast.blockSize and spark.storage.memo…
7a6c847
[SPARK-5932] Updated spark.shuffle.file.buffer
5d29f90
[SPARK-5932] Finished documentation updates
928469e
[SPARK-5932] Converted some longs to ints
35a7fa7
Minor formatting
0f4443e
Merge remote-tracking branch 'upstream/master' into SPARK-5932
f15f209
Fixed conversion of kryo buffer size
f32bc01
[SPARK-5932] Fixed error in API in SparkConf.scala where Kb conversio…
69e2f20
Updates to code
54b78b4
Simplified byteUnit class
c7803cd
Empty lines
fe286b4
Resolved merge conflict
d3d09b6
[SPARK-5932] Fixing error in KryoSerializer
84a2581
Added smoother handling of fractional values for size parameters. Thi…
8b43748
Fixed error in pattern matching for doubles
e428049
resolving merge conflict
3dfae96
Fixed some nits. Added automatic conversion of old paramter for kryos…
22413b1
Made MAX private
9ee779c
Simplified fraction matches
852a407
[SPARK-5932] Added much improved overflow handling. Can now handle si…
fc85733
Got rid of floating point math
2ab886b
Scala style
49a8720
Whitespace fix
11f6999
Nit fixes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Minor formatting
- Loading branch information
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need to put these both here and in
configsWithAlternative. Even if you just put it there we will still print a warning.