File tree
269 files changed
+25748
-1852
lines changed- R/pkg
- R
- inst/tests
- core
- src
- main
- java/org/apache/spark
- status/api/v1
- util
- resources/org/apache/spark/ui/static
- scala/org/apache/spark
- annotation
- api/python
- deploy
- history
- master
- ui
- rdd
- scheduler
- status/api/v1
- storage
- ui
- exec
- jobs
- scope
- storage
- util
- test
- resources
- HistoryServerExpectations
- applications?maxDate=2015-02-03T10:42:40.000CST
- applications?maxDate=2015-02-10
- applications?minDate=2015-02-10
- applications?status=completed
- applications?status=running
- applications
- local-1422981780767
- executors
- jobs?status=succeeded&status=failed
- jobs?status=succeeded
- jobs
- 0
- stages?status=complete
- stages?status=failed
- stages
- 1
- 0
- storage/rdd
- 0
- local-1426533911241
- 1
- jobs
- stages
- 0/0
- taskList
- 2
- jobs
- stages/0/0/taskList
- local-1427397477963/stages/20/0
- taskList?offset=10&length=50
- taskList?sortBy=-runtime
- taskList?sortBy=DECREASING_RUNTIME
- taskList?sortBy=runtime
- taskList
- taskSummary?quantiles=0.01,0.5,0.99
- taskSummary
- spark-events
- local-1422981759269
- local-1422981780767
- local-1425081759269
- local-1426533911241
- local-1426633911242
- scala/org/apache/spark
- deploy
- history
- rdd
- scheduler
- status/api/v1
- storage
- ui
- jobs
- storage
- util
- dev
- docs
- examples/src/main
- java/org/apache/spark/examples/ml
- python
- mllib
- scala/org/apache/spark/examples
- ml
- external
- flume/src/test/scala/org/apache/spark/streaming/flume
- kafka/src
- main/scala/org/apache/spark/streaming/kafka
- test/scala/org/apache/spark/streaming/kafka
- mllib/src
- main/scala/org/apache/spark
- mllib
- api/python
- clustering
- tree/impl
- ml
- classification
- evaluation
- feature
- impl
- estimator
- tree
- param
- recommendation
- regression
- tuning
- test
- java/org/apache/spark
- mllib/clustering
- ml
- classification
- regression
- tuning
- scala/org/apache/spark
- mllib
- api/python
- clustering
- ml
- classification
- param
- regression
- tuning
- python
- pyspark
- mllib
- ml
- sql
- sql
- catalyst/src/main
- java/org/apache/spark/sql/catalyst/expressions
- scala/org/apache/spark/sql/catalyst
- analysis
- expressions
- util
- core/src
- main/scala/org/apache/spark/sql
- execution/stat
- test
- java/test/org/apache/spark/sql
- scala/org/apache/spark/sql
- hive-thriftserver
- src
- main/scala/org/apache/spark/sql/hive/thriftserver
- ui
- test/scala/org/apache/spark/sql/hive/thriftserver
- v0.12.0/src/main/scala/org/apache/spark/sql/hive/thriftserver
- v0.13.1/src/main/scala/org/apache/spark/sql/hive/thriftserver
- hive/src
- main/scala/org/apache/spark/sql/hive/client
- test/scala/org/apache/spark/sql/hive/client
- streaming/src
- main/scala/org/apache/spark/streaming
- dstream
- rdd
- receiver
- scheduler
- ui
- util
- test/scala/org/apache/spark/streaming
- rdd
- unsafe/src/main/java/org/apache/spark/unsafe/map
- yarn/src/main/scala/org/apache/spark/deploy/yarn
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
269 files changed
+25748
-1852
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
74 | 84 | | |
75 | 85 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
644 | | - | |
| 644 | + | |
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
231 | 239 | | |
232 | 240 | | |
233 | 241 | | |
| |||
273 | 281 | | |
274 | 282 | | |
275 | 283 | | |
276 | | - | |
277 | 284 | | |
278 | 285 | | |
279 | 286 | | |
| |||
362 | 369 | | |
363 | 370 | | |
364 | 371 | | |
365 | | - | |
| 372 | + | |
366 | 373 | | |
367 | 374 | | |
368 | 375 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
Lines changed: 48 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments