aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SQL][DOCS] Remove wrong example from DataFrame.scalaKousuke Saruta2015-06-291-2/+0
* [SPARK-8528] Expose SparkContext.applicationId in PySparkVladimir Vladimirov2015-06-292-0/+23
* [SPARK-8235] [SQL] misc function sha / sha1Tarek Auel2015-06-296-1/+81
* [SPARK-8066, SPARK-8067] [hive] Add support for Hive 1.0, 1.1 and 1.2.Marcelo Vanzin2015-06-295-15/+131
* [SPARK-8692] [SQL] re-order the case statements that handling catalyst data t...Wenchen Fan2015-06-2915-209/+174
* Revert "[SPARK-8372] History server shows incorrect information for applicati...Andrew Or2015-06-292-53/+28
* [SPARK-8554] Add the SparkR document files to `.rat-excludes` for `./dev/chec...Yu ISHIKAWA2015-06-291-0/+4
* [SPARK-8693] [PROJECT INFRA] profiles and goals are not printed in a nice wayBrennon York2015-06-291-8/+8
* [SPARK-8702] [WEBUI] Avoid massive concating strings in Javascriptzsxwing2015-06-301-44/+44
* [SPARK-8698] partitionBy in Python DataFrame reader/writer interface should n...Reynold Xin2015-06-291-8/+13
* [SPARK-8355] [SQL] Python DataFrameReader/Writer should mirror ScalaCheolsoo Park2015-06-292-0/+15
* [SPARK-8575] [SQL] Deprecate callUDF in favor of udfBenFradet2015-06-286-35/+46
* [SPARK-5962] [MLLIB] Python support for Power Iteration ClusteringYanbo Liang2015-06-283-3/+154
* [SPARK-7212] [MLLIB] Add sequence learning flagFeynman Liang2015-06-283-12/+82
* [SPARK-7845] [BUILD] Bumping default Hadoop version used in profile hadoop-1 ...Cheng Lian2015-06-282-2/+2
* [SPARK-8677] [SQL] Fix non-terminating decimal expansion for decimal divide o...Liang-Chi Hsieh2015-06-282-2/+14
* [SPARK-8596] [EC2] Added port for RstudioVincent D. Warmerdam2015-06-281-0/+2
* [SPARK-8686] [SQL] DataFrame should support `where` with expression represent...Kousuke Saruta2015-06-282-0/+18
* [SPARK-8610] [SQL] Separate Row and InternalRow (part 2)Davies Liu2015-06-2839-575/+299
* [SPARK-8649] [BUILD] Mapr repository is not defined properlyThomas Szymanski2015-06-281-1/+1
* [SPARK-8683] [BUILD] Depend on mockito-core instead of mockito-allJosh Rosen2015-06-2711-11/+11
* [HOTFIX] Fix pull request builder bug in #6967Josh Rosen2015-06-271-1/+1
* [SPARK-8583] [SPARK-5482] [BUILD] Refactor python/run-tests to integrate with...Josh Rosen2015-06-279-540/+700
* [SPARK-8606] Prevent exceptions in RDD.getPreferredLocations() from crashing ...Josh Rosen2015-06-272-15/+53
* [SPARK-8623] Hadoop RDDs fail to properly serialize configurationSandy Ryza2015-06-271-2/+4
* [SPARK-3629] [YARN] [DOCS]: Improvement of the "Running Spark on YARN" documentNeelesh Srinivas Salian2015-06-271-82/+82
* [SPARK-8639] [DOCS] Fixed Minor Typos in DocumentationRosstin2015-06-272-2/+2
* [SPARK-8607] SparkR -- jars not being added to application classpath correctlycafreeman2015-06-264-1/+85
* [SPARK-8662] SparkR Update SparkSQL Testcafreeman2015-06-261-3/+12
* [SPARK-8652] [PYSPARK] Check return value for all uses of doctest.testmod()Josh Rosen2015-06-268-12/+29
* [SPARK-8302] Support heterogeneous cluster install paths on YARN.Marcelo Vanzin2015-06-264-12/+84
* [SPARK-8613] [ML] [TRIVIAL] add param to disable linear feature scalingHolden Karau2015-06-262-0/+20
* [SPARK-8344] Add message processing time metric to DAGSchedulerJosh Rosen2015-06-263-5/+22
* [SPARK-8635] [SQL] improve performance of CatalystTypeConvertersWenchen Fan2015-06-258-33/+48
* [SPARK-8620] [SQL] cleanup CodeGenContextWenchen Fan2015-06-254-88/+82
* [SPARK-8237] [SQL] Add misc function sha2Liang-Chi Hsieh2015-06-256-4/+165
* [SPARK-8637] [SPARKR] [HOTFIX] Fix packages argument, sparkSubmitBinNameShivaram Venkataraman2015-06-252-2/+2
* [MINOR] [MLLIB] rename some functions of PythonMLLibAPIYanbo Liang2015-06-254-8/+8
* [SPARK-8567] [SQL] Add logs to record the progress of HiveSparkSubmitSuite.Yin Huai2015-06-251-0/+9
* [SPARK-8574] org/apache/spark/unsafe doesn't honor the java source/ta…Tom Graves2015-06-251-1/+1
* [SPARK-5768] [WEB UI] Fix for incorrect memory in Spark UIJoshi2015-06-252-1/+5
* [SPARK-8604] [SQL] HadoopFsRelation subclasses should set their output format...Cheng Lian2015-06-254-1/+40
* [SPARK-7884] Move block deserialization from BlockStoreShuffleFetcher to Shuf...Matt Massie2015-06-245-96/+314
* Two minor SQL cleanup (compiler warning & indent).Reynold Xin2015-06-242-4/+4
* [SPARK-8075] [SQL] apply type check interface to more expressionsWenchen Fan2015-06-2421-290/+337
* [SPARK-8567] [SQL] Increase the timeout of HiveSparkSubmitSuiteYin Huai2015-06-241-1/+1
* [SPARK-8558] [BUILD] Script /dev/run-tests fails when _JAVA_OPTIONS env var setfe2s2015-06-241-1/+6
* [SPARK-6777] [SQL] Implements backwards compatibility rules in CatalystSchema...Cheng Lian2015-06-249-422/+1297
* [SPARK-7633] [MLLIB] [PYSPARK] Python bindings for StreamingLogisticRegressio...MechCoder2015-06-242-2/+229
* [SPARK-7289] handle project -> limit -> sort efficientlyWenchen Fan2015-06-248-40/+62