aboutsummaryrefslogtreecommitdiff
path: root/repl
Commit message (Collapse)AuthorAgeFilesLines
...
| * Minor YARN build cleanupsJey Kottalam2013-09-061-12/+0
| |
* | Fixed repl suitePrashant Sharma2013-09-152-7/+7
| |
* | Few more fixes to tests broken during mergePrashant Sharma2013-09-101-50/+0
| |
* | Merged with masterPrashant Sharma2013-09-0618-372/+369
|\|
| * Updated LICENSE with third-party licensesMatei Zaharia2013-09-021-0/+17
| |
| * Move some classes to more appropriate packages:Matei Zaharia2013-09-011-1/+1
| | | | | | | | | | | | * RDD, *RDDFunctions -> org.apache.spark.rdd * Utils, ClosureCleaner, SizeEstimator -> org.apache.spark.util * JavaSerializer, KryoSerializer -> org.apache.spark.serializer
| * Fix some URLsMatei Zaharia2013-09-011-1/+1
| |
| * Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-0112-30/+30
| |
| * Synced sbt and maven buildsMark Hamstra2013-08-211-0/+6
| |
| * Remove redundant dependencies from POMsJey Kottalam2013-08-181-15/+0
| |
| * Updates to repl and example POMs to match SBT buildJey Kottalam2013-08-161-6/+0
| |
| * Maven build now also works with YARNJey Kottalam2013-08-161-63/+1
| |
| * Maven build now works with CDH hadoop-2.0.0-mr1Jey Kottalam2013-08-161-54/+10
| |
| * Initial changes to make Maven build agnostic of hadoop versionJey Kottalam2013-08-161-50/+22
| |
| * Set SPARK_CLASSPATH for maven repl testsShivaram Venkataraman2013-08-131-0/+30
| |
| * Format cleanup.Benjamin Hindman2013-07-301-1/+3
| |
| * Added property 'spark.executor.uri' for launching on Mesos withoutBenjamin Hindman2013-07-291-0/+2
| | | | | | | | | | | | | | requiring Spark to be installed. Using 'make_distribution.sh' a user can put a Spark distribution at a URI supported by Mesos (e.g., 'hdfs://...') and then set that when launching their job. Also added SPARK_EXECUTOR_URI for the REPL.
| * Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-165-1/+86
| |
* | Added add jars functionality to new repl, which was dropped while merging ↵Prashant Sharma2013-07-123-4/+11
| | | | | | | | with old.
* | Removed an unnecessary test casePrashant Sharma2013-07-111-101/+0
| |
* | Merge branch 'master' into master-mergePrashant Sharma2013-07-033-14/+91
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/pom.xml core/src/main/scala/spark/MapOutputTracker.scala core/src/main/scala/spark/RDD.scala core/src/main/scala/spark/RDDCheckpointData.scala core/src/main/scala/spark/SparkContext.scala core/src/main/scala/spark/Utils.scala core/src/main/scala/spark/api/python/PythonRDD.scala core/src/main/scala/spark/deploy/client/Client.scala core/src/main/scala/spark/deploy/master/MasterWebUI.scala core/src/main/scala/spark/deploy/worker/Worker.scala core/src/main/scala/spark/deploy/worker/WorkerWebUI.scala core/src/main/scala/spark/rdd/BlockRDD.scala core/src/main/scala/spark/rdd/ZippedRDD.scala core/src/main/scala/spark/scheduler/cluster/StandaloneSchedulerBackend.scala core/src/main/scala/spark/storage/BlockManager.scala core/src/main/scala/spark/storage/BlockManagerMaster.scala core/src/main/scala/spark/storage/BlockManagerMasterActor.scala core/src/main/scala/spark/storage/BlockManagerUI.scala core/src/main/scala/spark/util/AkkaUtils.scala core/src/test/scala/spark/SizeEstimatorSuite.scala pom.xml project/SparkBuild.scala repl/src/main/scala/spark/repl/SparkILoop.scala repl/src/test/scala/spark/repl/ReplSuite.scala streaming/src/main/scala/spark/streaming/StreamingContext.scala streaming/src/main/scala/spark/streaming/api/java/JavaStreamingContext.scala streaming/src/main/scala/spark/streaming/dstream/KafkaInputDStream.scala streaming/src/main/scala/spark/streaming/util/MasterFailureTest.scala
| * FormattingMatei Zaharia2013-06-251-3/+4
| |
| * Added a local-cluster mode test to ReplSuiteMatei Zaharia2013-06-251-5/+26
| |
| * Fix search path for REPL class loader to really find added JARsMatei Zaharia2013-06-221-1/+3
| |
| * ADD_JARS environment variable for spark-shellMatei Zaharia2013-06-221-2/+7
| |
| * Update ASM to version 4.0Matei Zaharia2013-06-191-2/+1
| |
| * Remove spark-repl's extraneous dependency on spark-streamingJey Kottalam2013-05-011-14/+0
| |
| * Attempt to fix streaming test failures after yarn branch mergeMridul Muralidharan2013-04-281-0/+1
| |
| * Attempt at fixing merge conflictMridul Muralidharan2013-04-242-2/+2
| |\
| * | Add support for building against hadoop2-yarn : adding new maven profile for itMridul Muralidharan2013-04-071-0/+71
| | |
* | | Merge pull request #652 from ScrapCodes/scala-2.10Matei Zaharia2013-06-141-0/+2
|\ \ \ | | | | | | | | Fixed maven build without netty fix
| * | | Fixed maven build without netty fixPrashant Sharma2013-06-141-0/+2
| | | |
* | | | Fix StandaloneClusterReplSuite to allow running multiple testsMatei Zaharia2013-06-082-16/+5
|/ / /
* | | Fixied other warningsPrashant Sharma2013-04-291-1/+1
| | |
* | | scala 2.10 and master mergePrashant Sharma2013-04-243-16/+2
| | |
* | | Manually merged scala-2.10 and masterPrashant Sharma2013-04-223-16/+44
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'jey/bump-development-version-to-0.8.0'Matei Zaharia2013-04-082-2/+2
| |\ \ | | |/ | |/| | | | | | | | | | Conflicts: docs/_config.yml project/SparkBuild.scala
| | * Bump development version to 0.8.0Jey Kottalam2013-03-282-2/+2
| |/
| * Add a log4j compile dependency to fix build in IntelliJMikhail Bautin2013-03-151-1/+1
| | | | | | | | | | Also rename parent project to spark-parent (otherwise it shows up as "parent" in IntelliJ, which is very confusing).
| * bump version to 0.7.1-SNAPSHOT in the subproject poms to keep the maven ↵Mark Hamstra2013-02-281-1/+1
| | | | | | | | build building.
| * Change version to 0.7.1-SNAPSHOT for development branchMatei Zaharia2013-02-271-1/+1
| |
| * Remove activation of profiles by defaultMikhail Bautin2013-01-311-11/+0
| | | | | | | | | | See the discussion at https://github.com/mesos/spark/pull/355 for why default profile activation is a problem.
| * Replace old 'master' term with 'driver'.Stephen Haberman2013-01-251-1/+1
| |
| * Add an Avro dependency to REPL to make it compile with Hadoop 2Mikhail Bautin2013-01-221-0/+10
| |
| * Add Maven build file for streaming, and fix some issues in SBT fileMatei Zaharia2013-01-201-0/+14
| | | | | | | | | | | | As part of this, changed our Scala 2.9.2 Kafka library to be available as a local Maven repository, following the example in (http://blog.dub.podval.org/2010/01/maven-in-project-repository.html)
| * Merge branch 'master' into streamingTathagata Das2013-01-151-0/+11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/spark/rdd/CoGroupedRDD.scala core/src/main/scala/spark/rdd/FilteredRDD.scala docs/_layouts/global.html docs/index.md run
| * | Changed locations for unit test logs.Tathagata Das2013-01-071-2/+2
| | |
* | | Added more testsPrashant Sharma2013-04-193-12/+84
| | |
* | | Changed spark context as lazy val to become just val.Prashant Sharma2013-04-162-3/+5
| | |
* | | Added standalone cluster repl suitePrashant Sharma2013-04-153-47/+100
| | |