aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* SPARK-1336 Reducing the output of run-tests script.Prashant Sharma2014-03-291-0/+1
| | | | | | | | | | Author: Prashant Sharma <prashant.s@imaginea.com> Author: Prashant Sharma <scrapcodes@gmail.com> Closes #262 from ScrapCodes/SPARK-1336/ReduceVerbosity and squashes the following commits: 87dfa54 [Prashant Sharma] Further reduction in noise and made pyspark tests to fail fast. 811170f [Prashant Sharma] Reducing the ouput of run-tests script.
* SPARK-1094 Support MiMa for reporting binary compatibility accross versions.Patrick Wendell2014-03-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds some changes on top of the initial work by @scrapcodes in #20: The goal here is to do automated checking of Spark commits to determine whether they break binary compatibility. 1. Special case for inner classes of package-private objects. 2. Made tools classes accessible when running `spark-class`. 3. Made some declared types in MLLib more general. 4. Various other improvements to exclude-generation script. 5. In-code documentation. Author: Patrick Wendell <pwendell@gmail.com> Author: Prashant Sharma <prashant.s@imaginea.com> Author: Prashant Sharma <scrapcodes@gmail.com> Closes #207 from pwendell/mima and squashes the following commits: 22ae267 [Patrick Wendell] New binary changes after upmerge 6c2030d [Patrick Wendell] Merge remote-tracking branch 'apache/master' into mima 3666cf1 [Patrick Wendell] Minor style change 0e0f570 [Patrick Wendell] Small fix and removing directory listings 647c547 [Patrick Wendell] Reveiw feedback. c39f3b5 [Patrick Wendell] Some enhancements to binary checking. 4c771e0 [Prashant Sharma] Added a tool to generate mima excludes and also adapted build to pick automatically. b551519 [Prashant Sharma] adding a new exclude after rebasing with master 651844c [Prashant Sharma] Support MiMa for reporting binary compatibility accross versions.
* SPARK-1144 Added license and RAT to check licenses.Prashant Sharma2014-03-241-0/+1
| | | | | | | | | | Author: Prashant Sharma <prashant.s@imaginea.com> Closes #125 from ScrapCodes/rat-integration and squashes the following commits: 64f7c7d [Prashant Sharma] added license headers. fcf28b1 [Prashant Sharma] Review feedback. c0648db [Prashant Sharma] SPARK-1144 Added license and RAT to check licenses.
* Restricting /lib to top level directory in .gitignorePatrick Wendell2014-01-201-1/+1
| | | | This patch was proposed by Sean Mackrory.
* And update docs to matchHolden Karau2014-01-041-1/+1
|
* Add a script to download sbt if not present on the systemHolden Karau2014-01-041-0/+1
|
* Modify spark on yarn to create SparkConf processliguoqiang2014-01-031-0/+2
|
* Merged with masterPrashant Sharma2013-09-061-0/+4
|\
| * Fix PySpark for assembly run and include it in distMatei Zaharia2013-08-291-0/+1
| |
| * adding files generated from make-distribution.sh to .gitignoreseanm2013-07-151-0/+2
|/
* Merge branch 'master' into streamingTathagata Das2013-06-241-0/+1
|\ | | | | | | | | Conflicts: .gitignore
| * add test for JdbcRDD using embedded derby, per rxin suggestionCody Koeninger2013-05-141-0/+1
| |
* | adding checkpoint dir to .gitignoreseanm2013-03-111-0/+1
|/
* Merge branch 'mesos'haitao.yao2013-01-241-0/+2
|\
| * More classes made private[streaming] to hide from scala docs.Tathagata Das2012-12-301-0/+2
| |
* | add ensimehaitao.yao2013-01-221-0/+2
|/
* Fixed repl maven build to produce artifacts with the appropriate hadoop ↵Thomas Dudziak2012-12-181-0/+1
| | | | classifier and extracted repl fat-jar and debian packaging into a separate project to make Maven happy
* Ignore file spark-tests.log in gitMatei Zaharia2012-10-011-0/+1
|
* - Add docs/api to .gitignoreAndy Konwinski2012-09-161-0/+1
| | | | | | | | | | | | | - Rework/expand the nav bar with more of the docs site - Removing parts of docs about EC2 and Mesos that differentiate between running 0.5 and before - Merged subheadings from running-on-amazon-ec2.html that are still relevant (i.e., "Using a newer version of Spark" and "Accessing Data in S3") into ec2-scripts.html and deleted running-on-amazon-ec2.html - Added some TODO comments to a few docs - Updated the blurb about AMP Camp - Renamed programming-guide to spark-programming-guide - Fixing typos/etc. in Standalone Spark doc
* Adding docs directory containing documentation currently on the wikiAndy Konwinski2012-09-121-0/+1
| | | | | | which can be compiled via jekyll, using the command `jekyll`. To compile and run a local webserver to serve the doc as a website, run `jekyll --server`.
* merged dev branchDenny2012-08-021-1/+2
|\
| * Webui improvements.Denny2012-08-011-0/+1
| |
* | Spark standalone mode cluster scripts.Denny2012-08-011-0/+1
|/ | | | Heavily inspired by Hadoop cluster scripts ;-)
* Ignore some IDE filesMatei Zaharia2012-06-281-0/+2
|
* Added more SBT stuff to gitignoreMatei Zaharia2011-02-081-0/+5
|
* Added IntelliJ's build directory to gitignoreMatei Zaharia2011-02-021-0/+1
|
* Added support for IntelliJ IDEAMatei Zaharia2011-02-021-0/+2
|
* Fixed some more stuff (Eclispe target and native build)Matei Zaharia2010-11-131-4/+4
|
* Initial work to get Spark compiling with SBT 0.7.5 RC0Matei Zaharia2010-11-131-0/+3
|
* Added some stuff to .gitignoreMatei Zaharia2010-11-131-0/+3
|
* Modified project structure to work with buildrMatei Zaharia2010-11-131-0/+2
|
* Added log4j.propertiesMatei Zaharia2010-09-281-0/+1
|
* Improved README and added blank templates for config files.Matei Zaharia2010-08-131-0/+2
|
* Add Mesos native library to .gitignoreMatei Zaharia2010-07-251-0/+2
|
* Ignore .DS_StoreMatei Zaharia2010-06-101-0/+1
|
* Initial commitMatei Zaharia2010-03-291-0/+4