Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
753 commits
Select commit Hold shift + click to select a range
60b9b96
[SPARK-4985] [SQL] parquet support for date type
adrian-wang Mar 23, 2015
a29f493
[SPARK-6397][SQL] Check the missingInput simply
watermen Mar 23, 2015
04b2078
[SPARK-6124] Support jdbc connection properties in OPTIONS part of th…
vlyubin Mar 24, 2015
6f10142
[SPARK-6452] [SQL] Checks for missing attributes and unresolved opera…
liancheng Mar 24, 2015
e545143
Update the command to use IPython notebook
yuecong Mar 24, 2015
8722369
[SPARK-5559] [Streaming] [Test] Remove oppotunity we met flakiness wh…
sarutak Mar 24, 2015
4ff5771
[ML][docs][minor] Define LabeledDocument/Document classes in CV example
petro-rudenko Mar 24, 2015
bc92a2e
[SPARK-5955][MLLIB] add checkpointInterval to ALS
mengxr Mar 20, 2015
f0141ca
[SPARK-6459][SQL] Warn when constructing trivially true equals predicate
marmbrus Mar 24, 2015
c0101d3
[SPARK-6437][SQL] Use completion iterator to close external sorter
marmbrus Mar 24, 2015
c699e2b
[SPARK-6054][SQL] Fix transformations of TreeNodes that hold StructTypes
marmbrus Mar 24, 2015
930b667
Revert "[SPARK-5680][SQL] Sum function on all null values, should ret…
marmbrus Mar 24, 2015
92bf888
[SPARK-6375][SQL] Fix formatting of error messages.
marmbrus Mar 24, 2015
df671bc
[SPARK-6376][SQL] Avoid eliminating subqueries until optimization
marmbrus Mar 24, 2015
f48c16d
[SPARK-6458][SQL] Better error messages for invalid data sources
marmbrus Mar 24, 2015
dcf56aa
[SPARK-6209] Clean up connections in ExecutorClassLoader after failin…
JoshRosen Mar 24, 2015
586e0d9
[SPARK-6428][SQL] Added explicit types for all public methods in cata…
rxin Mar 24, 2015
de8b2d4
[SPARK-6088] Correct how tasks that get remote results are shown in UI.
kayousterhout Mar 24, 2015
e4db5a3
[SPARK-3570] Include time to open files in shuffle write time.
kayousterhout Mar 24, 2015
6af9408
[SPARK-6469] Improving documentation on YARN local directories usage
Mar 25, 2015
8e4e2e3
[DOCUMENTATION]Fixed Missing Type Import in Documentation
bllchmbrs Mar 25, 2015
2be4255
[SPARK-6496] [MLLIB] GeneralizedLinearAlgorithm.run(input, initialWei…
yanboliang Mar 25, 2015
6791f42
SPARK-6063 MLlib doesn't pass mvn scalastyle check due to UTF chars i…
msjgriffiths Feb 28, 2015
4efa6c5
[SPARK-6409][SQL] It is not necessary that avoid old inteface of hive…
pzzs Mar 25, 2015
0cd4748
[SPARK-6450] [SQL] Fixes metastore Parquet table conversion
liancheng Mar 26, 2015
9edb34f
[SPARK-6463][SQL] AttributeSet.equal should compare size
marmbrus Mar 26, 2015
0ba7599
[SPARK-6536] [PySpark] Column.inSet() in Python
Mar 26, 2015
8254996
[SPARK-6465][SQL] Fix serialization of GenericRowWithSchema using kryo
marmbrus Mar 26, 2015
836c921
[SQL][SPARK-6471]: Metastore schema should only be a subset of parque…
Mar 26, 2015
5b5f0e2
[SPARK-6491] Spark will put the current working dir to the CLASSPATH
Mar 26, 2015
aa2d157
SPARK-6480 [CORE] histogram() bucket function is wrong in some simple…
srowen Mar 26, 2015
84735c3
[SPARK-6117] [SQL] add describe function to DataFrame for summary sta…
azagrebin Mar 26, 2015
28e3a1e
[SPARK-6117] [SQL] Improvements to DataFrame.describe()
rxin Mar 26, 2015
3d54578
[SPARK-6554] [SQL] Don't push down predicates which reference partiti…
liancheng Mar 26, 2015
54d92b5
[DOCS][SQL] Fix JDBC example
marmbrus Mar 26, 2015
b318858
[SPARK-6341][mllib] Upgrade breeze from 0.11.1 to 0.11.2
yu-iskw Mar 27, 2015
bc75189
[SPARK-6550][SQL] Use analyzed plan in DataFrame
marmbrus Mar 27, 2015
b902a95
[SPARK-6574] [PySpark] fix sql example
Mar 27, 2015
fefd49f
[SPARK-6544][build] Increment Avro version from 1.7.6 to 1.7.7
deanchen Mar 27, 2015
7006858
[SPARK-6564][SQL] SQLContext.emptyDataFrame should contain 0 row, not…
rxin Mar 27, 2015
5e04f45
[SPARK-6538][SQL] Add missing nullable Metastore fields when merging …
Mar 28, 2015
3db0844
[DOC] Improvements to Python docs.
rxin Mar 29, 2015
6181366
[HOTFIX] Build break due to NoRelation cherry-pick.
rxin Mar 29, 2015
4859c40
[spark-sql] a better exception message than "scala.MatchError" for un…
eranation Mar 30, 2015
1c59a4b
[SPARK-5750][SPARK-3441][SPARK-5836][CORE] Added documentation explai…
Mar 30, 2015
f8132de
[SPARK-6558] Utils.getCurrentUserName returns the full principal name…
tgravescs Mar 29, 2015
c411530
[SPARK-6595][SQL] MetastoreRelation should be a MultiInstanceRelation
marmbrus Mar 30, 2015
93a7166
[SPARK-6571][MLLIB] use wrapper in MatrixFactorizationModel.load
mengxr Mar 28, 2015
f9d4efa
[SPARK-6592][SQL] fix filter for scaladoc to generate API doc for Row…
CodingCat Mar 30, 2015
30e7c63
[SPARK-6603] [PySpark] [SQL] add SQLContext.udf and deprecate inferSc…
Mar 30, 2015
fedbfc7
[SPARK-6369] [SQL] Uses commit coordinator to help committing Hive an…
liancheng Mar 30, 2015
67c885e
[SPARK-6119][SQL] DataFrame support for missing data handling
rxin Mar 31, 2015
a97d4e6
[SPARK-6625][SQL] Add common string filters to data sources.
rxin Mar 31, 2015
cf651a4
[SPARK-6623][SQL] Alias DataFrame.na.drop and DataFrame.na.fill in Py…
rxin Mar 31, 2015
fd600ce
[SPARK-6618][SQL] HiveMetastoreCatalog.lookupRelation should use fine…
yhuai Mar 31, 2015
9ebefb1
[SPARK-6555] [SQL] Overrides equals() and hashCode() for MetastoreRel…
liancheng Mar 31, 2015
778c876
[SPARK-6575] [SQL] Adds configuration to disable schema merging while…
liancheng Mar 31, 2015
045228f
[SPARK-6145][SQL] fix ORDER BY on nested fields
marmbrus Mar 31, 2015
5a957fe
[SPARK-5371][SQL] Propagate types after function conversion, before f…
marmbrus Mar 31, 2015
d851646
[SPARK-6633][SQL] Should be "Contains" instead of "EndsWith" when con…
viirya Mar 31, 2015
c4c982a
[SPARK-6614] OutputCommitCoordinator should clear authorized committe…
JoshRosen Mar 31, 2015
e527b35
[Doc] Improve Python DataFrame documentation
rxin Apr 1, 2015
7d029cb
SPARK-6626 [DOCS]: Corrected Scala:TwitterUtils parameters
Apr 1, 2015
f50d95a
[SPARK-6651][MLLIB] delegate dense vector arithmetics to the underlyi…
mengxr Apr 1, 2015
e347a7a
[SPARK-6657] [Python] [Docs] fixed python doc build warnings
jkbradley Apr 1, 2015
1c31ebd
[SPARK-6578] [core] Fix thread-safety issue in outbound path of netwo…
Apr 1, 2015
bc04fa2
[SPARK-6642][MLLIB] use 1.2 lambda scaling and remove addImplicit fro…
mengxr Apr 1, 2015
98f72df
[SPARK-6553] [pyspark] Support functools.partial as UDF
ksonj Apr 2, 2015
0d1e476
[SPARK-6660][MLLIB] pythonToJava doesn't recognize object arrays
mengxr Apr 2, 2015
d697b76
[SPARK-6578] Small rewrite to make the logic more clear in MessageWit…
rxin Apr 2, 2015
223dd3f
[SQL] SPARK-6658: Update DataFrame documentation to refer to correct …
chetmancini Apr 1, 2015
1160cc9
Revert "[SPARK-6618][SQL] HiveMetastoreCatalog.lookupRelation should …
liancheng Apr 2, 2015
ee2bd70
[SPARK-6667] [PySpark] remove setReuseAddress
Apr 2, 2015
a6664dc
[SPARK-6079] Use index to speed up StatusTracker.getJobIdsForGroup()
JoshRosen Mar 26, 2015
58e2b3f
SPARK-6414: Spark driver failed with NPE on job cancelation
Apr 2, 2015
78ba245
[SQL] Throw UnsupportedOperationException instead of NotImplementedError
marmbrus Apr 2, 2015
aecec07
[SPARK-6655][SQL] We need to read the schema of a data source table s…
yhuai Apr 2, 2015
4f1fe3f
[Minor] [SQL] Follow-up of PR #5210
liancheng Apr 2, 2015
e6ee95c
[SPARK-6618][SPARK-6669][SQL] Lock Hive metastore client correctly.
yhuai Apr 2, 2015
c2694bb
[SPARK-6672][SQL] convert row to catalyst in createDataFrame(RDD[Row]…
mengxr Apr 2, 2015
2927af1
[SPARK-6686][SQL] Use resolved output instead of names for toDF rename
marmbrus Apr 3, 2015
0ef46b2
[SPARK-6650] [core] Stop ExecutorAllocationManager when context stops.
Apr 3, 2015
0c1c0fb
[SPARK-6575][SQL] Converted Parquet Metastore tables no longer cache …
yhuai Apr 3, 2015
17ab6b0
[CORE] The descriptionof jobHistory config should be spark.history.fs…
Apr 3, 2015
d21f779
[SPARK-6345][STREAMING][MLLIB] Fix for training with prediction
freeman-lab Apr 3, 2015
ac705aa
[SPARK-6621][Core] Fix the bug that calling EventLoop.stop in EventLo…
zsxwing Apr 3, 2015
0c1b78b
[SPARK-6575][SQL] Converted Parquet Metastore tables no longer cache …
yhuai Apr 3, 2015
f17a2fe
[SPARK-6688] [core] Always use resolved URIs in EventLoggingListener.
Apr 3, 2015
3366af6
[SPARK-6700] disable flaky test
Apr 3, 2015
eb57d4f
[SQL] Use path.makeQualified in newParquet.
yhuai Apr 4, 2015
5db4ff2
Version info and CHANGES.txt for 1.3.1
pwendell Apr 4, 2015
0dcb5d9
Preparing Spark release v1.3.1-rc1
pwendell Apr 4, 2015
728c1f9
Preparing development version 1.3.2-SNAPSHOT
pwendell Apr 4, 2015
1cde04f
SPARK-6205 [CORE] UISeleniumSuite fails for Hadoop 2.x test with NoCl…
srowen Mar 8, 2015
ab1b8ed
[SPARK-6636] Use public DNS hostname everywhere in spark_ec2.py
Apr 7, 2015
277733b
[SPARK-6737] Fix memory leak in OutputCommitCoordinator
JoshRosen Apr 7, 2015
cdef7d0
Preparing development version 1.3.2-SNAPSHOT
pwendell Apr 8, 2015
333b473
Revert "Preparing development version 1.3.2-SNAPSHOT"
pwendell Apr 8, 2015
00837cc
Revert "Preparing Spark release v1.3.1-rc1"
pwendell Apr 8, 2015
7c4473a
Preparing Spark release v1.3.1-rc2
pwendell Apr 8, 2015
e967eca
[SPARK-6506] [pyspark] Do not try to retrieve SPARK_HOME when not nee…
Apr 8, 2015
3b65568
[SPARK-6753] Clone SparkConf in ShuffleSuite tests
kayousterhout Apr 8, 2015
e1afd47
[SPARK-6781] [SQL] use sqlContext in python shell
Apr 8, 2015
4453c59
[SPARK-6767][SQL] Fixed Query DSL error in spark sql Readme
Apr 8, 2015
ec3e76f
[SPARK-6343] Doc driver-worker network reqs
parente Apr 9, 2015
48321b8
[SPARK-5969][PySpark] Fix descending pyspark.rdd.sortByKey.
foxik Apr 10, 2015
767f582
[SPARK-6851][SQL] Create new instance for each converted parquet rela…
marmbrus Apr 10, 2015
100ba3a
Revert "Preparing development version 1.3.2-SNAPSHOT"
pwendell Apr 11, 2015
30d906e
Revert "Preparing Spark release v1.3.1-rc2"
pwendell Apr 11, 2015
3e83913
Preparing Spark release v1.3.1-rc3
pwendell Apr 11, 2015
ffc821e
Preparing development version 1.3.2-SNAPSHOT
pwendell Apr 11, 2015
ea13948
[SPARK-6863] Fix formatting on SQL programming guide.
smola Apr 11, 2015
8d41761
[SPARK-6677] [SQL] [PySpark] fix cached classes
Apr 12, 2015
8e5caa2
[SPARK-6868][YARN] Fix broken container log link on executor page whe…
deanchen Apr 13, 2015
2954468
SPARK-6878 [CORE] Fix for sum on empty RDD fails with exception
Apr 14, 2015
db2154d
[SPARK-6905] Upgrade to snappy-java 1.1.1.7
JoshRosen Apr 14, 2015
1ab423f
[SPARK-6766][Streaming] Fix issue about StreamingListenerBatchSubmitt…
zsxwing Apr 14, 2015
0e5ca9e
[SPARK-5634] [core] Show correct message in HS when no incomplete app…
Apr 15, 2015
2954a1e
[SPARK-6860][Streaming][WebUI] Fix the possible inconsistency of Stre…
zsxwing Apr 13, 2015
ec0e817
SPARK-4924 addendum. Minor assembly directory fix in load-spark-env-sh
Raschild Apr 9, 2015
1e4b065
[SPARK-6886] [PySpark] fix big closure with shuffle
Apr 15, 2015
84878e0
[SPARK-6800][SQL] Update doc for JDBCRelation's columnPartition
viirya Apr 15, 2015
6d3c4d8
[SPARK-6937][MLLIB] Fixed bug in PICExample in which the radius were …
sboeschhuawei Apr 15, 2015
47fb78c
[SPARK-6952] Handle long args when detecting PID reuse
Apr 17, 2015
6b528dc
SPARK-6988 : Fix documentation regarding DataFrames using the Java API
Apr 17, 2015
7d0ab55
[SPARK-6975][Yarn] Fix argument validation error
jerryshao Apr 18, 2015
c9b1ba4
SPARK-6992 : Fix documentation example for Spark SQL on StructType
Apr 18, 2015
1d6e332
Fixed doc
gaurav324 Apr 19, 2015
1526f9c
[SPARK-6998][MLlib] Make StreamingKMeans 'Serializable'
zsxwing Apr 20, 2015
9909ad3
[doc][mllib] Fix typo of the page title in Isotonic regression documents
dobashim Apr 20, 2015
3a39d7c
fixed doc
ericchiang Apr 20, 2015
8549ff4
[doc][streaming] Fixed broken link in mllib section
BenFradet Apr 20, 2015
948f2f6
[SPARK-6985][streaming] Receiver maxRate over 1000 causes a StackOver…
Apr 21, 2015
fd61820
[SPARK-7036][MLLIB] ALS.train should support DataFrames in PySpark
mengxr Apr 21, 2015
4508f01
[Minor][MLLIB] Fix a minor formatting bug in toString method in Node.…
Apr 21, 2015
b832f31
[SPARK-7039][SQL]JDBCRDD: Add support on type NVARCHAR
szheng79 Apr 22, 2015
3b38cac
[SPARK-6967] [SQL] fix date type convertion in jdbcrdd
adrian-wang Apr 23, 2015
e76317b
[SPARK-7070] [MLLIB] LDA.setBeta should call setTopicConcentration.
mengxr Apr 23, 2015
2b340af
[SPARK-7044][SQL] Fix the deadlock in ScriptTransform(for Spark 1.3)
chenghao-intel Apr 24, 2015
c4470b9
Update sql-programming-guide.md
kgeis Apr 24, 2015
81de30a
[SPARK-4925] Publish Spark SQL hive-thriftserver maven artifact
chernetsov Apr 27, 2015
d13080a
[SPARK-7103] Fix crash with SparkContext.union when RDD has no partit…
stshe Apr 27, 2015
02ef8c3
[SPARK-7187] SerializationDebugger should not crash user code
Apr 28, 2015
80ba82e
[SPARK-7140] [MLLIB] only scan the first 16 entries in Vector.hashCode
mengxr Apr 28, 2015
37fb5a9
[SPARK-6314] [CORE] handle JsonParseException for history server
liyezhang556520 Apr 28, 2015
7e21026
[MINOR] [CORE] Warn users who try to cache RDDs with dynamic allocati…
Apr 28, 2015
ec078ea
[SPARK-7204] [SQL] Fix callSite for Dataframe and SQL operations
pwendell Apr 29, 2015
7cef580
[SQL][Minor] fix java doc for DataFrame.agg
cloud-fan Apr 29, 2015
2254576
Revert "[MINOR] [CORE] Warn users who try to cache RDDs with dynamic …
pwendell Apr 29, 2015
bf4ca12
Revert "[SPARK-6314] [CORE] handle JsonParseException for history ser…
Apr 29, 2015
5b893bd
[SPARK-7181] [CORE] fix inifite loop in Externalsorter's mergeWithAgg…
chouqin Apr 29, 2015
3a41a13
[SPARK-7155] [CORE] Allow newAPIHadoopFile to support comma-separated…
yongtang Apr 29, 2015
2dd17d4
[SPARK-7229] [SQL] SpecificMutableRow should take integer type as int…
chenghao-intel Apr 29, 2015
ae461e7
[SPARK-7234][SQL] Fix DateType mismatch when codegen on.
Apr 30, 2015
3bce87e
[HOTFIX] Disabling flaky test (fix in progress as part of SPARK-7224)
pwendell Apr 30, 2015
ec196ab
[SPARK-5529] [CORE] Add expireDeadHosts in HeartbeatReceiver
shenh062326 Apr 30, 2015
f64b994
[SPARK-7196][SQL] Support precision and scale of decimal type for JDBC
viirya Apr 30, 2015
d726949
Limit help option regex
May 1, 2015
98ac39d
[SPARK-6954] [YARN] ExecutorAllocationManager can end up requesting a…
sryza May 2, 2015
702356c
[SPARK-7323] [SPARK CORE] Use insertAll instead of insert while mergi…
May 2, 2015
b34b5bd
[MINOR] [BUILD] Declare ivy dependency in root pom.
May 5, 2015
9278b7a
[SPARK-5074] [CORE] [TESTS] Fix the flakey test 'run shuffle with map…
zsxwing May 5, 2015
cbf232d
[SPARK-5456] [SQL] fix decimal compare for jdbc rdd
adrian-wang May 6, 2015
edcd364
[SPARK-7330] [SQL] avoid NPE at jdbc rdd
adrian-wang May 7, 2015
7fd212b
[SPARK-7436] Fixed instantiation of custom recovery mode factory and …
jacek-lewandowski May 8, 2015
ef4a0ea
[SPARK-7490] [CORE] [Minor] MapOutputTracker.deserializeMapStatuses: …
May 8, 2015
6f01711
Revert "[SPARK-7490] [CORE] [Minor] MapOutputTracker.deserializeMapSt…
May 9, 2015
f2b138d
[SPARK-7345][SQL] Spark cannot detect renamed columns using JDBC conn…
osidorkin May 10, 2015
2dc3ca6
[SPARK-7341] [STREAMING] [TESTS] Fix the flaky test: org.apache.spark…
zsxwing May 11, 2015
d4eb590
[SQL] Show better error messages for incorrect join types in DataFrames.
rxin May 12, 2015
8f99a49
[SPARK-7084] improve saveAsTable documentation
phatak-dev May 12, 2015
2de111a
Updated DataFrame.saveAsTable Hive warning to include SPARK-7550 ticket.
rxin May 12, 2015
b152c6c
[SPARK-7331] [SQL] Re-use HiveConf in HiveQl
nitin2goyal May 12, 2015
92fe5b6
[SPARK-2018] [CORE] Upgrade LZF library to fix endian serialization p…
tellison May 12, 2015
5f121fb
[SPARK-7552] [STREAMING] [BACKPORT] Close WAL files correctly when it…
jerryshao May 12, 2015
9445814
[SPARK-7522] [EXAMPLES] Removed angle brackets from dataFormat option
BryanCutler May 13, 2015
3baa82f
[SPARK-7278] [PySpark] DateType should find datetime.datetime acceptable
ksonj May 14, 2015
da56e64
[SPARK-7668] [MLLIB] Preserve isTransposed property for Matrix after …
viirya May 15, 2015
4d77058
[SPARK-5412] [DEPLOY] Cannot bind Master to a specific hostname as pe…
srowen May 15, 2015
d618df2
[SPARK-7651] [MLLIB] [PYSPARK] GMM predict, predictSoft should raise …
FlytxtRnD May 15, 2015
91442fd
[SPARK-6197][CORE] handle json exception when hisotry file not finish…
liyezhang556520 Mar 13, 2015
0a63103
[SPARK-7660] Wrap SnappyOutputStream to work around snappy-java bug
JoshRosen May 17, 2015
0d4cd30
[SPARK-7566][SQL] Add type to HiveContext.analyzer
smola May 19, 2015
fc1b4a4
[SPARK-7621] [STREAMING] Report Kafka errors to StreamingListeners
May 19, 2015
a64e097
[SPARK-7744] [DOCS] [MLLIB] Distributed matrix" section in MLlib "Dat…
dusenberrymw May 20, 2015
f26e382
[SPARK-7624] Revert "[SPARK-4939] revive offers periodically in Local…
May 22, 2015
68387e3
[SPARK-7883] [DOCS] [MLLIB] Fixing broken trainImplicit Scala example…
dusenberrymw May 27, 2015
33e1539
[MINOR] [CORE] Warn about caching if dynamic allocation is enabled (1.3)
May 28, 2015
7a3feb5
[MINOR] Fix the a minor bug in PageRank Example.
lastland May 28, 2015
d09a053
[DOCS] Fixing broken "IDE setup" link in the Building Spark documenta…
dusenberrymw May 28, 2015
ad5daa3
[SPARK-7946] [MLLIB] DecayFactor wrongly set in StreamingKMeans
MechCoder May 29, 2015
476b87d
[MINOR] [UI] Improve error message on log page
Jun 2, 2015
bbd3772
[SPARK-8032] [PYSPARK] Make version checking for NumPy in MLlib more …
MechCoder Jun 3, 2015
e5747ee
[SPARK-7558] Demarcate tests in unit-tests.log (1.3)
Jun 3, 2015
7445996
[MINOR] [UI] Improve confusing message on log page
Jun 3, 2015
ce137b8
[BUILD] Fix Maven build for Kinesis
Jun 4, 2015
3e8b040
[HOTFIX] [BUILD] Fix Maven build; add core test jar
Jun 4, 2015
5e77d69
[SPARK-8098] [WEBUI] Show correct length of bytes on log page
carsonwang Jun 4, 2015
5b96b69
[SPARK-7205] [SPARK-7224] [SPARK-7306] Backport packages fixes
brkyvz Jun 4, 2015
5185ea9
[MINOR] [BUILD] Use custom temp directory during build.
Jun 5, 2015
582f437
Revert "[MINOR] [BUILD] Use custom temp directory during build."
pwendell Jun 6, 2015
9480aa3
[SPARK-8126] [BUILD] Use custom temp directory during build.
Jun 8, 2015
5f1a8e7
[SPARK-8126] [BUILD] Make sure temp dir exists when running tests.
Jun 16, 2015
cf232f0
[SPARK-8309] [CORE] Support for more than 12M items in OpenHashMap
SlavikBaranov Jun 17, 2015
1d44147
[SPARK-8451] [SPARK-7287] SparkSubmitSuite should check exit code
Jun 19, 2015
0b8dce0
[SPARK-5836] [DOCS] [STREAMING] Clarify what may cause long-running S…
srowen Jun 19, 2015
45b4527
[SPARK-8095][BACKPORT] Resolve dependencies of --packages in local iv…
brkyvz Jun 22, 2015
716dcf6
[SPARK-8541] [PYSPARK] test the absolute error in approx doctests
megatron-me-uk Jun 23, 2015
88e303f
[SPARK-8525] [MLLIB] fix LabeledPoint parser when there is a whitespa…
fe2s Jun 23, 2015
ac3591d
[SPARK-8606] Prevent exceptions in RDD.getPreferredLocations() from c…
JoshRosen Jun 27, 2015
0ce83db
[SPARK-7810] [PYSPARK] solve python rdd socket connection problem
Jun 29, 2015
d720426
[SPARK-8563] [MLLIB] Fixed a bug so that IndexedRowMatrix.computeSVD(…
lee19 Jun 30, 2015
3a71cf9
[SPARK-8535] [PYSPARK] PySpark : Can't create DataFrame from Pandas d…
x1- Jul 1, 2015
502e1fd
[SPARK-8781] Fix variables in published pom.xml are not resolved
Jul 2, 2015
5f1d1c0
[SPARK-8819] Fix build for maven 3.3.x
Jul 7, 2015
960aec9
Revert "[SPARK-8781] Fix variables in published pom.xml are not resol…
Jul 7, 2015
0163325
[SPARK-8865] [STREAMING] FIX BUG: check key in kafka params
guowei2 Jul 9, 2015
596a4cb
Disable flaky test: ReceiverSuite "block generator throttling".
rxin Apr 23, 2015
c8b17da
[SPARK-9198] [MLLIB] [PYTHON] Fixed typo in pyspark sparsevector doc …
jkbradley Jul 20, 2015
b20a9ab
[SPARK-9175] [MLLIB] BLAS.gemm fails to update matrix C when alpha==0…
rotationsymmetry Jul 21, 2015
f941482
[SPARK-9236] [CORE] Make defaultPartitioner not reuse a parent RDD's …
huitseeker Jul 24, 2015
047a613
[SPARK-9507] [BUILD] Remove dependency reduced POM hack now that shad…
srowen Jul 31, 2015
cc5f711
[SPARK-9254] [BUILD] [HOTFIX] sbt-launch-lib.bash should support HTTP…
liancheng Jul 22, 2015
265ec35
[SPARK-7563] (backport for 1.3) OutputCommitCoordinator.stop() should…
srowen Aug 3, 2015
cd5d1be
[SPARK-3190] [GRAPHX] Fix VertexRDD.count() overflow regression
ankurdave Aug 4, 2015
384793d
[SPARK-9607] [SPARK-9608] fix zinc-port handling in build/mvn
ryan-williams Aug 5, 2015
b104501
[SPARK-9633] [BUILD] SBT download locations outdated; need an update
srowen Aug 6, 2015
a98603f
[SPARK-9801] [STREAMING] Check if file exists before deleting tempora…
viadea Aug 11, 2015
3d2eaf0
[SPARK-10169] [SQL] [BRANCH-1.3] Partial aggregation's plan is wrong …
cloud-fan Aug 24, 2015
e8b0564
[SPARK-8400] [ML] Added check in ml.ALS for positive block size param…
BryanCutler Aug 25, 2015
a58c1af
[SPARK-100354] [MLLIB] fix some apparent memory issues in k-means|| i…
mengxr Aug 31, 2015
29836e2
[SPARK-10353] [MLLIB] (1.3 backport) BLAS gemm not scaling when beta …
srowen Sep 2, 2015
9fcd831
[MINOR] [MLLIB] [ML] [DOC] fixed typo: label for negative result shou…
sparadiso Sep 10, 2015
d0d7ada
[SPARK-6931] [PYSPARK] Cast Python time float values to int before se…
BryanCutler Sep 10, 2015
8c8d7ab
[SPARK-10556] Remove explicit Scala version for sbt project build files
ahirreddy Sep 11, 2015
7494034
[SPARK-10642] [PYSPARK] Fix crash when calling rdd.lookup() on tuple …
viirya Sep 17, 2015
64730a3
[SPARK-10657] Remove SCP-based Jenkins log archiving
JoshRosen Sep 17, 2015
e54525f
[SPARK-10381] Fix mixup of taskAttemptNumber & attemptId in OutputCom…
JoshRosen Sep 22, 2015
392875a
Update branch-1.3 for 1.3.2 release.
rxin Sep 24, 2015
5a13975
Preparing Spark release v1.3.2-rc1
pwendell Sep 24, 2015
9f4b926
Preparing development version 1.3.3-SNAPSHOT
pwendell Sep 24, 2015
035d6d7
[SPARK-10980] [SQL] fix bug in create Decimal
Oct 7, 2015
25203d9
[SPARK-10973] [ML] [PYTHON] Fix IndexError exception on SparseVector …
zero323 Oct 13, 2015
0ce1485
[SPARK-11302][MLLIB] 2) Multivariate Gaussian Model with Covariance m…
srowen Oct 28, 2015
b90e5cb
[SPARK-11424] Guard against double-close() of RecordReaders (branch-1…
JoshRosen Nov 3, 2015
1bfa00d
Fixed error in scaladoc of convertToCanonicalEdges
gauravkumar37 Nov 12, 2015
5278ef0
[SPARK-11813][MLLIB] Avoid serialization of vocab in Word2Vec
hhbyyh Nov 18, 2015
387d818
[SPARK-11812][PYSPARK] invFunc=None works properly with python's redu…
dtolpin Nov 19, 2015
6ddde8e
[SPARK-13464][STREAMING][PYSPARK] Fix failed streaming in pyspark in …
viirya Feb 25, 2016
65cc451
[SPARK-12363] [MLLIB] [BACKPORT-1.3] Remove setRun and fix PowerItera…
viirya Feb 26, 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
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fairscheduler.xml.template
spark-defaults.conf.template
log4j.properties
log4j.properties.template
metrics.properties
metrics.properties.template
slaves
slaves.template
Expand Down
Loading