You are viewing a plain text version of this content. The canonical link for it is here.
- git commit: SPARK-1691: Support quoted arguments inside of spark-submit. - posted by pw...@apache.org on 2014/05/01 10:15:59 UTC, 1 replies.
- git commit: [SQL] SPARK-1661 - Fix regex_serde test - posted by rx...@apache.org on 2014/05/02 06:33:08 UTC, 1 replies.
- git commit: fix the spelling mistake - posted by pw...@apache.org on 2014/05/02 06:37:33 UTC, 1 replies.
- git commit: SPARK-1659: improvements spark-submit usage - posted by pw...@apache.org on 2014/05/02 06:39:44 UTC, 1 replies.
- git commit: Add tests for FileLogger, EventLoggingListener, and ReplayListenerBus - posted by pw...@apache.org on 2014/05/02 06:42:12 UTC, 1 replies.
- git commit: SPARK-1695: java8-tests compiler error: package com.google.common.co... - posted by pw...@apache.org on 2014/05/02 21:40:36 UTC, 1 replies.
- git commit: delete no use var - posted by pw...@apache.org on 2014/05/03 06:35:27 UTC, 1 replies.
- git commit: SPARK-1492. Update Spark YARN docs to use spark-submit - posted by pw...@apache.org on 2014/05/03 06:43:08 UTC, 1 replies.
- git commit: SPARK-1700: Close socket file descriptors on task completion - posted by ad...@apache.org on 2014/05/03 08:55:22 UTC, 1 replies.
- git commit: Update SchemaRDD.scala - posted by pw...@apache.org on 2014/05/03 09:17:45 UTC, 1 replies.
- git commit: [WIP] SPARK-1676: Cache Hadoop UGIs by default to prevent FileSystem leak - posted by ad...@apache.org on 2014/05/03 20:01:41 UTC, 2 replies.
- git commit: SPARK-1663. Corrections for several compile errors in streaming code examples, and updates to follow API changes - posted by pw...@apache.org on 2014/05/03 21:31:42 UTC, 1 replies.
- git commit: [Bugfix] Tachyon file cleanup logical error - posted by pw...@apache.org on 2014/05/03 22:24:00 UTC, 1 replies.
- git commit: SPARK-1689 AppClient should indicate app is dead() when removed - posted by pw...@apache.org on 2014/05/03 22:27:15 UTC, 1 replies.
- svn commit: r1592284 - in /spark: examples.md index.md site/examples.html site/index.html - posted by ma...@apache.org on 2014/05/03 23:55:06 UTC, 0 replies.
- svn commit: r1592285 - in /spark: downloads.md site/downloads.html - posted by ma...@apache.org on 2014/05/04 00:00:28 UTC, 0 replies.
- git commit: EC2 configurable workers - posted by pw...@apache.org on 2014/05/04 01:52:59 UTC, 1 replies.
- git commit: [SQL] Better logging when applying rules. - posted by rx...@apache.org on 2014/05/04 03:38:48 UTC, 1 replies.
- svn commit: r1592307 - in /spark: community.md site/community.html - posted by ma...@apache.org on 2014/05/04 06:28:47 UTC, 0 replies.
- svn commit: r1592308 - in /spark: community.md site/community.html - posted by ma...@apache.org on 2014/05/04 06:30:08 UTC, 0 replies.
- git commit: Whitelist Hive Tests - posted by pw...@apache.org on 2014/05/04 08:14:14 UTC, 1 replies.
- git commit: The default version of yarn is equal to the hadoop version - posted by pw...@apache.org on 2014/05/04 08:32:20 UTC, 1 replies.
- git commit: SPARK-1658: Correctly identify if maven is installed and working - posted by pw...@apache.org on 2014/05/04 20:08:50 UTC, 1 replies.
- git commit: SPARK-1663. (Addendum) Fix signature of one version of JavaPairRDDStream.reduceByKeyAndWindow() - posted by pw...@apache.org on 2014/05/04 20:55:39 UTC, 1 replies.
- git commit: SPARK-1703 Warn users if Spark is run on JRE6 but compiled with JDK7. - posted by pw...@apache.org on 2014/05/04 21:22:33 UTC, 1 replies.
- git commit: SPARK-1629. Addendum: Depend on commons lang3 (already used by tachyon) as it's used in ReplSuite, and return to use lang3 utility in Utils.scala - posted by pw...@apache.org on 2014/05/05 02:43:49 UTC, 1 replies.
- git commit: SPARK-1693: Most of the tests throw a java.lang.SecurityException when s... - posted by pw...@apache.org on 2014/05/05 02:48:59 UTC, 1 replies.
- git commit: EC2 script should exit with non-zero code on UsageError - posted by pw...@apache.org on 2014/05/05 05:37:03 UTC, 1 replies.
- git commit: SPARK-1710: spark-submit should print better errors than "InvocationTargetException" - posted by pw...@apache.org on 2014/05/05 05:52:00 UTC, 1 replies.
- git commit: Address SPARK-1717 - posted by pw...@apache.org on 2014/05/05 06:59:27 UTC, 1 replies.
- git commit: Updated doc for spark.closure.serializer to indicate only Java serializer work. - posted by rx...@apache.org on 2014/05/05 09:52:08 UTC, 1 replies.
- git commit: SPARK-1556. jets3t dep doesn't update properly with newer Hadoop versions - posted by pw...@apache.org on 2014/05/05 19:34:22 UTC, 1 replies.
- git commit: SPARK-1721: Reset the thread classLoader in the Mesos Executor - posted by pw...@apache.org on 2014/05/05 20:20:06 UTC, 1 replies.
- git commit: [SPARK-1504], [SPARK-1505], [SPARK-1558] Updated Spark Streaming guide - posted by td...@apache.org on 2014/05/06 00:28:38 UTC, 1 replies.
- git commit: [SPARK-1681] Include datanucleus jars in Spark Hive distribution - posted by pw...@apache.org on 2014/05/06 01:28:14 UTC, 1 replies.
- git commit: SPARK-1728. JavaRDDLike.mapPartitionsWithIndex requires ClassTag - posted by pw...@apache.org on 2014/05/06 03:26:43 UTC, 1 replies.
- git commit: Expose SparkListeners and relevant classes as DeveloperApi - posted by pw...@apache.org on 2014/05/06 03:32:18 UTC, 1 replies.
- [1/2] [SPARK-1594][MLLIB] Cleaning up MLlib APIs and guide - posted by ma...@apache.org on 2014/05/06 03:33:01 UTC, 1 replies.
- [2/2] git commit: [SPARK-1594][MLLIB] Cleaning up MLlib APIs and guide - posted by ma...@apache.org on 2014/05/06 03:33:02 UTC, 1 replies.
- git commit: [SPARK-1678][SPARK-1679] In-memory compression bug fix and made compression configurable, disabled by default - posted by pw...@apache.org on 2014/05/06 04:39:06 UTC, 1 replies.
- git commit: [SPARK-1735] Add the missing special profiles to make-distribution.sh - posted by pw...@apache.org on 2014/05/06 07:14:54 UTC, 1 replies.
- git commit: [SQL] SPARK-1732 - Support for null primitive values. - posted by ma...@apache.org on 2014/05/06 07:59:47 UTC, 1 replies.
- git commit: Update OpenHashSet.scala - posted by rx...@apache.org on 2014/05/06 19:13:03 UTC, 1 replies.
- git commit: SPARK-1474: Spark on yarn assembly doesn't include AmIpFilter - posted by pw...@apache.org on 2014/05/06 21:00:19 UTC, 1 replies.
- git commit: Fix two download suggestions in the docs: - posted by pw...@apache.org on 2014/05/06 21:07:51 UTC, 1 replies.
- git commit: [SPARK-1685] Cancel retryTimer on restart of Worker or AppClient - posted by ma...@apache.org on 2014/05/06 21:53:44 UTC, 2 replies.
- git commit: SPARK-1734: spark-submit throws an exception: Exception in thread "main"... - posted by pw...@apache.org on 2014/05/06 23:17:48 UTC, 1 replies.
- git commit: [SPARK-1549] Add Python support to spark-submit - posted by ma...@apache.org on 2014/05/07 00:12:40 UTC, 1 replies.
- git commit: SPARK-1737: Warn rather than fail when Java 7+ is used to create distributions - posted by pw...@apache.org on 2014/05/07 00:41:56 UTC, 1 replies.
- svn commit: r1592923 - in /spark: documentation.md site/documentation.html - posted by an...@apache.org on 2014/05/07 01:17:59 UTC, 0 replies.
- [1/4] SPARK-1637: Clean up examples for 1.0 - posted by ma...@apache.org on 2014/05/07 02:27:58 UTC, 1 replies.
- [2/4] SPARK-1637: Clean up examples for 1.0 - posted by ma...@apache.org on 2014/05/07 02:27:59 UTC, 1 replies.
- [3/4] SPARK-1637: Clean up examples for 1.0 - posted by ma...@apache.org on 2014/05/07 02:28:00 UTC, 1 replies.
- [4/4] git commit: SPARK-1637: Clean up examples for 1.0 - posted by ma...@apache.org on 2014/05/07 02:28:01 UTC, 1 replies.
- svn commit: r1592932 - in /spark: documentation.md site/documentation.html - posted by an...@apache.org on 2014/05/07 03:27:54 UTC, 0 replies.
- git commit: SPARK-1727. Correct small compile errors, typos, and markdown issues in (primarly) MLlib docs - posted by pw...@apache.org on 2014/05/07 05:07:31 UTC, 1 replies.
- svn commit: r1592937 - in /spark: documentation.md site/documentation.html - posted by an...@apache.org on 2014/05/07 05:45:55 UTC, 0 replies.
- git commit: Proposal: clarify Scala programming guide on caching ... - posted by pw...@apache.org on 2014/05/07 05:50:15 UTC, 1 replies.
- git commit: [HOTFIX] SPARK-1637: There are some Streaming examples added after the PR #571 was last updated. - posted by pw...@apache.org on 2014/05/07 06:55:13 UTC, 1 replies.
- git commit: SPARK-1746: Support setting SPARK_JAVA_OPTS on executors for backwards compatibility - posted by pw...@apache.org on 2014/05/07 09:11:12 UTC, 1 replies.
- git commit: [WIP][Spark-SQL] Optimize the Constant Folding for Expression - posted by rx...@apache.org on 2014/05/07 09:37:18 UTC, 1 replies.
- git commit: [SPARK-1460] Returning SchemaRDD instead of normal RDD on Set operations... - posted by pw...@apache.org on 2014/05/07 18:41:38 UTC, 1 replies.
- git commit: SPARK-1579: Clean up PythonRDD and avoid swallowing IOExceptions - posted by pw...@apache.org on 2014/05/07 18:48:37 UTC, 1 replies.
- git commit: [SQL] Fix Performance Issue in data type casting - posted by rx...@apache.org on 2014/05/07 22:55:03 UTC, 1 replies.
- git commit: Nicer logging for SecurityManager startup - posted by rx...@apache.org on 2014/05/07 23:24:16 UTC, 1 replies.
- git commit: Typo fix: fetchting -> fetching - posted by rx...@apache.org on 2014/05/07 23:24:53 UTC, 1 replies.
- git commit: [SPARK-1688] Propagate PySpark worker stderr to driver - posted by ad...@apache.org on 2014/05/07 23:35:31 UTC, 1 replies.
- git commit: SPARK-1569 Spark on Yarn, authentication broken by pr299 - posted by pw...@apache.org on 2014/05/08 00:52:01 UTC, 1 replies.
- git commit: [SPARK-1743][MLLIB] add loadLibSVMFile and saveAsLibSVMFile to pyspark - posted by pw...@apache.org on 2014/05/08 01:01:14 UTC, 1 replies.
- git commit: Update GradientDescentSuite.scala - posted by pw...@apache.org on 2014/05/08 01:02:59 UTC, 1 replies.
- git commit: SPARK-1544 Add support for deep decision trees. - posted by pw...@apache.org on 2014/05/08 02:08:46 UTC, 1 replies.
- git commit: SPARK-1668: Add implicit preference as an option to examples/MovieLensALS - posted by rx...@apache.org on 2014/05/08 06:15:10 UTC, 1 replies.
- git commit: Use numpy directly for matrix multiply. - posted by rx...@apache.org on 2014/05/08 06:24:42 UTC, 1 replies.
- git commit: [SQL] Improve SparkSQL Aggregates - posted by rx...@apache.org on 2014/05/08 07:08:51 UTC, 1 replies.
- [1/2] SPARK-1565, update examples to be used with spark-submit script. - posted by pw...@apache.org on 2014/05/08 19:23:16 UTC, 1 replies.
- [2/2] git commit: SPARK-1565, update examples to be used with spark-submit script. - posted by pw...@apache.org on 2014/05/08 19:23:17 UTC, 1 replies.
- git commit: [SPARK-1745] Move interrupted flag from TaskContext constructor (minor) - posted by ad...@apache.org on 2014/05/08 21:13:55 UTC, 1 replies.
- git commit: Fixing typo in als.py - posted by sh...@apache.org on 2014/05/08 22:07:45 UTC, 1 replies.
- git commit: [SPARK-1754] [SQL] Add missing arithmetic DSL operations. - posted by pw...@apache.org on 2014/05/09 00:31:54 UTC, 1 replies.
- git commit: MLlib documentation fix - posted by pw...@apache.org on 2014/05/09 02:52:40 UTC, 1 replies.
- git commit: [SPARK-1157][MLlib] Bug fix: lossHistory should exclude rejection steps, and remove miniBatch - posted by pw...@apache.org on 2014/05/09 02:53:34 UTC, 0 replies.
- git commit: Bug fix of sparse vector conversion - posted by pw...@apache.org on 2014/05/09 02:54:13 UTC, 0 replies.
- git commit: Include the sbin/spark-config.sh in spark-executor - posted by pw...@apache.org on 2014/05/09 05:43:45 UTC, 1 replies.
- git commit: [SPARK-1755] Respect SparkSubmit --name on YARN - posted by pw...@apache.org on 2014/05/09 05:45:32 UTC, 1 replies.
- git commit: [SPARK-1631] Correctly set the Yarn app name when launching the AM. - posted by pw...@apache.org on 2014/05/09 05:46:15 UTC, 1 replies.
- git commit: SPARK-1565 (Addendum): Replace `run-example` with `spark-submit`. - posted by pw...@apache.org on 2014/05/09 07:26:45 UTC, 1 replies.
- git commit: SPARK-1775: Unneeded lock in ShuffleMapTask.deserializeInfo - posted by pw...@apache.org on 2014/05/09 07:30:23 UTC, 2 replies.
- git commit: MINOR: Removing dead code. - posted by pw...@apache.org on 2014/05/09 07:33:34 UTC, 1 replies.
- git commit: Converted bang to ask to avoid scary warning when a block is removed - posted by td...@apache.org on 2014/05/09 07:34:15 UTC, 1 replies.
- git commit: [SPARK-1760]: fix building spark with maven documentation - posted by pw...@apache.org on 2014/05/09 10:51:34 UTC, 1 replies.
- git commit: SPARK-1770: Revert accidental(?) fix - posted by ad...@apache.org on 2014/05/09 23:51:46 UTC, 1 replies.
- svn commit: r1593657 - in /spark: community.md documentation.md site/community.html site/documentation.html - posted by an...@apache.org on 2014/05/10 04:20:32 UTC, 0 replies.
- git commit: SPARK-1686: keep schedule() calling in the main thread - posted by ad...@apache.org on 2014/05/10 06:52:33 UTC, 1 replies.
- git commit: [SPARK-1644] The org.datanucleus:* should not be packaged into spark-assembly-*.jar - posted by pw...@apache.org on 2014/05/10 19:15:11 UTC, 1 replies.
- git commit: [SQL] Upgrade parquet library. - posted by pw...@apache.org on 2014/05/10 20:48:10 UTC, 1 replies.
- git commit: [SPARK-1778] [SQL] Add 'limit' transformation to SchemaRDD. - posted by pw...@apache.org on 2014/05/10 21:03:40 UTC, 1 replies.
- git commit: SPARK-1708. Add a ClassTag on Serializer and things that depend on it - posted by pw...@apache.org on 2014/05/10 21:10:29 UTC, 1 replies.
- git commit: fix broken in link in python docs - posted by pw...@apache.org on 2014/05/10 21:47:04 UTC, 1 replies.
- git commit: Add Python includes to path before depickling broadcast values - posted by pw...@apache.org on 2014/05/10 22:02:17 UTC, 1 replies.
- git commit: [SPARK-1690] Tolerating empty elements when saving Python RDD to text files - posted by pw...@apache.org on 2014/05/10 23:01:19 UTC, 1 replies.
- [1/2] Unify GraphImpl RDDs + other graph load optimizations - posted by pw...@apache.org on 2014/05/10 23:48:16 UTC, 1 replies.
- [2/2] git commit: Unify GraphImpl RDDs + other graph load optimizations - posted by pw...@apache.org on 2014/05/10 23:48:17 UTC, 1 replies.
- git commit: SPARK-1789. Multiple versions of Netty dependencies cause FlumeStreamSuite failure - posted by pw...@apache.org on 2014/05/11 05:50:49 UTC, 1 replies.
- git commit: [SPARK-1774] Respect SparkSubmit --jars on YARN (client) - posted by pw...@apache.org on 2014/05/11 05:58:06 UTC, 1 replies.
- git commit: Enabled incremental build that comes with sbt 0.13.2 - posted by pw...@apache.org on 2014/05/11 06:08:08 UTC, 1 replies.
- git commit: Revert "Enabled incremental build that comes with sbt 0.13.2" - posted by pw...@apache.org on 2014/05/11 06:09:49 UTC, 0 replies.
- git commit: remove outdated runtime Information scala home - posted by pw...@apache.org on 2014/05/11 23:34:50 UTC, 1 replies.
- svn commit: r1593872 - in /spark/site: ./ mllib/ news/ releases/ screencasts/ streaming/ - posted by ma...@apache.org on 2014/05/12 01:46:32 UTC, 0 replies.
- svn commit: r1593873 - in /spark: news/_posts/2014-05-11-spark-summit-agenda-posted.md site/news/spark-summit-agenda-posted.html - posted by ma...@apache.org on 2014/05/12 01:50:48 UTC, 0 replies.
- git commit: Update version to 0.9.2-SNAPSHOT in sbt - posted by ma...@apache.org on 2014/05/12 01:56:27 UTC, 0 replies.
- git commit: SPARK-1770: Load balance elements when repartitioning. - posted by pw...@apache.org on 2014/05/12 02:12:10 UTC, 1 replies.
- git commit: SPARK-1145: Memory mapping with many small blocks can cause JVM allocation failures - posted by ma...@apache.org on 2014/05/12 02:39:30 UTC, 0 replies.
- git commit: SPARK-1652: Set driver memory correctly in spark-submit. - posted by ad...@apache.org on 2014/05/12 03:17:42 UTC, 1 replies.
- git commit: Fix error in 2d Graph Partitioner - posted by ma...@apache.org on 2014/05/12 03:33:50 UTC, 1 replies.
- git commit: SPARK-1786: Edge Partition Serialization - posted by ma...@apache.org on 2014/05/12 04:20:46 UTC, 1 replies.
- git commit: Revert "SPARK-1786: Edge Partition Serialization" - posted by pw...@apache.org on 2014/05/12 19:49:17 UTC, 1 replies.
- git commit: SPARK-1772 Stop catching Throwable, let Executors die - posted by pw...@apache.org on 2014/05/12 20:08:59 UTC, 1 replies.
- git commit: SPARK-1806: Upgrade Mesos dependency to 0.18.1 - posted by pw...@apache.org on 2014/05/12 20:10:33 UTC, 1 replies.
- git commit: SPARK-1786: Reopening PR 724 - posted by pw...@apache.org on 2014/05/12 22:05:31 UTC, 1 replies.
- git commit: BUILD: Include Hive with default packages when creating a release - posted by pw...@apache.org on 2014/05/12 22:20:59 UTC, 1 replies.
- git commit: SPARK-1798. Tests should clean up temp files - posted by pw...@apache.org on 2014/05/12 23:16:29 UTC, 1 replies.
- git commit: SPARK-1802. Audit dependency graph when Spark is built with -Phive - posted by pw...@apache.org on 2014/05/12 23:17:28 UTC, 1 replies.
- git commit: [maven-release-plugin] prepare release v1.0.0-rc4 - posted by pw...@apache.org on 2014/05/12 23:49:45 UTC, 1 replies.
- Git Push Summary - posted by pw...@apache.org on 2014/05/12 23:49:48 UTC, 23 replies.
- git commit: [maven-release-plugin] prepare for next development iteration - posted by pw...@apache.org on 2014/05/12 23:49:52 UTC, 9 replies.
- git commit: Rollback versions for 1.0.0-rc4 - posted by pw...@apache.org on 2014/05/13 00:24:15 UTC, 0 replies.
- git commit: Adding hadoop-2.2 profile to the build - posted by pw...@apache.org on 2014/05/13 00:41:16 UTC, 1 replies.
- git commit: Rename testExecutorEnvs --> executorEnvs. - posted by pw...@apache.org on 2014/05/13 02:09:22 UTC, 1 replies.
- git commit: SPARK-1623: Use File objects instead of String's in HTTPBroadcast - posted by pw...@apache.org on 2014/05/13 02:27:35 UTC, 1 replies.
- git commit: SPARK-1802. (Addendium) Audit dependency graph when Spark is built with -Pyarn - posted by pw...@apache.org on 2014/05/13 02:35:34 UTC, 1 replies.
- git commit: [SPARK-1736] Spark submit for Windows - posted by pw...@apache.org on 2014/05/13 02:39:44 UTC, 1 replies.
- git commit: [SQL] Make Hive Metastore conversion functions publicly visible. - posted by rx...@apache.org on 2014/05/13 03:40:33 UTC, 1 replies.
- git commit: Typo: resond -> respond - posted by rx...@apache.org on 2014/05/13 03:46:32 UTC, 1 replies.
- git commit: L-BFGS Documentation - posted by rx...@apache.org on 2014/05/13 04:20:28 UTC, 1 replies.
- git commit: Modify a typo in monitoring.md - posted by rx...@apache.org on 2014/05/13 04:21:09 UTC, 1 replies.
- git commit: SPARK-1757 Failing test for saving null primitives with .saveAsParquetFile() - posted by rx...@apache.org on 2014/05/13 04:23:42 UTC, 1 replies.
- git commit: [SPARK-1780] Non-existent SPARK_DAEMON_OPTS is lurking around - posted by pw...@apache.org on 2014/05/13 04:42:46 UTC, 1 replies.
- git commit: [SPARK-1753 / 1773 / 1814] Update outdated docs for spark-submit, YARN, standalone etc. - posted by pw...@apache.org on 2014/05/13 04:44:19 UTC, 1 replies.
- git commit: SPARK-1815. SparkContext should not be marked DeveloperApi - posted by pw...@apache.org on 2014/05/13 05:08:38 UTC, 1 replies.
- [1/3] Adding CHANGES.txt file and removing YARN support for now - posted by pw...@apache.org on 2014/05/13 05:21:35 UTC, 0 replies.
- [2/3] Adding CHANGES.txt file and removing YARN support for now - posted by pw...@apache.org on 2014/05/13 05:21:36 UTC, 0 replies.
- [3/3] git commit: Adding CHANGES.txt file and removing YARN support for now - posted by pw...@apache.org on 2014/05/13 05:21:37 UTC, 0 replies.
- [1/3] git commit: Revert "[maven-release-plugin] prepare for next development iteration" - posted by pw...@apache.org on 2014/05/13 08:24:57 UTC, 2 replies.
- [2/3] git commit: Revert "[maven-release-plugin] prepare release v1.0.0-rc4" - posted by pw...@apache.org on 2014/05/13 08:24:58 UTC, 0 replies.
- [3/3] git commit: BUILD: Add more content to make-distribution.sh. - posted by pw...@apache.org on 2014/05/13 08:24:59 UTC, 0 replies.
- git commit: BUILD: Add more content to make-distribution.sh. - posted by pw...@apache.org on 2014/05/13 08:26:51 UTC, 0 replies.
- git commit: [maven-release-plugin] prepare release v1.0.0-rc5 - posted by pw...@apache.org on 2014/05/13 08:50:47 UTC, 0 replies.
- git commit: SPARK-571: forbid return statements in cleaned closures - posted by rx...@apache.org on 2014/05/13 22:45:28 UTC, 0 replies.
- git commit: SPARK-1791 - SVM implementation does not use threshold parameter - posted by rx...@apache.org on 2014/05/14 02:31:33 UTC, 1 replies.
- git commit: [SPARK-1816] LiveListenerBus dies if a listener throws an exception - posted by pw...@apache.org on 2014/05/14 03:32:40 UTC, 1 replies.
- git commit: [SPARK-1527] change rootDir*.getName to rootDir*.getAbsolutePath - posted by pw...@apache.org on 2014/05/14 04:04:16 UTC, 1 replies.
- git commit: [SQL] Make it possible to create Java/Python SQLContexts from an existing Scala SQLContext. - posted by rx...@apache.org on 2014/05/14 06:23:55 UTC, 1 replies.
- git commit: [SPARK-1784] Add a new partitioner to allow specifying # of keys per partition - posted by rx...@apache.org on 2014/05/14 06:24:27 UTC, 1 replies.
- git commit: Implement ApproximateCountDistinct for SparkSql - posted by rx...@apache.org on 2014/05/14 06:26:16 UTC, 1 replies.
- git commit: Revert "[SPARK-1784] Add a new partitioner to allow specifying # of keys per partition" - posted by pw...@apache.org on 2014/05/14 08:25:06 UTC, 1 replies.
- git commit: [SQL] Improve column pruning. - posted by pw...@apache.org on 2014/05/14 08:27:25 UTC, 1 replies.
- git commit: SPARK-1801. expose InterruptibleIterator and TaskKilledException in deve... - posted by ad...@apache.org on 2014/05/14 09:12:54 UTC, 1 replies.
- git commit: Fix dep exclusion: avro-ipc, not avro, depends on netty. - posted by pw...@apache.org on 2014/05/14 09:38:33 UTC, 1 replies.
- git commit: [SPARK-1769] Executor loss causes NPE race condition - posted by ad...@apache.org on 2014/05/14 09:54:45 UTC, 1 replies.
- git commit: Fixed streaming examples docs to use run-example instead of spark-submit - posted by td...@apache.org on 2014/05/14 13:17:47 UTC, 1 replies.
- git commit: SPARK-1827. LICENSE and NOTICE files need a refresh to contain transitive dependency info - posted by pw...@apache.org on 2014/05/14 18:38:44 UTC, 1 replies.
- git commit: SPARK-1818 Freshen Mesos documentation - posted by pw...@apache.org on 2014/05/14 18:46:31 UTC, 1 replies.
- git commit: SPARK-1828: Created forked version of hive-exec that doesn't bundle other dependencies - posted by pw...@apache.org on 2014/05/14 18:51:07 UTC, 1 replies.
- git commit: [SPARK-1620] Handle uncaught exceptions in function run by Akka scheduler - posted by pw...@apache.org on 2014/05/14 19:07:34 UTC, 1 replies.
- [2/3] git commit: Revert "[maven-release-plugin] prepare release v1.0.0-rc5" - posted by pw...@apache.org on 2014/05/14 19:22:04 UTC, 0 replies.
- [3/3] git commit: Adding back hive support - posted by pw...@apache.org on 2014/05/14 19:22:05 UTC, 0 replies.
- git commit: [maven-release-plugin] prepare release v1.0.0-rc6 - posted by pw...@apache.org on 2014/05/14 19:50:38 UTC, 0 replies.
- git commit: Fix: sbt test throw an java.lang.OutOfMemoryError: PermGen space - posted by rx...@apache.org on 2014/05/14 20:19:30 UTC, 1 replies.
- git commit: SPARK-1829 Sub-second durations shouldn't round to "0 s" - posted by rx...@apache.org on 2014/05/14 21:01:19 UTC, 1 replies.
- git commit: SPARK-1833 - Have an empty SparkContext constructor. - posted by pw...@apache.org on 2014/05/14 21:53:38 UTC, 1 replies.
- git commit: [FIX] do not load defaults when testing SparkConf in pyspark - posted by rx...@apache.org on 2014/05/14 23:57:20 UTC, 1 replies.
- git commit: String interpolation + some other small changes - posted by pw...@apache.org on 2014/05/15 00:46:01 UTC, 0 replies.
- git commit: [SPARK-1696][MLLIB] use alpha in dense dspr - posted by rx...@apache.org on 2014/05/15 02:18:34 UTC, 1 replies.
- git commit: [Typo] propertes -> properties - posted by rx...@apache.org on 2014/05/15 02:54:57 UTC, 1 replies.
- git commit: [SPARK-1826] fix the head notation of package object dsl - posted by rx...@apache.org on 2014/05/15 02:59:18 UTC, 1 replies.
- git commit: default task number misleading in several places - posted by rx...@apache.org on 2014/05/15 03:20:30 UTC, 1 replies.
- git commit: [SPARK-1840] SparkListenerBus prints out scary error message when terminated normally - posted by pw...@apache.org on 2014/05/15 06:13:49 UTC, 1 replies.
- git commit: Add language tabs and Python version to interactive part of quick-start - posted by pw...@apache.org on 2014/05/15 06:45:33 UTC, 1 replies.
- git commit: Documentation: Encourage use of reduceByKey instead of groupByKey. - posted by pw...@apache.org on 2014/05/15 07:24:13 UTC, 1 replies.
- git commit: Package docs - posted by pw...@apache.org on 2014/05/15 07:24:46 UTC, 1 replies.
- git commit: fix different versions of commons-lang dependency and apache/spark#746 addendum - posted by pw...@apache.org on 2014/05/15 07:26:30 UTC, 1 replies.
- [1/2] git commit: Revert "[maven-release-plugin] prepare for next development iteration" - posted by pw...@apache.org on 2014/05/15 08:28:00 UTC, 4 replies.
- [2/2] git commit: Revert "[maven-release-plugin] prepare release v1.0.0-rc6" - posted by pw...@apache.org on 2014/05/15 08:28:01 UTC, 0 replies.
- git commit: [maven-release-plugin] prepare release v1.0.0-rc7 - posted by pw...@apache.org on 2014/05/15 08:53:20 UTC, 0 replies.
- git commit: HOTFIX: Don't build Javadoc in Maven when creating releases. - posted by pw...@apache.org on 2014/05/15 09:49:12 UTC, 1 replies.
- git commit: SPARK-1846 Ignore logs directory in RAT checks - posted by pw...@apache.org on 2014/05/15 20:05:52 UTC, 1 replies.
- git commit: [SPARK-1845] [SQL] Use AllScalaRegistrar for SparkSqlSerializer to register serializers of ... - posted by rx...@apache.org on 2014/05/15 20:20:30 UTC, 1 replies.
- git commit: [SPARK-1819] [SQL] Fix GetField.nullable. - posted by rx...@apache.org on 2014/05/15 20:21:36 UTC, 1 replies.
- git commit: [SPARK-1741][MLLIB] add predict(JavaRDD) to RegressionModel, ClassificationModel, and KMeans - posted by pw...@apache.org on 2014/05/15 21:00:20 UTC, 1 replies.
- svn commit: r1595049 - in /spark: news/_posts/2014-05-11-spark-summit-agenda-posted.md site/news/index.html site/news/spark-summit-agenda-posted.html - posted by ma...@apache.org on 2014/05/15 23:19:58 UTC, 0 replies.
- git commit: SPARK-1851. Upgrade Avro dependency to 1.7.6 so Spark can read Avro file... - posted by pw...@apache.org on 2014/05/16 01:35:46 UTC, 1 replies.
- [1/2] SPARK-1803 Replaced colon in filenames with a dash - posted by rx...@apache.org on 2014/05/16 01:44:20 UTC, 1 replies.
- [2/2] git commit: SPARK-1803 Replaced colon in filenames with a dash - posted by rx...@apache.org on 2014/05/16 01:44:21 UTC, 1 replies.
- git commit: [SQL] Fix tiny/small ints from HiveMetastore. - posted by rx...@apache.org on 2014/05/16 01:50:46 UTC, 1 replies.
- git commit: Fixes a misplaced comment. - posted by rx...@apache.org on 2014/05/16 01:59:41 UTC, 1 replies.
- git commit: Typos in Spark - posted by rx...@apache.org on 2014/05/16 03:20:19 UTC, 1 replies.
- git commit: SPARK-1860: Do not cleanup application work/ directories by default - posted by pw...@apache.org on 2014/05/16 06:38:10 UTC, 1 replies.
- git commit: [Spark-1461] Deferred Expression Evaluation (short-circuit evaluation) - posted by rx...@apache.org on 2014/05/16 07:12:41 UTC, 1 replies.
- git commit: SPARK-1862: Support for MapR in the Maven build. - posted by pw...@apache.org on 2014/05/16 08:31:54 UTC, 1 replies.
- git commit: HOTFIX: Duplication of hbase version - posted by pw...@apache.org on 2014/05/16 08:33:32 UTC, 0 replies.
- [2/2] git commit: Revert "[maven-release-plugin] prepare release v1.0.0-rc7" - posted by pw...@apache.org on 2014/05/16 09:12:02 UTC, 0 replies.
- git commit: [maven-release-plugin] prepare release v1.0.0-rc8 - posted by pw...@apache.org on 2014/05/16 10:19:00 UTC, 0 replies.
- git commit: bugfix: overflow of graphx Edge compare function - posted by rx...@apache.org on 2014/05/16 20:37:21 UTC, 1 replies.
- git commit: [SQL] Implement between in hql - posted by rx...@apache.org on 2014/05/16 20:47:03 UTC, 1 replies.
- git commit: SPARK-1487 [SQL] Support record filtering via predicate pushdown in Parquet - posted by rx...@apache.org on 2014/05/16 22:41:45 UTC, 0 replies.
- git commit: Tweaks to Mesos docs - posted by ma...@apache.org on 2014/05/17 02:35:11 UTC, 1 replies.
- git commit: SPARK-1864 Look in spark conf instead of system properties when propagating configuration to executors. - posted by pw...@apache.org on 2014/05/17 05:25:20 UTC, 1 replies.
- git commit: Version bump of spark-ec2 scripts - posted by pw...@apache.org on 2014/05/17 06:42:34 UTC, 1 replies.
- git commit: [SPARK-1808] Route bin/pyspark through Spark submit - posted by pw...@apache.org on 2014/05/17 07:34:49 UTC, 1 replies.
- git commit: [SPARK-1824] Remove from Python examples - posted by pw...@apache.org on 2014/05/17 07:36:29 UTC, 1 replies.
- git commit: Make deprecation warning less severe - posted by pw...@apache.org on 2014/05/17 07:59:06 UTC, 1 replies.
- [2/2] git commit: Revert "[maven-release-plugin] prepare release v1.0.0-rc8" - posted by pw...@apache.org on 2014/05/17 08:11:07 UTC, 0 replies.
- git commit: [maven-release-plugin] prepare release v1.0.0-rc9 - posted by pw...@apache.org on 2014/05/17 08:37:58 UTC, 0 replies.
- git commit: Fix spark-submit path in spark-shell & pyspark - posted by pw...@apache.org on 2014/05/18 22:31:31 UTC, 1 replies.
- git commit: SPARK-1873: Add README.md file when making distributions - posted by ma...@apache.org on 2014/05/19 01:51:57 UTC, 1 replies.
- git commit: [WIP][SPARK-1871][MLLIB] Improve MLlib guide for v1.0 - posted by ma...@apache.org on 2014/05/19 02:01:02 UTC, 1 replies.
- git commit: [SPARK-1876] Windows fixes to deal with latest distribution layout changes - posted by td...@apache.org on 2014/05/20 00:02:41 UTC, 1 replies.
- git commit: SPARK-1878: Fix the incorrect initialization order - posted by td...@apache.org on 2014/05/20 01:41:38 UTC, 1 replies.
- git commit: SPARK-1879. Increase MaxPermSize since some of our builds have many classes - posted by td...@apache.org on 2014/05/20 03:42:34 UTC, 1 replies.
- git commit: [SPARK-1875]NoClassDefFoundError: StringUtils when building with hadoop 1.x and hive - posted by td...@apache.org on 2014/05/20 04:40:34 UTC, 1 replies.
- git commit: SPARK-1689: Spark application should die when removed by Master - posted by td...@apache.org on 2014/05/20 06:00:54 UTC, 1 replies.
- [1/4] [SPARK-1874][MLLIB] Clean up MLlib sample data - posted by td...@apache.org on 2014/05/20 06:29:38 UTC, 1 replies.
- [2/4] [SPARK-1874][MLLIB] Clean up MLlib sample data - posted by td...@apache.org on 2014/05/20 06:29:39 UTC, 1 replies.
- [3/4] [SPARK-1874][MLLIB] Clean up MLlib sample data - posted by td...@apache.org on 2014/05/20 06:29:40 UTC, 1 replies.
- [4/4] git commit: [SPARK-1874][MLLIB] Clean up MLlib sample data - posted by td...@apache.org on 2014/05/20 06:29:41 UTC, 1 replies.
- git commit: [Spark 1877] ClassNotFoundException when loading RDD with serialized objects - posted by td...@apache.org on 2014/05/20 07:36:28 UTC, 1 replies.
- git commit: Updated CHANGES.txt - posted by td...@apache.org on 2014/05/20 08:13:16 UTC, 1 replies.
- [2/2] git commit: Revert "[maven-release-plugin] prepare release v1.0.0-rc9" - posted by td...@apache.org on 2014/05/20 08:16:11 UTC, 0 replies.
- git commit: [Hotfix] Blacklisted flaky HiveCompatibility test - posted by td...@apache.org on 2014/05/20 19:27:20 UTC, 1 replies.
- git commit: [maven-release-plugin] prepare release v1.0.0-rc10 - posted by td...@apache.org on 2014/05/20 20:03:35 UTC, 0 replies.
- svn commit: r1596416 - in /spark: examples.md site/examples.html - posted by an...@apache.org on 2014/05/20 23:02:49 UTC, 0 replies.
- git commit: [SPARK-1250] Fixed misleading comments in bin/pyspark, bin/spark-class - posted by rx...@apache.org on 2014/05/21 10:22:31 UTC, 1 replies.
- git commit: [Docs] Correct example of creating a new SparkConf - posted by rx...@apache.org on 2014/05/21 10:24:35 UTC, 1 replies.
- git commit: [Minor] Move JdbcRDDSuite to the correct package - posted by rx...@apache.org on 2014/05/21 10:25:22 UTC, 1 replies.
- git commit: [Typo] Stoped -> Stopped - posted by rx...@apache.org on 2014/05/21 20:59:11 UTC, 1 replies.
- git commit: [SPARK-1519] Support minPartitions param of wholeTextFiles() in PySpark - posted by rx...@apache.org on 2014/05/21 22:26:57 UTC, 1 replies.
- git commit: [SPARK-1889] [SQL] Apply splitConjunctivePredicates to join condition while finding join ke... - posted by rx...@apache.org on 2014/05/22 00:37:51 UTC, 1 replies.
- git commit: Configuration documentation updates - posted by rx...@apache.org on 2014/05/22 03:49:16 UTC, 1 replies.
- git commit: [SPARK-1870] Make spark-submit --jars work in yarn-cluster mode. - posted by td...@apache.org on 2014/05/22 10:53:03 UTC, 1 replies.
- git commit: Fix UISuite unit test that fails under Jenkins contention - posted by rx...@apache.org on 2014/05/23 00:11:08 UTC, 1 replies.
- git commit: [SPARK-1897] Respect spark.jars (and --jars) in spark-shell - posted by td...@apache.org on 2014/05/23 05:25:46 UTC, 1 replies.
- git commit: [SPARK-1896] Respect spark.master (and --master) before MASTER in spark-shell - posted by td...@apache.org on 2014/05/23 05:32:35 UTC, 1 replies.
- git commit: Updated scripts for auditing releases - posted by td...@apache.org on 2014/05/23 05:49:00 UTC, 1 replies.
- git commit: Update LBFGSSuite.scala - posted by rx...@apache.org on 2014/05/23 22:02:44 UTC, 1 replies.
- svn commit: r1597172 - in /spark: community.md site/community.html - posted by ma...@apache.org on 2014/05/23 22:15:01 UTC, 0 replies.
- git commit: [SPARK-1900 / 1918] PySpark on YARN is broken - posted by td...@apache.org on 2014/05/25 03:02:10 UTC, 1 replies.
- git commit: SPARK-1911: Emphasize that Spark jars should be built with Java 6. - posted by td...@apache.org on 2014/05/25 03:27:04 UTC, 1 replies.
- [2/2] git commit: Revert "[maven-release-plugin] prepare release v1.0.0-rc10" - posted by td...@apache.org on 2014/05/25 04:24:19 UTC, 0 replies.
- git commit: [SPARK-1886] check executor id existence when executor exit - posted by ad...@apache.org on 2014/05/25 05:40:28 UTC, 1 replies.
- git commit: [SPARK-1913][SQL] Bug fix: column pruning error in Parquet support - posted by rx...@apache.org on 2014/05/25 05:42:03 UTC, 0 replies.
- git commit: spark-submit: add exec at the end of the script - posted by rx...@apache.org on 2014/05/25 07:39:32 UTC, 1 replies.
- git commit: [SPARK-1822] SchemaRDD.count() should use query optimizer - posted by rx...@apache.org on 2014/05/25 09:06:55 UTC, 1 replies.
- git commit: Added PEP8 style configuration file. - posted by rx...@apache.org on 2014/05/25 10:32:19 UTC, 1 replies.
- git commit: SPARK-1822: Some minor cleanup work on SchemaRDD.count() - posted by rx...@apache.org on 2014/05/25 10:44:59 UTC, 1 replies.
- git commit: Added license header for tox.ini. - posted by rx...@apache.org on 2014/05/25 10:50:00 UTC, 1 replies.
- git commit: [maven-release-plugin] prepare release v1.0.0-rc11 - posted by td...@apache.org on 2014/05/25 12:18:46 UTC, 1 replies.
- git commit: Fix PEP8 violations in examples/src/main/python. - posted by rx...@apache.org on 2014/05/25 23:48:30 UTC, 1 replies.
- git commit: Python docstring update for sql.py. - posted by rx...@apache.org on 2014/05/26 01:04:20 UTC, 1 replies.
- git commit: Fix PEP8 violations in Python mllib. - posted by rx...@apache.org on 2014/05/26 02:15:23 UTC, 1 replies.
- git commit: SPARK-1903 Document Spark's network connections - posted by rx...@apache.org on 2014/05/26 02:15:49 UTC, 1 replies.
- git commit: [SQL] Minor: Introduce SchemaRDD#aggregate() for simple aggregations - posted by rx...@apache.org on 2014/05/26 03:37:49 UTC, 1 replies.
- git commit: HOTFIX: Add no-arg SparkContext constructor in Java - posted by ad...@apache.org on 2014/05/26 05:13:41 UTC, 1 replies.
- [2/3] git commit: Revert "[maven-release-plugin] prepare release v1.0.0-rc11" - posted by td...@apache.org on 2014/05/26 08:16:36 UTC, 0 replies.
- [3/3] git commit: Updated CHANGES.txt - posted by td...@apache.org on 2014/05/26 08:16:37 UTC, 0 replies.
- git commit: [SPARK-1914] [SQL] Simplify CountFunction not to traverse to evaluate all child expressions. - posted by rx...@apache.org on 2014/05/26 09:17:23 UTC, 1 replies.
- svn commit: r5420 - /release/spark/spark-0.8.1-incubating/ - posted by pw...@apache.org on 2014/05/26 21:46:31 UTC, 0 replies.
- svn commit: r5420 - /release/incubator/spark/spark-0.8.1-incubating/ - posted by pw...@apache.org on 2014/05/26 21:46:31 UTC, 0 replies.
- svn commit: r5421 - /release/incubator/spark/spark-0.8.0-incubating/ - posted by pw...@apache.org on 2014/05/26 21:47:24 UTC, 0 replies.
- svn commit: r5421 - /release/spark/spark-0.8.0-incubating/ - posted by pw...@apache.org on 2014/05/26 21:47:24 UTC, 0 replies.
- svn commit: r5422 - /release/incubator/spark/spark-0.9.0-incubating/ - posted by pw...@apache.org on 2014/05/26 21:57:13 UTC, 0 replies.
- svn commit: r5422 - /release/spark/spark-0.9.0-incubating/ - posted by pw...@apache.org on 2014/05/26 21:57:13 UTC, 0 replies.
- svn commit: r5423 - /release/incubator/spark/spark-0.9.1/ - posted by pw...@apache.org on 2014/05/26 21:59:39 UTC, 0 replies.
- svn commit: r5424 - /dev/incubator/spark/spark-0.8.1-incubating-rc1/ - posted by pw...@apache.org on 2014/05/26 22:00:17 UTC, 0 replies.
- svn commit: r5425 - /dev/incubator/spark/spark-0.8.1-incubating-rc4/ - posted by pw...@apache.org on 2014/05/26 22:00:24 UTC, 0 replies.
- git commit: Fix scalastyle warnings in yarn alpha - posted by rx...@apache.org on 2014/05/26 22:16:39 UTC, 0 replies.
- git commit: SPARK-1925: Replace '&' with '&&' - posted by rx...@apache.org on 2014/05/26 23:35:02 UTC, 1 replies.
- git commit: [SPARK-1931] Reconstruct routing tables in Graph.partitionBy - posted by rx...@apache.org on 2014/05/27 01:10:26 UTC, 1 replies.
- git commit: SPARK-1929 DAGScheduler suspended by local task OOM - posted by rx...@apache.org on 2014/05/27 06:30:30 UTC, 0 replies.
- git commit: Fixed the error message for OutOfMemoryError in DAGScheduler. - posted by rx...@apache.org on 2014/05/27 06:31:54 UTC, 0 replies.
- git commit: Updated dev Python scripts to make them PEP8 compliant. - posted by rx...@apache.org on 2014/05/27 06:40:55 UTC, 1 replies.
- git commit: SPARK-1933: Throw a more meaningful exception when a directory is passed to addJar/addFile. - posted by rx...@apache.org on 2014/05/27 07:05:25 UTC, 1 replies.
- svn commit: r5426 - /dev/incubator/spark/ - posted by he...@apache.org on 2014/05/27 07:43:54 UTC, 0 replies.
- svn commit: r5427 - /release/incubator/spark/ - posted by he...@apache.org on 2014/05/27 07:43:59 UTC, 0 replies.
- git commit: SPARK-1932: Fix race conditions in onReceiveCallback and cachedPeers - posted by ad...@apache.org on 2014/05/27 08:17:46 UTC, 1 replies.
- git commit: bugfix worker DriverStateChanged state should match DriverState.FAILED - posted by ad...@apache.org on 2014/05/27 20:53:51 UTC, 1 replies.
- git commit: [SPARK-1926] [SQL] Nullability of Max/Min/First should be true. - posted by rx...@apache.org on 2014/05/27 23:54:00 UTC, 1 replies.
- git commit: [SPARK-1915] [SQL] AverageFunction should not count if the evaluated value is null. - posted by rx...@apache.org on 2014/05/27 23:55:26 UTC, 1 replies.
- git commit: [SQL] SPARK-1922 - posted by rx...@apache.org on 2014/05/28 01:08:45 UTC, 1 replies.
- git commit: [SPARK-1938] [SQL] ApproxCountDistinctMergeFunction should return Int value. - posted by rx...@apache.org on 2014/05/28 07:17:53 UTC, 1 replies.
- git commit: Fix doc about NetworkWordCount/JavaNetworkWordCount usage of spark streaming - posted by pw...@apache.org on 2014/05/28 07:41:56 UTC, 1 replies.
- git commit: Organize configuration docs - posted by pw...@apache.org on 2014/05/29 00:50:03 UTC, 1 replies.
- git commit: Spark 1916 - posted by pw...@apache.org on 2014/05/29 00:51:26 UTC, 2 replies.
- git commit: [SPARK-1712]: TaskDescription instance is too big causes Spark to hang - posted by ma...@apache.org on 2014/05/29 00:57:10 UTC, 2 replies.
- git commit: Added doctest and method description in context.py - posted by ma...@apache.org on 2014/05/29 08:08:44 UTC, 1 replies.
- git commit: SPARK-1188: Do not re-use objects in the EdgePartition/EdgeTriplet iterators. - posted by rx...@apache.org on 2014/05/29 09:43:17 UTC, 0 replies.
- git commit: SPARK-1935: Explicitly add commons-codec 1.5 as a dependency. - posted by pw...@apache.org on 2014/05/29 18:07:47 UTC, 1 replies.
- git commit: [SPARK-1368][SQL] Optimized HiveTableScan - posted by ma...@apache.org on 2014/05/30 00:24:32 UTC, 1 replies.
- git commit: initial version of LPA - posted by an...@apache.org on 2014/05/30 00:42:00 UTC, 0 replies.
- git commit: [SPARK-1820] Make GenerateMimaIgnore @DeveloperApi annotation aware. - posted by pw...@apache.org on 2014/05/30 08:20:26 UTC, 0 replies.
- [1/5] [SPARK-1566] consolidate programming guide, and general doc updates - posted by pw...@apache.org on 2014/05/30 09:34:47 UTC, 1 replies.
- [2/5] [SPARK-1566] consolidate programming guide, and general doc updates - posted by pw...@apache.org on 2014/05/30 09:34:48 UTC, 1 replies.
- [3/5] [SPARK-1566] consolidate programming guide, and general doc updates - posted by pw...@apache.org on 2014/05/30 09:34:49 UTC, 1 replies.
- [4/5] [SPARK-1566] consolidate programming guide, and general doc updates - posted by pw...@apache.org on 2014/05/30 09:34:50 UTC, 1 replies.
- [5/5] git commit: [SPARK-1566] consolidate programming guide, and general doc updates - posted by pw...@apache.org on 2014/05/30 09:34:51 UTC, 1 replies.
- svn commit: r5445 - /dev/spark/spark-1.0.0/ - posted by pw...@apache.org on 2014/05/30 09:57:53 UTC, 0 replies.
- git commit: [SPARK-1971] Update MIMA to compare against Spark 1.0.0 - posted by pw...@apache.org on 2014/05/30 10:14:02 UTC, 0 replies.
- svn commit: r5446 - /dev/spark/spark-1.0.0/ /release/spark/spark-1.0.0/ - posted by pw...@apache.org on 2014/05/30 10:29:48 UTC, 0 replies.
- svn commit: r1598501 - in /spark/site/docs: ./ 1.0.0/ 1.0.0/api/ 1.0.0/api/java/ 1.0.0/api/java/org/ 1.0.0/api/java/org/apache/ 1.0.0/api/java/org/apache/spark/ 1.0.0/api/java/org/apache/spark/annotation/ 1.0.0/api/java/org/apache/spark/api/ 1.0.0/api/... - posted by pw...@apache.org on 2014/05/30 10:55:59 UTC, 0 replies.
- svn commit: r1598504 - /spark/site/docs/1.0.0/ - posted by pw...@apache.org on 2014/05/30 10:58:41 UTC, 0 replies.
- svn commit: r1598509 [1/2] - in /spark: ./ site/ site/news/ site/releases/ - posted by pw...@apache.org on 2014/05/30 11:09:05 UTC, 0 replies.
- svn commit: r1598509 [2/2] - in /spark: ./ site/ site/news/ site/releases/ - posted by pw...@apache.org on 2014/05/30 11:09:05 UTC, 0 replies.
- svn commit: r1598518 - in /spark: releases/_posts/2014-05-30-spark-release-1-0-0.md site/releases/spark-release-1-0-0.html - posted by pw...@apache.org on 2014/05/30 11:29:14 UTC, 0 replies.
- svn commit: r1598527 [2/2] - in /spark: news/_posts/ site/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/streaming/ - posted by pw...@apache.org on 2014/05/30 11:45:13 UTC, 0 replies.
- svn commit: r1598527 [1/2] - in /spark: news/_posts/ site/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/streaming/ - posted by pw...@apache.org on 2014/05/30 11:45:13 UTC, 0 replies.
- svn commit: r1598533 - in /spark: releases/_posts/2014-05-30-spark-release-1-0-0.md site/releases/spark-release-1-0-0.html - posted by pw...@apache.org on 2014/05/30 12:15:40 UTC, 0 replies.
- svn commit: r1598540 - in /spark: releases/_posts/2014-05-30-spark-release-1-0-0.md site/releases/spark-release-1-0-0.html - posted by pw...@apache.org on 2014/05/30 12:39:27 UTC, 0 replies.
- svn commit: r1598548 - in /spark: downloads.md site/downloads.html - posted by pw...@apache.org on 2014/05/30 12:54:11 UTC, 0 replies.
- git commit: [SPARK-1901] worker should make sure executor has exited before updating executor's info - posted by ad...@apache.org on 2014/05/30 19:11:11 UTC, 1 replies.
- svn commit: r1598753 [1/2] - in /spark: news/_posts/ site/ site/news/ site/releases/ - posted by ma...@apache.org on 2014/05/30 23:53:41 UTC, 0 replies.
- svn commit: r1598753 [2/2] - in /spark: news/_posts/ site/ site/news/ site/releases/ - posted by ma...@apache.org on 2014/05/30 23:53:41 UTC, 0 replies.
- svn commit: r1598801 - in /spark: index.md site/index.html - posted by ma...@apache.org on 2014/05/31 05:09:40 UTC, 0 replies.
- svn commit: r1598804 [1/2] - in /spark: ./ _layouts/ graphx/ images/ releases/_posts/ site/ site/graphx/ site/images/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/streaming/ - posted by an...@apache.org on 2014/05/31 05:21:27 UTC, 0 replies.
- svn commit: r1598804 [2/2] - in /spark: ./ _layouts/ graphx/ images/ releases/_posts/ site/ site/graphx/ site/images/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/streaming/ - posted by an...@apache.org on 2014/05/31 05:21:27 UTC, 0 replies.
- git commit: Typo: and -> an - posted by rx...@apache.org on 2014/05/31 07:02:08 UTC, 1 replies.
- git commit: updated link to mailing list - posted by rx...@apache.org on 2014/05/31 07:05:00 UTC, 1 replies.
- git commit: SPARK-1976: fix the misleading part in streaming docs - posted by rx...@apache.org on 2014/05/31 07:06:12 UTC, 1 replies.
- git commit: SPARK-1935: Explicitly add commons-codec 1.5 as a dependency (for branch-0.9). - posted by rx...@apache.org on 2014/05/31 07:12:20 UTC, 0 replies.
- git commit: [SPARK-1959] String "NULL" shouldn't be interpreted as null value - posted by rx...@apache.org on 2014/05/31 07:13:23 UTC, 1 replies.
- git commit: correct tiny comment error - posted by rx...@apache.org on 2014/05/31 09:06:52 UTC, 1 replies.
- git commit: [SPARK-1947] [SQL] Child of SumDistinct or Average should be widened to prevent overflows the same as Sum. - posted by ma...@apache.org on 2014/05/31 20:30:09 UTC, 1 replies.
- git commit: Optionally include Hive as a dependency of the REPL. - posted by ad...@apache.org on 2014/05/31 21:24:44 UTC, 1 replies.
- git commit: [SQL] SPARK-1964 Add timestamp to hive metastore type parser. - posted by rx...@apache.org on 2014/05/31 21:34:25 UTC, 1 replies.
- git commit: Super minor: Close inputStream in SparkSubmitArguments - posted by rx...@apache.org on 2014/05/31 21:37:02 UTC, 1 replies.
- git commit: SPARK-1839: PySpark RDD#take() shouldn't always read from driver - posted by rx...@apache.org on 2014/05/31 22:05:00 UTC, 0 replies.
- git commit: Improve maven plugin configuration - posted by pw...@apache.org on 2014/05/31 23:36:42 UTC, 0 replies.
- git commit: SPARK-1917: fix PySpark import of scipy.special functions - posted by ma...@apache.org on 2014/05/31 23:59:12 UTC, 1 replies.