Created
February 1, 2013 22:11
-
-
Save stephenh/4694514 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> ./sbt/sbt test-only spark.DistributedSuite | |
Listening for transport dt_socket at address: 5005 | |
[info] Loading project definition from /home/stephen/other/spark/project/project | |
[info] Loading project definition from /home/stephen/other/spark/project | |
[info] Set current project to root (in build file:/home/stephen/other/spark/) | |
[INFO] [02/01/2013 16:09:52.354] [spark-akka.actor.default-dispatcher-2] [ActorSystem(spark)] RemoteServerShutdown@akka://[email protected]:57697 | |
[INFO] [02/01/2013 16:09:52.617] [spark-akka.actor.default-dispatcher-4] [ActorSystem(spark)] RemoteServerShutdown@akka://[email protected]:52063 | |
[INFO] [02/01/2013 16:09:52.853] [spark-akka.actor.default-dispatcher-1] [ActorSystem(spark)] RemoteServerShutdown@akka://[email protected]:50396 | |
[INFO] [02/01/2013 16:09:53.72] [spark-akka.actor.default-dispatcher-3] [ActorSystem(spark)] RemoteServerShutdown@akka://[email protected]:56448 | |
[INFO] [02/01/2013 16:09:53.284] [spark-akka.actor.default-dispatcher-1] [ActorSystem(spark)] RemoteServerShutdown@akka://[email protected]:48603 | |
[INFO] [02/01/2013 16:09:53.621] [spark-akka.actor.default-dispatcher-2] [ActorSystem(spark)] RemoteServerShutdown@akka://[email protected]:50788 | |
[INFO] [02/01/2013 16:09:53.866] [spark-akka.actor.default-dispatcher-2] [ActorSystem(spark)] RemoteServerShutdown@akka://[email protected]:56845 | |
[INFO] [02/01/2013 16:09:54.97] [spark-akka.actor.default-dispatcher-2] [ActorSystem(spark)] RemoteServerShutdown@akka://[email protected]:46821 | |
[INFO] [02/01/2013 16:09:54.341] [spark-akka.actor.default-dispatcher-3] [ActorSystem(spark)] RemoteServerShutdown@akka://[email protected]:43991 | |
[INFO] [02/01/2013 16:09:54.589] [spark-akka.actor.default-dispatcher-1] [ActorSystem(spark)] RemoteServerShutdown@akka://[email protected]:46287 | |
[INFO] [02/01/2013 16:09:54.840] [spark-akka.actor.default-dispatcher-1] [ActorSystem(spark)] RemoteServerShutdown@akka://[email protected]:52885 | |
[info] FileSuite: | |
[info] - text files | |
[info] - SequenceFiles | |
[info] - SequenceFile with writable key | |
[info] - SequenceFile with writable value | |
[info] - SequenceFile with writable key and value | |
[info] - implicit conversions in reading SequenceFiles | |
[info] - object files of ints | |
[info] - object files of complex types | |
[info] - write SequenceFile using new Hadoop API | |
[info] - read SequenceFile using new Hadoop API | |
[info] - file caching |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment