1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Sep 22, 2024 — Sep 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Map port values for mesos to 0MQ socket ports in application.conf More... about 11 years ago
Changed config value for spark master url. More... about 11 years ago
Added note about not being able to test all of the interpret method More... about 11 years ago
Merge branch 'master' of github.rtp.raleigh.ibm.com:ignitio/sparkkernel More... about 11 years ago
Added CodeCompleteHandler, added associated actors and tests. Modified Interpreter, ScalaInterpreter, and necessary package objects to handle CompleteRequest and CompleteReply. More... about 11 years ago
Added helper traits for stubbing interpreter helper functions, added new test for verifying that interpret calls TaskManager.add { ... } More... about 11 years ago
Refactored ScalaInterpreter interpret method to use helper functions More... about 11 years ago
Added fail test to ScalaInterpret for interpret(...) More... about 11 years ago
Added tests for most ScalaInterpreter methods (minus the big interpret) - some aren't easily testable due to call-by-name arguments More... about 11 years ago
Added #addJars and #interrupt tests More... about 11 years ago
Added SettingsProducer, SparkIMainProducer, and TaskManagerProducer (Like and StandardImpl) to expose these properties to be mocked when testing the ScalaInterpreter More... about 11 years ago
Fixed spacing on sparkIMain.bind(...) call More... about 11 years ago
Added blank describes for ScalaInterpreter More... about 11 years ago
Removed old discussion held about exposing/binding a SparkContext More... about 11 years ago
Added OutputStream to DependencyMap, updated AddJar to take IncludeOutputStream trait, updated AddJar to print out status messages More... about 11 years ago
Refactored interpret method to block the future at the very end (more readable) More... about 11 years ago
Added temporary signal trapping to capture interrupt More... about 11 years ago
Merge branch 'master' of github.rtp.raleigh.ibm.com:ignitio/sparkkernel More... about 11 years ago
Added additional test for ExecuteRequestRelay regarding aborted code More... about 11 years ago
Added additional test for ExecuteRequestTaskActor regarding aborted code More... about 11 years ago
Added additional Interpreter Result type (abort), refactored locations where old IR.Result used More... about 11 years ago
Added TaskManager as interrupt() for ScalaInterpreter, added TaskManager to start() and stop() More... about 11 years ago
Updated hack to avoid deprecation warning with proper name More... about 11 years ago
Added TaskManager to facilitate executing tasks in a separate thread that CAN be killed More... about 11 years ago
Added warning expansion for Java-based code, minus path-related warnings More... about 11 years ago
Added Spark SQL dependency More... about 11 years ago
Refactored build.sbt to package sparkkernel script into docker container. More... about 11 years ago
Removed unnecessary IPython startup More... about 11 years ago
Updated retries for Kafka/Cassandra to have limited tries (to avoid infinite looping) More... about 11 years ago
Added custom.js to the default profile to enable Scala syntax highlighting, updated Vagrantfile with flags to avoid rerunning most commands if successfully completed More... about 11 years ago