Skip to content

Branch 1.3.0 palantir #8

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 455 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
455 commits
Select commit Hold shift + click to select a range
b0c79da
[SPARK-5758][SQL] Use LongType as the default type for integers in JS…
yhuai Feb 12, 2015
c7eb9ee
[SPARK-5573][SQL] Add explode to dataframes
marmbrus Feb 12, 2015
f7103b3
[SPARK-5755] [SQL] remove unnecessary Add
adrian-wang Feb 12, 2015
5c9db4e
[SPARK-5335] Fix deletion of security groups within a VPC
Feb 12, 2015
925fd84
[SQL] Move SaveMode to SQL package.
yhuai Feb 12, 2015
edbac17
[SPARK-3299][SQL]Public API in SQLContext to list tables
yhuai Feb 13, 2015
b9f332a
[SPARK-3365][SQL]Wrong schema generated for List type
tianyi Feb 13, 2015
a8f560c
[SQL] Fix docs of SQLContext.tables
yhuai Feb 13, 2015
1255e83
[SPARK-4832][Deploy]some other processes might take the daemon pid
WangTaoTheTonic Feb 13, 2015
5c883df
[SPARK-5732][CORE]:Add an option to print the spark version in spark …
uncleGen Feb 13, 2015
5e63942
[SPARK-5503][MLLIB] Example code for Power Iteration Clustering
sboeschhuawei Feb 13, 2015
e5690a5
[SPARK-5783] Better eventlog-parsing error messages
ryan-williams Feb 13, 2015
cc9eec1
[SPARK-5735] Replace uses of EasyMock with Mockito
JoshRosen Feb 13, 2015
ad73189
SPARK-5805 Fixed the type error in documentation.
emres Feb 13, 2015
4160371
[HOTFIX] Fix build break in MesosSchedulerBackendSuite
Feb 13, 2015
efffc2e
[SPARK-5642] [SQL] Apply column pruning on unused aggregation fields
adrian-wang Feb 13, 2015
d9d0250
[SPARK-5789][SQL]Throw a better error message if JsonRDD.parseJson en…
yhuai Feb 13, 2015
9658763
[SPARK-5806] re-organize sections in mllib-clustering.md
mengxr Feb 13, 2015
356b798
[SPARK-5803][MLLIB] use ArrayBuilder to build primitive arrays
mengxr Feb 14, 2015
fccd38d
[SPARK-5730][ML] add doc groups to spark.ml components
mengxr Feb 14, 2015
152147f
[SPARK-5227] [SPARK-5679] Disable FileSystem cache in WholeTextFileRe…
JoshRosen Feb 14, 2015
db57479
SPARK-3290 [GRAPHX] No unpersist callls in SVDPlusPlus
srowen Feb 14, 2015
ba91bf5
[SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFrames
rxin Feb 14, 2015
e99e170
[SPARK-5800] Streaming Docs. Change linked files according the select…
gasparms Feb 14, 2015
1945fcf
Revise formatting of previous commit f80e2629bb74bc62960c61ff313f7e78…
srowen Feb 14, 2015
f87f3b7
SPARK-5822 [BUILD] cannot import src/main/scala & src/test/scala into…
ligangty Feb 14, 2015
9c1c70d
[SPARK-5827][SQL] Add missing import in the example of SqlContext
maropu Feb 15, 2015
70ebad4
[HOTFIX] Ignore DirectKafkaStreamSuite.
rxin Feb 13, 2015
d96e188
[MLLIB][SPARK-5502] User guide for isotonic regression
zapletal-martin Feb 15, 2015
4e099d7
SPARK-5669 [BUILD] Spark assembly includes incompatibly licensed libg…
srowen Feb 15, 2015
d710991
[SPARK-5769] Set params in constructors and in setParams in Python ML…
mengxr Feb 16, 2015
db3c539
SPARK-5815 [MLLIB] Deprecate SVDPlusPlus APIs that expose DoubleMatri…
srowen Feb 16, 2015
9cf7d70
[Ml] SPARK-5796 Don't transform data on a last estimator in Pipeline
petro-rudenko Feb 16, 2015
0d93205
[Ml] SPARK-5804 Explicitly manage cache in Crossvalidator k-fold loop
petro-rudenko Feb 16, 2015
066301c
[Minor] [SQL] Renames stringRddToDataFrame to stringRddToDataFrameHol…
liancheng Feb 16, 2015
78f7edb
[SPARK-4553] [SPARK-5767] [SQL] Wires Parquet data source with the ne…
liancheng Feb 16, 2015
0165e9d
[SPARK-5799][SQL] Compute aggregation function on specified numeric c…
viirya Feb 16, 2015
fef2267
SPARK-5795 [STREAMING] api.java.JavaPairDStream.saveAsNewAPIHadoopFil…
srowen Feb 16, 2015
1a88955
[SQL] [Minor] Update the SpecificMutableRow.copy
chenghao-intel Feb 16, 2015
c2eaaea
[SPARK-5824] [SQL] add null format in ctas and set default col commen…
adrian-wang Feb 16, 2015
63fa123
[SQL] Initial support for reporting location of error in sql string
marmbrus Feb 16, 2015
0368494
[SQL] Add fetched row count in SparkSQLCLIDriver
OopsOutOfMemory Feb 16, 2015
363a9a7
[SPARK-5296] [SQL] Add more filter types for data sources API
liancheng Feb 16, 2015
864d77e
[SPARK-5833] [SQL] Adds REFRESH TABLE command
liancheng Feb 16, 2015
dd977df
SPARK-5841: remove DiskBlockManager shutdown hook on stop
Feb 16, 2015
8c45619
SPARK-5357: Update commons-codec version to 1.10 (current)
Feb 16, 2015
b70b8ba
[SPARK-2313] Use socket to communicate GatewayServer port back to Pyt…
JoshRosen Feb 16, 2015
ad8fd4f
HOTFIX: Break in Jekyll build from #4589
pwendell Feb 16, 2015
4198654
[SPARK-5746][SQL] Check invalid cases for the write path of data sour…
yhuai Feb 16, 2015
a15a0a0
[SPARK-5839][SQL]HiveMetastoreCatalog does not recognize table names …
yhuai Feb 16, 2015
639a3c2
[SQL] Optimize arithmetic and predicate operators
Feb 16, 2015
8a94bf7
[SPARK-4865][SQL]Include temporary tables in SHOW TABLES
yhuai Feb 16, 2015
52994d8
SPARK-5848: tear down the ConsoleProgressBar timer
Feb 17, 2015
c2a9a61
[SPARK-5788] [PySpark] capture the exception in python write thread
Feb 17, 2015
d8c70fb
[SPARK-3340] Deprecate ADD_JARS and ADD_FILES
azagrebin Feb 17, 2015
385a339
[SPARK-5849] Handle more types of invalid JSON requests in SubmitRest…
JoshRosen Feb 17, 2015
e355b54
[SQL] Various DataFrame doc changes.
rxin Feb 17, 2015
baad6b3
[SPARK-5363] [PySpark] check ending mark in non-block way
Feb 17, 2015
c6a7069
SPARK-5850: Remove experimental label for Scala 2.11 and FlumePolling…
pwendell Feb 17, 2015
d0701d9
[SPARK-5853][SQL] Schema support in Row.
rxin Feb 17, 2015
dfe0fa0
[SPARK-5802][MLLIB] cache transformed data in glm
mengxr Feb 17, 2015
e9241fa
HOTFIX: Style issue causing build break
pwendell Feb 17, 2015
b8da5c3
[SPARK-5826][Streaming] Fix Configuration not serializable problem
jerryshao Feb 17, 2015
aeb85cd
Revert "[SPARK-5363] [PySpark] check ending mark in non-block way"
JoshRosen Feb 17, 2015
8240629
SPARK-5856: In Maven build script, launch Zinc with more memory
pwendell Feb 17, 2015
97cb568
[SPARK-5858][MLLIB] Remove unnecessary first() call in GLM
mengxr Feb 17, 2015
cd3d415
[SPARK-5166][SPARK-5247][SPARK-5258][SQL] API Cleanup / Documentation
marmbrus Feb 17, 2015
4a581aa
[SPARK-5859] [PySpark] [SQL] fix DataFrame Python API
Feb 17, 2015
2bf2b56
[SPARK-5778] throw if nonexistent metrics config file provided
ryan-williams Feb 17, 2015
420bc9b
[SPARK-5661]function hasShutdownDeleteTachyonDir should use shutdownD…
viper-kun Feb 17, 2015
e64afcd
SPARK-5841 [CORE] [HOTFIX] Memory leak in DiskBlockManager
srowen Feb 17, 2015
71cf6e2
[SPARK-5864] [PySpark] support .jar as python package
Feb 17, 2015
5636c4a
[Minor] fix typo in SQL document
CodingCat Feb 17, 2015
62063b7
[SPARK-5862][SQL] Only transformUp the given plan once in HiveMetasto…
viirya Feb 17, 2015
d74d5e8
[Minor][SQL] Use same function to check path parameter in JSONRelation
viirya Feb 17, 2015
0135651
[SQL] [Minor] Update the HiveContext Unittest
chenghao-intel Feb 17, 2015
e65dc1f
[SPARK-5868][SQL] Fix python UDFs in HiveContext and checks in SQLCon…
marmbrus Feb 17, 2015
35e23ff
[SPARK-4172] [PySpark] Progress API in Python
Feb 17, 2015
cb06160
[SPARK-5871] output explain in Python
Feb 17, 2015
0dba382
[SPARK-5872] [SQL] create a sqlCtx in pyspark shell
Feb 17, 2015
07d8ef9
[SPARK-5852][SQL]Fail to convert a newly created empty metastore parq…
yhuai Feb 17, 2015
8120235
[SPARK-5785] [PySpark] narrow dependency for cogroup/join in PySpark
Feb 18, 2015
cb90584
[SPARK-5811] Added documentation for maven coordinates and added Spar…
brkyvz Feb 18, 2015
07a401a
[SPARK-4454] Properly synchronize accesses to DAGScheduler cacheLocs map
JoshRosen Feb 18, 2015
7e5e4d8
[SPARK-4454] Revert getOrElse() cleanup in DAGScheduler.getCacheLocs()
JoshRosen Feb 18, 2015
932ae4d
Revert "Preparing development version 1.3.1-SNAPSHOT"
pwendell Feb 18, 2015
7320605
Revert "Preparing Spark release v1.3.0-snapshot1"
pwendell Feb 18, 2015
e8284b2
[SPARK-5875][SQL]logical.Project should not be resolved if it contain…
yhuai Feb 18, 2015
f97b0d4
Preparing Spark release v1.3.0-rc1
pwendell Feb 18, 2015
2ab0ba0
Preparing development version 1.3.1-SNAPSHOT
pwendell Feb 18, 2015
6e82c46
[SPARK-5723][SQL]Change the default file format to Parquet for CTAS s…
yhuai Feb 18, 2015
f8f9a64
[SPARK-5731][Streaming][Test] Fix incorrect test in DirectKafkaStream…
tdas Feb 18, 2015
2bd33ce
[Minor] [SQL] Cleans up DataFrame variable names and toDF() calls
liancheng Feb 18, 2015
9a565b8
Avoid deprecation warnings in JDBCSuite.
tmyklebu Feb 18, 2015
aca7991
[SPARK-5878] fix DataFrame.repartition() in Python
Feb 18, 2015
3997e74
SPARK-4610 addendum: [Minor] [MLlib] Minor doc fix in GBT classificat…
MechCoder Feb 18, 2015
9f256ce
SPARK-5669 [BUILD] [HOTFIX] Spark assembly includes incompatibly lice…
srowen Feb 18, 2015
661fbd3
[SPARK-5519][MLLIB] add user guide with example code for fp-growth
mengxr Feb 18, 2015
56f8f29
[SPARK-5507] Added documentation for BlockMatrix
brkyvz Feb 18, 2015
b86e44c
[SPARK-5840][SQL] HiveContext cannot be serialized due to tuple extra…
rxin Feb 18, 2015
470cba8
[SPARK-5722] [SQL] [PySpark] infer int as LongType
Feb 18, 2015
a64f374
[SPARK-5879][MLLIB] update PIC user guide and add a Java example
mengxr Feb 19, 2015
092b45f
[SPARK-5846] Correctly set job description and pool for SQL jobs
kayousterhout Feb 19, 2015
fbcb949
SPARK-5548: Fix for AkkaUtilsSuite failure - attempt 2
jacek-lewandowski Feb 19, 2015
f93d4d9
[SPARK-5816] Add huge compatibility warning in DriverWrapper
Feb 19, 2015
25fae8e
[SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to e…
zsxwing Feb 19, 2015
fe00eb6
[SPARK-5825] [Spark Submit] Remove the double checking instance name …
chenghao-intel Feb 19, 2015
55d91d9
[SPARK-5904][SQL] DataFrame API fixes.
rxin Feb 19, 2015
0c494cf
[SPARK-5902] [ml] Made PipelineStage.transformSchema public instead o…
jkbradley Feb 19, 2015
ff8976e
[Spark-5889] Remove pid file after stopping service.
zhzhan Feb 19, 2015
bd49e8b
SPARK-4682 [CORE] Consolidate various 'Clock' classes
srowen Feb 19, 2015
c5f3b9e
SPARK-5570: No docs stating that `new SparkConf().set("spark.driver.m…
Feb 19, 2015
ba941ce
[SPARK-5900][MLLIB] make PIC and FPGrowth Java-friendly
mengxr Feb 20, 2015
0382dcc
[SPARK-4808] Removing minimum number of elements read before spill check
mccheah Feb 20, 2015
8c12f31
[SPARK-5867] [SPARK-5892] [doc] [ml] [mllib] Doc cleanups for 1.3 rel…
jkbradley Feb 20, 2015
913562a
[SPARK-5898] [SPARK-5896] [SQL] [PySpark] create DataFrame from pand…
Feb 20, 2015
b9a6c5c
[SPARK-5909][SQL] Add a clearCache command to Spark SQL's cache manager
yhuai Feb 20, 2015
932338e
SPARK-5841 [CORE] [HOTFIX 2] Memory leak in DiskBlockManager
nishkamravi2 Feb 21, 2015
76e3e65
[SPARK-5937][YARN] Fix ClientSuite to set YARN mode, so that the corr…
harishreedharan Feb 21, 2015
c5a5c6f
[DOCS] Fix typo in API for custom InputFormats based on the “new” Map…
Feb 22, 2015
04d3b32
[DataFrame] [Typo] Fix the typo
chenghao-intel Feb 22, 2015
eed7389
SPARK-5669 [BUILD] Reverse exclusion of JBLAS libs for 1.3
srowen Feb 22, 2015
4186dd3
Revert "[SPARK-4808] Removing minimum number of elements read before …
Feb 22, 2015
f172387
[EXAMPLES] fix typo.
fukuo33 Feb 23, 2015
67b7f79
[SPARK-5943][Streaming] Update the test to use new API to reduce the …
jerryshao Feb 23, 2015
33b9084
[SPARK-5939][MLLib] make FPGrowth example app take parameters
Feb 23, 2015
8355773
[MLLIB] SPARK-5912 Programming guide for feature selection
avulanov Feb 23, 2015
ae97040
[SPARK-5912] [docs] [mllib] Small fixes to ChiSqSelector docs
jkbradley Feb 24, 2015
33ccad2
[SPARK-5935][SQL] Accept MapType in the schema provided to a JSON dat…
yhuai Feb 24, 2015
2d7786e
[SPARK-5873][SQL] Allow viewing of partially analyzed plans in queryE…
marmbrus Feb 24, 2015
dd42558
[SPARK-5958][MLLIB][DOC] update block matrix user guide
mengxr Feb 24, 2015
2b562b0
[SPARK-5968] [SQL] Suppresses ParquetOutputCommitter WARN logs
liancheng Feb 24, 2015
ba5d60d
[SPARK-5910][SQL] Support for as in selectExpr
marmbrus Feb 24, 2015
e46096b
[SPARK-5532][SQL] Repartition should not use external rdd representation
marmbrus Feb 24, 2015
28dd53b
[Spark-5967] [UI] Correctly clean JobProgressListener.stageIdToActive…
tdas Feb 24, 2015
eaf7bf9
[SPARK-5965] Standalone Worker UI displays {{USER_JAR}}
Feb 24, 2015
a4ff445
[MLLIB] Change x_i to y_i in Variance's user guide
mengxr Feb 24, 2015
641423d
[SPARK-5952][SQL] Lock when using hive metastore client
marmbrus Feb 24, 2015
91bf0f8
[SPARK-5973] [PySpark] fix zip with two RDDs with AutoBatchedSerializer
Feb 24, 2015
17ee246
[SPARK-5751] [SQL] [WIP] Revamped HiveThriftServer2Suite for robustness
liancheng Feb 25, 2015
78a1781
[SPARK-5904][SQL] DataFrame Java API test suites.
rxin Feb 25, 2015
5e233b2
[SPARK-5985][SQL] DataFrame sortBy -> orderBy in Python.
rxin Feb 25, 2015
1e94894
[SPARK-5993][Streaming][Build] Fix assembly jar location of kafka-ass…
tdas Feb 25, 2015
e7a748e
[SPARK-5286][SQL] SPARK-5286 followup
yhuai Feb 25, 2015
5c421e0
[SPARK-5994] [SQL] Python DataFrame documentation fixes
Feb 25, 2015
fada683
[SPARK-5996][SQL] Fix specialized outbound conversions
marmbrus Feb 25, 2015
eaffc6e
SPARK-5930 [DOCS] Documented default of spark.shuffle.io.retryWait is…
srowen Feb 25, 2015
8073767
[SPARK-1955][GraphX]: VertexRDD can incorrectly assume index sharing
Feb 25, 2015
791df93
[SPARK-5982] Remove incorrect Local Read Time Metric
kayousterhout Feb 25, 2015
9aca3c6
[SPARK-5944] [PySpark] fix version in Python API docs
Feb 25, 2015
016f1f8
[SPARK-6010] [SQL] Merging compatible Parquet schemas before computin…
liancheng Feb 25, 2015
6fff9b8
[SPARK-5999][SQL] Remove duplicate Literal matching block
viirya Feb 25, 2015
5bd4b49
[SPARK-5926] [SQL] make DataFrame.explain leverage queryExecution.log…
yanboliang Feb 25, 2015
a1b4856
[SPARK-5974] [SPARK-5980] [mllib] [python] [docs] Update ML guide wit…
jkbradley Feb 26, 2015
b32a653
[SPARK-5724] fix the misconfiguration in AkkaUtils
CodingCat Feb 23, 2015
56fa38a
[SPARK-1182][Docs] Sort the configuration parameters in configuration.md
Feb 26, 2015
a51d9db
[SPARK-5976][MLLIB] Add partitioner to factors returned by ALS
mengxr Feb 26, 2015
e0f5fb0
[SPARK-6023][SQL] ParquetConversions fails to replace the destination…
yhuai Feb 26, 2015
b5c5e93
[SPARK-6016][SQL] Cannot read the parquet table after overwriting the…
yhuai Feb 26, 2015
7c779d8
[SPARK-6007][SQL] Add numRows param in DataFrame.show()
Feb 26, 2015
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
6623ec7
[SPARK-4808] Removing minimum number of elements read before spill check
mccheah Feb 20, 2015
1e95821
[SPARK-6330] Fix filesystem bug in newParquet relation
vlyubin Mar 16, 2015
d4389e2
Preparing Spark release v1.3.0-palantir1
mingyukim Mar 27, 2015
b06616d
[SPARK-6294] fix hang when call take() in JVM on PythonRDD
Mar 12, 2015
9a84cd4
[SPARK-6952] Handle long args when detecting PID reuse
Apr 17, 2015
f988d9e
Merge pull request #7 from justinuang/feature/fix_python_hang
mingyukim Apr 17, 2015
de4687c
Merge pull request #6 from punya/feature/SPARK-6952-palantir-1.3.0
mingyukim Apr 17, 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