aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* SPARK-1565, update examples to be used with spark-submit script.Prashant Sharma2014-05-081-0/+1
| | | | | | | | | | | | | | | | Commit for initial feedback, basically I am curious if we should prompt user for providing args esp. when its mandatory. And can we skip if they are not ? Also few other things that did not work like `bin/spark-submit examples/target/scala-2.10/spark-examples-1.0.0-SNAPSHOT-hadoop1.0.4.jar --class org.apache.spark.examples.SparkALS --arg 100 500 10 5 2` Not all the args get passed properly, may be I have messed up something will try to sort it out hopefully. Author: Prashant Sharma <prashant.s@imaginea.com> Closes #552 from ScrapCodes/SPARK-1565/update-examples and squashes the following commits: 669dd23 [Prashant Sharma] Review comments 2727e70 [Prashant Sharma] SPARK-1565, update examples to be used with spark-submit script.
* Whitelist Hive TestsMichael Armbrust2014-05-031-0/+1
| | | | | | | | | | | | | This is ready when Jenkins is. Author: Michael Armbrust <michael@databricks.com> Closes #596 from marmbrus/moreTests and squashes the following commits: 85be703 [Michael Armbrust] Blacklist MR required tests. 35bc311 [Michael Armbrust] Add hive golden answers. ede98fd [Michael Armbrust] More hive gitignore da096ea [Michael Armbrust] update whitelist
* [SQL] SPARK-1661 - Fix regex_serde testMichael Armbrust2014-05-011-0/+5
| | | | | | | | | | | The JIRA in question is actually reporting a bug with Shark, but I wanted to make sure Spark SQL did not have similar problems. This fixes a bug in our parsing code that was preventing the test from executing, but it looks like the RegexSerDe is working in Spark SQL. Author: Michael Armbrust <michael@databricks.com> Closes #595 from marmbrus/fixRegexSerdeTest and squashes the following commits: a4dc612 [Michael Armbrust] Add files created by hive to gitignore. efa6402 [Michael Armbrust] Fix Hive serde_regex test.
* SPARK-1619 Launch spark-shell with spark-submitPatrick Wendell2014-04-241-0/+1
| | | | | | | | | | | | | | | This simplifies the shell a bunch and passes all arguments through to spark-submit. There is a tiny incompatibility from 0.9.1 which is that you can't put `-c` _or_ `--cores`, only `--cores`. However, spark-submit will give a good error message in this case, I don't think many people used this, and it's a trivial change for users. Author: Patrick Wendell <pwendell@gmail.com> Closes #542 from pwendell/spark-shell and squashes the following commits: 9eb3e6f [Patrick Wendell] Updating Spark docs b552459 [Patrick Wendell] Andrew's feedback 97720fa [Patrick Wendell] Review feedback aa2900b [Patrick Wendell] SPARK-1619 Launch spark-shell with spark-submit
* 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