Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
511 commits
Select commit Hold shift + click to select a range
d97af68
[SPARK-9725] [SQL] fix serialization of UTF8String across different JVM
Aug 15, 2015
1a6f0af
[SPARK-9980] [BUILD] Fix SBT publishLocal error due to invalid charac…
hvanhovell Aug 15, 2015
2fda1d8
[SPARK-9955] [SQL] correct error message for aggregate
cloud-fan Aug 15, 2015
881baf1
[SPARK-9805] [MLLIB] [PYTHON] [STREAMING] Added _eventually for ml st…
jkbradley Aug 16, 2015
4f75ce2
[SPARK-8844] [SPARKR] head/collect is broken in SparkR.
Aug 16, 2015
fa55c27
[SPARK-10008] Ensure shuffle locality doesn't take precedence over na…
mateiz Aug 16, 2015
e2c6ef8
[SPARK-9973] [SQL] Correct in-memory columnar buffer size
viper-kun Aug 16, 2015
90245f6
[SPARK-10005] [SQL] Fixes schema merging for nested structs
liancheng Aug 16, 2015
78275c4
[SPARK-9871] [SPARKR] Add expression functions into SparkR which have…
yu-iskw Aug 17, 2015
d554bf4
[SPARK-9959] [MLLIB] Association Rules Java Compatibility
Aug 17, 2015
7279445
[SPARK-7837] [SQL] Avoids double closing output writers when commitTa…
liancheng Aug 17, 2015
76390ec
[SPARK-9950] [SQL] Wrong Analysis Error for grouping/aggregating on s…
cloud-fan Aug 17, 2015
4daf79f
[SPARK-10036] [SQL] Load JDBC driver in DataFrameReader.jdbc and Data…
zsxwing Aug 17, 2015
24765cc
[SPARK-9526] [SQL] Utilize randomized tests to reveal potential bugs …
yjshen Aug 17, 2015
f77eaaf
[SPARK-9592] [SQL] Fix Last function implemented based on AggregateEx…
yhuai Aug 17, 2015
bb3bb2a
[SPARK-10068] [MLLIB] Adds links to MLlib types, algos, utilities lis…
Aug 17, 2015
0f1417b
[SPARK-8920] [MLLIB] Add @since tags to mllib.linalg
Aug 17, 2015
407175e
[SPARK-9974] [BUILD] [SQL] Makes sure com.twitter:parquet-hadoop-bund…
liancheng Aug 18, 2015
eaeebb9
[SPARK-9768] [PYSPARK] [ML] Add Python API and user guide for ml.feat…
yanboliang Aug 18, 2015
f5ed9ed
SPARK-8916 [Documentation, MLlib] Add @since tags to mllib.regression
prayagchandran Aug 18, 2015
18b3d11
[SPARK-9898] [MLLIB] Prefix Span user guide
Aug 18, 2015
5de0ffb
[SPARK-7707] User guide and example code for KernelDensity
sryza Aug 18, 2015
9740d43
[SPARK-9902] [MLLIB] Add Java and Python examples to user guide for 1…
Aug 18, 2015
bfb4c84
[SPARK-10059] [YARN] Explicitly add JSP dependencies for tests.
Aug 18, 2015
3554250
[SPARK-7808] [ML] add package doc for ml.feature
mengxr Aug 18, 2015
2803e8b
[MINOR] Format the comment of `translate` at `functions.scala`
yu-iskw Aug 18, 2015
e5fbe4f
[SPARK-10038] [SQL] fix bug in generated unsafe projection when there…
Aug 18, 2015
40b89c3
[SPARK-10076] [ML] make MultilayerPerceptronClassifier layers and wei…
yanboliang Aug 18, 2015
42a0b48
[MINOR] fix the comments in IndexShuffleBlockResolver
CodingCat Aug 18, 2015
a512250
[SPARK-8118] [SQL] Redirects Parquet JUL logger via SLF4J
liancheng Aug 18, 2015
20a760a
[SPARK-10007] [SPARKR] Update `NAMESPACE` file in SparkR for simple p…
yu-iskw Aug 18, 2015
b86378c
[SPARK-9028] [ML] Add CountVectorizer as an estimator to generate Cou…
hhbyyh Aug 18, 2015
7ff0e5d
[SPARK-9900] [MLLIB] User guide for Association Rules
Aug 18, 2015
80debff
[SPARK-10029] [MLLIB] [DOC] Add Python examples for mllib IsotonicReg…
yanboliang Aug 18, 2015
ec7079f
[SPARK-10032] [PYSPARK] [DOC] Add Python example for mllib LDAModel u…
yanboliang Aug 18, 2015
9bd2e6f
[SPARK-10085] [MLLIB] [DOCS] removed unnecessary numpy array import
stared Aug 18, 2015
2bccd91
[SPARK-9574] [STREAMING] Remove unnecessary contents of spark-streami…
zsxwing Aug 18, 2015
80a6fb5
[SPARK-10080] [SQL] Fix binary incompatibility for $ column interpola…
marmbrus Aug 18, 2015
74a6b1a
[SPARK-10089] [SQL] Add missing golden files.
Aug 18, 2015
8b0df5a
[SPARK-10088] [SQL] Add support for "stored as avro" in HiveQL parser.
Aug 18, 2015
56f4da2
[SPARK-8924] [MLLIB, DOCUMENTATION] Added @since tags to mllib.tree
BryanCutler Aug 18, 2015
fb207b2
[SPARK-10012] [ML] Missing test case for Params#arrayLengthGt
Lewuathe Aug 18, 2015
e1b50c7
[SPARK-10098] [STREAMING] [TEST] Cleanup active context after test in…
tdas Aug 19, 2015
4ee225a
[SPARK-8473] [SPARK-9889] [ML] User guide and example code for DCT
Aug 19, 2015
9b42e24
Bump SparkR version string to 1.5.0
falaki Aug 19, 2015
0a1385e
[SPARKR] [MINOR] Get rid of a long line warning
yu-iskw Aug 19, 2015
08c5962
[SPARK-10072] [STREAMING] BlockGenerator can deadlock when the queue …
tdas Aug 19, 2015
a6f8979
[SPARK-10102] [STREAMING] Fix a race condition that startReceiver may…
zsxwing Aug 19, 2015
bb2fb59
[SPARK-9939] [SQL] Resorts to Java process API in CliSuite, HiveSpark…
liancheng Aug 19, 2015
ebaeb18
[SPARK-10075] [SPARKR] Add `when` expressino function in SparkR
yu-iskw Aug 19, 2015
11c9335
[SPARK-10095] [SQL] use public API of BigInteger
Aug 19, 2015
3c33931
[SPARK-10093] [SPARK-10096] [SQL] Avoid transformation on executors &…
rxin Aug 19, 2015
03a8a88
[SPARK-9705] [DOC] fix docs about Python version
Aug 19, 2015
4163926
[SPARK-9508] GraphX Pregel docs update with new Pregel code
avulanov Aug 19, 2015
3ceee55
[SPARK-9952] Fix N^2 loop when DAGScheduler.getPreferredLocsInternal …
JoshRosen Aug 19, 2015
392bd19
[SPARK-9967] [SPARK-10099] [STREAMING] Renamed conf spark.streaming.b…
tdas Aug 19, 2015
417852f
Fix Broken Link
bllchmbrs Aug 19, 2015
561390d
[SPARK-10070] [DOCS] Remove Guava dependencies in user guides
srowen Aug 19, 2015
e56bcc6
[DOCS] [SQL] [PYSPARK] Fix typo in ntile function
moutai Aug 19, 2015
5553f02
[SPARK-9977] [DOCS] Update documentation for StringIndexer
Lewuathe Aug 19, 2015
522b0b6
[SPARK-8949] Print warnings when using preferred locations feature
darkjh Aug 19, 2015
f8dc427
[SPARK-10060] [ML] [DOC] spark.ml DecisionTree user guide
jkbradley Aug 19, 2015
bebe63d
[SPARK-10084] [MLLIB] [DOC] Add Python example for mllib FP-growth us…
yanboliang Aug 19, 2015
a8e8808
[SPARK-9856] [SPARKR] Add expression functions into SparkR whose para…
yu-iskw Aug 19, 2015
f25c324
[SPARK-10097] Adds `shouldMaximize` flag to `ml.evaluation.Evaluator`
Aug 19, 2015
ba36925
[SPARK-10106] [SPARKR] Add `ifelse` Column function to SparkR
yu-iskw Aug 19, 2015
8c0a5a2
[SPARK-8918] [MLLIB] [DOC] Add @since tags to mllib.clustering
mengxr Aug 19, 2015
1038f67
[SPARK-10107] [SQL] fix NPE in format_number
Aug 19, 2015
829c33a
[SPARK-10087] [CORE] [BRANCH-1.5] Disable spark.shuffle.reduceLocalit…
yhuai Aug 19, 2015
afaed7e
[SPARK-10073] [SQL] Python withColumn should replace the old column
Aug 19, 2015
77269fc
[SPARK-9627] [SQL] Stops using Scala runtime reflection in Dictionary…
liancheng Aug 19, 2015
d9dfd43
[SPARK-10090] [SQL] fix decimal scale of division
Aug 19, 2015
b32a31d
[SPARK-9899] [SQL] Disables customized output committer when speculat…
liancheng Aug 19, 2015
1494d58
[SPARK-10083] [SQL] CaseWhen should support type coercion of DecimalT…
adrian-wang Aug 19, 2015
a59475f
[SPARK-10119] [CORE] Fix isDynamicAllocationEnabled when config is ex…
Aug 19, 2015
5c749c8
[SPARK-6489] [SQL] add column pruning for Generate
cloud-fan Aug 19, 2015
56a37b0
[SPARK-9895] User Guide for RFormula Feature Transformer
ericl Aug 19, 2015
321cb99
[SPARK-9242] [SQL] Audit UDAF interface.
rxin Aug 20, 2015
16414da
[SPARK-9812] [STREAMING] Fix Python 3 compatibility issue in PySpark …
zsxwing Aug 20, 2015
a3ed2c3
[SPARK-10124] [MESOS] Fix removing queued driver in mesos cluster mode.
tnachen Aug 20, 2015
63922fa
[SPARK-10125] [STREAMING] Fix a potential deadlock in JobGenerator.stop
zsxwing Aug 20, 2015
71aa547
[SPARK-10128] [STREAMING] Used correct classloader to deserialize WAL…
tdas Aug 20, 2015
675e224
[SPARK-10092] [SQL] Backports #8324 to branch-1.5
yhuai Aug 20, 2015
5be5175
[SPARK-10100] [SQL] Eliminate hash table lookup if there is no groupi…
rxin Aug 20, 2015
257e9d7
[MINOR] [SQL] Fix sphinx warnings in PySpark SQL
MechCoder Aug 20, 2015
a7027e6
[SPARK-9982] [SPARKR] SparkR DataFrame fail to return data of Decimal…
ashkurenko Aug 20, 2015
2f47e09
[SPARK-10136] [SQL] Fixes Parquet support for Avro array of primitive…
liancheng Aug 20, 2015
19b92c8
Preparing Spark release v1.5.0-rc1
pwendell Aug 20, 2015
a1785e3
Preparing development version 1.5.0-SNAPSHOT
pwendell Aug 20, 2015
6026f4f
[SPARK-10126] [PROJECT INFRA] Fix typo in release-build.sh which brok…
JoshRosen Aug 20, 2015
99eeac8
Preparing Spark release v1.5.0-rc1
pwendell Aug 20, 2015
eac31ab
Preparing development version 1.5.0-SNAPSHOT
pwendell Aug 20, 2015
2e0d2a9
[SPARK-10138] [ML] move setters to MultilayerPerceptronClassifier and…
mengxr Aug 20, 2015
560ec12
[SPARK-10108] Add since tags to mllib.feature
MechCoder Aug 20, 2015
2beea65
[SPARK-9245] [MLLIB] LDA topic assignments
jkbradley Aug 20, 2015
d837d51
Preparing Spark release v1.5.0-rc1
pwendell Aug 20, 2015
175c1d9
Preparing development version 1.5.0-SNAPSHOT
pwendell Aug 20, 2015
4c56ad7
Preparing Spark release v1.5.0-rc1
pwendell Aug 20, 2015
988e838
Preparing development version 1.5.1-SNAPSHOT
pwendell Aug 20, 2015
04ef52a
[SPARK-10140] [DOC] add target fields to @Since
mengxr Aug 21, 2015
e5e6017
[SPARK-9846] [DOCS] User guide for Multilayer Perceptron Classifier
avulanov Aug 21, 2015
817c38a
[SPARK-10130] [SQL] type coercion for IF should have children resolve…
adrian-wang Aug 21, 2015
4e72839
[SPARK-10122] [PYSPARK] [STREAMING] Fix getOffsetRanges bug in PySpar…
jerryshao Aug 21, 2015
e7db876
[SPARK-9864] [DOC] [MLlib] [SQL] Replace since in scaladoc to Since a…
MechCoder Aug 21, 2015
14c8c0c
[SPARK-10143] [SQL] Use parquet's block size (row group size) setting…
yhuai Aug 21, 2015
f65759e
Version update for Spark 1.5.0 and add CHANGES.txt file.
rxin Aug 21, 2015
e256928
Preparing Spark release v1.5.0-rc2
pwendell Aug 21, 2015
914da35
Preparing development version 1.5.0-SNAPSHOT
pwendell Aug 21, 2015
cb61c7b
[SPARK-10163] [ML] Allow single-category features for GBT models
jkbradley Aug 21, 2015
fbf9a6e
[SPARK-9893] User guide with Java test suite for VectorSlicer
yinxusen Aug 21, 2015
5f03b7a
Update programming-guide.md
yosssi Aug 22, 2015
595f92f
Update streaming-programming-guide.md
yosssi Aug 23, 2015
1c5a828
[SPARK-10148] [STREAMING] Display active and inactive receiver number…
zsxwing Aug 24, 2015
00f812d
[SPARK-10164] [MLLIB] Fixed GMM distributed decomposition bug
jkbradley Aug 24, 2015
b40059d
[SPARK-10142] [STREAMING] Made python checkpoint recovery handle non-…
tdas Aug 24, 2015
36bc50c
[SPARK-10168] [STREAMING] Fix the issue that maven publishes wrong ar…
zsxwing Aug 24, 2015
d003373
[SPARK-9791] [PACKAGE] Change private class to private class to preve…
tdas Aug 24, 2015
43dcf95
[SPARK-7710] [SPARK-7998] [DOCS] Docs for DataFrameStatFunctions
brkyvz Aug 24, 2015
831f78e
[SPARK-10144] [UI] Actually show peak execution memory by default
Aug 24, 2015
d36f351
[SPARK-8580] [SQL] Refactors ParquetHiveCompatibilitySuite and adds m…
liancheng Aug 24, 2015
9223443
[SPARK-9758] [TEST] [SQL] Compilation issue for hive test / wrong pac…
srowen Aug 24, 2015
aadb9de
[SPARK-10061] [DOC] ML ensemble docs
jkbradley Aug 24, 2015
a4bad5f
[SPARK-10190] Fix NPE in CatalystTypeConverters Decimal toScala conve…
JoshRosen Aug 24, 2015
8ca8bdd
HOTFIX: Adding missing 1.4.1 ec2 version
pwendell Aug 25, 2015
228e429
[SPARK-10165] [SQL] Await child resolution in ResolveFunctions
marmbrus Aug 25, 2015
ec5d09c
[SPARK-10118] [SPARKR] [DOCS] Improve SparkR API docs for 1.5 release
yu-iskw Aug 25, 2015
2f7e4b4
[SQL] [MINOR] [DOC] Clarify docs for inferring DataFrame from RDD of …
Aug 25, 2015
c99f416
[SPARK-10121] [SQL] Thrift server always use the latest class loader …
yhuai Aug 25, 2015
2239a20
[SPARK-10178] [SQL] HiveComparisionTest should print out dependent ta…
marmbrus Aug 25, 2015
88991dc
[SPARK-9786] [STREAMING] [KAFKA] fix backpressure so it works with defa…
koeninger Aug 25, 2015
bb1357f
[SPARK-10137] [STREAMING] Avoid to restart receivers if scheduleRecei…
zsxwing Aug 25, 2015
0b425ed
[SPARK-10196] [SQL] Correctly saving decimals in internal rows to JSON.
yhuai Aug 25, 2015
95a14e9
[SPARK-10136] [SQL] A more robust fix for SPARK-10136
liancheng Aug 25, 2015
b7c4ff1
[SPARK-9293] [SPARK-9813] Analysis should check that set operations a…
JoshRosen Aug 25, 2015
76d920f
[SPARK-10214] [SPARKR] [DOCS] Improve SparkR Column, DataFrame API docs
yu-iskw Aug 25, 2015
4841ebb
[SPARK-6196] [BUILD] Remove MapR profiles in favor of hadoop-provided
srowen Aug 25, 2015
2032d66
[SPARK-10210] [STREAMING] Filter out non-existent blocks before creat…
tdas Aug 25, 2015
e5cea56
[SPARK-10177] [SQL] fix reading Timestamp in parquet from Hive
Aug 25, 2015
a0f22cf
[SPARK-10195] [SQL] Data sources Filter should not expose internal types
JoshRosen Aug 25, 2015
73f1dd1
[SPARK-10197] [SQL] Add null check in wrapperFor (inside HiveInspecto…
yhuai Aug 25, 2015
5d68405
[DOC] add missing parameters in SparkContext.scala for scala doc
liyezhang556520 Aug 25, 2015
bdcc8e6
Fixed a typo in DAGScheduler.
zzvara Aug 25, 2015
0402f12
[SPARK-10198] [SQL] Turn off partition verification by default
marmbrus Aug 25, 2015
742c82e
[SPARK-8531] [ML] Update ML user guide for MinMaxScaler
hhbyyh Aug 25, 2015
c740f5d
[SPARK-10230] [MLLIB] Rename optimizeAlpha to optimizeDocConcentration
Aug 25, 2015
5a32ed7
[SPARK-10231] [MLLIB] update @Since annotation for mllib.classification
mengxr Aug 25, 2015
95e44b4
[SPARK-9800] Adds docs for GradientDescent$.runMiniBatchSGD alias
Aug 25, 2015
186326d
[SPARK-10237] [MLLIB] update since versions in mllib.fpm
mengxr Aug 25, 2015
055387c
[SPARK-9797] [MLLIB] [DOC] StreamingLinearRegressionWithSGD.setConver…
Aug 25, 2015
6f05b7a
[SPARK-10239] [SPARK-10244] [MLLIB] update since versions in mllib.pm…
mengxr Aug 25, 2015
8925896
[SPARK-10245] [SQL] Fix decimal literals with precision < scale
Aug 25, 2015
ab7d46d
[SPARK-10215] [SQL] Fix precision of division (follow the rule in Hive)
Aug 25, 2015
7277713
Preparing Spark release v1.5.0-rc2
pwendell Aug 25, 2015
4c03cb4
Preparing development version 1.5.1-SNAPSHOT
pwendell Aug 25, 2015
5cf266f
[SPARK-9888] [MLLIB] User guide for new LDA features
Aug 26, 2015
af98e51
[SPARK-10233] [MLLIB] update since version in mllib.evaluation
mengxr Aug 26, 2015
46750b9
[SPARK-10238] [MLLIB] update since versions in mllib.linalg
mengxr Aug 26, 2015
b776669
[SPARK-10240] [SPARK-10242] [MLLIB] update since versions in mlilb.ra…
mengxr Aug 26, 2015
be0c991
[SPARK-10234] [MLLIB] update since version in mllib.clustering
mengxr Aug 26, 2015
6d8ebc8
[SPARK-10243] [MLLIB] update since versions in mllib.tree
mengxr Aug 26, 2015
08d390f
[SPARK-10235] [MLLIB] update since versions in mllib.regression
mengxr Aug 26, 2015
21a10a8
[SPARK-10236] [MLLIB] update since versions in mllib.feature
mengxr Aug 26, 2015
5220db9
[SPARK-9316] [SPARKR] Add support for filtering using `[` (synonym fo…
felixcheung Aug 26, 2015
b0dde36
[SPARK-9665] [MLLIB] audit MLlib API annotations
mengxr Aug 26, 2015
efbd7af
[SPARK-10241] [MLLIB] update since versions in mllib.recommendation
mengxr Aug 26, 2015
0bdb800
[SPARK-10305] [SQL] fix create DataFrame from Python class
Aug 26, 2015
cef707d
[SPARK-10308] [SPARKR] Add %in% to the exported namespace
shivaram Aug 27, 2015
04c85a8
[SPARK-9424] [SQL] Parquet programming guide updates for 1.5
liancheng Aug 27, 2015
165be9a
[SPARK-10219] [SPARKR] Fix varargsToEnv and add test case
shivaram Aug 27, 2015
30f0f7e
[DOCS] [STREAMING] [KAFKA] Fix typo in exactly once semantics
moutai Aug 27, 2015
965b3bb
[SPARK-9148] [SPARK-10252] [SQL] Update SQL Programming Guide
marmbrus Aug 27, 2015
db19715
[SPARK-10315] remove document on spark.akka.failure-detector.threshold
CodingCat Aug 27, 2015
66db9cd
[SPARK-9901] User guide for RowMatrix Tall-and-skinny QR
hhbyyh Aug 27, 2015
501e10a
[SPARK-9906] [ML] User guide for LogisticRegressionSummary
MechCoder Aug 27, 2015
3239911
[SPARK-9680] [MLLIB] [DOC] StopWordsRemovers user guide and Java comp…
Aug 27, 2015
351e849
[SPARK-10287] [SQL] Fixes JSONRelation refreshing on read path
yhuai Aug 27, 2015
fc4c3bf
[SPARK-10321] sizeInBytes in HadoopFsRelation
Aug 27, 2015
6ccc0df
[SPARK-9911] [DOC] [ML] Update Userguide for Evaluator
MechCoder Aug 28, 2015
ede8c62
[SPARK-9905] [ML] [DOC] Adds LinearRegressionSummary user guide
Aug 28, 2015
c77cf86
[SPARK-SQL] [MINOR] Fixes some typos in HiveContext
liancheng Aug 28, 2015
bcb8fa8
[SPARK-10188] [PYSPARK] Pyspark CrossValidator with RMSE selects inco…
noel-smith Aug 28, 2015
9b7f8f2
[SPARK-10328] [SPARKR] Fix generic for na.omit
shivaram Aug 28, 2015
f0c4470
[SPARK-10035] [SQL] Parquet filters does not process EqualNullSafe fi…
HyukjinKwon Aug 20, 2015
8eff069
[SPARK-10295] [CORE] Dynamic allocation in Mesos does not release whe…
srowen Aug 28, 2015
e23ffd6
Fix DynamodDB/DynamoDB typo in Kinesis Integration doc
yosssi Aug 28, 2015
3ccd2e6
typo in comment
dharmeshkakadia Aug 28, 2015
0cd49ba
[SPARK-9890] [DOC] [ML] User guide for CountVectorizer
hhbyyh Aug 28, 2015
0abbc18
[SPARK-8952] [SPARKR] - Wrap normalizePath calls with suppressWarnings
lresende Aug 28, 2015
ccda27a
[SPARK-10325] Override hashCode() for public Row
JoshRosen Aug 28, 2015
9c58f64
[SPARK-10336][example] fix not being able to set intercept in LR example
Aug 28, 2015
7f01480
[SPARK-9671] [MLLIB] re-org user guide and add migration guide
mengxr Aug 28, 2015
02e10d2
[SPARK-10323] [SQL] fix nullability of In/InSet/ArrayContain
Aug 28, 2015
df4a2e6
[SPARK-10326] [YARN] Fix app submission on windows.
Aug 28, 2015
b7aab1d
[SPARK-9803] [SPARKR] Add subset and transform + tests
felixcheung Aug 29, 2015
69d8565
[SPARK-9910] [ML] User guide for train validation split
zapletal-martin Aug 29, 2015
d17316f
[SPARK-10350] [DOC] [SQL] Removed duplicated option description from …
witgo Aug 29, 2015
a49ad67
[SPARK-10344] [SQL] Add tests for extraStrategies
marmbrus Aug 29, 2015
7c65078
[SPARK-10226] [SQL] Fix exclamation mark issue in SparkSQL
small-wang Aug 29, 2015
d178e1e
[SPARK-10330] Use SparkHadoopUtil TaskAttemptContext reflection metho…
JoshRosen Aug 29, 2015
3a61e10
[SPARK-10339] [SPARK-10334] [SPARK-10301] [SQL] Partitioned table sca…
yhuai Aug 29, 2015
8071f6e
[SPARK-10348] [MLLIB] updates ml-guide
mengxr Aug 30, 2015
1d40136
[SPARK-10331] [MLLIB] Update example code in ml-guide
mengxr Aug 30, 2015
42a81a6
[SPARK-10353] [MLLIB] BLAS gemm not scaling when beta = 0.0 for some …
brkyvz Aug 30, 2015
bf5b2f2
[SPARK-100354] [MLLIB] fix some apparent memory issues in k-means|| i…
mengxr Aug 31, 2015
33ce274
[SPARK-10369] [STREAMING] Don't remove ReceiverTrackingInfo when dere…
zsxwing Aug 31, 2015
1c752b8
[SPARK-10341] [SQL] fix memory starving in unsafe SMJ
Aug 31, 2015
908e37b
Preparing Spark release v1.5.0-rc3
pwendell Aug 31, 2015
2b270a1
Preparing development version 1.5.1-SNAPSHOT
pwendell Aug 31, 2015
d19bccd
[SPARK-10398] [DOCS] Migrate Spark download page to use new lua mirro…
srowen Sep 1, 2015
30efa96
[SPARK-10392] [SQL] Pyspark - Wrong DateType support on JDBC connection
0x0FFF Sep 1, 2015
2fce5d8
[SPARK-10422] [SQL] String column in InMemoryColumnarCache needs to o…
yhuai Sep 3, 2015
b846a9d
[SPARK-10379] preserve first page in UnsafeShuffleExternalSorter
Sep 3, 2015
94404ee
[SPARK-10411] [SQL] Move visualization above explain output and hide …
zsxwing Sep 3, 2015
f01a967
[SPARK-10332] [CORE] Fix yarn spark executor validation
holdenk Sep 3, 2015
f945b64
[SPARK-9869] [STREAMING] Wait for all event notifications before asse…
Sep 3, 2015
4d63335
[SPARK-10431] [CORE] Fix intermittent test failure. Wait for event qu…
Sep 3, 2015
09e08db
[SPARK-10454] [SPARK CORE] wait for empty event queue
Sep 4, 2015
dc39658
[SPARK-10311] [STREAMING] Reload appId and attemptId when app starts …
XuTingjun Sep 4, 2015
cfc5f6f
[SPARK-10402] [DOCS] [ML] Add defaults to the scaladoc for params in ml/
holdenk Sep 5, 2015
ec750a7
[SPARK-10440] [STREAMING] [DOCS] Update python API stuff in the progr…
tdas Sep 5, 2015
640000b
[SPARK-10434] [SQL] Fixes Parquet schema of arrays that may contain null
liancheng Sep 5, 2015
37c5edf
[DOC] Added R to the list of languages with "high-level API" support …
Sep 8, 2015
88a07d8
Docs small fixes
jaceklaskowski Sep 8, 2015
34d417e
[SPARK-10470] [ML] ml.IsotonicRegressionModel.copy should set parent
yanboliang Sep 8, 2015
7fd4674
[SPARK-10441] [SQL] [BRANCH-1.5] Save data correctly to json.
yhuai Sep 8, 2015
63c72b9
[SPARK-10492] [STREAMING] [DOCUMENTATION] Update Streaming documentat…
tdas Sep 8, 2015
fca16c5
[SPARK-10301] [SPARK-10428] [SQL] [BRANCH-1.5] Fixes schema merging f…
liancheng Sep 9, 2015
d4b00c5
[SPARK-10071] [STREAMING] Output a warning when writing QueueInputDSt…
zsxwing Sep 9, 2015
a150625
[SPARK-7736] [CORE] [YARN] Make pyspark fail YARN app on failure.
Aug 17, 2015
d6cd356
[SPARK-7736] [CORE] Fix a race introduced in PythonRunner.
Aug 18, 2015
5e06d41
[MINOR] [MLLIB] [ML] [DOC] fixed typo: label for negative result shou…
sparadiso Sep 10, 2015
bc70043
[SPARK-10466] [SQL] UnsafeRow SerDe exception with data spill
chenghao-intel Sep 10, 2015
bff05aa
[SPARK-10469] [DOC] Try and document the three options
holdenk Sep 10, 2015
8cf1619
[SPARK-6350] [MESOS] Fine-grained mode scheduler respects mesosExecut…
dragos Sep 10, 2015
89d351b
Revert "[SPARK-6350] [MESOS] Fine-grained mode scheduler respects mes…
Sep 10, 2015
4af9256
[SPARK-10556] Remove explicit Scala version for sbt project build files
ahirreddy Sep 11, 2015
295281f
[SPARK-10540] [SQL] Ignore HadoopFsRelationTest's "test all data type…
yhuai Sep 11, 2015
7f10bd6
[SPARK-9924] [WEB UI] Don't schedule checkForLogs while some of them …
Sep 11, 2015
fcb2438
[SPARK-10564] ThreadingSuite: assertion failures in threads don't fai…
Sep 11, 2015
5bf403c
[SPARK-10566] [CORE] SnappyCompressionCodec init exception handling m…
dimfeld Sep 12, 2015
f8909a6
[SPARK-10554] [CORE] Fix NPE with ShutdownHook
Sep 12, 2015
4586f21
[SPARK-6350] [MESOS] [BACKPORT] Fine-grained mode scheduler respects
dragos Sep 13, 2015
5f58704
[SPARK-10584] [DOC] [SQL] Documentation about spark.sql.hive.metastor…
sarutak Sep 14, 2015
5b7067c
[SPARK-10573] [ML] IndexToString output schema should be StringType
Sep 14, 2015
a0d564a
[SPARK-10522] [SQL] Nanoseconds of Timestamp in Parquet should be pos…
Sep 14, 2015
0e1c9d9
[SPARK-10549] scala 2.11 spark on yarn with security - Repl doesn't work
Sep 14, 2015
eb0cb25
[SPARK-10543] [CORE] Peak Execution Memory Quantile should be Per-tas…
saurfang Sep 14, 2015
5db51f9
[SPARK-10564] ThreadingSuite: assertion failures in threads don't fai…
Sep 14, 2015
d5c0361
[SPARK-10542] [PYSPARK] fix serialize namedtuple
Sep 15, 2015
7286c2b
Small fixes to docs
Sep 15, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ INDEX
.lintr
gen-java.*
.*avpr
org.apache.spark.sql.sources.DataSourceRegister
.*parquet
Loading