Skip to content

Branch 1.6 #19334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 975 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
975 commits
Select commit Hold shift + click to select a range
cdfb2a1
[SPARK-13101][SQL][BRANCH-1.6] nullability of array type element shou…
cloud-fan Feb 4, 2016
2f390d3
[ML][DOC] fix wrong api link in ml onevsrest
hhbyyh Feb 4, 2016
a907c7c
[SPARK-13195][STREAMING] Fix NoSuchElementException when a state is n…
zsxwing Feb 4, 2016
3ca5dc3
[SPARK-13214][DOCS] update dynamicAllocation documentation
Feb 5, 2016
9b30096
[SPARK-13210][SQL] catch OOM when allocate memory and expand array
Feb 8, 2016
82fa864
[SPARK-12807][YARN] Spark External Shuffle not working in Hadoop clus…
steveloughran Feb 9, 2016
89818cb
[SPARK-10524][ML] Use the soft prediction to order categories' bins
viirya Feb 10, 2016
93f1d91
[SPARK-12921] Fix another non-reflective TaskAttemptContext access in…
JoshRosen Feb 10, 2016
b57fac5
[SPARK-13274] Fix Aggregator Links on GroupedDataset Scala API
raelawang Feb 11, 2016
91a5ca5
[SPARK-13265][ML] Refactoring of basic ML import/export for other fil…
yu-iskw Feb 11, 2016
9d45ec4
[SPARK-13047][PYSPARK][ML] Pyspark Params.hasParam should not throw a…
sethah Feb 12, 2016
18661a2
[SPARK-13153][PYSPARK] ML persistence failed when handle no default v…
Wenpei Feb 12, 2016
93a55f3
[SPARK-13142][WEB UI] Problem accessing Web UI /logPage/ on Microsoft…
Feb 13, 2016
107290c
[SPARK-12363][MLLIB] Remove setRun and fix PowerIterationClustering f…
viirya Feb 13, 2016
ec40c5a
[SPARK-13300][DOCUMENTATION] Added pygments.rb dependancy
amitdev Feb 14, 2016
71f53ed
[SPARK-13312][MLLIB] Update java train-validation-split example in ml…
JeremyNixon Feb 15, 2016
d950891
Correct SparseVector.parse documentation
mgyucht Feb 16, 2016
98354ca
[SPARK-13279] Remove O(n^2) operation from scheduler.
Feb 17, 2016
66106a6
[SPARK-13350][DOCS] Config doc updated to state that PYSPARK_PYTHON's…
chrisaycock Feb 17, 2016
16f35c4
[SPARK-13371][CORE][STRING] TaskSetManager.dequeueSpeculativeTask com…
srowen Feb 18, 2016
699644c
[SPARK-12546][SQL] Change default number of open parquet files
marmbrus Feb 22, 2016
85e6a22
[SPARK-13298][CORE][UI] Escape "label" to avoid DAG being broken by s…
zsxwing Feb 23, 2016
f7898f9
[SPARK-11624][SPARK-11972][SQL] fix commands that need hive to exec
adrian-wang Feb 23, 2016
40d11d0
Update branch-1.6 for 1.6.1 release
marmbrus Feb 23, 2016
152252f
Preparing Spark release v1.6.1-rc1
pwendell Feb 23, 2016
2902798
Preparing development version 1.6.1-SNAPSHOT
pwendell Feb 23, 2016
d31854d
[SPARK-12746][ML] ArrayType(_, true) should also accept ArrayType(_, …
Earthson Feb 23, 2016
0784e02
[SPARK-13355][MLLIB] replace GraphImpl.fromExistingRDDs by Graph.apply
mengxr Feb 23, 2016
573a2c9
[SPARK-13410][SQL] Support unionAll for DataFrames with UDT columns.
damnMeddlingKid Feb 23, 2016
06f4fce
[SPARK-13390][SQL][BRANCH-1.6] Fix the issue that Iterator.map().toSe…
zsxwing Feb 24, 2016
fe71cab
[SPARK-13475][TESTS][SQL] HiveCompatibilitySuite should still run in …
yhuai Feb 24, 2016
8975996
[SPARK-13482][MINOR][CONFIGURATION] Make consistency of the configura…
SaintBacchus Feb 25, 2016
3cc938a
[SPARK-13473][SQL] Don't push predicate through project with nondeter…
liancheng Feb 25, 2016
cb869a1
[SPARK-13444][MLLIB] QuantileDiscretizer chooses bad splits on large …
Feb 25, 2016
1f03163
[SPARK-13441][YARN] Fix NPE in yarn Client.createConfArchive method
chtyim Feb 25, 2016
e3802a7
[SPARK-13439][MESOS] Document that spark.mesos.uris is comma-separated
Feb 25, 2016
5f7440b
[SPARK-12316] Wait a minutes to avoid cycle calling.
SaintBacchus Feb 25, 2016
d59a08f
Revert "[SPARK-13444][MLLIB] QuantileDiscretizer chooses bad splits o…
mengxr Feb 25, 2016
abe8f99
[SPARK-12874][ML] ML StringIndexer does not protect itself from colum…
yu-iskw Feb 25, 2016
a57f87e
[SPARK-13454][SQL] Allow users to drop a table with a name starting w…
yhuai Feb 26, 2016
8a43c3b
[SPARK-13474][PROJECT INFRA] Update packaging scripts to push artifac…
JoshRosen Feb 27, 2016
eb6f6da
Update CHANGES.txt and spark-ec2 and R package versions for 1.6.1
JoshRosen Feb 27, 2016
15de51c
Preparing Spark release v1.6.1-rc1
pwendell Feb 27, 2016
dcf60d7
Preparing development version 1.6.2-SNAPSHOT
pwendell Feb 27, 2016
fedb813
[SPARK-12941][SQL][MASTER] Spark-SQL JDBC Oracle dialect fails to map…
thomastechs Feb 26, 2016
1ce2c12
[SPARK-13465] Add a task failure listener to TaskContext
Mar 3, 2016
fa86dc4
[SPARK-13601] call failure callbacks before writer.close()
davies Mar 3, 2016
b3a5129
[SPARK-13601] [TESTS] use 1 partition in tests to avoid race conditions
Mar 4, 2016
51c676e
[SPARK-13652][CORE] Copy ByteBuffer in sendRpcSync as it will be recy…
zsxwing Mar 4, 2016
5a27129
[SPARK-11515][ML] QuantileDiscretizer should take random seed
yu-iskw Feb 11, 2016
528e373
[SPARK-12941][SQL][MASTER] Spark-SQL JDBC Oracle dialect fails to map…
thomastechs Mar 4, 2016
f0cc511
[SPARK-13444][MLLIB] QuantileDiscretizer chooses bad splits on large …
Feb 25, 2016
ffaf7c0
[HOTFIX] fix the conflict when cherry-pick
davies Mar 4, 2016
704a54c
[SPARK-13697] [PYSPARK] Fix the missing module name of TransformFunct…
zsxwing Mar 6, 2016
18ef2f2
[SPARK-13705][DOCS] UpdateStateByKey Operation documentation incorrec…
Mar 7, 2016
2434f16
[SPARK-13599][BUILD] remove transitive groovy dependencies from spark…
steveloughran Mar 7, 2016
cf4e62e
[MINOR][DOC] improve the doc for "spark.memory.offHeap.size"
CodingCat Mar 7, 2016
695c8a2
[SPARK-13648] Add Hive Cli to classes for isolated classloader
preecet Mar 7, 2016
bace137
[SPARK-13711][CORE] Don't call SparkUncaughtExceptionHandler in AppCl…
zsxwing Mar 8, 2016
8ec4f15
[SPARK-13755] Escape quotes in SQL plan visualization node labels
JoshRosen Mar 9, 2016
95105b0
[SPARK-13631][CORE] Thread-safe getLocationsWithLargestOutputs
Mar 9, 2016
bea91a9
[SPARK-13242] [SQL] codegen fallback in case-when if there many branches
Mar 9, 2016
8a1bd58
[SPARK-13760][SQL] Fix BigDecimal constructor for FloatType
sameeragarwal Mar 10, 2016
60cb270
Revert "[SPARK-13760][SQL] Fix BigDecimal constructor for FloatType"
yhuai Mar 10, 2016
07ace27
[SPARK-13663][CORE] Upgrade Snappy Java to 1.1.2.1
srowen Mar 10, 2016
078c714
[MINOR][DOC] Fix supported hive version in doc
dongjoon-hyun Mar 11, 2016
db4795a
[SPARK-13327][SPARKR] Added parameter validations for colnames<-
Mar 11, 2016
5e08db3
[SPARK-13810][CORE] Add Port Configuration Suggestions on Bind Except…
bjornjon Mar 13, 2016
3519ce9
[SQL] fix typo in DataSourceRegister
Mar 14, 2016
13bd122
[MINOR][DOCS] Added Missing back slashes
danielsan Mar 14, 2016
589d042
[MINOR][COMMON] Fix copy-paste oversight in variable naming
bjornjon Mar 14, 2016
6935b50
[SPARK-13207][SQL][BRANCH-1.6] Make partitioning discovery ignore _SU…
yhuai Mar 15, 2016
765307f
[SPARK-13803] restore the changes in SPARK-3411
CodingCat Mar 15, 2016
1fcd17f
[SPARK-13901][CORE] correct the logDebug information when jump to the…
trueyao Mar 17, 2016
022e06d
[SPARK-13958] Executor OOM due to unbounded growth of pointer array in…
Mar 18, 2016
f9221ad
[SPARK-14058][PYTHON] Incorrect docstring in Window.order
zero323 Mar 22, 2016
3243d46
[SPARK-13772][SQL] Fix data type mismatch for decimal
cenyuhai Mar 22, 2016
3e21f7f
[SPARK-14006][SPARKR] Fix SparkR lint-r test errors in branch-1.6.
Mar 22, 2016
179f6e3
[SPARK-13806] [SQL] fix rounding mode of negative float/double
Mar 22, 2016
5e9cefc
[SPARK-13642][YARN][1.6-BACKPORT] Properly handle signal kill in Appl…
jerryshao Mar 23, 2016
b75f970
[SPARK-14074][SPARKR] Specify commit sha1 ID when using install_githu…
Mar 23, 2016
70b5878
[SPARK-14107][PYSPARK][ML] Add seed as named argument to GBTs in pyspark
sethah Mar 25, 2016
fba84d1
[SPARK-14149] Log exceptions in tryOrIOException
rxin Mar 25, 2016
546569e
[SPARK-14187][MLLIB] Fix incorrect use of binarySearch in SparseMatrix
Mar 28, 2016
504b992
[SPARK-13622][YARN] Issue creating level db for YARN shuffle service
ashangit Mar 28, 2016
a757944
[SPARK-14219][GRAPHX] Fix `pickRandomVertex` not to fall into infinit…
dongjoon-hyun Mar 29, 2016
c2ce247
[SPARK-13845][CORE][BACKPORT-1.6] Using onBlockUpdated to replace onT…
jeanlyn Mar 29, 2016
84ad254
[SPARK-14232][WEBUI] Fix event timeline display issue when an executo…
carsonwang Mar 29, 2016
3cc3d85
[SPARK-11507][MLLIB] add compact in Matrices fromBreeze
hhbyyh Mar 30, 2016
f12f11e
[SPARK-14138] [SQL] Fix generated SpecificColumnarIterator code can e…
kiszk Mar 31, 2016
91530b0
[SPARK-11327][MESOS] Backport dispatcher does not respect all args f…
jayv Apr 4, 2016
285cb9c
[SPARK-14368][PYSPARK] Support python.spark.worker.memory with upper-…
yongtang Apr 5, 2016
cfe9f02
[SPARK-14243][CORE][BACKPORT-1.6] update task metrics when removing b…
jeanlyn Apr 5, 2016
dca0d9a
[SPARK-14322][MLLIB] Use treeAggregate instead of reduce in OnlineLDA…
hhbyyh Apr 6, 2016
8a94a59
[DOCS][MINOR] Remove sentence about Mesos not supporting cluster mode.
Apr 8, 2016
77ebae3
[SPARK-14468] Always enable OutputCommitCoordinator
Apr 8, 2016
7a02c44
[SPARK-14357][CORE] Properly handle the root cause being a commit den…
jasonmoore2k Apr 10, 2016
baf2985
[SPARK-14290] [SPARK-13352] [CORE] [BACKPORT-1.6] avoid significant m…
liyezhang556520 Apr 11, 2016
c12db0d
[SPARK-14454] [1.6] Better exception handling while marking tasks as …
sameeragarwal Apr 11, 2016
f4110cd
[BUILD][HOTFIX] Download Maven from regular mirror network rather tha…
JoshRosen Apr 11, 2016
05dbc28
[SPARK-14298][ML][MLLIB] LDA should support disable checkpoint
yanboliang Apr 8, 2016
663a492
[SPARK-14242][CORE][NETWORK] avoid copy in compositeBuffer for frame …
liyezhang556520 Apr 1, 2016
2554c35
[SPARK-14563][ML] use a random table name instead of __THIS__ in SQLT…
mengxr Apr 12, 2016
582ed8a
[SPARK-14544] [SQL] improve performance of SQL UI tab
Apr 12, 2016
413d060
[SPARK-14363] Fix executor OOM due to memory leak in the Sorter
Apr 12, 2016
93c9a63
[SPARK-14618][ML][DOC] Updated RegressionEvaluator.metricName param doc
jkbradley Apr 14, 2016
58dfba6
[SPARK-14665][ML][PYTHON] Fixed bug with StopWordsRemover default sto…
jkbradley Apr 15, 2016
cd81214
[SPARK-13227] Risky apply() in OpenHashMap
CodingCat Apr 19, 2016
17b1384
[SPARK-14679][UI] Fix UI DAG visualization OOM.
rdblue Apr 20, 2016
1cda10b
[SPARK-14739][PYSPARK] Fix Vectors parser bugs
Apr 21, 2016
c3ed950
[SPARK-14787][SQL] Upgrade Joda-Time library from 2.9 to 2.9.3
HyukjinKwon Apr 21, 2016
496496b
[SPARK-14159][ML] Fixed bug in StringIndexer + related issue in RForm…
jkbradley Apr 26, 2016
5e53d4a
[SPARK-14671][ML] Pipeline setStages should handle subclasses of Pipe…
jkbradley Apr 27, 2016
f4af6a8
[SPARK-13023][PROJECT INFRA][BRANCH-1.6] Fix handling of root module …
yhuai Apr 27, 2016
8ac0ce6
[SPARK-14965][SQL] Indicate an exception is thrown for a missing stru…
Apr 28, 2016
10d513f
[SPARK-14757] [SQL] Fix nullability bug in EqualNullSafe codegen
rxin Apr 30, 2016
2db19a3
[SPARK-14897][CORE] Upgrade Jetty to latest version of 8
srowen May 3, 2016
bf3c060
[SPARK-14915][CORE] Don't re-queue a task if another attempt has alre…
jasonmoore2k May 5, 2016
a3aa22a
[SPARK-14915] Fix incorrect resolution of merge conflict in commit bf…
srowen May 6, 2016
ab00652
[SPARK-13566][CORE] Avoid deadlock between BlockManager and Executor …
cenyuhai May 6, 2016
518af07
[SPARK-15223][DOCS] fix wrongly named config reference
philipphoffmann May 9, 2016
1678bff
[SPARK-15209] Fix display of job descriptions with single quotes in w…
JoshRosen May 9, 2016
d165486
[SPARK-14495][SQL][1.6] fix resolution failure of having clause with …
xwu0226 May 11, 2016
c433c0a
[SPARK-13519][CORE] Driver should tell Executor to stop itself when c…
zsxwing Feb 26, 2016
86bf93e
[SPARK-13522][CORE] Executor should kill itself when it's unable to h…
zsxwing Feb 29, 2016
ced71d3
[SPARK-13522][CORE] Fix the exit log place for heartbeat
zsxwing Feb 29, 2016
e2a43d0
[SPARK-15262] Synchronize block manager / scheduler executor state
May 11, 2016
fd2da7b
[SPARK-15260] Atomically resize memory pools (branch 1.6)
May 12, 2016
7200e6b
[SPARK-14261][SQL] Memory leak in Spark Thrift Server
dosoft May 20, 2016
7ad82b6
[SPARK-15395][CORE] Use getHostString to create RpcAddress (backport …
zsxwing May 20, 2016
9a18115
[SPARK-15165] [SPARK-15205] [SQL] Introduce place holder for comments…
sarutak May 20, 2016
5cc1e2c
[SPARK-10722] RDDBlockId not found in driver-heartbeater
simonjscott May 26, 2016
0b8bdf7
[SPARK-8428][SPARK-13850] Fix integer overflows in TimSort
sameeragarwal May 26, 2016
c53c83c
[BUILD][1.6] Fix compilation
sameeragarwal May 27, 2016
ea84b33
[SPARK-15528][SQL] Fix race condition in NumberConverter
maropu May 31, 2016
714f4d7
[SPARK-15601][CORE] CircularBuffer's toString() to print only the con…
tejasapatil Jun 1, 2016
0a13e4c
[SPARK-14204][SQL] register driverClass rather than user-specified class
mchalek Jun 2, 2016
4259a28
[SPARK-15736][CORE][BRANCH-1.6] Gracefully handle loss of DiskStore f…
JoshRosen Jun 3, 2016
a0cf7d0
[SPARK-15754][YARN] Not letting the credentials containing hdfs deleg…
Jun 3, 2016
6a9f19d
[SPARK-15723] Fixed local-timezone-brittle test where short-timezone …
javabrett Jun 5, 2016
5830828
[SPARK-12655][GRAPHX] GraphX does not unpersist RDDs
jasoncl Jan 15, 2016
bb917fc
[SPARK-12712] Fix failure in ./dev/test-dependencies when run against…
JoshRosen Jun 9, 2016
739d992
[SPARK-15827][BUILD] Publish Spark's forked sbt-pom-reader to Maven C…
JoshRosen Jun 9, 2016
393f4ba
[DOCUMENTATION] fixed groupby aggregation example for pyspark
mortada Jun 10, 2016
be3c41b
[SPARK-15892][ML] Incorrectly merged AFTAggregator with zero total count
HyukjinKwon Jun 12, 2016
2f3e327
Revert "[SPARK-15892][ML] Incorrectly merged AFTAggregator with zero …
jkbradley Jun 14, 2016
cffc080
[SPARK-15915][SQL] Logical plans should use subqueries eliminated pla…
ueshin Jun 15, 2016
0a8ada5
[SPARK-15975] Fix improper Popen retcode code handling in dev/run-tests
JoshRosen Jun 16, 2016
a4485c3
Update branch-1.6 for 1.6.2 release.
rxin Jun 16, 2016
f166493
Preparing Spark release v1.6.2
pwendell Jun 16, 2016
b8f380f
Preparing development version 1.6.3-SNAPSHOT
pwendell Jun 16, 2016
4168d9c
Preparing Spark release v1.6.2-rc1
pwendell Jun 16, 2016
4621fe9
Preparing development version 1.6.3-SNAPSHOT
pwendell Jun 16, 2016
e530823
Revert "[SPARK-15395][CORE] Use getHostString to create RpcAddress (b…
zsxwing Jun 17, 2016
fd05389
[SPARK-15892][ML] Backport correctly merging AFTAggregators to branch…
HyukjinKwon Jun 18, 2016
3f1d730
[SPARK-16035][PYSPARK] Fix SparseVector parser assertion for end pare…
andreapasqua Jun 18, 2016
41efd20
[SPARK-15613] [SQL] Fix incorrect days to millis conversion due to Da…
Jun 19, 2016
3d569d9
Revert "[SPARK-15613] [SQL] Fix incorrect days to millis conversion d…
davies Jun 19, 2016
54b1121
Preparing Spark release v1.6.2-rc2
pwendell Jun 19, 2016
2083485
Preparing development version 1.6.3-SNAPSHOT
pwendell Jun 19, 2016
16b7f1d
[SPARK-14391][LAUNCHER] Fix launcher communication test, take 2.
Apr 30, 2016
db86e7f
[SPARK-15613] [SQL] Fix incorrect days to millis conversion due to Da…
Jun 19, 2016
abe36c5
[SPARK-16086] [SQL] fix Python UDF without arguments (for 1.6)
davies Jun 21, 2016
d98fb19
[SPARK-15606][CORE] Use non-blocking removeExecutor call to avoid dea…
robbinspg Jun 2, 2016
4fdac3c
[SPARK-6005][TESTS] Fix flaky test: o.a.s.streaming.kafka.DirectKafka…
zsxwing May 10, 2016
d7223bb
[SPARK-16077] [PYSPARK] catch the exception from pickle.whichmodule()
Jun 24, 2016
b7acc1b
[SPARK-16173] [SQL] Can't join describe() of DataFrame in Scala 2.10
dongjoon-hyun Jun 25, 2016
24d59fb
[MLLIB] org.apache.spark.mllib.util.SVMDataGenerator generates ArrayI…
j4munoz Jun 25, 2016
60e095b
[SPARK-16193][TESTS] Address flaky ExternalAppendOnlyMapSuite spillin…
srowen Jun 25, 2016
22a496d
[SPARK-16214][EXAMPLES] fix the denominator of SparkPi
yanghaogn Jun 27, 2016
4a67541
[SPARK-13023][PROJECT INFRA][FOLLOWUP][BRANCH-1.6] Unable to check `r…
HyukjinKwon Jun 28, 2016
0cb06c9
[SPARK-16148][SCHEDULER] Allow for underscores in TaskLocation in the…
tmagrino Jun 28, 2016
1ac830a
[SPARK-16044][SQL] Backport input_file_name() for data source based o…
HyukjinKwon Jun 29, 2016
ccc7fa3
[SPARK-16257][BUILD] Update spark_ec2.py to support Spark 1.6.2 and 1…
Jun 30, 2016
83f8604
[SPARK-16182][CORE] Utils.scala -- terminateProcess() should call Pro…
srowen Jul 1, 2016
1026aba
[SPARK-15761][MLLIB][PYSPARK] Load ipython when default python is Pyt…
MechCoder Jul 1, 2016
c25aa8f
[SPARK-16329][SQL][BACKPORT-1.6] Star Expansion over Table Containing…
gatorsmile Jul 4, 2016
4fcb888
[SPARK-16353][BUILD][DOC] Missing javadoc options for java unidoc
Jul 4, 2016
7678195
[MINOR][BUILD] Download Maven 3.3.9 instead of 3.3.3 because the latt…
srowen Jul 6, 2016
2588776
[MINOR][CORE][1.6-BACKPORT] Fix display wrong free memory size in the…
jerryshao Jul 6, 2016
45dda92
[SPARK-16372][MLLIB] Retag RDD to tallSkinnyQR of RowMatrix
yinxusen Jul 7, 2016
bb92788
Revert "[SPARK-16372][MLLIB] Retag RDD to tallSkinnyQR of RowMatrix"
zsxwing Jul 7, 2016
702178d
[SPARK-16385][CORE] Catch correct exception when calling method via r…
Jul 5, 2016
9808735
[SPARK-16514][SQL] Fix various regex codegen bugs
ericl Jul 13, 2016
d1c992f
[SPARK-16488] Fix codegen variable namespace collision in pmod and pa…
sameeragarwal Jul 12, 2016
7c8a399
[SPARK-16489][SQL] Guard against variable reuse mistakes in expressio…
rxin Jul 12, 2016
980db2b
[HOTFIX] Fix build break.
rxin Jul 13, 2016
fb09336
[SPARK-16375][WEB UI] Fixed misassigned var: numCompletedTasks was as…
ajbozarth Jul 13, 2016
4381e21
[SPARK-16440][MLLIB] Undeleted broadcast variables in Word2Vec causin…
srowen Jul 13, 2016
6ea7d4b
[SPARK-16313][SQL][BRANCH-1.6] Spark should not silently drop excepti…
yhuai Jul 14, 2016
f6e0c17
[SPARK-16440][MLLIB] Destroy broadcasted variables even on driver
Jul 20, 2016
4ff9892
[MINOR][ML] Fix some mistake in LinearRegression formula.
yanboliang Jul 27, 2016
15abbf9
[SPARK-16664][SQL] Fix persist call on Data frames with more than 200…
Jul 29, 2016
b6f6075
[SPARK-16751] Upgrade derby to 10.12.1.1
a-roberts Jul 29, 2016
f445cce
Revert "[SPARK-16664][SQL] Fix persist call on Data frames with more …
srowen Jul 29, 2016
03913af
[SPARK-16751][HOTFIX] Also update hadoop-1 deps file to reflect derby…
srowen Jul 29, 2016
1b2e6f6
[SPARK-16664][SQL] Fix persist call on Data frames with more than 200…
Jul 29, 2016
8a22275
[SPARK-15541] Casting ConcurrentHashMap to ConcurrentMap (master branch)
Aug 2, 2016
797e758
[SPARK-15541] Casting ConcurrentHashMap to ConcurrentMap (branch-1.6)
Aug 2, 2016
92ee6fb
[SPARK-16831][PYTHON] Fixed bug in CrossValidator.avgMetrics
pkch Aug 3, 2016
52d8837
[SPARK-16796][WEB UI] Visible passwords on Spark environment page
Devian-ua Aug 2, 2016
d2518ac
[SPARK-16873][CORE] Fix SpillReader NPE when spillFile has no data
sharkdtu Aug 4, 2016
c162886
[SPARK-16925] Master should call schedule() after all executor exit e…
JoshRosen Aug 7, 2016
1a5e762
[SPARK-16409][SQL] regexp_extract with optional groups causes NPE
srowen Aug 7, 2016
a3b06ae
[SPARK-16939][SQL] Fix build error by using `Tuple1` explicitly in St…
dongjoon-hyun Aug 7, 2016
ace458f
[SPARK-16956] Make ApplicationState.MAX_NUM_RETRY configurable
JoshRosen Aug 9, 2016
b3ecff6
Revert "[SPARK-16831][PYTHON] Fixed bug in CrossValidator.avgMetrics"
srowen Aug 11, 2016
909231d
[SPARK-17003][BUILD][BRANCH-1.6] release-build.sh is missing hive-thr…
yhuai Aug 12, 2016
8a2b8fc
Change check for particular missing file message to accommodate the m…
srowen Aug 13, 2016
b54a586
[SPARK-17027][ML] Avoid integer overflow in PolynomialExpansion.getPo…
zero323 Aug 14, 2016
4d64c7f
Revert "[SPARK-17027][ML] Avoid integer overflow in PolynomialExpansi…
srowen Aug 14, 2016
5c34029
[SPARK-16656][SQL][BRANCH-1.6] Try to make CreateTableAsSelectSuite m…
yhuai Aug 16, 2016
60de30f
[SPARK-17102][SQL] bypass UserDefinedGenerator for json format check
cloud-fan Aug 17, 2016
412b0e8
[SPARK-17038][STREAMING] fix metrics retrieval source of 'lastReceive…
keypointt Aug 17, 2016
b84a92c
[SPARK-17316][CORE] Make CoarseGrainedSchedulerBackend.removeExecutor…
zsxwing Aug 31, 2016
21be94b
[SPARK-15091][SPARKR] Fix warnings and a failure in SparkR test cases…
sun-rui May 3, 2016
958039a
[SPARK-11301][SQL] Fix case sensitivity for filter on partitioned col…
dongjoon-hyun Sep 6, 2016
e6480a6
[SPARK-17356][SQL][1.6] Fix out of memory issue when generating JSON …
clockfly Sep 6, 2016
af8e097
[SPARK-17378][BUILD] Upgrade snappy-java to 1.1.2.6
a-roberts Sep 6, 2016
3f797dd
[SPARK-17316][CORE] Fix the 'ask' type parameter in 'removeExecutor'
zsxwing Sep 6, 2016
69fa945
[SPARK-17378][HOTFIX] Upgrade snappy-java to 1.1.2.6 -- fix Hadoop 1 …
srowen Sep 7, 2016
047bc3f
[SPARK-17245][SQL][BRANCH-1.6] Do not rely on Hive's session state to…
yhuai Sep 7, 2016
bf3f6d2
[SPARK-17531][BACKPORT] Don't initialize Hive Listeners for the Execu…
brkyvz Sep 13, 2016
a447cd8
[SPARK-17465][SPARK CORE] Inappropriate memory management in `org.apa…
Sep 14, 2016
8646b84
[SPARK-17547] Ensure temp shuffle data file is cleaned up after error
JoshRosen Sep 15, 2016
8f88412
[SPARK-17617][SQL] Remainder(%) expression.eval returns incorrect res…
clockfly Sep 21, 2016
ce0a222
[SPARK-17418] Prevent kinesis-asl-assembly artifacts from being publi…
JoshRosen Sep 21, 2016
94524ce
[SPARK-17485] Prevent failed remote reads of cached blocks from faili…
JoshRosen Sep 22, 2016
7aded55
[SPARK-17649][CORE] Log how many Spark events got dropped in Asynchro…
zsxwing Sep 26, 2016
e2ce0ca
[SPARK-17618] Fix invalid comparisons between UnsafeRow and other row…
JoshRosen Sep 27, 2016
b999fa4
[SPARK-17696][SPARK-12330][CORE] Partial backport of to branch-1.6.
drcrallen Sep 28, 2016
376545e
[SPARK-17721][MLLIB][BACKPORT] Fix for multiplying transposed SparseM…
bwahlgreen Oct 2, 2016
d3890de
[SPARK-15062][SQL] Backport fix list type infer serializer issue
brkyvz Oct 6, 2016
585c565
[SPARK-17850][CORE] Add a flag to ignore corrupt files (branch 1.6)
zsxwing Oct 13, 2016
18b173c
[SPARK-17678][REPL][BRANCH-1.6] Honor spark.replClassServer.port in s…
jerryshao Oct 13, 2016
745c5e7
[SPARK-17884][SQL] To resolve Null pointer exception when casting fro…
priyankagar Oct 14, 2016
0f57785
Prepare branch-1.6 for 1.6.3 release.
rxin Oct 17, 2016
7375bb0
Preparing Spark release v1.6.3
pwendell Oct 17, 2016
b95ac0d
Preparing development version 1.6.4-SNAPSHOT
pwendell Oct 17, 2016
82e98f1
[SPARK-16078][SQL] Backport: from_utc_timestamp/to_utc_timestamp shou…
Oct 20, 2016
1e86074
Preparing Spark release v1.6.3-rc2
pwendell Nov 2, 2016
9136e26
Preparing development version 1.6.4-SNAPSHOT
pwendell Nov 2, 2016
8f25cb2
[SPARK-18553][CORE][BRANCH-1.6] Fix leak of TaskSetManager following …
JoshRosen Dec 1, 2016
70f271b
[SPARK-12446][SQL][BACKPORT-1.6] Add unit tests for JDBCRDD internal …
maropu Dec 3, 2016
2303887
[SPARK-18372][SQL][BRANCH-1.6] Staging directory fail to be removed
Jan 7, 2017
e78138a
[SPARK-13478][YARN] Use real user when fetching delegation tokens.
Jan 22, 2017
a50ef3d
[SPARK-19529][BRANCH-1.6] Backport PR #16866 to branch-1.6
liancheng Feb 14, 2017
23f9faa
[SPARK-16845][SQL][BRANCH-1.6] GeneratedClass$SpecificOrdering` grows…
lw-lin Mar 6, 2017
6b315f3
[SPARK-19019][PYTHON][BRANCH-1.6] Fix hijacked `collections.namedtupl…
HyukjinKwon Apr 17, 2017
a233fac
[SPARK-19688][STREAMING] Not to read `spark.yarn.credentials.file` fr…
Jun 19, 2017
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
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ spark-tests.log
streaming-tests.log
dependency-reduced-pom.xml
.ensime
.ensime_cache/
.ensime_lucene
checkpoint
derby.log
Expand All @@ -74,3 +75,7 @@ metastore/
warehouse/
TempStatsStore/
sql/hive-thriftserver/test_warehouses

# For R session data
.RHistory
.RData
1 change: 1 addition & 0 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ gen-java.*
.*avpr
org.apache.spark.sql.sources.DataSourceRegister
.*parquet
spark-deps-.*
Loading