aboutsummaryrefslogtreecommitdiff
path: root/dev
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20343][BUILD] Avoid Unidoc build only if Hadoop 2.6 is explicitly set ...hyukjinkwon2017-04-191-2/+10
* [SPARK-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-121-0/+15
* [SPARK-19505][PYTHON] AttributeError on Exception.message in Python3David Gingrich2017-04-111-0/+1
* [SPARK-20123][BUILD] SPARK_HOME variable might have spaces in it(e.g. $SPARK…zuotingbing2017-04-021-16/+16
* [SPARK-19955][PYSPARK] Jenkins Python Conda based test.Holden Karau2017-03-292-25/+44
* [SPARK-20040][ML][PYTHON] pyspark wrapper for ChiSquareTestBago Amirbekian2017-03-281-0/+1
* [SPARK-20102] Fix nightly packaging and RC packaging scripts w/ two minor bui...Josh Rosen2017-03-271-4/+4
* [SPARK-19281][PYTHON][ML] spark.ml Python API for FPGrowthzero3232017-03-261-2/+3
* [SPARK-19550] Follow-up: fixed a typo that fails the dev/make-distribution.sh...Shuai Lin2017-02-181-1/+1
* [SPARK-19517][SS] KafkaSource fails to initialize partition offsetsRoberto Agostino Vitillo2017-02-171-0/+1
* [SPARK-19550][HOTFIX][BUILD] Use JAVA_HOME/bin/java if JAVA_HOME is set in de...Sean Owen2017-02-161-1/+7
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-166-8/+3
* [SPARK-19571][R] Fix SparkR test break on Windows via AppVeyorhyukjinkwon2017-02-141-1/+1
* [SPARK-19464][BUILD][HOTFIX] run-tests should use hadoop2.6Dongjoon Hyun2017-02-082-8/+2
* [SPARK-19464][CORE][YARN][TEST-HADOOP2.6] Remove support for Hadoop 2.5 and e...Sean Owen2017-02-088-539/+2
* [SPARK-19409][BUILD] Bump parquet version to 1.8.2Dongjoon Hyun2017-01-315-30/+30
* [SPARK-19064][PYSPARK] Fix pip installing of sub componentsHolden Karau2017-01-254-2/+10
* [SPARK-16654][CORE] Add UI coverage for Application Level BlacklistingJosé Hiram Soltren2017-01-191-0/+2
* Update known_translations for contributor namesYin Huai2017-01-181-2/+3
* [SPARK-18782][BUILD] Bump Hadoop 2.6 version to use Hadoop 2.6.5Adam Roberts2017-01-181-15/+15
* [SPARK-18828][SPARKR] Refactor scripts for RFelix Cheung2017-01-161-2/+5
* [SPARK-18971][CORE] Upgrade Netty to 4.0.43.FinalShixiong Zhu2017-01-155-5/+5
* [SPARK-19221][PROJECT INFRA][R] Add winutils binaries to the path in AppVeyor...hyukjinkwon2017-01-141-0/+1
* [SPARK-18997][CORE] Recommended upgrade libthrift to 0.9.3Sean Owen2017-01-105-10/+10
* [SPARK-19002][BUILD][PYTHON] Check pep8 against all Python scriptshyukjinkwon2017-01-026-191/+282
* Update known_translations for contributor names and also fix a small issue in...Yin Huai2016-12-292-1/+40
* [BUILD] make-distribution should find JAVA_HOME for non-RHEL systemsFelix Cheung2016-12-211-0/+7
* [SPARK-18588][SS][KAFKA] Create a new KafkaConsumer when error happens to fix...Shixiong Zhu2016-12-211-1/+2
* [SPARK-18951] Upgrade com.thoughtworks.paranamer/paranamer to 2.6Yin Huai2016-12-215-5/+5
* [MINOR] Handle fact that mv is different on linux, macShivaram Venkataraman2016-12-151-2/+5
* [MINOR] Only rename SparkR tar.gz if names mismatchShivaram Venkataraman2016-12-151-2/+2
* [SPARK-18730] Post Jenkins test report page instead of the full console outpu...Cheng Lian2016-12-141-1/+1
* [MINOR][SPARKR] Fix SparkR regex in copy commandShivaram Venkataraman2016-12-091-2/+2
* Copy pyspark and SparkR packages to latest release dir tooFelix Cheung2016-12-081-0/+2
* Copy the SparkR source package with LFTPShivaram Venkataraman2016-12-081-0/+1
* [SPARKR][PYSPARK] Fix R source package name to match Spark version. Remove pi...Shivaram Venkataraman2016-12-081-0/+9
* [SPARK-18590][SPARKR] Change the R source build to Hadoop 2.6Shivaram Venkataraman2016-12-081-2/+2
* [SPARK-18590][SPARKR] build R source package when making distributionFelix Cheung2016-12-082-8/+44
* [SPARK-18662] Move resource managers to separate directoryAnirudh2016-12-061-2/+2
* [SPARK-18671][SS][TEST] Added tests to ensure stability of that all Structure...Tathagata Das2016-12-061-0/+1
* [SPARK-18586][BUILD] netty-3.8.0.Final.jar has vulnerability CVE-2014-3488 an...Sean Owen2016-12-035-5/+5
* [SPARK-18639] Build only a single pip packageReynold Xin2016-12-011-18/+27
* [SPARK-18602] Set the version of org.codehaus.janino:commons-compiler to 3.0....Yin Huai2016-11-285-5/+5
* [SPARK-18073][DOCS][WIP] Migrate wiki to spark.apache.org web siteSean Owen2016-11-231-1/+1
* [SPARK-1267][SPARK-18129] Allow PySpark to be pip installedHolden Karau2016-11-169-7/+210
* [SPARK-18420][BUILD] Fix the errors caused by lint check in JavaXianyang Liu2016-11-161-0/+15
* [SPARK-18418] Fix flags for make_binary_release for hadoop profileHolden Karau2016-11-121-4/+4
* [SPARK-18375][SPARK-18383][BUILD][CORE] Upgrade netty to 4.0.42.FinalGuoqiang Li2016-11-125-5/+5
* [SPARK-18262][BUILD][SQL] JSON.org license is now CatXSean Owen2016-11-105-5/+0
* [SPARK-17960][PYSPARK][UPGRADE TO PY4J 0.10.4]Jagadeesan2016-10-215-5/+5