aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3566] [BUILD] .gitignore and .rat-excludes should consider Windows cmd...Kousuke Saruta2014-09-182-0/+4
* SPARK-3579 Jekyll doc generation is different across environments.Patrick Wendell2014-09-182-6/+15
* [SPARK-3547]Using a special exit code instead of 1 to represent ClassNotFound...WangTaoTheTonic2014-09-185-6/+6
* [Minor] rat exclude dependency-reduced-pom.xmlGuoQiang Li2014-09-171-0/+1
* [SPARK-3534] Add hive-thriftserver to SQL testsNicholas Chammas2014-09-171-1/+1
* [SPARK-3565]Fix configuration item not consistent with documentWangTaoTheTonic2014-09-174-5/+7
* [SPARK-3567] appId field in SparkDeploySchedulerBackend should be volatileKousuke Saruta2014-09-171-1/+1
* [SPARK-3564][WebUI] Display App ID on HistoryPageKousuke Saruta2014-09-171-1/+3
* [SPARK-3571] Spark standalone cluster mode doesn't work.Kousuke Saruta2014-09-171-5/+6
* [SPARK-3534] Fix expansion of testing arguments to sbtNicholas Chammas2014-09-171-4/+7
* Docs: move HA subsections to a deeper indentation levelAndrew Ash2014-09-171-2/+2
* [SPARK-1455] [SPARK-3534] [Build] When possible, run SQL tests only.Nicholas Chammas2014-09-171-50/+106
* [SQL][DOCS] Improve table caching sectionMichael Armbrust2014-09-171-4/+4
* [Docs] minor grammar fixNicholas Chammas2014-09-171-1/+1
* SPARK-3177 (on Master Branch)chesterxgchen2014-09-171-3/+16
* [Docs] Correct spark.files.fetchTimeout default valueviper-kun2014-09-171-2/+2
* [Minor]ignore all config files in confwangfei2014-09-161-6/+4
* [SPARK-3555] Fix UISuite race conditionAndrew Or2014-09-161-9/+5
* Add a Community Projects pageEvan Chan2014-09-162-1/+3
* [SPARK-787] Add S3 configuration parameters to the EC2 deploy scriptsDan Osipov2014-09-163-1/+13
* [SPARK-3430] [PySpark] [Doc] generate PySpark API docs using SphinxDavies Liu2014-09-1613-5/+944
* [SPARK-3546] InputStream of ManagedBuffer is not closed and causes running ou...Kousuke Saruta2014-09-162-3/+11
* [SQL][DOCS] Improve section on thrift-serverMichael Armbrust2014-09-161-18/+40
* [Docs] minor punctuation fixNicholas Chammas2014-09-161-1/+1
* [SPARK-2314][SQL] Override collect and take in python library, and count in j...Aaron Staple2014-09-164-17/+71
* [SPARK-2890][SQL] Allow reading of data when case insensitive resolution coul...Michael Armbrust2014-09-162-27/+44
* [SPARK-3308][SQL] Ability to read JSON Arrays as tablesYin Huai2014-09-163-3/+31
* [SPARK-3519] add distinct(n) to PySparkMatthew Farrellee2014-09-163-4/+24
* [SPARK-3527] [SQL] Strip the string messageCheng Hao2014-09-161-1/+1
* [SPARK-2182] Scalastyle rule blocking non ascii characters.Prashant Sharma2014-09-162-0/+40
* SPARK-3069 [DOCS] Build instructions in README are outdatedSean Owen2014-09-1611-73/+60
* [SPARK-3040] pick up a more proper local ip address for Utils.findLocalIpAddr...Ye Xianjin2014-09-151-1/+6
* [SPARK-3433][BUILD] Fix for Mima false-positives with @DeveloperAPI and @Expe...Prashant Sharma2014-09-155-12/+26
* [SPARK-3540] Add reboot-slaves functionality to the ec2 scriptReynold Xin2014-09-151-1/+15
* [SPARK-1087] Move python traceback utilities into new traceback_utils.py file.Aaron Staple2014-09-153-61/+83
* [SPARK-2951] [PySpark] support unpickle array.array for Python 2.6Davies Liu2014-09-153-2/+52
* [SPARK-3516] [mllib] DecisionTree: Add minInstancesPerNode, minInfoGain param...qiping.lqp2014-09-157-16/+37
* [MLlib] Update SVD documentation in IndexedRowMatrixReza Zadeh2014-09-151-8/+4
* [SPARK-3396][MLLIB] Use SquaredL2Updater in LogisticRegressionWithSGDChristoph Sawade2014-09-152-4/+42
* [SPARK-2714] DAGScheduler logs jobid when runJob finishesyantangzhai2014-09-152-5/+7
* [SPARK-3518] Remove wasted statement in JsonProtocolKousuke Saruta2014-09-151-1/+0
* [SPARK-3425] do not set MaxPermSize for OpenJDK 1.8Matthew Farrellee2014-09-152-3/+3
* [SPARK-3410] The priority of shutdownhook for ApplicationMaster should not be...Kousuke Saruta2014-09-151-6/+7
* [SPARK-3452] Maven build should skip publishing artifacts people shouldn...Prashant Sharma2014-09-146-0/+84
* SPARK-3039: Allow spark to be built using avro-mapred for hadoop2Bertrand Bossy2014-09-142-0/+14
* [SPARK-3463] [PySpark] aggregate and show spilled bytes in PythonDavies Liu2014-09-134-14/+38
* [SPARK-3030] [PySpark] Reuse Python workerDavies Liu2014-09-139-51/+208
* [SQL] Decrease partitions when testingMichael Armbrust2014-09-133-107/+51
* [SPARK-3294][SQL] Eliminates boxing costs from in-memory columnar storageCheng Lian2014-09-1324-292/+554
* [SPARK-3481][SQL] Removes the evil MINOR HACKCheng Lian2014-09-131-3/+3