Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
703 commits
Select commit Hold shift + click to select a range
012de2c
[SPARK-12002][STREAMING][PYSPARK] Fix python direct stream checkpoint…
jerryshao Dec 1, 2015
d77bf0b
[SPARK-12075][SQL] Speed up HiveComparisionTest by avoiding / speedin…
JoshRosen Dec 1, 2015
f1122dd
[SPARK-11328][SQL] Improve error message when hitting this issue
nongli Dec 1, 2015
1135430
[SPARK-11788][SQL] surround timestamp/date value with quotes in JDBC …
Dec 1, 2015
14eadf9
[SPARK-11352][SQL] Escape */ in the generated comments.
yhuai Dec 2, 2015
1b3db96
[SPARK-11596][SQL] In TreeNode's argString, if a TreeNode is not a ch…
yhuai Dec 2, 2015
72da2a2
[SPARK-8414] Ensure context cleaner periodic cleanups
Dec 2, 2015
84c44b5
[SPARK-12081] Make unified memory manager work with small heaps
Dec 2, 2015
a5743af
[SPARK-12077][SQL] change the default plan for single distinct
Dec 2, 2015
1f42295
[SPARK-12087][STREAMING] Create new JobConf for every batch in saveAs…
tdas Dec 2, 2015
3c4938e
[SPARK-11949][SQL] Check bitmasks to set nullable property
viirya Dec 2, 2015
c47a737
[SPARK-12090] [PYSPARK] consider shuffle in coalesce()
Dec 2, 2015
d79dd97
[SPARK-3580][CORE] Add Consistent Method To Get Number of RDD Partiti…
Dec 2, 2015
f449a40
[SPARK-12094][SQL] Prettier tree string for TreeNode
liancheng Dec 2, 2015
bf52584
Preparing Spark release v1.6.0-rc1
pwendell Dec 2, 2015
5d915fe
Preparing development version 1.6.0-SNAPSHOT
pwendell Dec 2, 2015
911259e
[SPARK-10266][DOCUMENTATION, ML] Fixed @Since annotation for ml.tunning
yu-iskw Dec 2, 2015
cb142fd
[SPARK-12093][SQL] Fix the error of comment in DDLParser
watermen Dec 3, 2015
656d44e
[SPARK-12000] do not specify arg types when reference a method in Sca…
mengxr Dec 3, 2015
6914ee9
[SPARK-12082][FLAKY-TEST] Increase timeouts in NettyBlockTransferSecu…
JoshRosen Dec 3, 2015
6674fd8
[SPARK-12109][SQL] Expressions's simpleString should delegate to its …
yhuai Dec 3, 2015
5826096
[SPARK-12088][SQL] check connection.isClosed before calling connection…
Dec 3, 2015
93b69ec
[DOCUMENTATION][MLLIB] typo in mllib doc
zjffdu Dec 3, 2015
84cbed1
[DOCUMENTATION][KAFKA] fix typo in kafka/OffsetRange.scala
microwishing Dec 3, 2015
f7ae62c
[SPARK-12116][SPARKR][DOCS] document how to workaround function name …
felixcheung Dec 3, 2015
8865d87
[SPARK-12059][CORE] Avoid assertion error when unexpected state trans…
jerryshao Dec 3, 2015
4c84f6e
[SPARK-12101][CORE] Fix thread pools that cannot cache tasks in Worke…
zsxwing Dec 3, 2015
bf8b95f
[SPARK-12108] Make event logs smaller
Dec 3, 2015
e0577f5
[MINOR][ML] Use coefficients replace weights
yanboliang Dec 3, 2015
9d698fc
[SPARK-12107][EC2] Update spark-ec2 versions
nchammas Dec 3, 2015
b1a27d6
[FLAKY-TEST-FIX][STREAMING][TEST] Make sure StreamingContexts are shu…
tdas Dec 3, 2015
355bd72
[SPARK-12019][SPARKR] Support character vector for sparkR.init(), che…
felixcheung Dec 3, 2015
9e8a8f7
[SPARK-12056][CORE] Create a TaskAttemptContext only after calling se…
Dec 4, 2015
2d7c4f6
[SPARK-12104][SPARKR] collect() does not handle multiple columns with…
Dec 4, 2015
8f784b8
[SPARK-12122][STREAMING] Prevent batches from being submitted twice a…
tdas Dec 4, 2015
3fd757c
[SPARK-12089] [SQL] Fix memory corrupt due to freeing a page being re…
Dec 4, 2015
39d5cc8
[SPARK-12058][STREAMING][KINESIS][TESTS] fix Kinesis python tests
brkyvz Dec 4, 2015
57d1640
[SPARK-11774][SPARKR] Implement struct(), encode(), decode() function…
Dec 5, 2015
664694b
[SPARK-11715][SPARKR] Add R support corr for Column Aggregration
felixcheung Dec 6, 2015
04dfaa6
[SPARK-12115][SPARKR] Change numPartitions() to getNumPartitions() to…
yanboliang Dec 6, 2015
2feac49
[SPARK-12044][SPARKR] Fix usage of isnan, isNaN
yanboliang Dec 6, 2015
c8747a9
[SPARK-12048][SQL] Prevent to close JDBC resources twice
Dec 6, 2015
82a71ab
[SPARK-12138][SQL] Escape \u in the generated comments of codegen
gatorsmile Dec 6, 2015
c54b698
[SPARK-12106][STREAMING][FLAKY-TEST] BatchedWAL test transiently flak…
brkyvz Dec 7, 2015
3f230f7
[SPARK-12034][SPARKR] Eliminate warnings in SparkR test cases.
Dec 7, 2015
fed4538
[SPARK-12132] [PYSPARK] raise KeyboardInterrupt inside SIGINT handler
Dec 7, 2015
539914f
[SPARK-11932][STREAMING] Partition previous TrackStateRDD if partitio…
tdas Dec 7, 2015
c8aa5f2
[SPARK-11963][DOC] Add docs for QuantileDiscretizer
yinxusen Dec 7, 2015
cdeb89b
[SPARK-12184][PYTHON] Make python api doc for pivot consistant with s…
aray Dec 7, 2015
115bfbd
[SPARK-12160][MLLIB] Use SQLContext.getOrCreate in MLlib
jkbradley Dec 8, 2015
3c683ed
[SPARK-11551][DOC][EXAMPLE] Replace example code in ml-features.md us…
somideshmukh Dec 8, 2015
8652fc0
[SPARK-10259][ML] Add @since annotation to ml.classification
Dec 8, 2015
5c82169
[SPARK-11958][SPARK-11957][ML][DOC] SQLTransformer user guide and exa…
yanboliang Dec 8, 2015
c9e5274
[SPARK-12103][STREAMING][KAFKA][DOC] document that K means Key and V …
koeninger Dec 8, 2015
870f435
[SPARK-12166][TEST] Unset hadoop related environment in testing
zjffdu Dec 8, 2015
8a791a3
[SPARK-11551][DOC][EXAMPLE] Revert PR #10002
liancheng Dec 8, 2015
c8f9eb7
[SPARK-11652][CORE] Remote code execution with InvokerTransformer
srowen Dec 8, 2015
8ef33aa
[SPARK-12201][SQL] add type coercion rule for greatest/least
cloud-fan Dec 8, 2015
9eeb0f2
[SPARK-12195][SQL] Adding BigDecimal, Date and Timestamp into Encoder
gatorsmile Dec 8, 2015
be0fe9b
[SPARK-12188][SQL] Code refactoring and comment correction in Dataset…
gatorsmile Dec 8, 2015
1c8451b
[SPARK-10393] use ML pipeline in LDA example
hhbyyh Dec 8, 2015
9145bfb
[SPARK-12205][SQL] Pivot fails Analysis when aggregate is UnresolvedF…
aray Dec 8, 2015
7e45feb
[SPARK-11605][MLLIB] ML 1.6 QA: API: Java compatibility, docs
hhbyyh Dec 8, 2015
3e31e7e
[SPARK-12159][ML] Add user guide section for IndexToString transformer
BenFradet Dec 8, 2015
25249d1
[SPARK-12187] *MemoryPool classes should not be fully public
Dec 8, 2015
2a5e4d1
[SPARK-12069][SQL] Update documentation with Datasets
marmbrus Dec 8, 2015
b1d5a78
[SPARK-8517][ML][DOC] Reorganizes the spark.ml user guide
thunterdb Dec 9, 2015
9e82273
[SPARK-11343][ML] Documentation of float and double prediction/label …
dahlem Dec 9, 2015
0be792a
[SPARK-12222] [CORE] Deserialize RoaringBitmap using Kryo serializer …
scwf Dec 9, 2015
b5a76b4
[SPARK-12031][CORE][BUG] Integer overflow when do sampling
uncleGen Dec 9, 2015
acd4624
[SPARK-10299][ML] word2vec should allow users to specify the window size
holdenk Dec 9, 2015
05e441e
[SPARK-12165][SPARK-12189] Fix bugs in eviction of storage memory by …
JoshRosen Dec 9, 2015
ee0a6e7
[SPARK-11824][WEBUI] WebUI does not render descriptions with 'bad' HT…
srowen Dec 9, 2015
bfb4201
[SPARK-11551][DOC] Replace example code in ml-features.md using inclu…
yinxusen Dec 9, 2015
9bc6a27
[SPARK-12211][DOC][GRAPHX] Fix version number in graphx doc for migra…
aray Dec 10, 2015
d86a88d
[SPARK-12165][ADDENDUM] Fix outdated comments on unroll test
Dec 10, 2015
9fe8dc9
[SPARK-11678][SQL][DOCS] Document basePath in the programming guide.
yhuai Dec 10, 2015
699f497
[SPARK-11796] Fix httpclient and httpcore depedency issues related to…
Dec 10, 2015
f6d8661
[SPARK-12244][SPARK-12245][STREAMING] Rename trackStateByKey to mapWi…
tdas Dec 10, 2015
b5e5812
[SPARK-12136][STREAMING] rddToFileName does not properly handle prefi…
Dec 10, 2015
f939c71
[SPARK-12242][SQL] Add DataFrame.transform method
rxin Dec 10, 2015
b7b9f77
[SPARK-12198][SPARKR] SparkR support read.parquet and deprecate parqu…
yanboliang Dec 10, 2015
e65c885
[SPARK-11602][MLLIB] Refine visibility for 1.6 scala API audit
hhbyyh Dec 10, 2015
93ef246
[SPARK-12234][SPARKR] Fix ```subset``` function error when only set `…
yanboliang Dec 10, 2015
e541f70
[SPARK-12012][SQL][BRANCH-1.6] Show more comprehensive PhysicalRDD me…
liancheng Dec 10, 2015
594fafc
[SPARK-12250][SQL] Allow users to define a UDAF without providing det…
yhuai Dec 10, 2015
d0307de
[SPARK-12212][ML][DOC] Clarifies the difference between spark.ml, spa…
thunterdb Dec 10, 2015
9870e5c
[SPARK-12251] Document and improve off-heap memory configurations
JoshRosen Dec 10, 2015
c247b6a
[SPARK-12155][SPARK-12253] Fix executor OOM in unified memory management
Dec 10, 2015
5d3722f
[STREAMING][DOC][MINOR] Update the description of direct Kafka stream…
jerryshao Dec 10, 2015
d09af2c
[SPARK-12258][SQL] passing null into ScalaUDF
Dec 11, 2015
3e39925
Preparing Spark release v1.6.0-rc2
pwendell Dec 11, 2015
250249e
Preparing development version 1.6.0-SNAPSHOT
pwendell Dec 11, 2015
eec3660
[SPARK-12258] [SQL] passing null into ScalaUDF (follow-up)
Dec 11, 2015
23f8dfd
Preparing Spark release v1.6.0-rc2
pwendell Dec 11, 2015
2e45231
Preparing development version 1.6.0-SNAPSHOT
pwendell Dec 11, 2015
f05bae4
[SPARK-12146][SPARKR] SparkR jsonFile should support multiple input f…
yanboliang Dec 11, 2015
2ddd104
[SPARK-11964][DOCS][ML] Add in Pipeline Import/Export Documentation
bllchmbrs Dec 11, 2015
bfcc8cf
[SPARK-11497][MLLIB][PYTHON] PySpark RowMatrix Constructor Has Type E…
dusenberrymw Dec 11, 2015
75531c7
[SPARK-12217][ML] Document invalid handling for StringIndexer
BenFradet Dec 11, 2015
c2f2046
[SPARK-11978][ML] Move dataset_example.py to examples/ml and rename t…
yanboliang Dec 12, 2015
03d8015
[SPARK-12298][SQL] Fix infinite loop in DataFrame.sortWithinPartitions
ankurdave Dec 12, 2015
47461fe
[SPARK-12158][SPARKR][SQL] Fix 'sample' functions that break R unit t…
gatorsmile Dec 12, 2015
2679fce
[SPARK-11193] Use Java ConcurrentHashMap instead of SynchronizedMap t…
jbonofre Dec 12, 2015
e05364b
[SPARK-12199][DOC] Follow-up: Refine example code in ml-features.md
yinxusen Dec 13, 2015
d7e3bfd
[SPARK-12267][CORE] Store the remote RpcEnv address to send the corre…
zsxwing Dec 13, 2015
fbf16da
[SPARK-12281][CORE] Fix a race condition when reporting ExecutorState…
zsxwing Dec 14, 2015
94ce502
[SPARK-12275][SQL] No plan for BroadcastHint in some condition
Dec 14, 2015
c0f0f6c
[MINOR][DOC] Fix broken word2vec link
BenFradet Dec 14, 2015
352a0c8
[SPARK-12327] Disable commented code lintr temporarily
shivaram Dec 15, 2015
23c8846
[STREAMING][MINOR] Fix typo in function name of StateImpl
jerryshao Dec 15, 2015
80d2617
Update branch-1.6 for 1.6.0 release
marmbrus Dec 15, 2015
00a39d9
Preparing Spark release v1.6.0-rc3
pwendell Dec 15, 2015
08aa3b4
Preparing development version 1.6.0-SNAPSHOT
pwendell Dec 15, 2015
9e4ac56
[SPARK-12056][CORE] Part 2 Create a TaskAttemptContext only after cal…
tedyu Dec 16, 2015
2c324d3
[SPARK-12351][MESOS] Add documentation about submitting Spark with me…
tnachen Dec 16, 2015
8e9a600
[SPARK-9886][CORE] Fix to use ShutdownHookManager in
naveenminchu Dec 16, 2015
93095eb
[SPARK-12062][CORE] Change Master to asyc rebuild UI when application…
BryanCutler Dec 16, 2015
fb08f7b
[SPARK-10477][SQL] using DSL in ColumnPruningSuite to improve readabi…
cloud-fan Dec 16, 2015
a2d584e
[SPARK-12324][MLLIB][DOC] Fixes the sidebar in the ML documentation
thunterdb Dec 16, 2015
ac0e2ea
[SPARK-12310][SPARKR] Add write.json and write.parquet for SparkR
yanboliang Dec 16, 2015
16edd93
[SPARK-12215][ML][DOC] User guide section for KMeans in spark.ml
yu-iskw Dec 16, 2015
f815127
[SPARK-12318][SPARKR] Save mode in SparkR should be error by default
zjffdu Dec 16, 2015
e5b8571
[SPARK-12345][MESOS] Filter SPARK_HOME when submitting Spark jobs wit…
tnachen Dec 16, 2015
e1adf6d
[SPARK-6518][MLLIB][EXAMPLE][DOC] Add example code and user guide for…
yu-iskw Dec 16, 2015
168c89e
Preparing Spark release v1.6.0-rc3
pwendell Dec 16, 2015
aee88eb
Preparing development version 1.6.0-SNAPSHOT
pwendell Dec 16, 2015
dffa610
[SPARK-11608][MLLIB][DOC] Added migration guide for MLlib 1.6
jkbradley Dec 16, 2015
04e868b
[SPARK-12364][ML][SPARKR] Add ML example for SparkR
yanboliang Dec 16, 2015
552b38f
[SPARK-12380] [PYSPARK] use SQLContext.getOrCreate in mllib
Dec 16, 2015
638b89b
[MINOR] Add missing interpolation in NettyRPCEnv
Dec 17, 2015
fb02e4e
[SPARK-10248][CORE] track exceptions in dagscheduler event loop in tests
squito Dec 17, 2015
4af6438
[SPARK-12365][CORE] Use ShutdownHookManager where Runtime.getRuntime.…
tedyu Dec 17, 2015
154567d
[SPARK-12186][WEB UI] Send the complete request URI including the que…
Dec 17, 2015
4ad0803
[SPARK-12386][CORE] Fix NPE when spark.executor.port is set.
Dec 17, 2015
d509194
[SPARK-12057][SQL] Prevent failure on corrupt JSON records
yhuai Dec 17, 2015
da7542f
Once driver register successfully, stop it to connect to master.
echoTomei Dec 17, 2015
a846648
Revert "Once driver register successfully, stop it to connect to mast…
davies Dec 17, 2015
1ebedb2
[SPARK-12395] [SQL] fix resulting columns of outer join
Dec 17, 2015
41ad8ac
[SQL] Update SQLContext.read.text doc
yanboliang Dec 17, 2015
1fbca41
[SPARK-12220][CORE] Make Utils.fetchFile support files that contain s…
zsxwing Dec 17, 2015
881f254
[SPARK-12345][MESOS] Properly filter out SPARK_HOME in the Mesos REST…
dragos Dec 17, 2015
88bbb54
[SPARK-12390] Clean up unused serializer parameter in BlockManager
Dec 17, 2015
c0ab14f
[SPARK-12410][STREAMING] Fix places that use '.' and '|' directly in …
zsxwing Dec 17, 2015
48dcee4
[SPARK-12397][SQL] Improve error messages for data sources when they …
rxin Dec 17, 2015
4df1dd4
[SPARK-12376][TESTS] Spark Streaming Java8APISuite fails in assertOrd…
Dec 17, 2015
9177ea3
[SPARK-11749][STREAMING] Duplicate creating the RDD in file stream wh…
jhu-chang Dec 18, 2015
df02319
[SPARK-12413] Fix Mesos ZK persistence
Dec 18, 2015
1dc71ec
[SPARK-12218][SQL] Invalid splitting of nested AND expressions in Dat…
yhuai Dec 18, 2015
3b903e4
Revert "[SPARK-12365][CORE] Use ShutdownHookManager where Runtime.get…
Dec 18, 2015
bd33d4e
[SPARK-12404][SQL] Ensure objects passed to StaticInvoke is Serializable
sarutak Dec 18, 2015
eca401e
[SPARK-11985][STREAMING][KINESIS][DOCS] Update Kinesis docs
brkyvz Dec 18, 2015
d6a519f
[SQL] Fix mistake doc of join type for dataframe.join
yanboliang Dec 19, 2015
c754a08
Doc typo: ltrim = trim from left end, not right
Dec 21, 2015
ca39985
[SPARK-12466] Fix harmless NPE in tests
Dec 21, 2015
4062cda
Preparing Spark release v1.6.0-rc4
pwendell Dec 22, 2015
5b19e7c
Preparing development version 1.6.0-SNAPSHOT
pwendell Dec 22, 2015
309ef35
[MINOR] Fix typos in JavaStreamingContext
zsxwing Dec 22, 2015
0f905d7
[SPARK-11823][SQL] Fix flaky JDBC cancellation test in HiveThriftBina…
JoshRosen Dec 22, 2015
94fb5e8
[SPARK-12487][STREAMING][DOCUMENT] Add docs for Kafka message handler
zsxwing Dec 22, 2015
942c057
[SPARK-12429][STREAMING][DOC] Add Accumulator and Broadcast example f…
zsxwing Dec 23, 2015
c6c9bf9
[SPARK-12477][SQL] - Tungsten projection fails for null values in arr…
Dec 23, 2015
5987b16
[SPARK-12499][BUILD] don't force MAVEN_OPTS
abridgett Dec 24, 2015
b49856a
[SPARK-12411][CORE] Decrease executor heartbeat timeout to match hear…
nongli Dec 19, 2015
4dd8712
[SPARK-12502][BUILD][PYTHON] Script /dev/run-tests fails when IBM Jav…
kiszk Dec 24, 2015
865dd8b
[SPARK-12010][SQL] Spark JDBC requires support for column-name-free I…
CK50 Dec 24, 2015
b8da77e
[SPARK-12520] [PYSPARK] Correct Descriptions and Add Use Cases in Equ…
gatorsmile Dec 28, 2015
1fbcb6e
[SPARK-12517] add default RDD name for one created via sc.textFile
wyaron Dec 28, 2015
7c7d76f
[SPARK-12424][ML] The implementation of ParamMap#filter is wrong.
sarutak Dec 28, 2015
a9c52d4
[SPARK-12222][CORE] Deserialize RoaringBitmap using Kryo serializer t…
adrian-wang Dec 28, 2015
fd20248
[SPARK-12489][CORE][SQL][MLIB] Fix minor issues found by FindBugs
zsxwing Dec 28, 2015
85a8718
[SPARK-11394][SQL] Throw IllegalArgumentException for unsupported typ…
maropu Dec 29, 2015
c069ffc
[SPARK-12526][SPARKR] ifelse`, `when`, `otherwise` unable to take Col…
saurfang Dec 29, 2015
8dc6549
[SPARK-12300] [SQL] [PYSPARK] fix schema inferance on local collections
holdenk Dec 30, 2015
cd86075
[SPARK-12399] Display correct error message when accessing REST API w…
carsonwang Dec 30, 2015
4e9dd16
[SPARK-12327][SPARKR] fix code for lintr warning for commented code
felixcheung Jan 3, 2016
f7a3223
[SPARK-12562][SQL] DataFrame.write.format(text) requires the column n…
xguo27 Jan 4, 2016
cd02038
[SPARK-12486] Worker should kill the executors more forcefully if pos…
nongli Jan 4, 2016
b5a1f56
[SPARK-12470] [SQL] Fix size reduction calculation
robbinspg Jan 4, 2016
7f37c1e
[SPARK-12579][SQL] Force user-specified JDBC driver to take precedence
JoshRosen Jan 4, 2016
1005ee3
[DOC] Adjust coverage for partitionBy()
tedyu Jan 4, 2016
8ac9198
[SPARK-12589][SQL] Fix UnsafeRowParquetRecordReader to properly set t…
nongli Jan 4, 2016
8950482
[SPARKR][DOC] minor doc update for version in migration guide
felixcheung Jan 5, 2016
d9e4438
[SPARK-12568][SQL] Add BINARY to Encoders
marmbrus Jan 5, 2016
5afa62b
[SPARK-12647][SQL] Fix o.a.s.sqlexecution.ExchangeCoordinatorSuite.de…
robbinspg Jan 5, 2016
f31d0fd
[SPARK-12617] [PYSPARK] Clean up the leak sockets of Py4J
zsxwing Jan 5, 2016
83fe5cf
[SPARK-12511] [PYSPARK] [STREAMING] Make sure PythonDStream.registerS…
zsxwing Jan 5, 2016
0afad66
[SPARK-12450][MLLIB] Un-persist broadcasted variables in KMeans
rnowling Jan 5, 2016
bf3dca2
[SPARK-12453][STREAMING] Remove explicit dependency on aws-java-sdk
BrianLondon Jan 5, 2016
c3135d0
[SPARK-12393][SPARKR] Add read.text and write.text for SparkR
yanboliang Jan 6, 2016
1756819
[SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None
zero323 Jan 6, 2016
d821fae
[SPARK-12617][PYSPARK] Move Py4jCallbackConnectionCleaner to Streaming
zsxwing Jan 6, 2016
8f0ead3
[SPARK-12672][STREAMING][UI] Use the uiRoot function instead of defau…
SaintBacchus Jan 6, 2016
39b0a34
Revert "[SPARK-12672][STREAMING][UI] Use the uiRoot function instead …
zsxwing Jan 6, 2016
11b901b
[SPARK-12016] [MLLIB] [PYSPARK] Wrap Word2VecModel when loading it in…
viirya Dec 14, 2015
94af69c
[SPARK-12673][UI] Add missing uri prepending for job description
jerryshao Jan 7, 2016
d061b85
[SPARK-12678][CORE] MapPartitionsRDD clearDependencies
gpoulin Jan 7, 2016
34effc4
Revert "[SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is …
yhuai Jan 7, 2016
47a58c7
[DOC] fix 'spark.memory.offHeap.enabled' default value to false
zzcclp Jan 7, 2016
69a885a
[SPARK-12006][ML][PYTHON] Fix GMM failure if initialModel is not None
zero323 Jan 7, 2016
017b73e
[SPARK-12662][SQL] Fix DataFrame.randomSplit to avoid creating overla…
sameeragarwal Jan 7, 2016
6ef8235
[SPARK-12598][CORE] bug in setMinPartitions
datafarmer Jan 7, 2016
a7c3636
[SPARK-12507][STREAMING][DOCUMENT] Expose closeFileAfterWrite and all…
zsxwing Jan 8, 2016
0d96c54
[SPARK-12591][STREAMING] Register OpenHashMapBasedStateMap for Kryo (…
zsxwing Jan 8, 2016
fe2cf34
[DOCUMENTATION] doc fix of job scheduling
zjffdu Jan 8, 2016
e4227cb
fixed numVertices in transitive closure example
udoklein Jan 8, 2016
faf094c
[SPARK-12654] sc.wholeTextFiles with spark.hadoop.cloneConf=true fail…
tgravescs Jan 8, 2016
a619050
[SPARK-12696] Backport Dataset Bug fixes to 1.6
marmbrus Jan 8, 2016
8b5f230
[SPARK-12645][SPARKR] SparkR support hash function
yanboliang Jan 9, 2016
7903b06
[SPARK-10359][PROJECT-INFRA] Backport dev/test-dependencies script to…
JoshRosen Jan 10, 2016
43b72d8
[SPARK-12734][BUILD] Backport Netty exclusion + Maven enforcer fixes …
JoshRosen Jan 11, 2016
d4cfd2a
removed lambda from sortByKey()
udoklein Jan 11, 2016
ce906b3
[STREAMING][MINOR] Typo fixes
jaceklaskowski Jan 11, 2016
3b32aa9
[SPARK-12734][HOTFIX] Build changes must trigger all tests; clean aft…
JoshRosen Jan 11, 2016
dd2cf64
[SPARK-12758][SQL] add note to Spark SQL Migration guide about Timest…
blbradley Jan 11, 2016
a6c9c68
[SPARK-11823] Ignores HiveThriftBinaryServerSuite's test jdbc cancel
yhuai Jan 12, 2016
46fc7a1
[SPARK-12638][API DOC] Parameter explanation not very accurate for rd…
Wenpei Jan 12, 2016
3221a7d
[SPARK-12582][TEST] IndexShuffleBlockResolverSuite fails in windows
Jan 12, 2016
4c67d55
[SPARK-5273][MLLIB][DOCS] Improve documentation examples for LinearRe…
srowen Jan 12, 2016
94b39f7
[SPARK-7615][MLLIB] MLLIB Word2Vec wordVectors divided by Euclidean N…
srowen Jan 12, 2016
03e523e
Revert "[SPARK-12645][SPARKR] SparkR support hash function"
yhuai Jan 12, 2016
f71e5cc
[HOT-FIX] bypass hive test when parse logical plan to json
cloud-fan Dec 28, 2015
dcdc864
[SPARK-12558][SQL] AnalysisException when multiple functions applied …
dilipbiswal Jan 13, 2016
f9ecd3a
[SPARK-12805][MESOS] Fixes documentation on Mesos run modes
Jan 13, 2016
364f799
[SPARK-12685][MLLIB][BACKPORT TO 1.4] word2vec trainWordsCount gets o…
hhbyyh Jan 13, 2016
cf6d506
[SPARK-12268][PYSPARK] Make pyspark shell pythonstartup work under py…
erikselin Jan 13, 2016
26f13fa
[SPARK-12690][CORE] Fix NPE in UnsafeInMemorySorter.free()
carsonwang Jan 13, 2016
a490787
[SPARK-12026][MLLIB] ChiSqTest gets slower and slower over time when …
hhbyyh Jan 14, 2016
0c67993
[SPARK-9844][CORE] File appender race condition during shutdown
BryanCutler Jan 14, 2016
d1855ad
[SPARK-12784][UI] Fix Spark UI IndexOutOfBoundsException with dynamic…
zsxwing Jan 14, 2016
d23e57d
[SPARK-12708][UI] Sorting task error in Stages Page when yarn mode.
yoshidakuy Jan 15, 2016
5a00528
[SPARK-11031][SPARKR] Method str() on a DataFrame
Jan 15, 2016
7733668
[SPARK-12701][CORE] FileAppender should use join to ensure writing th…
BryanCutler Jan 8, 2016
5803fce
[SPARK-12722][DOCS] Fixed typo in Pipeline example
Jan 16, 2016
53184ce
[SPARK-12558][FOLLOW-UP] AnalysisException when multiple functions ap…
dilipbiswal Jan 18, 2016
8c2b67f
[SPARK-12346][ML] Missing attribute names in GLM for vector-type feat…
ericl Jan 18, 2016
7482c7b
[SPARK-12814][DOCUMENT] Add deploy instructions for Python in flume i…
zsxwing Jan 18, 2016
d43704d
[SPARK-12894][DOCUMENT] Add deploy instructions for Python in Kinesis…
zsxwing Jan 19, 2016
68265ac
[SPARK-12841][SQL][BRANCH-1.6] fix cast in filter
cloud-fan Jan 19, 2016
30f55e5
[SQL][MINOR] Fix one little mismatched comment according to the codes…
lw-lin Jan 19, 2016
962e618
[MLLIB] Fix CholeskyDecomposition assertion's message
wjur Jan 19, 2016
40fa218
[SPARK-12921] Use SparkHadoopUtil reflection in SpecificParquetRecord…
JoshRosen Jan 21, 2016
b5d7dbe
[SPARK-12747][SQL] Use correct type name for Postgres JDBC's real array
viirya Jan 22, 2016
dca238a
[SPARK-12859][STREAMING][WEB UI] Names of input streams with receiver…
ajbozarth Jan 23, 2016
e8ae242
[SPARK-12760][DOCS] invalid lambda expression in python example for …
mortada Jan 23, 2016
f13a3d1
[SPARK-12760][DOCS] inaccurate description for difference between loc…
srowen Jan 23, 2016
f913f7e
[SPARK-12120][PYSPARK] Improve exception message when failing to init…
zjffdu Jan 24, 2016
88614dd
[SPARK-12624][PYSPARK] Checks row length when converting Java arrays …
liancheng Jan 25, 2016
88114d3
[SPARK-12932][JAVA API] improved error message for java type inferenc…
andygrove Jan 25, 2016
b40e58c
[SPARK-12755][CORE] Stop the event logger before the DAG scheduler
Jan 25, 2016
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