You are viewing a plain text version of this content. The canonical link for it is here.
- git commit: SPARK-1151: Update dev merge script to use spark.git instead of incubator-spark - posted by pw...@apache.org on 2014/03/01 03:28:41 UTC, 0 replies.
- svn commit: r1573187 - in /spark: doap.rdf site/doap.rdf - posted by ma...@apache.org on 2014/03/01 17:09:53 UTC, 0 replies.
- git commit: [SPARK-979] Randomize order of offers. - posted by ka...@apache.org on 2014/03/01 20:24:47 UTC, 0 replies.
- git commit: [SPARK-1150] fix repo location in create script - posted by pw...@apache.org on 2014/03/02 01:21:31 UTC, 0 replies.
- git commit: Revert "[SPARK-1150] fix repo location in create script" - posted by pw...@apache.org on 2014/03/02 02:16:04 UTC, 0 replies.
- git commit: [SPARK-1150] fix repo location in create script (re-open) - posted by pw...@apache.org on 2014/03/02 02:25:10 UTC, 0 replies.
- git commit: [SPARK-1100] prevent Spark from overwriting directory silently - posted by pw...@apache.org on 2014/03/02 02:27:59 UTC, 0 replies.
- git commit: Initialized the regVal for first iteration in SGD optimizer - posted by rx...@apache.org on 2014/03/02 09:31:59 UTC, 0 replies.
- git commit: Merge the old sbt-launch-lib.bash with the new sbt-launcher jar downloading logic. - posted by rx...@apache.org on 2014/03/02 09:35:24 UTC, 0 replies.
- git commit: Update io.netty from 4.0.13 Final to 4.0.17.Final - posted by rx...@apache.org on 2014/03/02 09:48:49 UTC, 0 replies.
- git commit: Remove remaining references to incubation - posted by rx...@apache.org on 2014/03/02 10:00:15 UTC, 0 replies.
- git commit: SPARK-1137: Make ZK PersistenceEngine not crash for wrong serialVersionUID - posted by rx...@apache.org on 2014/03/02 10:00:41 UTC, 0 replies.
- git commit: Ignore RateLimitedOutputStreamSuite for now. - posted by pw...@apache.org on 2014/03/02 23:27:26 UTC, 0 replies.
- git commit: SPARK-1084.2 (resubmitted) - posted by pw...@apache.org on 2014/03/02 23:27:58 UTC, 0 replies.
- svn commit: r1573395 - in /spark: documentation.md site/documentation.html - posted by ma...@apache.org on 2014/03/03 00:01:12 UTC, 0 replies.
- git commit: SPARK-1121: Include avro for yarn-alpha builds - posted by pw...@apache.org on 2014/03/03 00:18:27 UTC, 0 replies.
- svn commit: r1573412 [1/2] - in /spark/site/docs/0.9.0: ./ api/core/org/apache/spark/ api/core/org/apache/spark/scheduler/ api/mllib/ api/mllib/index/ api/mllib/org/apache/spark/mllib/recommendation/ api/mllib/org/apache/spark/mllib/util/ api/pyspark/ js/ - posted by pw...@apache.org on 2014/03/03 01:37:18 UTC, 0 replies.
- svn commit: r1573412 [2/2] - in /spark/site/docs/0.9.0: ./ api/core/org/apache/spark/ api/core/org/apache/spark/scheduler/ api/mllib/ api/mllib/index/ api/mllib/org/apache/spark/mllib/recommendation/ api/mllib/org/apache/spark/mllib/util/ api/pyspark/ js/ - posted by pw...@apache.org on 2014/03/03 01:37:18 UTC, 0 replies.
- svn commit: r1573418 - /spark/site/docs/0.9.0/ - posted by pw...@apache.org on 2014/03/03 02:57:27 UTC, 0 replies.
- git commit: Add Jekyll tag to isolate "production-only" doc components. (0.9 version) - posted by pw...@apache.org on 2014/03/03 03:18:52 UTC, 0 replies.
- git commit: Add Jekyll tag to isolate "production-only" doc components. - posted by pw...@apache.org on 2014/03/03 03:19:06 UTC, 0 replies.
- git commit: SPARK-1173. Improve scala streaming docs. - posted by rx...@apache.org on 2014/03/03 08:26:45 UTC, 0 replies.
- git commit: SPARK-1173. (#2) Fix typo in Java streaming example. - posted by rx...@apache.org on 2014/03/03 08:48:44 UTC, 0 replies.
- git commit: Removed accidentally checked in comment - posted by rx...@apache.org on 2014/03/03 23:39:48 UTC, 0 replies.
- git commit: update proportion of memory - posted by rx...@apache.org on 2014/03/03 23:41:24 UTC, 0 replies.
- git commit: Remove the remoteFetchTime metric. - posted by ka...@apache.org on 2014/03/04 01:12:21 UTC, 0 replies.
- git commit: Added a unit test for PairRDDFunctions.lookup - posted by ma...@apache.org on 2014/03/04 01:39:02 UTC, 0 replies.
- git commit: SPARK-1158: Fix flaky RateLimitedOutputStreamSuite. - posted by ma...@apache.org on 2014/03/04 06:24:29 UTC, 0 replies.
- git commit: Remove broken/unused Connection.getChunkFIFO method. - posted by ma...@apache.org on 2014/03/04 06:27:28 UTC, 0 replies.
- [1/3] [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda expressions for the Java/Scala APIs - posted by pw...@apache.org on 2014/03/04 07:31:36 UTC, 0 replies.
- [2/3] [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda expressions for the Java/Scala APIs - posted by pw...@apache.org on 2014/03/04 07:31:37 UTC, 0 replies.
- [3/3] git commit: [java8API] SPARK-964 Investigate the potential for using JDK 8 lambda expressions for the Java/Scala APIs - posted by pw...@apache.org on 2014/03/04 07:31:38 UTC, 0 replies.
- git commit: SPARK-1164 Deprecated reduceByKeyToDriver as it is an alias for reduceByKeyLocally - posted by rx...@apache.org on 2014/03/04 19:27:04 UTC, 0 replies.
- git commit: SPARK-1178: missing document of spark.scheduler.revive.interval - posted by rx...@apache.org on 2014/03/04 19:28:14 UTC, 0 replies.
- git commit: SPARK-1109 wrong API docs for pyspark map function - posted by ma...@apache.org on 2014/03/05 00:32:50 UTC, 1 replies.
- git commit: SPARK-1171: when executor is removed, we should minus totalCores instead of just freeCores on that executor - posted by ka...@apache.org on 2014/03/05 23:00:34 UTC, 0 replies.
- git commit: Improve building with maven docs - posted by pw...@apache.org on 2014/03/06 01:38:51 UTC, 0 replies.
- git commit: SPARK-1184: Update the distribution tar.gz to include spark-assembly jar - posted by pw...@apache.org on 2014/03/06 01:54:34 UTC, 1 replies.
- git commit: SPARK-1156: allow user to login into a cluster without slaves - posted by ma...@apache.org on 2014/03/06 06:47:41 UTC, 0 replies.
- git commit: SPARK-1187, Added missing Python APIs - posted by pw...@apache.org on 2014/03/06 21:45:34 UTC, 0 replies.
- git commit: SPARK-942: Do not materialize partitions when DISK_ONLY storage level is used - posted by pw...@apache.org on 2014/03/06 23:51:51 UTC, 0 replies.
- [1/3] SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use servlets - posted by tg...@apache.org on 2014/03/07 01:28:03 UTC, 0 replies.
- [2/3] SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use servlets - posted by tg...@apache.org on 2014/03/07 01:28:04 UTC, 0 replies.
- [3/3] git commit: SPARK-1189: Add Security to Spark - Akka, Http, ConnectionManager, UI use servlets - posted by tg...@apache.org on 2014/03/07 01:28:05 UTC, 0 replies.
- git commit: SPARK-1197. Change yarn-standalone to yarn-cluster and fix up running on YARN docs - posted by pw...@apache.org on 2014/03/07 02:13:06 UTC, 0 replies.
- git commit: Example for cassandra CQL read/write from spark - posted by pw...@apache.org on 2014/03/07 02:46:51 UTC, 0 replies.
- git commit: Small clean-up to flatmap tests - posted by pw...@apache.org on 2014/03/07 02:57:48 UTC, 0 replies.
- git commit: SPARK-1136: Fix FaultToleranceTest for Docker 0.8.1 - posted by ad...@apache.org on 2014/03/07 19:22:36 UTC, 0 replies.
- git commit: SPARK-1195: set map_input_file environment variable in PipedRDD - posted by pw...@apache.org on 2014/03/07 19:37:04 UTC, 0 replies.
- git commit: Spark 1165 rdd.intersection in python and java - posted by pw...@apache.org on 2014/03/08 03:48:21 UTC, 0 replies.
- git commit: SPARK-1193. Fix indentation in pom.xmls - posted by pw...@apache.org on 2014/03/08 08:10:45 UTC, 0 replies.
- git commit: Allow sbt to use more than 1G of heap. - posted by rx...@apache.org on 2014/03/08 08:24:08 UTC, 0 replies.
- git commit: [SPARK-1194] Fix the same-RDD rule for cache replacement - posted by pw...@apache.org on 2014/03/08 08:26:54 UTC, 0 replies.
- git commit: Update junitxml plugin to the latest version to avoid recompilation in every SBT command. - posted by rx...@apache.org on 2014/03/08 21:40:31 UTC, 0 replies.
- git commit: SPARK-1190: Do not initialize log4j if slf4j log4j backend is not being used - posted by pw...@apache.org on 2014/03/09 01:02:53 UTC, 1 replies.
- git commit: SPARK-929: Fully deprecate usage of SPARK_MEM - posted by ad...@apache.org on 2014/03/09 19:08:49 UTC, 0 replies.
- git commit: Add timeout for fetch file - posted by pw...@apache.org on 2014/03/09 19:39:00 UTC, 0 replies.
- git commit: Fix markup errors introduced in #33 (SPARK-1189) - posted by pw...@apache.org on 2014/03/09 19:57:20 UTC, 0 replies.
- git commit: SPARK-782 Clean up for ASM dependency. - posted by pw...@apache.org on 2014/03/09 21:17:16 UTC, 0 replies.
- git commit: For outputformats that are Configurable, call setConf before sending data to them. - posted by pw...@apache.org on 2014/03/10 01:52:18 UTC, 0 replies.
- git commit: maintain arbitrary state data for each key - posted by rx...@apache.org on 2014/03/10 06:42:17 UTC, 0 replies.
- git commit: SPARK-977 Added Python RDD.zip function - posted by ma...@apache.org on 2014/03/10 21:27:05 UTC, 0 replies.
- git commit: [SPARK-972] Added detailed callsite info for ValueError in context.py (resubmitted) - posted by ma...@apache.org on 2014/03/10 21:34:54 UTC, 0 replies.
- git commit: SPARK-1168, Added foldByKey to pyspark. - posted by ma...@apache.org on 2014/03/10 21:37:17 UTC, 0 replies.
- git commit: SPARK-1205: Clean up callSite/origin/generator. - posted by pw...@apache.org on 2014/03/11 00:28:49 UTC, 0 replies.
- git commit: SPARK-1211. In ApplicationMaster, set spark.master system property to "y... - posted by pw...@apache.org on 2014/03/11 01:42:40 UTC, 0 replies.
- git commit: SPARK-1167: Remove metrics-ganglia from default build due to LGPL issues... - posted by pw...@apache.org on 2014/03/11 19:17:21 UTC, 0 replies.
- [1/2] git commit: SPARK-1167: Remove metrics-ganglia from default build due to LGPL issues... - posted by pw...@apache.org on 2014/03/11 19:54:43 UTC, 0 replies.
- [2/2] git commit: Log4j build fix on 0.9 branch - posted by pw...@apache.org on 2014/03/11 19:54:44 UTC, 0 replies.
- git commit: Version fix in pom file - posted by pw...@apache.org on 2014/03/11 22:48:13 UTC, 0 replies.
- git commit: SPARK-1064 - posted by pw...@apache.org on 2014/03/12 06:39:31 UTC, 0 replies.
- git commit: Spark-1163, Added missing Python RDD functions - posted by pw...@apache.org on 2014/03/12 07:57:27 UTC, 0 replies.
- git commit: [SPARK-1232] Fix the hadoop 0.23 yarn build - posted by pw...@apache.org on 2014/03/12 18:32:09 UTC, 0 replies.
- git commit: [SPARK-1233] Fix running hadoop 0.23 due to java.lang.NoSuchFieldException: DEFAULT_M... - posted by ad...@apache.org on 2014/03/12 19:25:53 UTC, 0 replies.
- git commit: Fix #SPARK-1149 Bad partitioners can cause Spark to hang - posted by pw...@apache.org on 2014/03/12 21:00:48 UTC, 0 replies.
- git commit: SPARK-1162 Added top in python. - posted by ma...@apache.org on 2014/03/12 23:57:50 UTC, 1 replies.
- git commit: SPARK-1160: Deprecate toArray in RDD - posted by ad...@apache.org on 2014/03/13 01:43:21 UTC, 0 replies.
- git commit: Fix example bug: compile error - posted by pw...@apache.org on 2014/03/13 03:46:34 UTC, 1 replies.
- git commit: hot fix for PR105 - change to Java annotation - posted by ad...@apache.org on 2014/03/13 03:49:25 UTC, 0 replies.
- git commit: SPARK-1019: pyspark RDD take() throws an NPE - posted by pw...@apache.org on 2014/03/13 07:17:11 UTC, 1 replies.
- git commit: [SPARK-1237, 1238] Improve the computation of YtY for implicit ALS - posted by rx...@apache.org on 2014/03/13 08:43:24 UTC, 0 replies.
- [1/2] SPARK-1183. Don't use "worker" to mean executor - posted by pw...@apache.org on 2014/03/13 20:11:42 UTC, 0 replies.
- [2/2] git commit: SPARK-1183. Don't use "worker" to mean executor - posted by pw...@apache.org on 2014/03/13 20:11:43 UTC, 0 replies.
- git commit: SPARK-1236 - Upgrade Jetty to 9.1.3.v20140225. - posted by pw...@apache.org on 2014/03/13 20:16:11 UTC, 0 replies.
- git commit: [bugfix] wrong client arg, should use executor-cores - posted by pw...@apache.org on 2014/03/14 04:27:48 UTC, 0 replies.
- git commit: Fix serialization of MutablePair. Also provide an interface for easy updating. - posted by rx...@apache.org on 2014/03/14 19:40:26 UTC, 0 replies.
- git commit: SPARK-1254. Consolidate, order, and harmonize repository declarations in Maven/SBT builds - posted by pw...@apache.org on 2014/03/16 00:44:44 UTC, 0 replies.
- git commit: SPARK-1255: Allow user to pass Serializer object instead of class name for shuffle. - posted by pw...@apache.org on 2014/03/16 17:57:29 UTC, 0 replies.
- git commit: SPARK-1240: handle the case of empty RDD when takeSample - posted by ma...@apache.org on 2014/03/17 06:15:13 UTC, 1 replies.
- [1/4] git commit: Updated link for pyspark examples in docs - posted by pw...@apache.org on 2014/03/17 06:23:38 UTC, 0 replies.
- [2/4] git commit: SPARK-1168, Added foldByKey to pyspark. - posted by pw...@apache.org on 2014/03/17 06:23:39 UTC, 0 replies.
- [3/4] git commit: Spark-1163, Added missing Python RDD functions - posted by pw...@apache.org on 2014/03/17 06:23:40 UTC, 0 replies.
- [4/4] git commit: SPARK-977 Added Python RDD.zip function - posted by pw...@apache.org on 2014/03/17 06:23:41 UTC, 0 replies.
- git commit: SPARK-1244: Throw exception if map output status exceeds frame size - posted by pw...@apache.org on 2014/03/17 22:03:40 UTC, 1 replies.
- git commit: [Spark-1261] add instructions for running python examples to doc overview page - posted by ma...@apache.org on 2014/03/18 01:35:59 UTC, 1 replies.
- git commit: Spark 1246 add min max to stat counter - posted by ma...@apache.org on 2014/03/18 08:45:57 UTC, 0 replies.
- git commit: Revert "SPARK-1236 - Upgrade Jetty to 9.1.3.v20140225." - posted by rx...@apache.org on 2014/03/18 08:46:03 UTC, 0 replies.
- git commit: SPARK-1102: Create a saveAsNewAPIHadoopDataset method - posted by ma...@apache.org on 2014/03/18 19:06:24 UTC, 0 replies.
- git commit: Update copyright year in NOTICE to 2014 - posted by pw...@apache.org on 2014/03/18 22:34:35 UTC, 0 replies.
- svn commit: r1579070 - /spark/downloads.md - posted by an...@apache.org on 2014/03/18 23:03:48 UTC, 0 replies.
- svn commit: r1579071 - /spark/site/downloads.html - posted by an...@apache.org on 2014/03/18 23:06:09 UTC, 0 replies.
- git commit: [SPARK-1260]: faster construction of features with intercept - posted by rx...@apache.org on 2014/03/18 23:14:22 UTC, 0 replies.
- git commit: [SPARK-1266] persist factors in implicit ALS - posted by ma...@apache.org on 2014/03/19 01:20:53 UTC, 0 replies.
- git commit: Fix SPARK-1256: Master web UI and Worker web UI returns a 404 error - posted by pw...@apache.org on 2014/03/19 05:58:10 UTC, 0 replies.
- git commit: Bundle tachyon: SPARK-1269 - posted by pw...@apache.org on 2014/03/19 06:05:10 UTC, 1 replies.
- git commit: [SPARK-1274] Add dev scripts to merge PRs and create releases from master to branch-0.9 - posted by td...@apache.org on 2014/03/19 06:09:46 UTC, 0 replies.
- git commit: bugfix: Wrong "Duration" in "Active Stages" in stages page - posted by rx...@apache.org on 2014/03/19 09:42:37 UTC, 1 replies.
- git commit: SPARK-1203 fix saving to hdfs from yarn - posted by tg...@apache.org on 2014/03/19 14:09:30 UTC, 1 replies.
- git commit: Update the yarn alpha version to 0.9.1-incubating-SNAPSHOT - posted by tg...@apache.org on 2014/03/19 18:41:47 UTC, 0 replies.
- git commit: Bugfixes/improvements to scheduler - posted by ma...@apache.org on 2014/03/19 20:47:02 UTC, 0 replies.
- [1/6] [SPARK-1132] Persisting Web UI through refactoring the SparkListener interface - posted by pw...@apache.org on 2014/03/19 21:17:10 UTC, 0 replies.
- [2/6] [SPARK-1132] Persisting Web UI through refactoring the SparkListener interface - posted by pw...@apache.org on 2014/03/19 21:17:11 UTC, 0 replies.
- [3/6] [SPARK-1132] Persisting Web UI through refactoring the SparkListener interface - posted by pw...@apache.org on 2014/03/19 21:17:12 UTC, 0 replies.
- [4/6] [SPARK-1132] Persisting Web UI through refactoring the SparkListener interface - posted by pw...@apache.org on 2014/03/19 21:17:13 UTC, 0 replies.
- [5/6] [SPARK-1132] Persisting Web UI through refactoring the SparkListener interface - posted by pw...@apache.org on 2014/03/19 21:17:14 UTC, 0 replies.
- [6/6] git commit: [SPARK-1132] Persisting Web UI through refactoring the SparkListener interface - posted by pw...@apache.org on 2014/03/19 21:17:15 UTC, 0 replies.
- git commit: Added doctest for map function in rdd.py - posted by ma...@apache.org on 2014/03/19 22:05:04 UTC, 0 replies.
- git commit: [SPARK-1275] Made dev/run-tests executable. - posted by td...@apache.org on 2014/03/20 00:11:10 UTC, 0 replies.
- git commit: SPARK-1099:Spark's local mode should probably respect spark.cores.max by default - posted by ad...@apache.org on 2014/03/20 00:34:03 UTC, 0 replies.
- git commit: Revert "SPARK-1099:Spark's local mode should probably respect spark.cores.max by default" - posted by ad...@apache.org on 2014/03/20 01:57:48 UTC, 0 replies.
- git commit: [SPARK-1273] MLlib bug fixes, improvements, and doc updates for v0.9.1 - posted by td...@apache.org on 2014/03/20 03:05:39 UTC, 0 replies.
- git commit: Principal Component Analysis - posted by ma...@apache.org on 2014/03/20 18:39:25 UTC, 0 replies.
- git commit: [SPARK-1285] Backporting updates to streaming docs to branch 0.9 - posted by td...@apache.org on 2014/03/20 20:27:52 UTC, 0 replies.
- git commit: SPARK-1051. On YARN, executors don't doAs submitting user - posted by tg...@apache.org on 2014/03/20 20:48:37 UTC, 0 replies.
- git commit: [Hot Fix #42] Do not stop SparkUI if bind() is not called - posted by pw...@apache.org on 2014/03/20 22:13:24 UTC, 0 replies.
- git commit: SPARK-1032. If Yarn app fails before registering, app master stays aroun... - posted by tg...@apache.org on 2014/03/20 22:51:18 UTC, 0 replies.
- git commit: Bumped versions to Spark 0.9.1 - posted by td...@apache.org on 2014/03/21 00:55:50 UTC, 0 replies.
- git commit: Removed incubating from Spark version in all the pom.xml. - posted by td...@apache.org on 2014/03/21 02:03:53 UTC, 0 replies.
- [1/9] SPARK-1251 Support for optimizing and executing structured queries - posted by rx...@apache.org on 2014/03/21 02:04:44 UTC, 0 replies.
- [2/9] SPARK-1251 Support for optimizing and executing structured queries - posted by rx...@apache.org on 2014/03/21 02:04:45 UTC, 0 replies.
- [3/9] SPARK-1251 Support for optimizing and executing structured queries - posted by rx...@apache.org on 2014/03/21 02:04:46 UTC, 0 replies.
- [4/9] SPARK-1251 Support for optimizing and executing structured queries - posted by rx...@apache.org on 2014/03/21 02:04:47 UTC, 0 replies.
- [5/9] SPARK-1251 Support for optimizing and executing structured queries - posted by rx...@apache.org on 2014/03/21 02:04:48 UTC, 0 replies.
- [6/9] SPARK-1251 Support for optimizing and executing structured queries - posted by rx...@apache.org on 2014/03/21 02:04:49 UTC, 0 replies.
- [7/9] SPARK-1251 Support for optimizing and executing structured queries - posted by rx...@apache.org on 2014/03/21 02:04:50 UTC, 0 replies.
- [8/9] SPARK-1251 Support for optimizing and executing structured queries - posted by rx...@apache.org on 2014/03/21 02:04:51 UTC, 0 replies.
- [9/9] git commit: SPARK-1251 Support for optimizing and executing structured queries - posted by rx...@apache.org on 2014/03/21 02:04:52 UTC, 0 replies.
- svn commit: r1579859 - in /spark/site: ./ mllib/ news/ releases/ screencasts/ streaming/ - posted by ma...@apache.org on 2014/03/21 02:31:06 UTC, 0 replies.
- svn commit: r1579861 - in /spark: news/_posts/2014-03-20-submit-talks-to-spark-summit-2014.md site/news/submit-talks-to-spark-summit-2014.html - posted by ma...@apache.org on 2014/03/21 02:31:28 UTC, 0 replies.
- git commit: Fix maven jenkins: Add explicit init for required tables in SQLQuerySuite - posted by rx...@apache.org on 2014/03/21 06:31:17 UTC, 0 replies.
- git commit: [SPARK-1273] use doi links in mllib-guide - posted by td...@apache.org on 2014/03/21 22:35:37 UTC, 0 replies.
- [01/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:03 UTC, 0 replies.
- [02/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:04 UTC, 0 replies.
- [03/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:05 UTC, 0 replies.
- [04/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:06 UTC, 0 replies.
- [05/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:07 UTC, 0 replies.
- [06/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:08 UTC, 0 replies.
- [07/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:09 UTC, 0 replies.
- [08/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:10 UTC, 0 replies.
- [09/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:11 UTC, 0 replies.
- [10/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:12 UTC, 0 replies.
- [11/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:13 UTC, 0 replies.
- [12/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:14 UTC, 0 replies.
- [13/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:15 UTC, 0 replies.
- [14/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:16 UTC, 0 replies.
- [15/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:17 UTC, 0 replies.
- [16/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:18 UTC, 0 replies.
- [17/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:19 UTC, 0 replies.
- [18/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:20 UTC, 0 replies.
- [19/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:21 UTC, 0 replies.
- [20/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:22 UTC, 0 replies.
- [21/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:23 UTC, 0 replies.
- [22/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:24 UTC, 0 replies.
- [23/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:25 UTC, 0 replies.
- [24/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:26 UTC, 0 replies.
- [25/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:27 UTC, 0 replies.
- [26/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:28 UTC, 0 replies.
- [27/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:29 UTC, 0 replies.
- [28/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:30 UTC, 0 replies.
- [29/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:31 UTC, 0 replies.
- [30/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:32 UTC, 0 replies.
- [31/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:33 UTC, 0 replies.
- [32/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:34 UTC, 0 replies.
- [33/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:35 UTC, 0 replies.
- [34/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:36 UTC, 0 replies.
- [35/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:37 UTC, 0 replies.
- [36/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:38 UTC, 0 replies.
- [37/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:39 UTC, 0 replies.
- [38/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:40 UTC, 0 replies.
- [39/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:41 UTC, 0 replies.
- [40/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:42 UTC, 0 replies.
- [41/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:43 UTC, 0 replies.
- [42/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:44 UTC, 0 replies.
- [43/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:45 UTC, 0 replies.
- [44/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:46 UTC, 0 replies.
- [45/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:47 UTC, 0 replies.
- [46/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:48 UTC, 0 replies.
- [47/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:49 UTC, 0 replies.
- [48/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:50 UTC, 0 replies.
- [49/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:51 UTC, 0 replies.
- [50/51] [partial] Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:52 UTC, 0 replies.
- [51/51] [partial] git commit: Add hive test files to repository. Remove download script. - posted by pw...@apache.org on 2014/03/21 23:08:53 UTC, 0 replies.
- git commit: SPARK-1279: Fix improper use of SimpleDateFormat - posted by pw...@apache.org on 2014/03/22 00:08:35 UTC, 0 replies.
- git commit: SPARK-1284: Fix improper use of SimpleDateFormat - posted by pw...@apache.org on 2014/03/22 00:39:53 UTC, 0 replies.
- git commit: Make SQL keywords case-insensitive - posted by rx...@apache.org on 2014/03/22 00:53:33 UTC, 0 replies.
- git commit: Add asCode function for dumping raw tree representations. - posted by rx...@apache.org on 2014/03/22 00:54:16 UTC, 0 replies.
- git commit: Fix to Stage UI to display numbers on progress bar - posted by ad...@apache.org on 2014/03/22 02:06:37 UTC, 1 replies.
- git commit: SPARK-1254. Supplemental fix for HTTPS on Maven Central - posted by pw...@apache.org on 2014/03/23 18:57:07 UTC, 0 replies.
- git commit: [SPARK-1292] In-memory columnar representation for Spark SQL - posted by pw...@apache.org on 2014/03/23 20:09:21 UTC, 0 replies.
- git commit: Updated CHANGES.txt file. - posted by td...@apache.org on 2014/03/23 21:17:10 UTC, 0 replies.
- [1/2] Fixed coding style issues in Spark SQL - posted by pw...@apache.org on 2014/03/23 23:21:50 UTC, 0 replies.
- [2/2] git commit: Fixed coding style issues in Spark SQL - posted by pw...@apache.org on 2014/03/23 23:21:51 UTC, 0 replies.
- git commit: [SPARK-1212] Adding sparse data support and update KMeans - posted by ma...@apache.org on 2014/03/24 01:34:10 UTC, 0 replies.
- git commit: Removed all occurences of incubator from all the pom.xml. - posted by td...@apache.org on 2014/03/24 07:43:08 UTC, 0 replies.
- git commit: [maven-release-plugin] prepare release v0.9.1-rc1 - posted by td...@apache.org on 2014/03/24 07:56:09 UTC, 0 replies.
- Git Push Summary - posted by td...@apache.org on 2014/03/24 07:56:11 UTC, 3 replies.
- git commit: [maven-release-plugin] prepare for next development iteration - posted by td...@apache.org on 2014/03/24 07:56:14 UTC, 2 replies.
- git commit: SPARK-1144 Added license and RAT to check licenses. - posted by pw...@apache.org on 2014/03/24 16:44:32 UTC, 0 replies.
- git commit: HOT FIX: Exclude test files from RAT - posted by pw...@apache.org on 2014/03/24 21:39:50 UTC, 0 replies.
- git commit: SPARK-1294 Fix resolution of uppercase field names using a HiveContext. - posted by pw...@apache.org on 2014/03/25 03:24:34 UTC, 0 replies.
- git commit: SPARK-1094 Support MiMa for reporting binary compatibility accross versions. - posted by pw...@apache.org on 2014/03/25 05:20:46 UTC, 0 replies.
- git commit: SPARK-1128: set hadoop task properties when constructing HadoopRDD - posted by ad...@apache.org on 2014/03/25 05:55:21 UTC, 0 replies.
- git commit: Unify the logic for column pruning, projection, and filtering of table scans. - posted by pw...@apache.org on 2014/03/25 06:16:00 UTC, 0 replies.
- git commit: SPARK-1286: Make usage of spark-env.sh idempotent - posted by ad...@apache.org on 2014/03/25 06:24:33 UTC, 0 replies.
- git commit: Add more hive compatability tests to whitelist - posted by rx...@apache.org on 2014/03/25 17:57:29 UTC, 0 replies.
- git commit: SPARK-1316. Remove use of Commons IO - posted by rx...@apache.org on 2014/03/25 18:21:30 UTC, 0 replies.
- git commit: SPARK-1319: Fix scheduler to account for tasks using > 1 CPUs. - posted by ka...@apache.org on 2014/03/25 21:05:35 UTC, 0 replies.
- git commit: Avoid Option while generating call site - posted by pw...@apache.org on 2014/03/25 21:28:20 UTC, 0 replies.
- git commit: Initial experimentation with Travis CI configuration - posted by pw...@apache.org on 2014/03/26 03:01:26 UTC, 0 replies.
- [1/2] git commit: Revert "[maven-release-plugin] prepare for next development iteration" - posted by td...@apache.org on 2014/03/26 05:33:53 UTC, 0 replies.
- [2/2] git commit: Revert "[maven-release-plugin] prepare release v0.9.1-rc1" - posted by td...@apache.org on 2014/03/26 05:33:54 UTC, 0 replies.
- git commit: [SPARK-782] Made Spark use existing shaded ASM and removed Spark's ASM dependency - posted by td...@apache.org on 2014/03/26 05:35:47 UTC, 0 replies.
- git commit: SPARK-1321 Use Guava's top k implementation rather than our BoundedPriorityQueue based implementation - posted by rx...@apache.org on 2014/03/26 08:09:47 UTC, 0 replies.
- git commit: Updated CHANGES.txt - posted by td...@apache.org on 2014/03/26 10:11:07 UTC, 0 replies.
- git commit: [maven-release-plugin] prepare release v0.9.1-rc2 - posted by td...@apache.org on 2014/03/26 10:26:42 UTC, 0 replies.
- git commit: SPARK-1322, top in pyspark should sort result in descending order. - posted by pw...@apache.org on 2014/03/26 17:16:45 UTC, 1 replies.
- [1/2] Unified package definition format in Spark SQL - posted by pw...@apache.org on 2014/03/26 23:36:27 UTC, 0 replies.
- [2/2] git commit: Unified package definition format in Spark SQL - posted by pw...@apache.org on 2014/03/26 23:36:28 UTC, 0 replies.
- git commit: Corrected windows scripts to match their shell counterparts. - posted by td...@apache.org on 2014/03/27 01:41:55 UTC, 0 replies.
- git commit: [SQL] Un-ignore a test that is now passing. - posted by pw...@apache.org on 2014/03/27 02:19:24 UTC, 0 replies.
- git commit: [SQL] Add a custom serializer for maps since they do not have a no-arg constructor. - posted by pw...@apache.org on 2014/03/27 02:19:56 UTC, 0 replies.
- git commit: SPARK-1324: SparkUI Should Not Bind to SPARK_PUBLIC_DNS - posted by pw...@apache.org on 2014/03/27 02:22:21 UTC, 0 replies.
- git commit: Spark 1095 : Adding explicit return types to all public methods - posted by pw...@apache.org on 2014/03/27 02:25:00 UTC, 0 replies.
- git commit: SPARK-1325. The maven build error for Spark Tools - posted by pw...@apache.org on 2014/03/27 02:32:38 UTC, 0 replies.
- git commit: [SPARK-1327] GLM needs to check addIntercept for intercept and weights - posted by td...@apache.org on 2014/03/27 03:30:44 UTC, 1 replies.
- [1/3] git commit: Revert "[maven-release-plugin] prepare for next development iteration" - posted by td...@apache.org on 2014/03/27 05:56:35 UTC, 0 replies.
- [2/3] git commit: Revert "[maven-release-plugin] prepare release v0.9.1-rc2" - posted by td...@apache.org on 2014/03/27 05:56:36 UTC, 0 replies.
- [3/3] git commit: Updated CHANGES.txt - posted by td...@apache.org on 2014/03/27 05:56:37 UTC, 0 replies.
- git commit: [maven-release-plugin] prepare release v0.9.1-rc3 - posted by td...@apache.org on 2014/03/27 06:14:51 UTC, 0 replies.
- git commit: Cut down the granularity of travis tests. - posted by pw...@apache.org on 2014/03/27 16:53:53 UTC, 0 replies.
- git commit: SPARK-1330 removed extra echo from comput_classpath.sh - posted by tg...@apache.org on 2014/03/27 17:54:56 UTC, 0 replies.
- git commit: SPARK-1335. Also increase perm gen / code cache for scalatest when invoked via Maven build - posted by pw...@apache.org on 2014/03/27 19:56:17 UTC, 0 replies.
- git commit: [SPARK-1268] Adding XOR and AND-NOT operations to spark.util.collection.BitSet - posted by rx...@apache.org on 2014/03/27 23:49:11 UTC, 0 replies.
- git commit: [SPARK-1210] Prevent ContextClassLoader of Actor from becoming ClassLoader of Executo... - posted by pw...@apache.org on 2014/03/28 06:17:26 UTC, 0 replies.
- git commit: Make sed do -i '' on OSX - posted by ma...@apache.org on 2014/03/28 06:45:09 UTC, 1 replies.
- git commit: SPARK-1096, a space after comment start style checker. - posted by pw...@apache.org on 2014/03/28 08:22:06 UTC, 0 replies.
- git commit: fix path for jar, make sed actually work on OSX - posted by ma...@apache.org on 2014/03/28 21:33:39 UTC, 1 replies.
- git commit: SPARK-1345 adding missing dependency on avro for hadoop 0.23 to the new ... - posted by pw...@apache.org on 2014/03/29 07:09:41 UTC, 0 replies.
- git commit: SPARK-1126. spark-app preliminary - posted by pw...@apache.org on 2014/03/29 22:41:46 UTC, 0 replies.
- git commit: Implement the RLike & Like in catalyst - posted by rx...@apache.org on 2014/03/29 23:12:46 UTC, 0 replies.
- git commit: [SPARK-1186] : Enrich the Spark Shell to support additional arguments. - posted by ad...@apache.org on 2014/03/30 04:51:23 UTC, 0 replies.
- git commit: Don't swallow all kryo errors, only those that indicate we are out of data. - posted by rx...@apache.org on 2014/03/30 07:01:42 UTC, 0 replies.
- git commit: [SQL] SPARK-1354 Fix self-joins of parquet relations - posted by rx...@apache.org on 2014/03/30 07:02:56 UTC, 0 replies.
- git commit: SPARK-1336 Reducing the output of run-tests script. - posted by pw...@apache.org on 2014/03/30 08:03:10 UTC, 0 replies.
- git commit: [SPARK-1354][SQL] Add tableName as a qualifier for SimpleCatelogy - posted by pw...@apache.org on 2014/03/30 19:04:45 UTC, 0 replies.
- git commit: SPARK-1352 - Comment style single space before ending */ check. - posted by pw...@apache.org on 2014/03/30 19:07:00 UTC, 0 replies.
- git commit: SPARK-1352: Improve robustness of spark-submit script - posted by pw...@apache.org on 2014/03/31 21:07:23 UTC, 0 replies.