aboutsummaryrefslogtreecommitdiff
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* Make DEBUG-level logs consummable.Patrick Wendell2014-01-101-1/+3
| | | | | | | Removes two things that caused issues with the debug logs: (a) Internal polling in the DAGScheduler was polluting the logs. (b) The Scala REPL logs were really noisy.
* Send logs to stderr by default (instead of stdout).Patrick Wendell2014-01-091-0/+1
|
* add the comments about SPARK_WORKER_DIRCodingCat2014-01-071-1/+1
| | | | this env variable seems to be forgotten …
* Add graphite sink for metricsRussell Cardullo2013-11-081-0/+8
| | | | | | | This adds a metrics sink for graphite. The sink must be configured with the host and port of a graphite node and optionally may be configured with a prefix that will be prepended to all metrics that are sent to graphite.
* Merge pull request #905 from mateiz/docs2Matei Zaharia2013-09-081-10/+8
|\ | | | | Job scheduling and cluster mode docs
| * More fair scheduler docs and property names.Matei Zaharia2013-09-081-10/+8
| | | | | | | | | | Also changed uses of "job" terminology to "application" when they referred to an entire Spark program, to avoid confusion.
* | Fixing package name in template confPatrick Wendell2013-09-081-7/+7
| |
* | Adding more docs and some code cleanupPatrick Wendell2013-09-081-1/+35
|/
* Another fix suggested by PatrickMatei Zaharia2013-08-311-1/+1
|
* Fixes suggested by PatrickMatei Zaharia2013-08-311-1/+1
|
* More updates, describing changes to recommended use of environment varsMatei Zaharia2013-08-311-13/+10
| | | | and new Python stuff
* fixing typoseanm2013-08-151-1/+1
|
* MetricsServlet code refactor according to commentsjerryshao2013-08-121-9/+4
|
* Add MetricsServlet for Spark metrics systemjerryshao2013-08-121-6/+17
|
* add comment in spark-env.sh.template for SPARK_JAVA_OPTSshane-huang2013-08-091-0/+5
| | | | Signed-off-by: shane-huang <shengsheng.huang@intel.com>
* Improving documentation in config file examplePatrick Wendell2013-08-011-36/+33
|
* Code refactor according to commentsjerryshao2013-07-241-1/+72
|
* Code style changesjerryshao2013-07-241-0/+2
|
* Add metrics config template fileAndrew xia2013-07-242-15/+14
|
* Add Maven metrics library dependency and code changesjerryshao2013-07-241-2/+2
|
* Update metric source support for instrumentationjerryshao2013-07-241-1/+3
|
* Build metrics system framworkjerryshao2013-07-241-0/+13
|
* Merge pull request #673 from xiajunluan/masterMatei Zaharia2013-07-061-0/+15
|\ | | | | Add config template file for fair scheduler feature
| * Add fair scheduler config template fileAndrew xia2013-07-041-0/+15
| |
* | Update docs on SCALA_LIBRARY_PATHMatei Zaharia2013-06-301-12/+6
|/
* added SPARK_WORKER_INSTANCES : allows spawning multiple worker ↵kalpit2013-03-261-0/+1
| | | | instances/processes on every slave machine
* Document how to configure SPARK_MEM & co on a per-job basisMatei Zaharia2012-10-131-13/+16
|
* Settings variables and bugfix for stop script.Denny2012-08-021-1/+9
|
* Spark standalone mode cluster scripts.Denny2012-08-012-1/+3
| | | | Heavily inspired by Hadoop cluster scripts ;-)
* Further fixes to how Mesos is found and usedMatei Zaharia2012-03-171-1/+1
|
* Removed java-opts.templatealpha-0.2Matei Zaharia2011-05-241-0/+0
|
* Undid some changes that Mosharaf inadvertedly committed to master.Matei Zaharia2010-10-192-2/+1
|
* Merge branch 'master' of git@github.com:mesos/sparkMosharaf Chowdhury2010-10-183-0/+0
|\ | | | | | | | | | | | | Conflicts: src/scala/spark/SparkContext.scala Using the latest one from Matei.
| * Changed the config files that were included in git to templates whichMatei Zaharia2010-10-163-0/+0
| | | | | | | | | | | | are used to create an initial copy of each config file if the user does not have one. This way, users won't accidentally commit their changes to config files to git.
* | Minor cleanup in Broadcast.scala.Mosharaf Chowdhury2010-10-122-1/+2
|/ | | | Changed BroadcastTest.scala to have multiple broadcasts.
* Updated log4j.properties to ignore jetty messages below WARN levelMatei Zaharia2010-09-281-0/+4
|
* Added log4j.propertiesMatei Zaharia2010-09-281-0/+4
|
* Improved README and added blank templates for config files.Matei Zaharia2010-08-132-0/+13