Skip to content

French translation #5440

New issue

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

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

Already on GitHub? Sign in to your account

Closed
wants to merge 615 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
615 commits
Select commit Hold shift + click to select a range
dafb3d2
[SPARK-6015] fix links to source code in Python API docs
Feb 26, 2015
5d309ad
[SPARK-5363] Fix bug in PythonRDD: remove() inside iterator is not safe
Feb 26, 2015
62652dc
Modify default value description for spark.scheduler.minRegisteredRes…
li-zhihui Feb 26, 2015
731a997
[SPARK-6027][SPARK-5546] Fixed --jar and --packages not working for K…
tdas Feb 26, 2015
fe79674
[SPARK-6018] [YARN] NoSuchMethodError in Spark app is swallowed by YA…
Feb 26, 2015
297c3ef
Add a note for context termination for History server on Yarn
moutai Feb 26, 2015
5b426cb
[SPARK-5951][YARN] Remove unreachable driver memory properties in yar…
mohitgoyal557 Feb 26, 2015
b83a93e
SPARK-4579 [WEBUI] Scheduling Delay appears negative
srowen Feb 27, 2015
25a109e
[SPARK-6037][SQL] Avoiding duplicate Parquet schema merging
viirya Feb 27, 2015
6200f07
[SPARK-6024][SQL] When a data source table has too many columns, it's…
yhuai Feb 27, 2015
485b919
SPARK-2168 [Spark core] Use relative URIs for the app links in the Hi…
elyast Feb 27, 2015
b8db84c
fix spark-6033, clarify the spark.worker.cleanup behavior in standalo…
Feb 27, 2015
bff8088
[SPARK-6058][Yarn] Log the user class exception in ApplicationMaster
zsxwing Feb 27, 2015
117e10c
[SPARK-4587] [mllib] [docs] Fixed save,load calls in ML guide examples
jkbradley Feb 27, 2015
ceebe3c
[Streaming][Minor] Remove useless type signature of Java Kafka direct…
jerryshao Feb 27, 2015
5d19cf0
[SPARK-5751] [SQL] Sets SPARK_HOME as SPARK_PID_DIR when running Thri…
liancheng Feb 28, 2015
49f2187
[SPARK-6055] [PySpark] fix incorrect __eq__ of DataType
Feb 28, 2015
1747e0a
[SPARK-6070] [yarn] Remove unneeded classes from shuffle service jar.
Feb 28, 2015
5a55c96
[SPARK-5979][SPARK-6032] Smaller safer --packages fix
brkyvz Feb 28, 2015
aa39460
[SPARK-5775] [SQL] BugFix: GenericRow cannot be cast to SpecificMutab…
liancheng Feb 28, 2015
317694c
SPARK-5984: Fix TimSort bug causes ArrayOutOfBoundsException
hotou Mar 1, 2015
bb16618
[SPARK-6074] [sql] Package pyspark sql bindings.
Mar 1, 2015
b570d98
[SPARK-6053][MLLIB] support save/load in PySpark's ALS
mengxr Mar 2, 2015
6a2fc85
[SPARK-6083] [MLLib] [DOC] Make Python API example consistent in Naiv…
MechCoder Mar 2, 2015
1fe677a
[Streaming][Minor]Fix some error docs in streaming examples
jerryshao Mar 2, 2015
c59871c
[SPARK-6073][SQL] Need to refresh metastore cache after append data i…
yhuai Mar 2, 2015
a3fef2c
[SPARK-6052][SQL]In JSON schema inference, we should always set conta…
yhuai Mar 2, 2015
b2b7f01
[SPARK-6111] Fixed usage string in documentation.
kennethmyers-ibm Mar 2, 2015
f476108
[SPARK-5741][SQL] Support the path contains comma in HiveContext
watermen Mar 2, 2015
4ffaf85
[SPARK-6080] [PySpark] correct LogisticRegressionWithLBFGS regType pa…
yanboliang Mar 2, 2015
54ac243
[DOCS] Refactored Dataframe join comment to use correct parameter ord…
Mar 2, 2015
58e7198
SPARK-5390 [DOCS] Encourage users to post on Stack Overflow in Commun…
srowen Mar 2, 2015
f92876a
[Minor] Fix doc typo for describing primitiveTerm effectiveness condi…
viirya Mar 2, 2015
a83b9bb
[SPARK-6040][SQL] Fix the percent bug in tablesample
watermen Mar 2, 2015
650d1e7
[SPARK-6050] [yarn] Relax matching of vcore count in received contain…
Mar 2, 2015
3899c7c
[SPARK-6114][SQL] Avoid metastore conversions before plan is resolved
marmbrus Mar 3, 2015
866f281
[SPARK-6082] [SQL] Provides better error message for malformed rows w…
liancheng Mar 3, 2015
8100b79
[SPARK-6066] Make event log format easier to parse
Mar 3, 2015
ea69cf2
[SPARK-6048] SparkConf should not translate deprecated configs on set
Mar 3, 2015
1b8ab57
[SPARK-6121][SQL][MLLIB] simpleString for UDT
mengxr Mar 3, 2015
11389f0
[SPARK-5537] Add user guide for multinomial logistic regression
mengxr Mar 3, 2015
ffd0591
[SPARK-6127][Streaming][Docs] Add Kafka to Python api docs
tdas Mar 3, 2015
1b490e9
[SPARK-5950][SQL]Insert array into a metastore table saved as parquet…
yhuai Mar 3, 2015
4e6e008
[SPARK-5310][SQL] Fixes to Docs and Datasources API
rxin Mar 3, 2015
62c53be
[SPARK-6097][MLLIB] Support tree model save/load in PySpark/MLlib
mengxr Mar 3, 2015
81648a7
[SPARK-6120] [mllib] Warnings about memory in tree, ensemble model save
jkbradley Mar 3, 2015
841d2a2
[SPARK-5537][MLlib][Docs] Add user guide for multinomial logistic reg…
Mar 3, 2015
1aa8461
HOTFIX: Bump HBase version in MapR profiles.
pwendell Mar 3, 2015
ae60eb9
BUILD: Minor tweaks to internal build scripts
pwendell Mar 3, 2015
ce7158c
Adding CHANGES.txt for Spark 1.3
pwendell Mar 3, 2015
4fee08e
Revert "Preparing development version 1.3.1-SNAPSHOT"
pwendell Mar 3, 2015
b012ed1
Revert "Preparing Spark release v1.3.0-rc1"
pwendell Mar 3, 2015
3af2687
Preparing Spark release v1.3.0-rc2
pwendell Mar 3, 2015
05d5a29
Preparing development version 1.3.1-SNAPSHOT
pwendell Mar 3, 2015
ee4929d
Revert "[SPARK-5423][Core] Cleanup resources in DiskMapIterator.final…
Mar 3, 2015
8446ad0
SPARK-1911 [DOCS] Warn users if their assembly jars are not built wit…
srowen Mar 3, 2015
9a0b75c
[SPARK-5949] HighlyCompressedMapStatus needs more classes registered …
squito Mar 3, 2015
9f24977
[SPARK-6141][MLlib] Upgrade Breeze from 0.10 to 0.11 to fix convergen…
mengxr Mar 4, 2015
035243d
[SPARK-6136] [SQL] Removed JDBC integration tests which depends on do…
liancheng Mar 4, 2015
bfa4e31
[SPARK-6134][SQL] Fix wrong datatype for casting FloatType and defaul…
viirya Mar 4, 2015
3fc74f4
[SPARK-6144] [core] Fix addFile when source files are on "hdfs:"
Mar 4, 2015
a0aa24a
[SPARK-6149] [SQL] [Build] Excludes Guava 15 referenced by jackson-mo…
liancheng Mar 5, 2015
f509159
SPARK-5143 [BUILD] [WIP] spark-network-yarn 2.11 depends on spark-net…
srowen Mar 5, 2015
cbdc43f
Revert "Preparing development version 1.3.1-SNAPSHOT"
pwendell Mar 5, 2015
a1f4cc5
Revert "Preparing Spark release v1.3.0-rc2"
pwendell Mar 5, 2015
87eac3c
Updating CHANGES file
pwendell Mar 5, 2015
430a879
Preparing Spark release v1.3.0-rc3
pwendell Mar 5, 2015
0ecab40
Preparing development version 1.3.1-SNAPSHOT
pwendell Mar 5, 2015
53cba58
Revert "Preparing development version 1.3.1-SNAPSHOT"
pwendell Mar 5, 2015
b1e9162
Revert "Preparing Spark release v1.3.0-rc3"
pwendell Mar 5, 2015
b92d925
[SPARK-6153] [SQL] promote guava dep for hive-thriftserver
adrian-wang Mar 5, 2015
f8205d3
Revert "[SPARK-6153] [SQL] promote guava dep for hive-thriftserver"
liancheng Mar 5, 2015
ae315d2
SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.…
srowen Mar 5, 2015
988b498
[SPARK-6175] Fix standalone executor log links when ephemeral ports o…
JoshRosen Mar 5, 2015
6fb4af2
Preparing Spark release v1.3.0-rc3
pwendell Mar 5, 2015
5097f86
Preparing development version 1.3.1-SNAPSHOT
pwendell Mar 5, 2015
e358f55
[SPARK-6145][SQL] fix ORDER BY on nested fields
cloud-fan Mar 5, 2015
083fed5
[SPARK-6163][SQL] jsonFile should be backed by the data source API
yhuai Mar 5, 2015
556e0de
[SQL] Make Strategies a public developer API
marmbrus Mar 5, 2015
d6b9dce
Revert "Preparing development version 1.3.1-SNAPSHOT"
pwendell Mar 5, 2015
a0cbfe4
Revert "Preparing Spark release v1.3.0-rc3"
pwendell Mar 5, 2015
4ab990c
Updating CHANGES.txt for Spark 1.3
pwendell Mar 5, 2015
4aaf48d
Preparing Spark release v1.3.0-rc3
pwendell Mar 5, 2015
c152f9a
Preparing development version 1.3.1-SNAPSHOT
pwendell Mar 5, 2015
5e58f76
[Docs] Replace references to SchemaRDD with DataFrame
rxin Mar 9, 2015
bc53d3d
[SPARK-5310][Doc] Update SQL Programming Guide to include DataFrames.
rxin Mar 9, 2015
7295192
Minor doc: Remove the extra blank line in data types javadoc.
rxin Mar 11, 2015
edbcb6f
[SPARK-5183][SQL] Update SQL Docs with JDBC and Migration Guide
marmbrus Mar 11, 2015
ac61466
[SPARK-6274][Streaming][Examples] Added examples streaming + sql exam…
tdas Mar 11, 2015
bdc4682
[SPARK-6128][Streaming][Documentation] Updates to Spark Streaming Pro…
tdas Mar 12, 2015
d9e141c
[SPARK-6296] [SQL] Added equals to Column
vlyubin Mar 12, 2015
850e694
[SPARK-6294] fix hang when call take() in JVM on PythonRDD
Mar 12, 2015
23069bd
[mllib] [python] Add LassoModel to __all__ in regression.py
jkbradley Mar 12, 2015
dc287f3
[SPARK-5310] [SQL] [DOC] Parquet section for the SQL programming guide
liancheng Mar 13, 2015
214f681
[SPARK-6278][MLLIB] Mention the change of objective in linear regression
mengxr Mar 13, 2015
dbee7e1
SPARK-4704 [CORE] SparkSubmitDriverBootstrap doesn't flush output
srowen Feb 26, 2015
170af49
[SPARK-6194] [SPARK-677] [PySpark] fix memory leak in collect()
Mar 9, 2015
a3493eb
SPARK-4300 [CORE] Race condition during SparkWorker shutdown
srowen Feb 26, 2015
4aa4132
SPARK-4044 [CORE] Thriftserver fails to start when JAVA_HOME points t…
srowen Mar 13, 2015
f81611d
[SPARK-6036][CORE] avoid race condition between eventlogListener and …
liyezhang556520 Feb 27, 2015
9846790
[SPARK-6087][CORE] Provide actionable exception if Kryo buffer is not…
levkhomich Mar 10, 2015
3cdc8a3
[SPARK-6132] ContextCleaner race condition across SparkContexts
Mar 3, 2015
338bea7
[SPARK-6132][HOTFIX] ContextCleaner InterruptedException should be quiet
Mar 4, 2015
a08588c
[SPARK-6133] Make sc.stop() idempotent
Mar 3, 2015
3012781
[SPARK-6275][Documentation]Miss toDF() function in docs/sql-programmi…
zzcclp Mar 12, 2015
ad47563
[SPARK-6210] [SQL] use prettyString as column name in agg()
Mar 14, 2015
43fcab0
[SPARK-3619] Part 2. Upgrade to Mesos 0.21 to work around MESOS-1688
jongyoul Mar 15, 2015
724aab4
[SPARK-6300][Spark Core] sc.addFile(path) does not support the relati…
pzzs Mar 16, 2015
684ff24
SPARK-6245 [SQL] jsonRDD() of empty RDD results in exception
srowen Mar 11, 2015
67fa6d1
[SPARK-6330] Fix filesystem bug in newParquet relation
vlyubin Mar 16, 2015
47cce98
[SPARK-6077] Remove streaming tab while stopping StreamingContext
zhichao-li Mar 16, 2015
5c16ced
[SPARK-6299][CORE] ClassNotFoundException in standalone mode when run…
swkimme Mar 17, 2015
426816b
[SQL][docs][minor] Fixed sample code in SQLContext scaladoc
lomigmegard Mar 17, 2015
95f8d1c
[SPARK-6331] Load new master URL if present when recovering streaming…
tdas Mar 17, 2015
29e39e1
[SPARK-3266] Use intermediate abstract classes to fix type erasure is…
JoshRosen Mar 17, 2015
febb123
[SPARK-6313] Add config option to disable file locks/fetchFile cache …
nemccarthy Mar 17, 2015
ac0e7cc
[SPARK-6365] jetty-security also needed for SPARK_PREPEND_CLASSES to …
squito Mar 17, 2015
476c4e1
[SPARK-6336] LBFGS should document what convergenceTol means
Lewuathe Mar 17, 2015
9d88f0c
[SPARK-6330] [SQL] Add a test case for SPARK-6330
Mar 18, 2015
3ea38bc
[SPARK-6366][SQL] In Python API, the default save mode for save and s…
yhuai Mar 18, 2015
cee6d08
[SPARK-6383][SQL]Fixed compiler and errors in Dataframe examples
Mar 18, 2015
ba8352c
[SPARK-6247][SQL] Fix resolution of ambiguous joins caused by new ali…
marmbrus Mar 18, 2015
ff0a7f4
[SPARK-6286][minor] Handle missing Mesos case TASK_ERROR.
dragos Mar 18, 2015
1723f05
[SPARK-6325] [core,yarn] Do not change target executor count when kil…
Mar 18, 2015
03e263f
[SPARK-6222][Streaming] Dont delete checkpoint data when doing pre-ba…
tdas Mar 19, 2015
db812d9
[SPARK-6286][Mesos][minor] Handle missing Mesos case TASK_ERROR
jongyoul Mar 20, 2015
aff9f8d
[SPARK-6421][MLLIB] _regression_train_wrapper does not test initialWe…
Lewuathe Mar 20, 2015
df83e21
[SPARK-5821] [SQL] ParquetRelation2 CTAS should check if delete is su…
yanboliang Mar 21, 2015
b75943f
[SPARK-6315] [SQL] Also tries the case class string parser while read…
liancheng Mar 21, 2015
8de90c7
[SPARK-5821] [SQL] JSON CTAS command should throw error message when …
yanboliang Mar 21, 2015
cba6842
[SPARK-5320][SQL]Add statistics method at NoRelation (override super).
x1- Mar 21, 2015
93975a3
[SPARK-5680][SQL] Sum function on all null values, should return zero
gvramana Mar 21, 2015
102daaf
[SPARK-6250][SPARK-6146][SPARK-5911][SQL] Types are now reserved word…
yhuai Mar 21, 2015
c964588
[SPARK-6428][SQL] Added explicit type for all public methods in sql/core
rxin Mar 20, 2015
0021d22
[SPARK-6428][SQL] Added explicit type for all public methods for Hive…
rxin Mar 21, 2015
e60fbf6
[SPARK-6408] [SQL] Fix JDBCRDD filtering string literals
ypcat Mar 22, 2015
3ba295f
SPARK-6454 [DOCS] Fix links to pyspark api
kamilsmuga Mar 22, 2015
857e8a6
[SPARK-6337][Documentation, SQL]Spark 1.3 doc fixes
vinodkc Mar 22, 2015
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
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