Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
358 commits
Select commit Hold shift + click to select a range
1abcbed
[SPARK-22763][CORE] SHS: Ignore unknown events and parse through the …
gengliangwang Dec 13, 2017
0bdb4e5
[SPARK-22574][MESOS][SUBMIT] Check submission request parameters
Gschiavon Dec 13, 2017
ba0e79f
[SPARK-22772][SQL] Use splitExpressionsWithCurrentInputs to split cod…
viirya Dec 13, 2017
a83e8e6
[SPARK-22764][CORE] Fix flakiness in SparkContextSuite.
Dec 13, 2017
ef92999
[SPARK-22600][SQL][FOLLOW-UP] Fix a compilation error in TPCDS q75/q77
maropu Dec 13, 2017
bc7e4a9
Revert "[SPARK-22600][SQL][FOLLOW-UP] Fix a compilation error in TPCD…
cloud-fan Dec 14, 2017
2a29a60
Revert "[SPARK-22600][SQL] Fix 64kb limit for deeply nested expressio…
cloud-fan Dec 14, 2017
1e44dd0
[SPARK-3181][ML] Implement huber loss for LinearRegression.
yanboliang Dec 14, 2017
f8c7c1f
[SPARK-22732] Add Structured Streaming APIs to DataSourceV2
jose-torres Dec 14, 2017
c3dd2a2
[SPARK-22779][SQL] Resolve default values for fallback configs.
Dec 14, 2017
7d8e2ca
[SPARK-22775][SQL] move dictionary related APIs from ColumnVector to …
cloud-fan Dec 14, 2017
d095795
[SPARK-22785][SQL] remove ColumnVector.anyNullsSet
cloud-fan Dec 14, 2017
606ae49
[SPARK-22774][SQL][TEST] Add compilation check into TPCDSQuerySuite
kiszk Dec 14, 2017
40de176
[SPARK-16496][SQL] Add wholetext as option for reading text in SQL.
ScrapCodes Dec 14, 2017
6d99940
[SPARK-22660][BUILD] Use position() and limit() to fix ambiguity issu…
kellyzly Dec 14, 2017
2fe1633
[SPARK-22778][KUBERNETES] Added the missing service metadata for Kube…
liyinan926 Dec 14, 2017
59daf91
[SPARK-22733] Split StreamExecution into MicroBatchExecution and Stre…
jose-torres Dec 14, 2017
0ea2d8c
[SPARK-22496][SQL] thrift server adds operation logs
Dec 14, 2017
3fea5c4
[SPARK-22787][TEST][SQL] Add a TPC-H query suite
gatorsmile Dec 15, 2017
3775dd3
[SPARK-22753][SQL] Get rid of dataSource.writeAndRead
xuanyuanking Dec 15, 2017
e58f275
Revert "[SPARK-22496][SQL] thrift server adds operation logs"
gatorsmile Dec 15, 2017
9fafa82
[SPARK-22800][TEST][SQL] Add a SSB query suite
maropu Dec 15, 2017
4677623
[SPARK-22762][TEST] Basic tests for IfCoercion and CaseWhenCoercion
wangyum Dec 15, 2017
0c8fca4
[SPARK-22811][PYSPARK][ML] Fix pyspark.ml.tests failure when Hive is …
MrBago Dec 16, 2017
c2aeddf
[SPARK-22817][R] Use fixed testthat version for SparkR tests in AppVeyor
HyukjinKwon Dec 17, 2017
77988a9
[MINOR][DOC] Fix the link of 'Getting Started'
mcavdar Dec 17, 2017
7f6d10a
[SPARK-22816][TEST] Basic tests for PromoteStrings and InConversion
wangyum Dec 17, 2017
fb3636b
[SPARK-22807][SCHEDULER] Remove config that says docker and replace w…
foxish Dec 18, 2017
772e464
[SPARK-20653][CORE] Add cleaning of old elements from the status store.
Dec 18, 2017
fbfa9be
Revert "Revert "[SPARK-22496][SQL] thrift server adds operation logs""
HyukjinKwon Dec 18, 2017
3a07eff
[SPARK-22813][BUILD] Use lsof or /usr/sbin/lsof in run-tests.py
kiszk Dec 18, 2017
0609dcc
[SPARK-22777][SCHEDULER] Kubernetes mode dockerfile permission and di…
foxish Dec 18, 2017
d4e6959
[MINOR][SQL] Remove Useless zipWithIndex from ResolveAliases
gatorsmile Dec 19, 2017
ab7346f
[SPARK-22673][SQL] InMemoryRelation should utilize existing stats whe…
CodingCat Dec 19, 2017
571aa27
[SPARK-21984][SQL] Join estimation based on equi-height histogram
Dec 19, 2017
2831571
[SPARK-22791][SQL][SS] Redact Output of Explain
gatorsmile Dec 19, 2017
b779c93
[SPARK-22815][SQL] Keep PromotePrecision in Optimized Plans
gatorsmile Dec 19, 2017
ee56fc3
[SPARK-18016][SQL] Code Generation: Constant Pool Limit - reduce entr…
kiszk Dec 19, 2017
ef10f45
[SPARK-21652][SQL][FOLLOW-UP] Fix rule conflict caused by InferFilter…
gatorsmile Dec 19, 2017
6129ffa
[SPARK-22821][TEST] Basic tests for WidenSetOperationTypes, BooleanEq…
wangyum Dec 19, 2017
3a7494d
[SPARK-22827][CORE] Avoid throwing OutOfMemoryError in case of except…
Dec 20, 2017
6e36d8d
[SPARK-22829] Add new built-in function date_trunc()
youngbink Dec 20, 2017
13268a5
[SPARK-22649][PYTHON][SQL] Adding localCheckpoint to Dataset API
ferdonline Dec 20, 2017
9962390
[SPARK-22781][SS] Support creating streaming dataset with ORC files
dongjoon-hyun Dec 20, 2017
7570eab
[SPARK-22788][STREAMING] Use correct hadoop config for fs append supp…
Dec 20, 2017
7798c9e
[SPARK-22824] Restore old offset for binary compatibility
jose-torres Dec 20, 2017
d762d11
[SPARK-22832][ML] BisectingKMeans unpersist unused datasets
zhengruifeng Dec 20, 2017
c89b431
[SPARK-22849] ivy.retrieve pattern should also consider `classifier`
gatorsmile Dec 20, 2017
792915c
[SPARK-22830] Scala Coding style has been improved in Spark Examples
chetkhatri Dec 20, 2017
b176014
[SPARK-22847][CORE] Remove redundant code in AppStatusListener while …
Ngone51 Dec 20, 2017
0114c89
[SPARK-22845][SCHEDULER] Modify spark.kubernetes.allocation.batch.del…
foxish Dec 21, 2017
fb0562f
[SPARK-22810][ML][PYSPARK] Expose Python API for LinearRegression wit…
yanboliang Dec 21, 2017
9c289a5
[SPARK-22387][SQL] Propagate session configs to data source read/writ…
jiangxb1987 Dec 21, 2017
d3ae3e1
[SPARK-19634][SQL][ML][FOLLOW-UP] Improve interface of dataframe vect…
WeichenXu123 Dec 21, 2017
cb9fc8d
[SPARK-22848][SQL] Eliminate mutable state from Stack
kiszk Dec 21, 2017
59d5263
[SPARK-22324][SQL][PYTHON] Upgrade Arrow to 0.8.0
BryanCutler Dec 21, 2017
0abaf31
[SPARK-22852][BUILD] Exclude -Xlint:unchecked from sbt javadoc flags
easel Dec 21, 2017
4c2efde
[SPARK-22855][BUILD] Add -no-java-comments to sbt docs/scalacOptions
easel Dec 21, 2017
8a0ed5a
[SPARK-22668][SQL] Ensure no global variables in arguments of method …
cloud-fan Dec 21, 2017
d3a1d95
[SPARK-22786][SQL] only use AppStatusPlugin in history server
cloud-fan Dec 21, 2017
4e107fd
[SPARK-22822][TEST] Basic tests for WindowFrameCoercion and DecimalPr…
wangyum Dec 21, 2017
fe65361
[SPARK-22042][FOLLOW-UP][SQL] ReorderJoinPredicates can break when ch…
tejasapatil Dec 21, 2017
7beb375
[SPARK-22861][SQL] SQLAppStatusListener handles multi-job executions.
squito Dec 21, 2017
7ab165b
[SPARK-22648][K8S] Spark on Kubernetes - Documentation
foxish Dec 22, 2017
c0abb1d
[SPARK-22854][UI] Read Spark version from event logs.
Dec 22, 2017
c6f01ca
[SPARK-22750][SQL] Reuse mutable states when possible
mgaido91 Dec 22, 2017
a36b78b
[SPARK-22450][CORE][MLLIB][FOLLOWUP] safely register class for mllib …
zhengruifeng Dec 22, 2017
22e1849
[SPARK-22866][K8S] Fix path issue in Kubernetes dockerfile
foxish Dec 22, 2017
8df1da3
[SPARK-22862] Docs on lazy elimination of columns missing from an enc…
marmbrus Dec 22, 2017
13190a4
[SPARK-22874][PYSPARK][SQL] Modify checking pandas version to use Loo…
ueshin Dec 22, 2017
d23dc5b
[SPARK-22346][ML] VectorSizeHint Transformer for using VectorAssemble…
MrBago Dec 22, 2017
8941a4a
[SPARK-22789] Map-only continuous processing execution
jose-torres Dec 23, 2017
86db9b2
[SPARK-22833][IMPROVEMENT] in SparkHive Scala Examples
chetkhatri Dec 23, 2017
ea2642e
[SPARK-20694][EXAMPLES] Update SQLDataSourceExample.scala
CNRui Dec 23, 2017
f6084a8
[HOTFIX] Fix Scala style checks
HyukjinKwon Dec 23, 2017
aeb45df
[SPARK-22844][R] Adds date_trunc in R API
HyukjinKwon Dec 23, 2017
1219d7a
[SPARK-22889][SPARKR] Set overwrite=T when install SparkR in tests
shivaram Dec 23, 2017
0bf1a74
[SPARK-22465][CORE] Add a safety-check to RDD defaultPartitioner
Dec 24, 2017
fba0313
[SPARK-22707][ML] Optimize CrossValidator memory occupation by models…
WeichenXu123 Dec 25, 2017
33ae243
[SPARK-22893][SQL] Unified the data type mismatch message
wangyum Dec 25, 2017
12d20dd
[SPARK-22874][PYSPARK][SQL][FOLLOW-UP] Modify error messages to show …
ueshin Dec 25, 2017
be03d3a
[SPARK-22893][SQL][HOTFIX] Fix a error message of VersionsSuite
dongjoon-hyun Dec 26, 2017
0e68330
[SPARK-20168][DSTREAM] Add changes to use kinesis fetches from specif…
yashs360 Dec 26, 2017
eb386be
[SPARK-21552][SQL] Add DecimalType support to ArrowWriter.
ueshin Dec 26, 2017
ff48b1b
[SPARK-22901][PYTHON] Add deterministic flag to pyspark UDF
mgaido91 Dec 26, 2017
9348e68
[SPARK-22833][EXAMPLE] Improvement SparkHive Scala Examples
cloud-fan Dec 26, 2017
91d1b30
[SPARK-22894][SQL] DateTimeOperations should accept SQL like string type
wangyum Dec 26, 2017
6674acd
[SPARK-22846][SQL] Fix table owner is null when creating table throug…
Dec 27, 2017
b8bfce5
[SPARK-22324][SQL][PYTHON][FOLLOW-UP] Update setup.py file.
ueshin Dec 27, 2017
774715d
[SPARK-22904][SQL] Add tests for decimal operations and string casts
mgaido91 Dec 27, 2017
753793b
[SPARK-22899][ML][STREAMING] Fix OneVsRestModel transform on streamin…
WeichenXu123 Dec 28, 2017
5683984
[SPARK-18016][SQL][FOLLOW-UP] Code Generation: Constant Pool Limit - …
kiszk Dec 28, 2017
32ec269
[SPARK-22909][SS] Move Structured Streaming v2 APIs to streaming folder
zsxwing Dec 28, 2017
171f6dd
[SPARK-22757][KUBERNETES] Enable use of remote dependencies (http, s3…
liyinan926 Dec 28, 2017
ded6d27
[SPARK-22648][K8S] Add documentation covering init containers and sec…
liyinan926 Dec 28, 2017
76e8a1d
[SPARK-22843][R] Adds localCheckpoint in R
HyukjinKwon Dec 28, 2017
1eebfbe
[SPARK-21208][R] Adds setLocalProperty and getLocalProperty in R
HyukjinKwon Dec 28, 2017
755f2f5
[SPARK-20392][SQL][FOLLOWUP] should not add extra AnalysisBarrier
cloud-fan Dec 28, 2017
2877817
[SPARK-22917][SQL] Should not try to generate histogram for empty/nul…
Dec 28, 2017
5536f31
[MINOR][BUILD] Fix Java linter errors
dongjoon-hyun Dec 28, 2017
8f6d573
[SPARK-22875][BUILD] Assembly build fails for a high user id
gerashegalov Dec 28, 2017
9c21ece
[SPARK-22836][UI] Show driver logs in UI when available.
Dec 28, 2017
613b71a
[SPARK-22890][TEST] Basic tests for DateTimeOperations
wangyum Dec 28, 2017
cfcd746
[SPARK-11035][CORE] Add in-process Spark app launcher.
Dec 28, 2017
ffe6fd7
[SPARK-22818][SQL] csv escape of quote escape
Dec 28, 2017
c745730
[SPARK-22905][MLLIB] Fix ChiSqSelectorModel save implementation
WeichenXu123 Dec 29, 2017
796e48c
[SPARK-22313][PYTHON][FOLLOWUP] Explicitly import warnings namespace …
HyukjinKwon Dec 29, 2017
67ea11e
[SPARK-22891][SQL] Make hive client creation thread safe
Dec 29, 2017
d4f0b1d
[SPARK-22834][SQL] Make insertion commands have real children to fix …
gengliangwang Dec 29, 2017
224375c
[SPARK-22892][SQL] Simplify some estimation logic by using double ins…
Dec 29, 2017
cc30ef8
[SPARK-22916][SQL] shouldn't bias towards build right if user does no…
Dec 29, 2017
fcf66a3
[SPARK-21657][SQL] optimize explode quadratic memory consumpation
uzadude Dec 29, 2017
dbd492b
[SPARK-22921][PROJECT-INFRA] Choices for Assigning Jira on Merge
squito Dec 29, 2017
11a849b
[SPARK-22370][SQL][PYSPARK][FOLLOW-UP] Fix a test failure when xmlrun…
ueshin Dec 29, 2017
8b49704
[SPARK-20654][CORE] Add config to limit disk usage of the history ser…
Dec 29, 2017
4e9e6ae
[SPARK-22864][CORE] Disable allocation schedule in ExecutorAllocation…
Dec 29, 2017
afc3641
[SPARK-22905][ML][FOLLOWUP] Fix GaussianMixtureModel save
zhengruifeng Dec 29, 2017
66a7d6b
[SPARK-22920][SPARKR] sql functions for current_date, current_timesta…
felixcheung Dec 29, 2017
ccda75b
[SPARK-22921][PROJECT-INFRA] Bug fix in jira assigning
squito Dec 29, 2017
30fcdc0
[SPARK-22922][ML][PYSPARK] Pyspark portion of the fit-multiple API
MrBago Dec 30, 2017
8169630
[SPARK-22734][ML][PYSPARK] Added Python API for VectorSizeHint.
MrBago Dec 30, 2017
2ea17af
[SPARK-22881][ML][TEST] ML regression package testsuite add Structure…
WeichenXu123 Dec 30, 2017
f2b3525
[SPARK-22771][SQL] Concatenate binary inputs into a binary output
maropu Dec 30, 2017
14c4a62
[SPARK-21475][Core]Revert "[SPARK-21475][CORE] Use NIO's Files API to…
zsxwing Dec 30, 2017
234d943
[TEST][MINOR] remove redundant `EliminateSubqueryAliases` in test code
wzhfy Dec 30, 2017
fd7d141
[SPARK-22919] Bump httpclient versions
Dec 30, 2017
ea0a5ee
[SPARK-22924][SPARKR] R API for sortWithinPartitions
felixcheung Dec 30, 2017
ee3af15
[SPARK-22363][SQL][TEST] Add unit test for Window spilling
gaborgsomogyi Dec 31, 2017
cfbe11e
[SPARK-22895][SQL] Push down the deterministic predicates that are af…
gatorsmile Dec 31, 2017
3d8837e
[SPARK-22397][ML] add multiple columns support to QuantileDiscretizer
huaxingao Dec 31, 2017
028ee40
[SPARK-22801][ML][PYSPARK] Allow FeatureHasher to treat numeric colum…
Dec 31, 2017
5955a2d
[MINOR][DOCS] s/It take/It takes/g
jkremser Dec 31, 2017
994065d
[SPARK-13030][ML] Create OneHotEncoderEstimator for OneHotEncoder as …
viirya Dec 31, 2017
f5b7714
[BUILD] Close stale PRs
srowen Jan 1, 2018
7a702d8
[SPARK-21616][SPARKR][DOCS] update R migration guide and vignettes
felixcheung Jan 1, 2018
c284c4e
[MINOR] Fix a bunch of typos
srowen Dec 31, 2017
1c9f95c
[SPARK-22530][PYTHON][SQL] Adding Arrow support for ArrayType
BryanCutler Jan 1, 2018
e734a4b
[SPARK-21893][SPARK-22142][TESTS][FOLLOWUP] Enables PySpark tests for…
HyukjinKwon Jan 1, 2018
e0c090f
[SPARK-22932][SQL] Refactor AnalysisContext
gatorsmile Jan 2, 2018
a6fc300
[SPARK-22897][CORE] Expose stageAttemptId in TaskContext
advancedxy Jan 2, 2018
247a089
[SPARK-22938] Assert that SQLConf.get is accessed only on the driver.
juliuszsompolski Jan 3, 2018
1a87a16
[SPARK-22934][SQL] Make optional clauses order insensitive for CREATE…
gatorsmile Jan 3, 2018
a66fe36
[SPARK-20236][SQL] dynamic partition overwrite
cloud-fan Jan 3, 2018
9a2b65a
[SPARK-22896] Improvement in String interpolation
chetkhatri Jan 3, 2018
b297029
[SPARK-20960][SQL] make ColumnVector public
cloud-fan Jan 3, 2018
7d045c5
[SPARK-22944][SQL] improve FoldablePropagation
cloud-fan Jan 4, 2018
df95a90
[SPARK-22933][SPARKR] R Structured Streaming API for withWatermark, t…
felixcheung Jan 4, 2018
9fa703e
[SPARK-22950][SQL] Handle ChildFirstURLClassLoader's parent
yaooqinn Jan 4, 2018
d5861ab
[SPARK-22945][SQL] add java UDF APIs in the functions object
cloud-fan Jan 4, 2018
5aadbc9
[SPARK-22939][PYSPARK] Support Spark UDF in registerFunction
gatorsmile Jan 4, 2018
6f68316
[SPARK-22771][SQL] Add a missing return statement in Concat.checkInpu…
maropu Jan 4, 2018
93f92c0
[SPARK-21475][CORE][2ND ATTEMPT] Change to use NIO's Files API for ex…
jerryshao Jan 4, 2018
d2cddc8
[SPARK-22850][CORE] Ensure queued events are delivered to all event q…
Jan 4, 2018
95f9659
[SPARK-22948][K8S] Move SparkPodInitContainer to correct package.
Jan 4, 2018
e288fc8
[SPARK-22953][K8S] Avoids adding duplicated secret volumes when init-…
liyinan926 Jan 4, 2018
0428368
[SPARK-22960][K8S] Make build-push-docker-images.sh more dev-friendly.
Jan 5, 2018
df7fc3e
[SPARK-22957] ApproxQuantile breaks if the number of rows exceeds MaxInt
juliuszsompolski Jan 5, 2018
52fc5c1
[SPARK-22825][SQL] Fix incorrect results of Casting Array to String
maropu Jan 5, 2018
cf0aa65
[SPARK-22949][ML] Apply CrossValidator approach to Driver/Distributed…
MrBago Jan 5, 2018
6cff7d1
[SPARK-22757][K8S] Enable spark.jars and spark.files in KUBERNETES mode
liyinan926 Jan 5, 2018
51c33bd
[SPARK-22961][REGRESSION] Constant columns should generate QueryPlanC…
adrian-ionescu Jan 5, 2018
c0b7424
[SPARK-22940][SQL] HiveExternalCatalogVersionsSuite should succeed on…
bersprockets Jan 5, 2018
930b90a
[SPARK-13030][ML] Follow-up cleanups for OneHotEncoderEstimator
jkbradley Jan 5, 2018
ea95683
[SPARK-22914][DEPLOY] Register history.ui.port
gerashegalov Jan 6, 2018
e8af7e8
[SPARK-22937][SQL] SQL elt output binary for binary inputs
maropu Jan 6, 2018
bf65cd3
[SPARK-22960][K8S] Revert use of ARG base_image in images
liyinan926 Jan 6, 2018
f2dd8b9
[SPARK-22930][PYTHON][SQL] Improve the description of Vectorized UDFs…
icexelloss Jan 6, 2018
be9a804
[SPARK-22793][SQL] Memory leak in Spark Thrift Server
Jan 6, 2018
7b78041
[SPARK-21786][SQL] When acquiring 'compressionCodecClassName' in 'Par…
fjh100456 Jan 6, 2018
993f215
[SPARK-22901][PYTHON][FOLLOWUP] Adds the doc for asNondeterministic f…
HyukjinKwon Jan 6, 2018
9a7048b
[HOTFIX] Fix style checking failure
gatorsmile Jan 6, 2018
18e9414
[SPARK-22973][SQL] Fix incorrect results of Casting Map to String
maropu Jan 7, 2018
71d65a3
[SPARK-22985] Fix argument escaping bug in from_utc_timestamp / to_ut…
JoshRosen Jan 8, 2018
3e40eb3
[SPARK-22566][PYTHON] Better error message for `_merge_type` in Panda…
gberger-palantir Jan 8, 2018
8fdeb4b
[SPARK-22979][PYTHON][SQL] Avoid per-record type dispatch in Python d…
HyukjinKwon Jan 8, 2018
2c73d2a
[SPARK-22983] Don't push filters beneath aggregates with empty groupi…
JoshRosen Jan 8, 2018
eb45b52
[SPARK-21865][SQL] simplify the distribution semantic of Spark SQL
cloud-fan Jan 8, 2018
40b983c
[SPARK-22952][CORE] Deprecate stageAttemptId in favour of stageAttemp…
advancedxy Jan 8, 2018
eed82a0
[SPARK-22992][K8S] Remove assumption of the DNS domain
foxish Jan 8, 2018
4f7e758
[SPARK-22912] v2 data source support in MicroBatchExecution
jose-torres Jan 8, 2018
68ce792
[SPARK-22972] Couldn't find corresponding Hive SerDe for data source …
xubo245 Jan 9, 2018
849043c
[SPARK-22990][CORE] Fix method isFairScheduler in JobsTab and StagesTab
gengliangwang Jan 9, 2018
f20131d
[SPARK-22984] Fix incorrect bitmap copying and offset adjustment in G…
JoshRosen Jan 9, 2018
8486ad4
[SPARK-21292][DOCS] refreshtable example
felixcheung Jan 9, 2018
02214b0
[SPARK-21293][SPARKR][DOCS] structured streaming doc update
felixcheung Jan 9, 2018
0959aa5
[SPARK-23000] Fix Flaky test suite DataSourceWithHiveMetastoreCatalog…
gatorsmile Jan 9, 2018
6a4206f
[SPARK-22998][K8S] Set missing value for SPARK_MOUNTED_CLASSPATH in t…
liyinan926 Jan 9, 2018
f44ba91
[SPARK-16060][SQL] Support Vectorized ORC Reader
dongjoon-hyun Jan 9, 2018
2250cb7
[SPARK-22981][SQL] Fix incorrect results of Casting Struct to String
maropu Jan 9, 2018
96ba217
[SPARK-23005][CORE] Improve RDD.take on small number of partitions
gengliangwang Jan 10, 2018
6f169ca
[MINOR] fix a typo in BroadcastJoinSuite
cloud-fan Jan 10, 2018
7bcc266
[SPARK-23018][PYTHON] Fix createDataFrame from Pandas timestamp serie…
BryanCutler Jan 10, 2018
e599837
[SPARK-23009][PYTHON] Fix for non-str col names to createDataFrame fr…
BryanCutler Jan 10, 2018
edf0a48
[SPARK-22982] Remove unsafe asynchronous close() call from FileDownlo…
JoshRosen Jan 10, 2018
eaac60a
[SPARK-16060][SQL][FOLLOW-UP] add a wrapper solution for vectorized o…
cloud-fan Jan 10, 2018
70bcc9d
[SPARK-22993][ML] Clarify HasCheckpointInterval param doc
sethah Jan 10, 2018
f340b6b
[SPARK-22997] Add additional defenses against use of freed MemoryBlocks
JoshRosen Jan 10, 2018
344e3aa
[SPARK-23019][CORE] Wait until SparkContext.stop() finished in SparkL…
gengliangwang Jan 10, 2018
9b33dfc
[SPARK-22951][SQL] fix aggregation after dropDuplicates on empty data…
Jan 10, 2018
a6647ff
[SPARK-22587] Spark job fails if fs.defaultFS and application jar are…
Jan 11, 2018
87c98de
[SPARK-23001][SQL] Fix NullPointerException when DESC a database with…
gatorsmile Jan 11, 2018
1c70da3
[SPARK-20657][CORE] Speed up rendering of the stages page.
Jan 11, 2018
0552c36
[SPARK-22967][TESTS] Fix VersionSuite's unit tests by change Windows …
Ngone51 Jan 11, 2018
76892bc
[SPARK-23000][TEST-HADOOP2.6] Fix Flaky test suite DataSourceWithHive…
gatorsmile Jan 11, 2018
b46e58b
[SPARK-19732][FOLLOW-UP] Document behavior changes made in na.fill an…
gatorsmile Jan 11, 2018
6d230dc
Update PageRank.scala
ddna1021 Jan 11, 2018
0b2eefb
[SPARK-22994][K8S] Use a single image for all Spark containers.
Jan 11, 2018
6f7aaed
[SPARK-22908] Add kafka source and sink for continuous processing.
jose-torres Jan 11, 2018
186bf8f
[SPARK-23046][ML][SPARKR] Have RFormula include VectorSizeHint in pip…
MrBago Jan 11, 2018
b5042d7
[SPARK-23008][ML] OnehotEncoderEstimator python API
WeichenXu123 Jan 12, 2018
cbe7c6f
[SPARK-22986][CORE] Use a cache to avoid instantiating multiple insta…
ho3rexqj Jan 12, 2018
a7d98d5
[SPARK-23008][ML][FOLLOW-UP] mark OneHotEncoder python API deprecated
WeichenXu123 Jan 12, 2018
5050868
[SPARK-23025][SQL] Support Null type in scala reflection
mgaido91 Jan 12, 2018
f5300fb
Update rdd-programming-guide.md
Jan 12, 2018
651f761
[SPARK-23028] Bump master branch version to 2.4.0-SNAPSHOT
gatorsmile Jan 12, 2018
7bd14cf
[MINOR][BUILD] Fix Java linter errors
dongjoon-hyun Jan 12, 2018
03e1901
Merge branch 'master' into rk/merge-upstream
Jan 12, 2018
5427739
[SPARK-22975][SS] MetricsReporter should not throw exception when the…
mgaido91 Jan 12, 2018
66dd9cb
Resolve conflicts keeping our k8s code
Jan 12, 2018
55dbfbc
Revert "[SPARK-22908] Add kafka source and sink for continuous proces…
sameeragarwal Jan 12, 2018
cd9f49a
[SPARK-22980][PYTHON][SQL] Clarify the length of each series is of ea…
HyukjinKwon Jan 13, 2018
628a1ca
[SPARK-23043][BUILD] Upgrade json4s to 3.5.3
shimamoto Jan 13, 2018
fc6fe8a
[SPARK-22870][CORE] Dynamic allocation should allow 0 idle time
wangyum Jan 13, 2018
bd4a21b
[SPARK-23036][SQL][TEST] Add withGlobalTempView for testing
xubo245 Jan 13, 2018
ba891ec
[SPARK-22790][SQL] add a configurable factor to describe HadoopFsRela…
CodingCat Jan 13, 2018
0066d6f
[SPARK-21213][SQL][FOLLOWUP] Use compatible types for comparisons in …
maropu Jan 13, 2018
afae8f2
[SPARK-22959][PYTHON] Configuration to select the modules for daemon …
HyukjinKwon Jan 14, 2018
c3548d1
[SPARK-23063][K8S] K8s changes for publishing scripts (and a couple o…
foxish Jan 14, 2018
7a3d0aa
[SPARK-23038][TEST] Update docker/spark-test (JDK/OS)
dongjoon-hyun Jan 14, 2018
66738d2
[SPARK-23069][DOCS][SPARKR] fix R doc for describe missing text
felixcheung Jan 14, 2018
990f05c
[SPARK-23021][SQL] AnalysisBarrier should override innerChildren to p…
maropu Jan 14, 2018
60eeecd
[SPARK-23051][CORE] Fix for broken job description in Spark UI
smurakozi Jan 14, 2018
42a1a15
[SPARK-22999][SQL] show databases like command' can remove the like k…
Jan 14, 2018
b98ffa4
[SPARK-23054][SQL] Fix incorrect results of casting UserDefinedType t…
maropu Jan 15, 2018
9a96bfc
[SPARK-23049][SQL] `spark.sql.files.ignoreCorruptFiles` should work f…
dongjoon-hyun Jan 15, 2018
2b9fdfe
Consistent versions
Jan 15, 2018
1f2962c
one bouncycastle
Jan 15, 2018
91a6f1f
versions
Jan 15, 2018
b598083
[SPARK-23023][SQL] Cast field data to strings in showString
maropu Jan 15, 2018
a38c887
[SPARK-19550][BUILD][FOLLOW-UP] Remove MaxPermSize for sql module
wangyum Jan 15, 2018
bd08a9e
[SPARK-23070] Bump previousSparkVersion in MimaBuild.scala to be 2.2.0
gatorsmile Jan 15, 2018
6c81fe2
[SPARK-23035][SQL] Fix improper information of TempTableAlreadyExists…
xubo245 Jan 15, 2018
1ef99cf
Merge branch 'master' into rk/merge-upstream
Jan 15, 2018
b8380fd
Fixes
Jan 15, 2018
277425d
need to write as int96
Jan 23, 2018
d37f4ee
we're smaller?
Jan 23, 2018
fab5e5a
no mesos and hive thrift
Jan 23, 2018
bd4056d
change test
Jan 24, 2018
2cf672d
correct assert
Jan 24, 2018
ab93a53
Update ParquetInteroperabilitySuite.scala
robert3005 Jan 25, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[MINOR] Fix a bunch of typos
  • Loading branch information
srowen authored and HyukjinKwon committed Jan 1, 2018
commit c284c4e1f6f684ca8db1cc446fdcc43b46e3413c
2 changes: 1 addition & 1 deletion bin/find-spark-home
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

FIND_SPARK_HOME_PYTHON_SCRIPT="$(cd "$(dirname "$0")"; pwd)/find_spark_home.py"

# Short cirtuit if the user already has this set.
# Short circuit if the user already has this set.
if [ ! -z "${SPARK_HOME}" ]; then
exit 0
elif [ ! -f "$FIND_SPARK_HOME_PYTHON_SCRIPT" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class LevelDBIterator<T> implements KVStoreIterator<T> {
end = index.start(parent, params.last);
}
if (it.hasNext()) {
// When descending, the caller may have set up the start of iteration at a non-existant
// When descending, the caller may have set up the start of iteration at a non-existent
// entry that is guaranteed to be after the desired entry. For example, if you have a
// compound key (a, b) where b is a, integer, you may seek to the end of the elements that
// have the same "a" value by specifying Integer.MAX_VALUE for "b", and that value may not
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class MessageWithHeader extends AbstractFileRegion {
/**
* When the write buffer size is larger than this limit, I/O will be done in chunks of this size.
* The size should not be too large as it will waste underlying memory copy. e.g. If network
* avaliable buffer is smaller than this limit, the data cannot be sent within one single write
* available buffer is smaller than this limit, the data cannot be sent within one single write
* operation while it still will make memory copy with this size.
*/
private static final int NIO_BUFFER_LIMIT = 256 * 1024;
Expand Down Expand Up @@ -100,7 +100,7 @@ public long transferred() {
* transferTo invocations in order to transfer a single MessageWithHeader to avoid busy waiting.
*
* The contract is that the caller will ensure position is properly set to the total number
* of bytes transferred so far (i.e. value returned by transfered()).
* of bytes transferred so far (i.e. value returned by transferred()).
*/
@Override
public long transferTo(final WritableByteChannel target, final long position) throws IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import org.apache.spark.network.util.NettyUtils;

/**
* Provides SASL-based encription for transport channels. The single method exposed by this
* Provides SASL-based encryption for transport channels. The single method exposed by this
* class installs the needed channel handlers on a connected channel.
*/
class SaslEncryption {
Expand Down Expand Up @@ -166,7 +166,7 @@ static class EncryptedMessage extends AbstractFileRegion {
* This makes assumptions about how netty treats FileRegion instances, because there's no way
* to know beforehand what will be the size of the encrypted message. Namely, it assumes
* that netty will try to transfer data from this message while
* <code>transfered() < count()</code>. So these two methods return, technically, wrong data,
* <code>transferred() < count()</code>. So these two methods return, technically, wrong data,
* but netty doesn't know better.
*/
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/**
* A customized frame decoder that allows intercepting raw data.
* <p>
* This behaves like Netty's frame decoder (with harcoded parameters that match this library's
* This behaves like Netty's frame decoder (with hard coded parameters that match this library's
* needs), except it allows an interceptor to be installed to read data directly before it's
* framed.
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void jsonSerializationOfExecutorRegistration() throws IOException {
mapper.readValue(shuffleJson, ExecutorShuffleInfo.class);
assertEquals(parsedShuffleInfo, shuffleInfo);

// Intentionally keep these hard-coded strings in here, to check backwards-compatability.
// Intentionally keep these hard-coded strings in here, to check backwards-compatibility.
// its not legacy yet, but keeping this here in case anybody changes it
String legacyAppIdJson = "{\"appId\":\"foo\", \"execId\":\"bar\"}";
assertEquals(appId, mapper.readValue(legacyAppIdJson, AppExecId.class));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* <li>{@link String}</li>
* </ul>
* The false positive probability ({@code FPP}) of a Bloom filter is defined as the probability that
* {@linkplain #mightContain(Object)} will erroneously return {@code true} for an object that hasu
* {@linkplain #mightContain(Object)} will erroneously return {@code true} for an object that has
* not actually been put in the {@code BloomFilter}.
*
* The implementation is largely based on the {@code BloomFilter} class from Guava.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static boolean arrayEquals(
i += 1;
}
}
// for architectures that suport unaligned accesses, chew it up 8 bytes at a time
// for architectures that support unaligned accesses, chew it up 8 bytes at a time
if (unaligned || (((leftOffset + i) % 8 == 0) && ((rightOffset + i) % 8 == 0))) {
while (i <= length - 8) {
if (Platform.getLong(leftBase, leftOffset + i) !=
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/SparkContext.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2276,7 +2276,7 @@ class SparkContext(config: SparkConf) extends Logging {
}

/**
* Clean a closure to make it ready to serialized and send to tasks
* Clean a closure to make it ready to be serialized and send to tasks
* (removes unreferenced variables in $outer's, updates REPL variables)
* If <tt>checkSerializable</tt> is set, <tt>clean</tt> will also proactively
* check to see if <tt>f</tt> is serializable and throw a <tt>SparkException</tt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private[spark] class ExecutorSummaryWrapper(val info: ExecutorSummary) {

/**
* Keep track of the existing stages when the job was submitted, and those that were
* completed during the job's execution. This allows a more accurate acounting of how
* completed during the job's execution. This allows a more accurate accounting of how
* many tasks were skipped for the job.
*/
private[spark] class JobDataWrapper(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ class FileAppenderSuite extends SparkFunSuite with BeforeAndAfter with Logging {
generatedFiles
}

/** Delete all the generated rolledover files */
/** Delete all the generated rolled over files */
def cleanup() {
testFile.getParentFile.listFiles.filter { file =>
file.getName.startsWith(testFile.getName)
Expand Down
2 changes: 1 addition & 1 deletion dev/github_jira_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# "notification overload" when running for the first time.
MIN_COMMENT_PR = int(os.environ.get("MIN_COMMENT_PR", "1496"))

# File used as an opitimization to store maximum previously seen PR
# File used as an optimization to store maximum previously seen PR
# Used mostly because accessing ASF JIRA is slow, so we want to avoid checking
# the state of JIRA's that are tied to PR's we've already looked at.
MAX_FILE = ".github-jira-max"
Expand Down
2 changes: 1 addition & 1 deletion dev/lint-python
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
SPARK_ROOT_DIR="$(dirname "$SCRIPT_DIR")"
# Exclude auto-geneated configuration file.
# Exclude auto-generated configuration file.
PATHS_TO_CHECK="$( cd "$SPARK_ROOT_DIR" && find . -name "*.py" )"
PEP8_REPORT_PATH="$SPARK_ROOT_DIR/dev/pep8-report.txt"
PYLINT_REPORT_PATH="$SPARK_ROOT_DIR/dev/pylint-report.txt"
Expand Down
2 changes: 1 addition & 1 deletion examples/src/main/python/ml/linearsvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# Fit the model
lsvcModel = lsvc.fit(training)

# Print the coefficients and intercept for linearsSVC
# Print the coefficients and intercept for linear SVC
print("Coefficients: " + str(lsvcModel.coefficients))
print("Intercept: " + str(lsvcModel.intercept))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private[kafka010] case class KafkaSourceRDDPartition(
* An RDD that reads data from Kafka based on offset ranges across multiple partitions.
* Additionally, it allows preferred locations to be set for each topic + partition, so that
* the [[KafkaSource]] can ensure the same executor always reads the same topic + partition
* and cached KafkaConsuemrs (see [[CachedKafkaConsumer]] can be used read data efficiently.
* and cached KafkaConsumers (see [[CachedKafkaConsumer]] can be used read data efficiently.
*
* @param sc the [[SparkContext]]
* @param executorKafkaParams Kafka configuration for creating KafkaConsumer on the executors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class KafkaTestUtils(withBrokerProps: Map[String, Object] = Map.empty) extends L
verifyTopicDeletionWithRetries(zkUtils, topic, partitions, List(this.server))
}

/** Add new paritions to a Kafka topic */
/** Add new partitions to a Kafka topic */
def addPartitions(topic: String, partitions: Int): Unit = {
AdminUtils.addPartitions(zkUtils, topic, partitions)
// wait until metadata is propagated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public String call(ConsumerRecord<String, String> r) {
LocationStrategies.PreferConsistent()
).map(handler);

// just making sure the java user apis work; the scala tests handle logic corner cases
// just making sure the java user APIs work; the scala tests handle logic corner cases
long count1 = rdd1.count();
long count2 = rdd2.count();
Assert.assertTrue(count1 > 0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ object KinesisUtils {
* @param awsSecretKey AWS SecretKey (if null, will use DefaultAWSCredentialsProviderChain)
* @param stsAssumeRoleArn ARN of IAM role to assume when using STS sessions to read from
* Kinesis stream.
* @param stsSessionName Name to uniquely identify STS sessions if multiple princples assume
* @param stsSessionName Name to uniquely identify STS sessions if multiple principals assume
* the same role.
* @param stsExternalId External ID that can be used to validate against the assumed IAM role's
* trust policy.
Expand Down Expand Up @@ -434,7 +434,7 @@ object KinesisUtils {
* @param awsSecretKey AWS SecretKey (if null, will use DefaultAWSCredentialsProviderChain)
* @param stsAssumeRoleArn ARN of IAM role to assume when using STS sessions to read from
* Kinesis stream.
* @param stsSessionName Name to uniquely identify STS sessions if multiple princples assume
* @param stsSessionName Name to uniquely identify STS sessions if multiple princpals assume
* the same role.
* @param stsExternalId External ID that can be used to validate against the assumed IAM role's
* trust policy.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void setChildProc(Process childProc, String loggerName, InputStream logStream) {
}

/**
* Wait for the child process to exit and update the handle's state if necessary, accoding to
* Wait for the child process to exit and update the handle's state if necessary, according to
* the exit code.
*/
void monitorChild() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class CrossValidator @Since("1.2.0") (@Since("1.4.0") override val uid: String)
def setSeed(value: Long): this.type = set(seed, value)

/**
* Set the mamixum level of parallelism to evaluate models in parallel.
* Set the maximum level of parallelism to evaluate models in parallel.
* Default is 1 for serial evaluation
*
* @group expertSetParam
Expand Down
2 changes: 1 addition & 1 deletion python/pyspark/ml/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def readImages(self, path, recursive=False, numPartitions=-1,
ImageSchema = _ImageSchema()


# Monkey patch to disallow instantization of this class.
# Monkey patch to disallow instantiation of this class.
def _disallow_instance(_):
raise RuntimeError("Creating instance of _ImageSchema class is disallowed.")
_ImageSchema.__init__ = _disallow_instance
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class YarnClusterSuite extends BaseYarnClusterSuite {
"spark.executor.cores" -> "1",
"spark.executor.memory" -> "512m",
"spark.executor.instances" -> "2",
// Sending some senstive information, which we'll make sure gets redacted
// Sending some sensitive information, which we'll make sure gets redacted
"spark.executorEnv.HADOOP_CREDSTORE_PASSWORD" -> YarnClusterDriver.SECRET_PASSWORD,
"spark.yarn.appMasterEnv.HADOOP_CREDSTORE_PASSWORD" -> YarnClusterDriver.SECRET_PASSWORD
))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public void setNullAt(int ordinal) {
assertIndexIsValid(ordinal);
BitSetMethods.set(baseObject, baseOffset + 8, ordinal);

/* we assume the corrresponding column was already 0 or
/* we assume the corresponding column was already 0 or
will be set to 0 later by the caller side */
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import org.apache.spark.sql.internal.SQLConf
* view resolution, in this way, we are able to get the correct view column ordering and
* omit the extra columns that we don't require);
* 1.2. Else set the child output attributes to `queryOutput`.
* 2. Map the `queryQutput` to view output by index, if the corresponding attributes don't match,
* 2. Map the `queryOutput` to view output by index, if the corresponding attributes don't match,
* try to up cast and alias the attribute in `queryOutput` to the attribute in the view output.
* 3. Add a Project over the child, with the new output generated by the previous steps.
* If the view output doesn't have the same number of columns neither with the child output, nor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ trait InvokeLike extends Expression with NonSQLExpression {
*
* - generate codes for argument.
* - use ctx.splitExpressions() to not exceed 64kb JVM limit while preparing arguments.
* - avoid some of nullabilty checking which are not needed because the expression is not
* - avoid some of nullability checking which are not needed because the expression is not
* nullable.
* - when needNullCheck == true, short circuit if we found one of arguments is null because
* preparing rest of arguments can be skipped in the case.
Expand Down Expand Up @@ -193,7 +193,8 @@ case class StaticInvoke(
* @param targetObject An expression that will return the object to call the method on.
* @param functionName The name of the method to call.
* @param dataType The expected return type of the function.
* @param arguments An optional list of expressions, whos evaluation will be passed to the function.
* @param arguments An optional list of expressions, whose evaluation will be passed to the
* function.
* @param propagateNull When true, and any of the arguments is null, null will be returned instead
* of calling the function.
* @param returnNullable When false, indicating the invoked method will always return
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import org.apache.spark.unsafe.types.UTF8String
import org.apache.spark.util.sketch.CountMinSketch

/**
* Unit test suite for the count-min sketch SQL aggregate funciton [[CountMinSketchAgg]].
* Unit test suite for the count-min sketch SQL aggregate function [[CountMinSketchAgg]].
*/
class CountMinSketchAggSuite extends SparkFunSuite {
private val childExpression = BoundReference(0, IntegerType, nullable = true)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public interface MicroBatchWriteSupport extends BaseStreamingSink {
* @param queryId A unique string for the writing query. It's possible that there are many writing
* queries running at the same time, and the returned {@link DataSourceV2Writer}
* can use this id to distinguish itself from others.
* @param epochId The uniquenumeric ID of the batch within this writing query. This is an
* @param epochId The unique numeric ID of the batch within this writing query. This is an
* incrementing counter representing a consistent set of data; the same batch may
* be started multiple times in failure recovery scenarios, but it will always
* contain the same records.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
stroke-width: 1px;
}

/* Hightlight the SparkPlan node name */
/* Highlight the SparkPlan node name */
#plan-viz-graph svg text :first-child {
font-weight: bold;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ trait FileFormat {
}

/**
* Returns whether a file with `path` could be splitted or not.
* Returns whether a file with `path` could be split or not.
*/
def isSplitable(
sparkSession: SparkSession,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ private[csv] object CSVInferSchema {
if ((allCatch opt options.timestampFormat.parse(field)).isDefined) {
TimestampType
} else if ((allCatch opt DateTimeUtils.stringToTime(field)).isDefined) {
// We keep this for backwords competibility.
// We keep this for backwards compatibility.
TimestampType
} else {
tryParseBoolean(field, options)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ private[execution] final class LongToUnsafeRowMap(val mm: TaskMemoryManager, cap
// The minimum key
private var minKey = Long.MaxValue

// The maxinum key
// The maximum key
private var maxKey = Long.MinValue

// The array to store the key and offset of UnsafeRow in the page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ object StreamingSymmetricHashJoinHelper extends Logging {
/**
* A custom RDD that allows partitions to be "zipped" together, while ensuring the tasks'
* preferred location is based on which executors have the required join state stores already
* loaded. This is class is a modified verion of [[ZippedPartitionsRDD2]].
* loaded. This is class is a modified version of [[ZippedPartitionsRDD2]].
*/
class StateStoreAwareZipPartitionsRDD[A: ClassTag, B: ClassTag, V: ClassTag](
sc: SparkContext,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class SQLAppStatusListener(

// Check the execution again for whether the aggregated metrics data has been calculated.
// This can happen if the UI is requesting this data, and the onExecutionEnd handler is
// running at the same time. The metrics calculcated for the UI can be innacurate in that
// running at the same time. The metrics calculated for the UI can be innacurate in that
// case, since the onExecutionEnd handler will clean up tracked stage metrics.
if (exec.metricsValues != null) {
exec.metricsValues
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ abstract class Aggregator[-IN, BUF, OUT] extends Serializable {
def bufferEncoder: Encoder[BUF]

/**
* Specifies the `Encoder` for the final ouput value type.
* Specifies the `Encoder` for the final output value type.
* @since 2.0.0
*/
def outputEncoder: Encoder[OUT]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class StreamingQueryProgress private[sql](
* @param endOffset The ending offset for data being read.
* @param numInputRows The number of records read from this source.
* @param inputRowsPerSecond The rate at which data is arriving from this source.
* @param processedRowsPerSecond The rate at which data from this source is being procressed by
* @param processedRowsPerSecond The rate at which data from this source is being processed by
* Spark.
* @since 2.1.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public MyDoubleAvg() {
_inputDataType = DataTypes.createStructType(inputFields);

// The buffer has two values, bufferSum for storing the current sum and
// bufferCount for storing the number of non-null input values that have been contribuetd
// bufferCount for storing the number of non-null input values that have been contributed
// to the current sum.
List<StructField> bufferFields = new ArrayList<>();
bufferFields.add(DataTypes.createStructField("bufferSum", DataTypes.DoubleType, true));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SELECT 1.1 - '2.2' FROM t;
SELECT 1.1 * '2.2' FROM t;
SELECT 4.4 / '2.2' FROM t;

-- concatentation
-- concatenation
SELECT '$' || cast(1 as smallint) || '$' FROM t;
SELECT '$' || 1 || '$' FROM t;
SELECT '$' || cast(1 as bigint) || '$' FROM t;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class CompactibleFileStreamLogSuite extends SparkFunSuite with SharedSQLContext

test("deriveCompactInterval") {
// latestCompactBatchId(4) + 1 <= default(5)
// then use latestestCompactBatchId + 1 === 5
// then use latestCompactBatchId + 1 === 5
assert(5 === deriveCompactInterval(5, 4))
// First divisor of 10 greater than 4 === 5
assert(5 === deriveCompactInterval(4, 9))
Expand Down
Loading