Commit 0887eab
committed
Add comment and merge master.
* 'master' of https://github.com/apache/spark: (149 commits)
[SPARK-19753][CORE] Un-register all shuffle output on a host in case of slave lost or fetch failure
[SPARK-20986][SQL] Reset table's statistics after PruneFileSourcePartitions rule.
[SPARK-12552][CORE] Correctly count the driver resource when recovering from failure for Master
[SPARK-21016][CORE] Improve code fault tolerance for converting string to number
[SPARK-21051][SQL] Add hash map metrics to aggregate
[SPARK-21064][CORE][TEST] Fix the default value bug in NettyBlockTransferServiceSuite
[SPARK-21060][WEB-UI] Css style about paging function is error in the executor page. Css style about paging function is error in the executor page. It is different of history server ui paging function css style.
[SPARK-21039][SPARK CORE] Use treeAggregate instead of aggregate in DataFrame.stat.bloomFilter
[SPARK-21006][TESTS][FOLLOW-UP] Some Worker's RpcEnv is leaked in WorkerSuite
[SPARK-20920][SQL] ForkJoinPool pools are leaked when writing hive tables with many partitions
[TEST][SPARKR][CORE] Fix broken SparkSubmitSuite
[SPARK-19910][SQL] `stack` should not reject NULL values due to type mismatch
Revert "[SPARK-21046][SQL] simplify the array offset and length in ColumnVector"
[SPARK-20979][SS] Add RateSource to generate values for tests and benchmark
[SPARK-21050][ML] Word2vec persistence overflow bug fix
[SPARK-21059][SQL] LikeSimplification can NPE on null pattern
[SPARK-20345][SQL] Fix STS error handling logic on HiveSQLException
[SPARK-17914][SQL] Fix parsing of timestamp strings with nanoseconds
[SPARK-21046][SQL] simplify the array offset and length in ColumnVector
[SPARK-21041][SQL] SparkSession.range should be consistent with SparkContext.range
...File tree
419 files changed
+12161
-3443
lines changed- R/pkg
- R
- inst/tests/testthat
- tests
- fulltests
- vignettes
- common
- kvstore
- src
- main/java/org/apache/spark/kvstore
- test
- java/org/apache/spark/kvstore
- resources
- network-common/src/main/java/org/apache/spark/network/server
- network-shuffle/src
- main/java/org/apache/spark/network/shuffle
- test/java/org/apache/spark/network
- sasl
- shuffle
- unsafe/src/main/java/org/apache/spark/unsafe/types
- conf
- core/src
- main
- java/org/apache/spark
- memory
- shuffle/sort
- resources/org/apache/spark/ui/static
- scala/org/apache/spark
- deploy
- master
- worker
- executor
- internal/config
- network
- netty
- rdd
- scheduler
- shuffle
- storage
- ui
- exec
- jobs
- util
- test/scala/org/apache/spark
- deploy
- master
- worker
- internal/config
- metrics
- network/netty
- rdd
- rpc
- scheduler
- serializer
- storage
- ui/storage
- util
- dev
- deps
- sparktestsupport
- docs
- examples
- src/main
- java/org/apache/spark/examples
- mllib
- sql
- python/sql
- r/ml
- scala/org/apache/spark/examples/sql
- external
- kafka-0-10-sql/src
- main/scala/org/apache/spark/sql/kafka010
- test/scala/org/apache/spark/sql/kafka010
- kafka-0-10/src/main/scala/org/apache/spark/streaming/kafka010
- launcher/src
- main/java/org/apache/spark/launcher
- test/java/org/apache/spark/launcher
- mllib/src
- main/scala/org/apache/spark
- mllib
- clustering
- linalg/distributed
- optimization
- ml
- feature
- optim
- aggregator
- loss
- recommendation
- regression
- test/scala/org/apache/spark
- mllib/linalg/distributed
- ml
- feature
- optim
- aggregator
- loss
- recommendation
- project
- python/pyspark
- mllib
- ml
- sql
- resource-managers
- mesos/src
- main/scala/org/apache/spark
- deploy/mesos
- scheduler/cluster/mesos
- test/scala/org/apache/spark/scheduler/cluster/mesos
- yarn/src
- main/scala/org/apache/spark/deploy/yarn
- test/scala/org/apache/spark/deploy/yarn
- sql
- catalyst/src
- main
- antlr4/org/apache/spark/sql/catalyst/parser
- java/org/apache/spark/sql/streaming
- scala/org/apache/spark/sql
- catalyst
- analysis
- catalog
- dsl
- encoders
- expressions
- codegen
- objects
- json
- optimizer
- parser
- planning
- plans
- logical
- statsEstimation
- trees
- util
- internal
- types
- test/scala/org/apache/spark/sql
- catalyst
- analysis
- catalog
- expressions
- optimizer
- parser
- plans
- statsEstimation
- util
- types
- core/src
- main
- java/org/apache/spark/sql
- execution
- datasources/parquet
- vectorized
- streaming
- resources/META-INF/services
- scala/org/apache/spark/sql
- execution
- aggregate
- columnar
- command
- datasources
- csv
- jdbc
- json
- parquet
- exchange
- metric
- streaming
- state
- window
- expressions
- internal
- sources
- streaming
- test
- java/test/org/apache/spark/sql
- resources/sql-tests
- inputs
- subquery
- results
- subquery
- scala/org/apache/spark/sql
- execution
- benchmark
- columnar
- command
- datasources
- json
- metric
- python
- streaming
- state
- internal
- sources
- streaming
- test
- util
- hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver
- ui
- hive/src
- main/scala/org/apache/spark/sql/hive
- client
- execution
- test
- test/scala/org/apache/spark/sql/hive
- execution
- streaming/src
- main
- java/org/apache/spark/streaming/util
- scala/org/apache/spark/streaming
- dstream
- scheduler
- util
- test/scala/org/apache/spark/streaming
- scheduler
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
419 files changed
+12161
-3443
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2646 | 2646 | | |
2647 | 2647 | | |
2648 | 2648 | | |
| 2649 | + | |
2649 | 2650 | | |
2650 | 2651 | | |
2651 | 2652 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
911 | | - | |
912 | | - | |
913 | | - | |
914 | | - | |
915 | 911 | | |
916 | 912 | | |
917 | 913 | | |
| |||
920 | 916 | | |
921 | 917 | | |
922 | 918 | | |
923 | | - | |
924 | | - | |
| 919 | + | |
| 920 | + | |
925 | 921 | | |
| 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 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
File renamed without changes.
File renamed without changes.
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
44 | | - | |
45 | 41 | | |
46 | 42 | | |
47 | 43 | | |
| |||
69 | 65 | | |
70 | 66 | | |
71 | 67 | | |
72 | | - | |
73 | | - | |
74 | 68 | | |
75 | 69 | | |
76 | 70 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
44 | | - | |
45 | 41 | | |
46 | 42 | | |
47 | 43 | | |
| |||
54 | 50 | | |
55 | 51 | | |
56 | 52 | | |
57 | | - | |
58 | | - | |
59 | 53 | | |
60 | 54 | | |
61 | 55 | | |
| |||
80 | 74 | | |
81 | 75 | | |
82 | 76 | | |
83 | | - | |
84 | | - | |
85 | 77 | | |
86 | 78 | | |
87 | 79 | | |
| |||
0 commit comments