aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark/deploy
Commit message (Expand)AuthorAgeFilesLines
* Some bug and formatting fixes to FTMatei Zaharia2013-02-102-3/+3
* Detect hard crashes of workers using a heartbeat mechanism.root2013-02-104-3/+38
* Tweak web UI so that people don't get confused about master URL formatMatei Zaharia2013-02-103-5/+8
* Merge branch 'master' into fixdeathpactexceptionStephen Haberman2013-02-055-72/+64
|\
| * Merge pull request #379 from stephenh/sparkmemMatei Zaharia2013-02-021-2/+1
| |\
| | * Merge branch 'master' into sparkmemStephen Haberman2013-02-0211-76/+73
| | |\
| | * | Fix SPARK_MEM in ExecutorRunner.Stephen Haberman2013-01-221-1/+1
| | * | Add spark.executor.memory to differentiate executor memory from spark-shell m...Stephen Haberman2013-01-151-2/+1
| * | | Fix createActorSystem not actually using the systemName parameter.Stephen Haberman2013-02-024-70/+63
| | |/ | |/|
* / | Handle Terminated to avoid endless DeathPactExceptions.Stephen Haberman2013-02-051-5/+2
|/ /
* | Add more private declarations.Stephen Haberman2013-01-311-15/+7
* | Include message and exitStatus if availalbe.Stephen Haberman2013-01-301-1/+3
* | Merge remote-tracking branch 'stephenh/removefailedjob'Matei Zaharia2013-01-292-7/+9
|\ \
| * | Fix Worker logInfo about unknown executor.Stephen Haberman2013-01-221-1/+1
| * | Don't bother creating an exception.Stephen Haberman2013-01-221-2/+1
| * | Handle Master telling the Worker to kill an already-dead executor.Stephen Haberman2013-01-221-3/+7
| * | Call removeJob instead of killing the cluster.Stephen Haberman2013-01-221-2/+1
* | | Merge branch 'master' into driverStephen Haberman2013-01-285-17/+24
|\ \ \
| * | | Clean up BlockManagerUI a little (make it not be an object, merge withMatei Zaharia2013-01-272-4/+8
| * | | Rename more things from slave to executorMatei Zaharia2013-01-271-1/+1
| * | | Track workers by executor ID instead of hostname to allow multipleMatei Zaharia2013-01-273-10/+12
* | | | Replace old 'master' term with 'driver'.Stephen Haberman2013-01-254-30/+28
|/ / /
* / / Don't download files to master's working directory.Josh Rosen2013-01-211-5/+0
|/ /
* | more File -> String changesImran Rashid2013-01-213-8/+4
* | remove unused importsImran Rashid2013-01-211-2/+0
* | send sparkHome as String instead of File over networkImran Rashid2013-01-213-3/+3
* | executor can use a different sparkHome from WorkerImran Rashid2013-01-215-9/+16
|/
* Added an optional format parameter for individual job queries and optimized t...Tyson2013-01-111-11/+27
* Added implicit json writers for JobDescription and ExecutorRunnerTyson2013-01-111-1/+22
* FormattingMatei Zaharia2013-01-102-4/+6
* Merge pull request #357 from tysonjh/masterMatei Zaharia2013-01-103-10/+86
|\
| * Removed io.spray spray-json dependency as it is not needed.Tyson2013-01-091-3/+1
| * Query parameter reformatted to be more extensible and routing more robustTyson2013-01-092-6/+6
| * Added url query parameter json and handlerTyson2013-01-092-10/+29
| * JSON object definitionsTyson2013-01-091-0/+59
* | Remove dependencies on sun jvm classes. Instead use reflection to inferShivaram Venkataraman2013-01-071-3/+19
* | SPARK-616: Logging dead workers in Web UI.Patrick Wendell2012-12-173-3/+17
|/
* Have standalone cluster report exit codes to clients. Addresses SPARK-639.Charles Reiss2012-12-137-15/+18
* Merge pull request #317 from woggling/block-manager-heartbeatMatei Zaharia2012-12-101-2/+6
|\
| * Make LocalSparkCluster use distinct IPsCharles Reiss2012-12-061-2/+6
* | Search for a non-loopback address in Utils.getLocalIpAddressMatei Zaharia2012-12-081-1/+1
|/
* Use external addresses in standalone WebUI on EC2.Josh Rosen2012-12-014-11/+29
* Use DNS names instead of IP addresses in standalone mode, to allowMatei Zaharia2012-11-152-4/+4
* Detect correctly when one has disconnected from a standalone cluster.Matei Zaharia2012-11-111-1/+13
* Added an option to spread out jobs in the standalone mode.Matei Zaharia2012-11-082-12/+55
* Various fixes to standalone mode and web UI:Matei Zaharia2012-11-076-22/+74
* Take executor environment vars as an arguemnt to SparkContextMatei Zaharia2012-10-131-7/+5
* Protect from setting null environment variables.Denny2012-10-131-1/+5
* Let the user specify environment variables to be passed to the Executors.Denny2012-10-131-2/+0
* Don't crash on ask timeout exceptions in deploy.Client.stop() (fixes a crash ...Matei Zaharia2012-10-071-3/+8