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

Problem select empty ORC table #13103

Closed
wants to merge 872 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
872 commits
Select commit Hold shift + click to select a range
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
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
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