Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs525-sp18-g07
spark
Graph
master
Select Git revision
Branches
4
baesline-eviction-with-logging
evict-by-size
master
default
protected
working
Tags
20
v2.3.0
v2.3.0-rc4
v2.3.0-rc3
v2.3.0-rc2
v2.3.0-rc1
v2.2.1
v2.2.1-rc2
v2.2.1-rc1
v2.1.2
v2.1.2-rc4
v2.1.2-rc3
v2.1.2-rc2
v2.1.2-rc1
v2.2.0
v2.1.1
v2.1.0
v2.0.2
v1.6.3
v2.0.1
v2.0.0
24 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
May
5
3
15
Apr
1
2
Mar
1
28
Feb
1
Mar
28
Feb
27
26
25
23
22
21
20
17
16
15
14
13
12
13
12
11
12
11
10
11
9
8
7
6
5
4
3
2
1
2
1
31
Jan
1
Feb
31
Jan
1
Feb
31
Jan
1
Feb
31
Jan
1
Feb
31
Jan
30
31
30
31
30
29
30
29
30
29
28
29
28
27
26
25
26
25
24
23
24
23
22
21
20
19
18
19
18
17
18
17
18
17
18
17
16
17
16
15
16
15
14
13
14
13
12
13
12
11
rolled back unwated change
working
working
added extra logging to memorystore
added more logging to getOrCompute in RDD.scala
removed final duplicated code from evictBlocksToFreeSpace
added missing code to putBytes from LCS
added missing code from Chinese team to BlockManager
added an extra condition for dropping blocks in evictBlocksToFreeSpace to ensure correctness
fixed BlockManager, BlockInfoManager, and MemoryStore by correctly referencing shared data structures between the three
fixed DAGScheduler by correcting function name
fixed executor/Executor.scala by adding missing import
fixed up RDD.scala by correctly referencing blockExInfo data structure
fixed package name for scheduler/StageExInfo
fixed Task data structures by correctly intializing extra optional arguments
Add print statement to default remove routine
baesline-evicti…
baesline-eviction-with-logging
added missing brace and reformatted
adding newline to pass scalastyle check
fixed missing paren
Added BlockExInfo data struct
fixing empty line error
updated files to pass scalastyle check
updated memory test suite to avoid compilation errors---but really, tests should be skipped
updated updates file
updated spark /storage files
modified task data-struct
added stagexinfo file
Merge branch 'evict-by-size' of gitlab.engr.illinois.edu:cs525-sp18-g07/spark into evict-by-size
evict-by-size
evict-by-size
Add many print statements to debug MemoryStore
Merge branch 'evict-by-size' of gitlab.engr.illinois.edu:cs525-sp18-g07/spark into evict-by-size
Add print statements to debug MemoryStore
Merge branch 'evict-by-size' of gitlab.engr.illinois.edu:cs525-sp18-g07/spark into evict-by-size
Add print statement to debug MemoryStore
Merge branch 'evict-by-size' of gitlab.engr.illinois.edu:cs525-sp18-g07/spark into evict-by-size
Add logInfo statement to debug MemoryStore
Merge branch 'evict-by-size' of gitlab.engr.illinois.edu:cs525-sp18-g07/spark into evict-by-size
Handle Option.None correctly when removing an RDD (take 2)
Revert "Handle Option.None correctly when removing an RDD"
Merge branch 'evict-by-size' of gitlab.engr.illinois.edu:cs525-sp18-g07/spark into evict-by-size
Handle Option.None correctly when removing an RDD
Merge branch 'evict-by-size' of gitlab.engr.illinois.edu:cs525-sp18-g07/spark into evict-by-size
Remove by size doesn't break the build
Loading