1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Sep 23, 2024 — Sep 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored ExecuteRequestHandler to maximize code reuse. More... about 11 years ago
Removed printlns in heartbeat More... about 11 years ago
Added SparkStreaming dependency More... about 11 years ago
Added ExecuteReplyError message when the interpreter does not respond. More... about 11 years ago
Added keynote for initial architecture More... about 11 years ago
Removed mesos as managed dependency (does not work), added as unmanaged (works with sbt pack) More... about 11 years ago
Removed akka-actor dependency since brought in by others, updated Spark dependencies to 1.0.0 instead of 1.0.1, added mesos dependency (removing in next commit, needs to be unmanaged) More... about 11 years ago
Added unit tests for GenericSocketMessageHandler, added comments for usage of GenericSocketMessageHandler More... about 11 years ago
Added test for complete coverage of Relay. More... about 11 years ago
Created initial SparkKernelClient and HeartbeatClient actor More... about 11 years ago
Refactored interpreter enum values to be in interpreter package object. More... about 11 years ago
Refactored signature actor enum values to be in security package object. More... about 11 years ago
Refactored aliases of ExecuteReply, ShutdownReply, CompleteReply, and InspectReply to be in v5.content package More... about 11 years ago
Added custom command 'sbt kill' to build.sbt. More... about 11 years ago
Refactored SparkIMain to not be exposed by ScalaInterpreter, Added methods to wrap SparkIMain classServerUri, bind, and beQuietDuring More... about 11 years ago
Added hostname to Vagrant, added support for docker scripts for standalone cluster More... about 11 years ago
Added test class for SimpleActorLoader. More... about 11 years ago
Refactored load methods for MessageType, SocketType, and various system actors into one method. More... about 11 years ago
Add Zack Morris to .pairs file. More... about 11 years ago
Fix unit tests and remove unnecessary comments and imports in ExecuteResultHandler More... about 11 years ago
Modified unit tests for ExecutionCounter to not depend on each other. More... about 11 years ago
Wrap concurrent map for incrementing counts + tests More... about 11 years ago
Add timeout of 500millis instead of default More... about 11 years ago
Removed java options for running in sbt. More... about 11 years ago
Added Vagrantfile for common dev environment to reduce developer setup. More... about 11 years ago
Added option to not use signature manager (better performance if signature not used), updated tests - need to add tests that include signature manager More... about 11 years ago
Updated stop of ScalaInterpreter to allow it to be called multiple times More... about 11 years ago
Added signature manager to relay to validate and produce signatures, added signature manager to actor loader More... about 11 years ago
Added TODO for error handling in SignatureManager More... about 11 years ago
Added SignatureManager, updated SignatureChecker and SignatureProducer constructors, added signature-related names to package, added ExecuteRequestTask name to package More... about 11 years ago