Skip to content
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

Branch 1.6 #7

Merged
merged 800 commits into from
Mar 18, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
800 commits
Select commit Hold shift + click to select a range
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
shearerpmm 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
572bc39
[SPARK-12961][CORE] Prevent snappy-java memory leak
viirya Jan 26, 2016
f0c98a6
[SPARK-12682][SQL] Add support for (optionally) not storing tables in…
sameeragarwal Jan 26, 2016
6ce3dd9
[SPARK-12682][SQL][HOT-FIX] Fix test compilation
yhuai Jan 26, 2016
85518ed
[SPARK-12611][SQL][PYSPARK][TESTS] Fix test_infer_schema_to_local
holdenk Jan 4, 2016
17d1071
[SPARK-12834][ML][PYTHON][BACKPORT] Change ser/de of JavaArray and Ja…
yinxusen Jan 27, 2016
96e32db
[SPARK-10847][SQL][PYSPARK] Pyspark - DataFrame - Optional Metadata w…
jasoncl Jan 27, 2016
84dab72
[SPARK-13082][PYSPARK] Backport the fix of 'read.json(rdd)' in #10559…
zsxwing Jan 29, 2016
bb01cbe
[SPARK-13088] Fix DAG viz in latest version of chrome
Jan 30, 2016
ddb9633
[SPARK-12231][SQL] create a combineFilters' projection when we call b…
kevinyu98 Dec 28, 2015
9a5b25d
[SPARK-12989][SQL] Delaying Alias Cleanup after ExtractWindowExpressions
gatorsmile Feb 1, 2016
215d5d8
[DOCS] Fix the jar location of datanucleus in sql-programming-guid.md
maropu Feb 1, 2016
70fcbf6
[SPARK-11780][SQL] Add catalyst type aliases backwards compatibility
maropu Feb 1, 2016
bd8efba
[SPARK-13087][SQL] Fix group by function for sort based aggregation
marmbrus Feb 2, 2016
99594b2
[SPARK-13094][SQL] Add encoders for seq/array of primitives
marmbrus Feb 2, 2016
9a3d1bd
[SPARK-12780][ML][PYTHON][BACKPORT] Inconsistency returning value of …
yinxusen Feb 2, 2016
53f518a
[SPARK-12629][SPARKR] Fixes for DataFrame saveAsTable method
NarineK Jan 22, 2016
4c28b4c
[SPARK-13121][STREAMING] java mapWithState mishandles scala Option
gabrielenizzoli Feb 2, 2016
9c0cf22
[SPARK-12711][ML] ML StopWordsRemover does not protect itself from co…
grzegorz-chilkiewicz Feb 2, 2016
3c92333
[SPARK-13056][SQL] map column would throw NPE if value is null
adrian-wang Feb 2, 2016
e81333b
[DOCS] Update StructType.scala
swkimme Feb 2, 2016
2f8abb4
[SPARK-13122] Fix race condition in MemoryStore.unrollSafely()
Feb 3, 2016
5fe8796
[SPARK-12739][STREAMING] Details of batch in Streaming tab uses two D…
mariobriggs Feb 3, 2016
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
jackylk 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
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