You are viewing a plain text version of this content. The canonical link for it is here.
- spark git commit: [SPARK-13551][MLLIB] Fix wrong comment and remove meanless lines in mllib.JavaBisectingKMeansExample - posted by me...@apache.org on 2016/03/01 07:24:47 UTC, 0 replies.
- spark git commit: [SPARK-13550][ML] Add java example for ml.clustering.BisectingKMeans - posted by me...@apache.org on 2016/03/01 08:55:32 UTC, 0 replies.
- spark git commit: [SPARK-13592][WINDOWS] fix path of spark-submit2.cmd in spark-submit.cmd - posted by sr...@apache.org on 2016/03/01 15:37:44 UTC, 0 replies.
- spark git commit: [SPARK-13511] [SQL] Add wholestage codegen for limit - posted by da...@apache.org on 2016/03/01 17:43:06 UTC, 0 replies.
- spark git commit: [SPARK-12811][ML] Estimator for Generalized Linear Models(GLMs) - posted by me...@apache.org on 2016/03/01 17:48:01 UTC, 0 replies.
- spark git commit: Closes #11320 Closes #10940 Closes #11302 Closes #11430 Closes #10912 - posted by me...@apache.org on 2016/03/01 18:41:26 UTC, 0 replies.
- spark git commit: [SPARK-13582] [SQL] defer dictionary decoding in parquet reader - posted by da...@apache.org on 2016/03/01 22:07:16 UTC, 0 replies.
- [1/4] spark git commit: [SPARK-13548][BUILD] Move tags and unsafe modules into common - posted by rx...@apache.org on 2016/03/02 00:39:15 UTC, 0 replies.
- [2/4] spark git commit: [SPARK-13548][BUILD] Move tags and unsafe modules into common - posted by rx...@apache.org on 2016/03/02 00:39:16 UTC, 0 replies.
- [3/4] spark git commit: [SPARK-13548][BUILD] Move tags and unsafe modules into common - posted by rx...@apache.org on 2016/03/02 00:39:17 UTC, 0 replies.
- [4/4] spark git commit: [SPARK-13548][BUILD] Move tags and unsafe modules into common - posted by rx...@apache.org on 2016/03/02 00:39:18 UTC, 0 replies.
- spark git commit: [SPARK-13598] [SQL] remove LeftSemiJoinBNL - posted by da...@apache.org on 2016/03/02 02:28:01 UTC, 0 replies.
- spark git commit: [SPARK-13167][SQL] Include rows with null values for partition column when reading from JDBC datasources. - posted by rx...@apache.org on 2016/03/02 02:34:23 UTC, 0 replies.
- spark git commit: [SPARK-13008][ML][PYTHON] Put one alg per line in pyspark.ml all lists - posted by me...@apache.org on 2016/03/02 06:26:50 UTC, 0 replies.
- spark git commit: [BUILD][MINOR] Fix SBT build error with network-yarn module - posted by rx...@apache.org on 2016/03/02 06:28:33 UTC, 0 replies.
- spark git commit: [MINOR][STREAMING] Replace deprecated `apply` with `create` in example. - posted by sr...@apache.org on 2016/03/02 12:48:29 UTC, 0 replies.
- spark git commit: Fix run-tests.py typos - posted by sr...@apache.org on 2016/03/02 16:32:41 UTC, 0 replies.
- spark git commit: [SPARK-13515] Make FormatNumber work irrespective of locale. - posted by sr...@apache.org on 2016/03/02 16:57:30 UTC, 0 replies.
- svn commit: r1733339 - in /spark: community.md site/community.html - posted by sr...@apache.org on 2016/03/02 18:32:11 UTC, 0 replies.
- spark git commit: [SPARK-13609] [SQL] Support Column Pruning for MapPartitions - posted by da...@apache.org on 2016/03/02 19:04:38 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-12817] Add BlockManager.getOrElseUpdate and remove CacheManager - posted by an...@apache.org on 2016/03/02 19:26:50 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-12817] Add BlockManager.getOrElseUpdate and remove CacheManager - posted by an...@apache.org on 2016/03/02 19:26:51 UTC, 0 replies.
- spark git commit: [SPARK-13535][SQL] Fix Analysis Exceptions when Using Backticks in Transform Clause - posted by hv...@apache.org on 2016/03/02 23:08:01 UTC, 0 replies.
- spark git commit: [SPARK-13601] call failure callbacks before writer.close() - posted by da...@apache.org on 2016/03/02 23:35:49 UTC, 1 replies.
- spark git commit: [SPARK-13574] [SQL] Add benchmark to measure string dictionary decode. - posted by da...@apache.org on 2016/03/03 00:03:26 UTC, 0 replies.
- spark git commit: [SPARK-13594][SQL] remove typed operations(e.g. map, flatMap) from python DataFrame - posted by rx...@apache.org on 2016/03/03 00:26:35 UTC, 0 replies.
- spark git commit: [SPARK-13528][SQL] Make the short names of compression codecs consistent in ParquetRelation - posted by rx...@apache.org on 2016/03/03 00:30:43 UTC, 0 replies.
- spark git commit: [SPARK-13617][SQL] remove unnecessary GroupingAnalytics trait - posted by rx...@apache.org on 2016/03/03 05:19:01 UTC, 0 replies.
- spark git commit: [SPARK-13627][SQL][YARN] Fix simple deprecation warnings. - posted by rx...@apache.org on 2016/03/03 05:34:24 UTC, 0 replies.
- spark git commit: [SPARK-13616][SQL] Let SQLBuilder convert logical plan without a project on top of it - posted by rx...@apache.org on 2016/03/03 07:21:53 UTC, 0 replies.
- spark git commit: [SPARK-13621][CORE] TestExecutor.scala needs to be moved to test package - posted by rx...@apache.org on 2016/03/03 07:34:48 UTC, 0 replies.
- spark git commit: [SPARK-13635] [SQL] Enable LimitPushdown optimizer rule because we have whole-stage codegen for Limit - posted by da...@apache.org on 2016/03/03 08:46:27 UTC, 0 replies.
- spark git commit: [SPARK-13466] [SQL] Remove projects that become redundant after column pruning rule - posted by da...@apache.org on 2016/03/03 09:06:50 UTC, 0 replies.
- spark git commit: [HOT-FIX] Recover some deprecations for 2.10 compatibility. - posted by sr...@apache.org on 2016/03/03 10:53:10 UTC, 0 replies.
- [1/3] spark git commit: [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.x - posted by sr...@apache.org on 2016/03/03 10:54:19 UTC, 0 replies.
- [2/3] spark git commit: [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.x - posted by sr...@apache.org on 2016/03/03 10:54:20 UTC, 0 replies.
- [3/3] spark git commit: [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.x - posted by sr...@apache.org on 2016/03/03 10:54:21 UTC, 0 replies.
- [1/3] spark git commit: [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle rule - posted by sr...@apache.org on 2016/03/03 11:12:42 UTC, 0 replies.
- [2/3] spark git commit: [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle rule - posted by sr...@apache.org on 2016/03/03 11:12:43 UTC, 0 replies.
- [3/3] spark git commit: [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle rule - posted by sr...@apache.org on 2016/03/03 11:12:44 UTC, 0 replies.
- spark git commit: [SPARK-13423][HOTFIX] Static analysis fixes for 2.x / fixed for Scala 2.10 - posted by sr...@apache.org on 2016/03/03 16:11:08 UTC, 0 replies.
- spark git commit: [SPARK-13465] Add a task failure listener to TaskContext - posted by da...@apache.org on 2016/03/03 17:43:49 UTC, 0 replies.
- spark git commit: [SPARK-13013][DOCS] Replace example code in mllib-clustering.md using include_example - posted by me...@apache.org on 2016/03/03 18:32:51 UTC, 0 replies.
- spark git commit: [SPARK-13599][BUILD] remove transitive groovy dependencies from Hive - posted by rx...@apache.org on 2016/03/03 18:35:52 UTC, 0 replies.
- spark git commit: [SPARK-12877][ML] Add train-validation-split to pyspark - posted by me...@apache.org on 2016/03/03 18:50:07 UTC, 0 replies.
- spark git commit: [SPARK-13543][SQL] Support for specifying compression codec for Parquet/ORC via option() - posted by rx...@apache.org on 2016/03/03 19:30:59 UTC, 0 replies.
- spark git commit: [MINOR][ML][DOC] Remove duplicated periods at the end of some sharedParam - posted by jk...@apache.org on 2016/03/03 22:37:00 UTC, 0 replies.
- spark git commit: [SPARK-13423][HOTFIX] Static analysis fixes for 2.x / fixed for Scala 2.10, again - posted by sr...@apache.org on 2016/03/03 23:40:44 UTC, 0 replies.
- spark git commit: [MINOR] Fix typos in comments and testcase name of code - posted by sr...@apache.org on 2016/03/03 23:42:17 UTC, 0 replies.
- spark git commit: [SPARK-13632][SQL] Move commands.scala to command package - posted by rx...@apache.org on 2016/03/04 00:24:41 UTC, 0 replies.
- spark git commit: [SPARK-13584][SQL][TESTS] Make ContinuousQueryManagerSuite not output logs to the console - posted by zs...@apache.org on 2016/03/04 00:41:59 UTC, 0 replies.
- spark git commit: [SPARK-13415][SQL] Visualize subquery in SQL web UI - posted by yh...@apache.org on 2016/03/04 02:36:54 UTC, 0 replies.
- spark git commit: [SPARK-13601] [TESTS] use 1 partition in tests to avoid race conditions - posted by da...@apache.org on 2016/03/04 02:46:32 UTC, 1 replies.
- spark git commit: [SPARK-13647] [SQL] also check if numeric value is within allowed range in _verify_type - posted by da...@apache.org on 2016/03/04 05:16:39 UTC, 0 replies.
- spark git commit: [SPARK-12941][SQL][MASTER] Spark-SQL JDBC Oracle dialect fails to map string datatypes to Oracle VARCHAR datatype mapping - posted by yh...@apache.org on 2016/03/04 05:35:44 UTC, 1 replies.
- spark git commit: [SPARK-13652][CORE] Copy ByteBuffer in sendRpcSync as it will be recycled - posted by zs...@apache.org on 2016/03/04 07:53:14 UTC, 1 replies.
- spark git commit: [SPARK-13603][SQL] support SQL generation for subquery - posted by li...@apache.org on 2016/03/04 09:18:24 UTC, 0 replies.
- spark git commit: [SPARK-13646][MLLIB] QuantileDiscretizer counts dataset twice in get… - posted by sr...@apache.org on 2016/03/04 11:01:59 UTC, 0 replies.
- spark git commit: [SPARK-13398][STREAMING] Move away from thread pool task support to forkjoin - posted by sr...@apache.org on 2016/03/04 11:57:02 UTC, 0 replies.
- spark git commit: [SPARK-12925] Improve HiveInspectors.unwrap for StringObjectInspector.… - posted by sr...@apache.org on 2016/03/04 11:59:45 UTC, 0 replies.
- spark git commit: [SPARK-13673][WINDOWS] Fixed not to pollute environment variables. - posted by sr...@apache.org on 2016/03/04 14:53:59 UTC, 0 replies.
- spark git commit: [SPARK-11515][ML] QuantileDiscretizer should take random seed - posted by sr...@apache.org on 2016/03/04 15:16:39 UTC, 0 replies.
- spark git commit: [SPARK-13676] Fix mismatched default values for regParam in LogisticRegression - posted by me...@apache.org on 2016/03/04 17:25:44 UTC, 0 replies.
- spark git commit: [SPARK-13036][SPARK-13318][SPARK-13319] Add save/load for feature.py - posted by me...@apache.org on 2016/03/04 17:32:27 UTC, 0 replies.
- [1/3] spark git commit: [SPARK-13633][SQL] Move things into catalyst.parser package - posted by an...@apache.org on 2016/03/04 19:32:05 UTC, 0 replies.
- [2/3] spark git commit: [SPARK-13633][SQL] Move things into catalyst.parser package - posted by an...@apache.org on 2016/03/04 19:32:06 UTC, 0 replies.
- [3/3] spark git commit: [SPARK-13633][SQL] Move things into catalyst.parser package - posted by an...@apache.org on 2016/03/04 19:32:07 UTC, 0 replies.
- spark git commit: [SPARK-13444][MLLIB] QuantileDiscretizer chooses bad splits on large DataFrames - posted by me...@apache.org on 2016/03/04 21:52:38 UTC, 0 replies.
- spark git commit: [HOTFIX] fix the conflict when cherry-pick - posted by da...@apache.org on 2016/03/04 22:21:44 UTC, 0 replies.
- spark git commit: [SPARK-13459][WEB UI] Separate Alive and Dead Executors in Executor Totals Table - posted by tg...@apache.org on 2016/03/05 00:04:29 UTC, 0 replies.
- spark git commit: [SPARK-13255] [SQL] Update vectorized reader to directly return ColumnarBatch instead of InternalRows. - posted by da...@apache.org on 2016/03/05 00:15:56 UTC, 0 replies.
- spark git commit: [SPARK-12073][STREAMING] backpressure rate controller consumes events preferentially from lagg… - posted by zs...@apache.org on 2016/03/05 01:05:11 UTC, 0 replies.
- spark git commit: [SPARK-12720][SQL] SQL Generation Support for Cube, Rollup, and Grouping Sets - posted by li...@apache.org on 2016/03/05 12:25:12 UTC, 0 replies.
- spark git commit: [SPARK-13693][STREAMING][TESTS] Stop StreamingContext before deleting checkpoint dir - posted by zs...@apache.org on 2016/03/06 00:26:31 UTC, 0 replies.
- spark git commit: Revert "[SPARK-13616][SQL] Let SQLBuilder convert logical plan without a project on top of it" - posted by li...@apache.org on 2016/03/06 05:54:09 UTC, 0 replies.
- spark git commit: [SPARK-13697] [PYSPARK] Fix the missing module name of TransformFunctionSerializer.loads - posted by da...@apache.org on 2016/03/06 17:57:05 UTC, 3 replies.
- spark git commit: [SPARK-13685][SQL] Rename catalog.Catalog to ExternalCatalog - posted by rx...@apache.org on 2016/03/07 09:14:44 UTC, 0 replies.
- spark git commit: [SPARK-13705][DOCS] UpdateStateByKey Operation documentation incorrectly refers to StatefulNetworkWordCount - posted by sr...@apache.org on 2016/03/07 10:55:54 UTC, 1 replies.
- spark git commit: Fixing the type of the sentiment happiness value - posted by sr...@apache.org on 2016/03/07 11:54:37 UTC, 0 replies.
- spark git commit: [SPARK-13599][BUILD] remove transitive groovy dependencies from spark-hive and spark-hiveserver (branch 1.6) - posted by sr...@apache.org on 2016/03/07 14:05:12 UTC, 0 replies.
- spark git commit: [SPARK-13651] Generator outputs are not resolved correctly resulting in run time error - posted by da...@apache.org on 2016/03/07 18:47:43 UTC, 0 replies.
- spark git commit: [SPARK-13694][SQL] QueryPlan.expressions should always include all expressions - posted by ma...@apache.org on 2016/03/07 19:32:42 UTC, 0 replies.
- spark git commit: [SPARK-13495][SQL] Add Null Filters in the query plan for Filters/Joins based on their data constraints - posted by yh...@apache.org on 2016/03/07 21:05:04 UTC, 0 replies.
- spark git commit: [SPARK-12243][BUILD][PYTHON] PySpark tests are slow in Jenkins. - posted by jo...@apache.org on 2016/03/07 21:06:59 UTC, 0 replies.
- spark git commit: [MINOR][DOC] improve the doc for "spark.memory.offHeap.size" - posted by zs...@apache.org on 2016/03/07 21:08:55 UTC, 1 replies.
- spark git commit: [SPARK-13722][SQL] No Push Down for Non-deterministics Predicates through Generate - posted by ma...@apache.org on 2016/03/07 21:09:31 UTC, 0 replies.
- spark git commit: [SPARK-13655] Improve isolation between tests in KinesisBackedBlockRDDSuite - posted by zs...@apache.org on 2016/03/07 22:45:49 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-529][CORE][YARN] Add type-safe config keys to SparkConf. - posted by va...@apache.org on 2016/03/07 23:13:57 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-529][CORE][YARN] Add type-safe config keys to SparkConf. - posted by va...@apache.org on 2016/03/07 23:13:58 UTC, 0 replies.
- spark git commit: [SPARK-13442][SQL] Make type inference recognize boolean types - posted by rx...@apache.org on 2016/03/07 23:32:04 UTC, 0 replies.
- spark git commit: [SPARK-13596][BUILD] Move misc top-level build files into appropriate subdirs - posted by rx...@apache.org on 2016/03/07 23:48:05 UTC, 0 replies.
- [1/4] spark git commit: [SPARK-13665][SQL] Separate the concerns of HadoopFsRelation - posted by rx...@apache.org on 2016/03/08 00:15:14 UTC, 0 replies.
- [2/4] spark git commit: [SPARK-13665][SQL] Separate the concerns of HadoopFsRelation - posted by rx...@apache.org on 2016/03/08 00:15:15 UTC, 0 replies.
- [3/4] spark git commit: [SPARK-13665][SQL] Separate the concerns of HadoopFsRelation - posted by rx...@apache.org on 2016/03/08 00:15:16 UTC, 0 replies.
- [4/4] spark git commit: [SPARK-13665][SQL] Separate the concerns of HadoopFsRelation - posted by rx...@apache.org on 2016/03/08 00:15:17 UTC, 0 replies.
- spark git commit: [SPARK-13648] Add Hive Cli to classes for isolated classloader - posted by ma...@apache.org on 2016/03/08 00:23:12 UTC, 1 replies.
- spark git commit: [SPARK-13689][SQL] Move helper things in CatalystQl to new utils object - posted by an...@apache.org on 2016/03/08 03:01:33 UTC, 0 replies.
- spark git commit: [SPARK-13404] [SQL] Create variables for input row when it's actually used - posted by da...@apache.org on 2016/03/08 05:09:14 UTC, 0 replies.
- spark git commit: [SPARK-13711][CORE] Don't call SparkUncaughtExceptionHandler in AppClient as it's in driver - posted by zs...@apache.org on 2016/03/08 05:56:12 UTC, 1 replies.
- spark git commit: [SPARK-13659] Refactor BlockStore put*() APIs to remove returnValues - posted by an...@apache.org on 2016/03/08 06:50:07 UTC, 0 replies.
- spark git commit: [HOT-FIX][BUILD] Use the new location of `checkstyle-suppressions.xml` - posted by sr...@apache.org on 2016/03/08 11:27:59 UTC, 0 replies.
- spark git commit: [SPARK-13117][WEB UI] WebUI should use the local ip not 0.0.0.0 - posted by sr...@apache.org on 2016/03/08 11:48:36 UTC, 0 replies.
- spark git commit: [SPARK-13675][UI] Fix wrong historyserver url link for application running in yarn cluster mode - posted by tg...@apache.org on 2016/03/08 16:09:56 UTC, 0 replies.
- spark git commit: [SPARK-13637][SQL] use more information to simplify the code in Expand builder - posted by we...@apache.org on 2016/03/08 16:34:56 UTC, 0 replies.
- spark git commit: [HOTFIX][YARN] Fix yarn cluster mode fire and forget regression - posted by va...@apache.org on 2016/03/08 18:43:47 UTC, 0 replies.
- spark git commit: [SPARK-13715][MLLIB] Remove last usages of jblas in tests - posted by sr...@apache.org on 2016/03/08 18:48:00 UTC, 0 replies.
- spark git commit: [SPARK-13657] [SQL] Support parsing very long AND/OR expressions - posted by da...@apache.org on 2016/03/08 19:23:33 UTC, 0 replies.
- spark git commit: [SPARK-13695] Don't cache MEMORY_AND_DISK blocks as bytes in memory after spills - posted by jo...@apache.org on 2016/03/08 19:40:40 UTC, 0 replies.
- spark git commit: [SPARK-12727][SQL] support SQL generation for aggregate with multi-distinct - posted by rx...@apache.org on 2016/03/08 20:45:10 UTC, 0 replies.
- spark git commit: [ML] testEstimatorAndModelReadWrite should call checkModelData - posted by jk...@apache.org on 2016/03/08 22:27:39 UTC, 0 replies.
- spark git commit: [SPARK-13740][SQL] add null check for _verify_type in types.py - posted by yh...@apache.org on 2016/03/08 22:46:23 UTC, 0 replies.
- spark git commit: [SPARK-13593] [SQL] improve the `createDataFrame` to accept data type string and verify the data - posted by da...@apache.org on 2016/03/08 23:00:05 UTC, 0 replies.
- spark git commit: [SPARK-13400] Stop using deprecated Octal escape literals - posted by rx...@apache.org on 2016/03/09 00:00:29 UTC, 0 replies.
- spark git commit: [SPARK-13738][SQL] Cleanup Data Source resolution - posted by rx...@apache.org on 2016/03/09 00:19:29 UTC, 0 replies.
- spark git commit: [SPARK-13668][SQL] Reorder filter/join predicates to short-circuit isNotNull checks - posted by yh...@apache.org on 2016/03/09 00:40:49 UTC, 0 replies.
- spark git commit: [SPARK-13755] Escape quotes in SQL plan visualization node labels - posted by jo...@apache.org on 2016/03/09 01:28:34 UTC, 1 replies.
- spark git commit: [SPARK-13625][PYSPARK][ML] Added a check to see if an attribute is a property when getting param list - posted by jk...@apache.org on 2016/03/09 02:34:30 UTC, 0 replies.
- spark git commit: [SPARK-13750][SQL] fix sizeInBytes of HadoopFsRelation - posted by ma...@apache.org on 2016/03/09 02:42:57 UTC, 0 replies.
- spark git commit: [SPARK-13754] Keep old data source name for backwards compatibility - posted by ma...@apache.org on 2016/03/09 02:45:30 UTC, 0 replies.
- spark git commit: [SPARK-7286][SQL] Deprecate !== in favour of =!= - posted by rx...@apache.org on 2016/03/09 03:11:14 UTC, 0 replies.
- spark git commit: [SPARK-13692][CORE][SQL] Fix trivial Coverity/Checkstyle defects - posted by sr...@apache.org on 2016/03/09 11:12:36 UTC, 0 replies.
- spark git commit: [SPARK-13640][SQL] Synchronize ScalaReflection.mirror method. - posted by sr...@apache.org on 2016/03/09 11:23:30 UTC, 0 replies.
- spark git commit: [SPARK-13631][CORE] Thread-safe getLocationsWithLargestOutputs - posted by sr...@apache.org on 2016/03/09 11:25:53 UTC, 1 replies.
- [1/2] spark git commit: [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance creation in Java code. - posted by sr...@apache.org on 2016/03/09 11:31:36 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance creation in Java code. - posted by sr...@apache.org on 2016/03/09 11:31:37 UTC, 0 replies.
- spark git commit: [SPARK-13769][CORE] Update Java Doc in Spark Submit - posted by sr...@apache.org on 2016/03/09 13:29:05 UTC, 0 replies.
- spark git commit: [SPARK-13698][SQL] Fix Analysis Exceptions when Using Backticks in Generate - posted by we...@apache.org on 2016/03/09 14:49:47 UTC, 0 replies.
- svn commit: r1734288 - in /spark: documentation.md site/documentation.html - posted by sr...@apache.org on 2016/03/09 18:06:53 UTC, 0 replies.
- spark git commit: [SPARK-13242] [SQL] codegen fallback in case-when if there many branches - posted by da...@apache.org on 2016/03/09 18:27:33 UTC, 1 replies.
- spark git commit: Revert "[SPARK-13668][SQL] Reorder filter/join predicates to short-circuit isNotNull checks" - posted by da...@apache.org on 2016/03/09 19:06:06 UTC, 0 replies.
- [1/8] spark git commit: [SPARK-13595][BUILD] Move docker, extras modules into external - posted by sr...@apache.org on 2016/03/09 19:27:48 UTC, 0 replies.
- [2/8] spark git commit: [SPARK-13595][BUILD] Move docker, extras modules into external - posted by sr...@apache.org on 2016/03/09 19:27:49 UTC, 0 replies.
- [3/8] spark git commit: [SPARK-13595][BUILD] Move docker, extras modules into external - posted by sr...@apache.org on 2016/03/09 19:27:50 UTC, 0 replies.
- [4/8] spark git commit: [SPARK-13595][BUILD] Move docker, extras modules into external - posted by sr...@apache.org on 2016/03/09 19:27:51 UTC, 0 replies.
- [5/8] spark git commit: [SPARK-13595][BUILD] Move docker, extras modules into external - posted by sr...@apache.org on 2016/03/09 19:27:52 UTC, 0 replies.
- [6/8] spark git commit: [SPARK-13595][BUILD] Move docker, extras modules into external - posted by sr...@apache.org on 2016/03/09 19:27:53 UTC, 0 replies.
- [7/8] spark git commit: [SPARK-13595][BUILD] Move docker, extras modules into external - posted by sr...@apache.org on 2016/03/09 19:27:54 UTC, 0 replies.
- [8/8] spark git commit: [SPARK-13595][BUILD] Move docker, extras modules into external - posted by sr...@apache.org on 2016/03/09 19:27:55 UTC, 0 replies.
- spark git commit: [SPARK-13763][SQL] Remove Project when its Child's Output is Nil - posted by ma...@apache.org on 2016/03/09 19:29:33 UTC, 0 replies.
- spark git commit: [SPARK-13728][SQL] Fix ORC PPD test so that pushed filters can be checked. - posted by ma...@apache.org on 2016/03/09 19:48:56 UTC, 0 replies.
- spark git commit: [SPARK-13615][ML] GeneralizedLinearRegression supports save/load - posted by jk...@apache.org on 2016/03/09 20:59:27 UTC, 0 replies.
- spark git commit: [SPARK-13523] [SQL] Reuse exchanges in a query - posted by da...@apache.org on 2016/03/09 21:04:34 UTC, 0 replies.
- spark git commit: [SPARK-13527][SQL] Prune Filters based on Constraints - posted by ma...@apache.org on 2016/03/09 21:51:41 UTC, 0 replies.
- spark git commit: [SPARK-11861][ML] Add feature importances for decision trees - posted by jk...@apache.org on 2016/03/09 23:44:57 UTC, 0 replies.
- spark git commit: [SPARK-13781][SQL] Use ExpressionSets in ConstraintPropagationSuite - posted by ma...@apache.org on 2016/03/10 00:27:28 UTC, 0 replies.
- [spark] Git Push Summary - posted by ma...@apache.org on 2016/03/10 01:20:24 UTC, 3 replies.
- spark git commit: [SPARK-13747][SQL] Fix concurrent query with fork-join pool - posted by zs...@apache.org on 2016/03/10 02:34:35 UTC, 0 replies.
- spark git commit: [SPARK-13778][CORE] Set the executor state for a worker when removing it - posted by an...@apache.org on 2016/03/10 02:54:37 UTC, 0 replies.
- spark git commit: [SPARK-13775] History page sorted by completed time desc by default. - posted by an...@apache.org on 2016/03/10 02:58:12 UTC, 0 replies.
- spark git commit: [MINOR] Fix typo in 'hypot' docstring - posted by an...@apache.org on 2016/03/10 03:05:18 UTC, 0 replies.
- spark git commit: [SPARK-13492][MESOS] Configurable Mesos framework webui URL. - posted by an...@apache.org on 2016/03/10 03:10:05 UTC, 0 replies.
- spark git commit: [SPARK-13760][SQL] Fix BigDecimal constructor for FloatType - posted by yh...@apache.org on 2016/03/10 03:16:32 UTC, 1 replies.
- spark git commit: Revert "[SPARK-13760][SQL] Fix BigDecimal constructor for FloatType" - posted by yh...@apache.org on 2016/03/10 03:42:37 UTC, 1 replies.
- spark git commit: [SPARK-13766][SQL] Consistent file extensions for files written by internal data sources - posted by rx...@apache.org on 2016/03/10 04:12:50 UTC, 0 replies.
- spark git commit: [SPARK-13794][SQL] Rename DataFrameWriter.stream() DataFrameWriter.startStream() - posted by rx...@apache.org on 2016/03/10 06:05:02 UTC, 0 replies.
- spark git commit: [SPARK-7420][STREAMING][TESTS] Enable test: o.a.s.streaming.JobGeneratorSuite "Do not clear received… - posted by rx...@apache.org on 2016/03/10 06:12:31 UTC, 0 replies.
- spark git commit: [SPARK-13706][ML] Add Python Example for Train Validation Split - posted by ml...@apache.org on 2016/03/10 08:20:05 UTC, 0 replies.
- spark git commit: [MINOR][SQL] Replace DataFrameWriter.stream() with startStream() in comments. - posted by rx...@apache.org on 2016/03/10 08:54:02 UTC, 0 replies.
- spark git commit: [SPARK-11108][ML] OneHotEncoder should support other numeric types - posted by ml...@apache.org on 2016/03/10 12:21:31 UTC, 0 replies.
- spark git commit: [SPARK-13663][CORE] Upgrade Snappy Java to 1.1.2.1 - posted by sr...@apache.org on 2016/03/10 16:17:37 UTC, 1 replies.
- spark git commit: [SPARK-13758][STREAMING][CORE] enhance exception message to avoid misleading - posted by sr...@apache.org on 2016/03/10 16:45:06 UTC, 0 replies.
- spark git commit: [SPARK-13636] [SQL] Directly consume UnsafeRow in wholestage codegen plans - posted by da...@apache.org on 2016/03/10 19:05:01 UTC, 0 replies.
- svn commit: r12717 - /dev/spark/spark-1.6.1-rc1/ - posted by ma...@apache.org on 2016/03/10 20:10:55 UTC, 0 replies.
- svn commit: r12718 - /dev/spark/spark-1.6.1-rc1/ /release/spark/spark-1.6.1/ - posted by ma...@apache.org on 2016/03/10 20:14:46 UTC, 0 replies.
- spark git commit: [SPARK-13727][CORE] SparkConf.contains does not consider deprecated keys - posted by va...@apache.org on 2016/03/10 20:18:14 UTC, 0 replies.
- svn commit: r1734450 - in /spark: ./ _layouts/ js/ news/_posts/ releases/_posts/ site/ site/docs/ site/docs/1.6.1/ site/docs/1.6.1/api/ site/docs/1.6.1/api/R/ site/docs/1.6.1/api/java/ site/docs/1.6.1/api/java/lib/ site/docs/1.6.1/api/java/org/ site/do... - posted by ma...@apache.org on 2016/03/10 20:30:21 UTC, 0 replies.
- spark git commit: [SPARK-13759][SQL] Add IsNotNull constraints for expressions with an inequality - posted by yh...@apache.org on 2016/03/10 21:17:03 UTC, 0 replies.
- spark git commit: [SPARK-13790] Speed up ColumnVector's getDecimal - posted by da...@apache.org on 2016/03/10 22:40:37 UTC, 0 replies.
- spark git commit: [SQL][TEST] Increased timeouts to reduce flakiness in ContinuousQueryManagerSuite - posted by yh...@apache.org on 2016/03/10 23:38:23 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-13696] Remove BlockStore class & simplify interfaces of mem. & disk stores - posted by an...@apache.org on 2016/03/11 00:08:46 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-13696] Remove BlockStore class & simplify interfaces of mem. & disk stores - posted by an...@apache.org on 2016/03/11 00:08:47 UTC, 0 replies.
- spark git commit: [SPARK-3854][BUILD] Scala style: require spaces before `{`. - posted by an...@apache.org on 2016/03/11 00:57:32 UTC, 0 replies.
- spark git commit: [SPARK-13751] [SQL] generate better code for Filter - posted by da...@apache.org on 2016/03/11 01:40:31 UTC, 0 replies.
- spark git commit: [SPARK-13604][CORE] Sync worker's state after registering with master - posted by an...@apache.org on 2016/03/11 01:59:18 UTC, 0 replies.
- [1/4] spark git commit: [SPARK-13244][SQL] Migrates DataFrame to Dataset - posted by yh...@apache.org on 2016/03/11 02:00:26 UTC, 0 replies.
- [2/4] spark git commit: [SPARK-13244][SQL] Migrates DataFrame to Dataset - posted by yh...@apache.org on 2016/03/11 02:00:27 UTC, 0 replies.
- [3/4] spark git commit: [SPARK-13244][SQL] Migrates DataFrame to Dataset - posted by yh...@apache.org on 2016/03/11 02:00:28 UTC, 0 replies.
- [4/4] spark git commit: [SPARK-13244][SQL] Migrates DataFrame to Dataset - posted by yh...@apache.org on 2016/03/11 02:00:29 UTC, 0 replies.
- spark git commit: [MINOR][DOC] Fix supported hive version in doc - posted by rx...@apache.org on 2016/03/11 02:07:21 UTC, 1 replies.
- spark git commit: [SPARK-13327][SPARKR] Added parameter validations for colnames<- - posted by sh...@apache.org on 2016/03/11 02:10:28 UTC, 1 replies.
- spark git commit: [SPARK-13789] Infer additional constraints from attribute equality - posted by rx...@apache.org on 2016/03/11 02:29:48 UTC, 0 replies.
- spark git commit: [SPARK-13389][SPARKR] SparkR support first/last with ignore NAs - posted by sh...@apache.org on 2016/03/11 02:31:24 UTC, 0 replies.
- spark git commit: [SPARK-13732][SPARK-13797][SQL] Remove projectList from Window and Eliminate useless Window - posted by we...@apache.org on 2016/03/11 04:59:28 UTC, 0 replies.
- spark git commit: [SPARK-12718][SPARK-13720][SQL] SQL generation support for window functions - posted by we...@apache.org on 2016/03/11 06:22:44 UTC, 0 replies.
- spark git commit: [HOT-FIX] fix compile - posted by we...@apache.org on 2016/03/11 06:52:19 UTC, 0 replies.
- spark git commit: [MINOR][CORE] Fix a duplicate "and" in a log message. - posted by rx...@apache.org on 2016/03/11 07:15:32 UTC, 0 replies.
- spark git commit: [SPARK-13672][ML] Add python examples of BisectingKMeans in ML and MLLIB - posted by ml...@apache.org on 2016/03/11 08:22:51 UTC, 0 replies.
- spark git commit: [SPARK-13294][PROJECT INFRA] Remove MiMa's dependency on spark-class / Spark assembly - posted by jo...@apache.org on 2016/03/11 08:29:25 UTC, 0 replies.
- spark git commit: [SPARK-13512][ML] add example and doc for MaxAbsScaler - posted by ml...@apache.org on 2016/03/11 08:31:49 UTC, 0 replies.
- spark git commit: [SPARK-13787][ML][PYSPARK] Pyspark feature importances for decision tree and random forest - posted by ml...@apache.org on 2016/03/11 08:54:36 UTC, 0 replies.
- spark git commit: [HOT-FIX][SQL][ML] Fix compile error from use of DataFrame in Java MaxAbsScaler example - posted by ml...@apache.org on 2016/03/11 09:21:15 UTC, 0 replies.
- spark git commit: [SPARK-13577][YARN] Allow Spark jar to be multiple jars, archive. - posted by tg...@apache.org on 2016/03/11 14:55:09 UTC, 0 replies.
- spark git commit: [SPARK-13817][BUILD][SQL] Re-enable MiMA and removes object DataFrame - posted by li...@apache.org on 2016/03/11 15:18:02 UTC, 0 replies.
- spark git commit: [SPARK-13780][SQL] Add missing dependency to build. - posted by va...@apache.org on 2016/03/11 19:27:44 UTC, 0 replies.
- spark git commit: [STREAMING][MINOR] Fix a duplicate "be" in comments - posted by rx...@apache.org on 2016/03/11 20:07:31 UTC, 0 replies.
- spark git commit: [SPARK-13328][CORE] Poor read performance for broadcast variables with dynamic resource allocation - posted by an...@apache.org on 2016/03/11 20:11:56 UTC, 0 replies.
- spark git commit: [SPARK-13807] De-duplicate `Python*Helper` instantiation code in PySpark streaming - posted by zs...@apache.org on 2016/03/11 20:18:55 UTC, 0 replies.
- spark git commit: [SPARK-13814] [PYSPARK] Delete unnecessary imports in python examples files - posted by da...@apache.org on 2016/03/11 23:43:13 UTC, 0 replies.
- spark git commit: [SPARK-13139][SQL] Parse Hive DDL commands ourselves - posted by yh...@apache.org on 2016/03/12 00:13:54 UTC, 0 replies.
- spark git commit: [SPARK-13830] prefer block manager than direct result for large result - posted by da...@apache.org on 2016/03/12 00:39:25 UTC, 0 replies.
- spark git commit: [SPARK-13671] [SPARK-13311] [SQL] Use different physical plans for RDD and data sources - posted by da...@apache.org on 2016/03/12 09:48:45 UTC, 0 replies.
- spark git commit: [SPARK-13828][SQL] Bring back stack trace of AnalysisException thrown from QueryExecution.assertAnalyzed - posted by rx...@apache.org on 2016/03/12 20:25:44 UTC, 0 replies.
- spark git commit: [SPARK-13841][SQL] Removes Dataset.collectRows()/takeRows() - posted by li...@apache.org on 2016/03/13 05:02:58 UTC, 0 replies.
- spark git commit: [MINOR][DOCS] Replace `DataFrame` with `Dataset` in Javadoc. - posted by li...@apache.org on 2016/03/13 05:11:27 UTC, 0 replies.
- spark git commit: [SPARK-13810][CORE] Add Port Configuration Suggestions on Bind Exceptions - posted by sr...@apache.org on 2016/03/13 11:18:13 UTC, 1 replies.
- spark git commit: [SPARK-13812][SPARKR] Fix SparkR lint-r test errors. - posted by sh...@apache.org on 2016/03/13 22:30:41 UTC, 0 replies.
- spark git commit: [SQL] fix typo in DataSourceRegister - posted by rx...@apache.org on 2016/03/14 02:44:08 UTC, 1 replies.
- spark git commit: [SPARK-13834][BUILD] Update sbt and sbt plugins for 2.x. - posted by rx...@apache.org on 2016/03/14 02:47:07 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte[] conversions (and remaining Coverity items) - posted by rx...@apache.org on 2016/03/14 05:03:53 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte[] conversions (and remaining Coverity items) - posted by rx...@apache.org on 2016/03/14 05:03:54 UTC, 0 replies.
- spark git commit: Closes #11668 - posted by rx...@apache.org on 2016/03/14 06:15:04 UTC, 0 replies.
- [1/2] spark git commit: [MINOR][DOCS] Fix more typos in comments/strings. - posted by sr...@apache.org on 2016/03/14 10:07:26 UTC, 0 replies.
- [2/2] spark git commit: [MINOR][DOCS] Fix more typos in comments/strings. - posted by sr...@apache.org on 2016/03/14 10:07:27 UTC, 0 replies.
- spark git commit: [SPARK-13746][TESTS] stop using deprecated SynchronizedSet - posted by sr...@apache.org on 2016/03/14 10:13:16 UTC, 0 replies.
- spark git commit: [SPARK-13207][SQL] Make partitioning discovery ignore _SUCCESS files. - posted by yh...@apache.org on 2016/03/14 17:03:20 UTC, 0 replies.
- spark git commit: [SPARK-13139][SQL] Follow-ups to #11573 - posted by yh...@apache.org on 2016/03/14 17:59:38 UTC, 0 replies.
- spark git commit: [SPARK-13833] Guard against race condition when re-caching disk blocks in memory - posted by an...@apache.org on 2016/03/14 18:48:27 UTC, 0 replies.
- spark git commit: [SPARK-13578][CORE] Modify launch scripts to not use assemblies. - posted by jo...@apache.org on 2016/03/14 19:13:34 UTC, 0 replies.
- spark git commit: [SPARK-13779][YARN] Avoid cancelling non-local container requests. - posted by va...@apache.org on 2016/03/14 19:19:08 UTC, 0 replies.
- spark git commit: [SPARK-13658][SQL] BooleanSimplification rule is slow with large boolean expressions - posted by ma...@apache.org on 2016/03/14 19:23:36 UTC, 0 replies.
- spark git commit: [SPARK-13848][SPARK-5185] Update to Py4J 0.9.2 in order to fix classloading issue - posted by jo...@apache.org on 2016/03/14 20:22:23 UTC, 0 replies.
- spark git commit: [SPARK-12583][MESOS] Mesos shuffle service: Don't delete shuffle files before application has stopped - posted by an...@apache.org on 2016/03/14 20:23:01 UTC, 0 replies.
- spark git commit: [MINOR][DOCS] Added Missing back slashes - posted by an...@apache.org on 2016/03/14 20:26:10 UTC, 1 replies.
- spark git commit: [MINOR][COMMON] Fix copy-paste oversight in variable naming - posted by an...@apache.org on 2016/03/14 20:27:51 UTC, 2 replies.
- spark git commit: [SPARK-13054] Always post TaskEnd event for tasks - posted by an...@apache.org on 2016/03/14 20:32:18 UTC, 0 replies.
- spark git commit: [SPARK-13686][MLLIB][STREAMING] Add a constructor parameter `reqParam` to (Streaming)LinearRegressionWithSGD - posted by me...@apache.org on 2016/03/14 20:46:57 UTC, 0 replies.
- spark git commit: [SPARK-10907][SPARK-6157] Remove pendingUnrollMemory from MemoryStore - posted by an...@apache.org on 2016/03/14 22:26:43 UTC, 0 replies.
- spark git commit: [SPARK-13626][CORE] Avoid duplicate config deprecation warnings. - posted by va...@apache.org on 2016/03/14 22:27:40 UTC, 0 replies.
- [1/5] spark git commit: [SPARK-13843][STREAMING] Remove streaming-flume, streaming-mqtt, streaming-zeromq, streaming-akka, streaming-twitter to Spark packages - posted by rx...@apache.org on 2016/03/15 00:56:12 UTC, 0 replies.
- [2/5] spark git commit: [SPARK-13843][STREAMING] Remove streaming-flume, streaming-mqtt, streaming-zeromq, streaming-akka, streaming-twitter to Spark packages - posted by rx...@apache.org on 2016/03/15 00:56:13 UTC, 0 replies.
- [3/5] spark git commit: [SPARK-13843][STREAMING] Remove streaming-flume, streaming-mqtt, streaming-zeromq, streaming-akka, streaming-twitter to Spark packages - posted by rx...@apache.org on 2016/03/15 00:56:14 UTC, 0 replies.
- [4/5] spark git commit: [SPARK-13843][STREAMING] Remove streaming-flume, streaming-mqtt, streaming-zeromq, streaming-akka, streaming-twitter to Spark packages - posted by rx...@apache.org on 2016/03/15 00:56:15 UTC, 0 replies.
- [5/5] spark git commit: [SPARK-13843][STREAMING] Remove streaming-flume, streaming-mqtt, streaming-zeromq, streaming-akka, streaming-twitter to Spark packages - posted by rx...@apache.org on 2016/03/15 00:56:16 UTC, 0 replies.
- spark git commit: [SPARK-11826][MLLIB] Refactor add() and subtract() methods - posted by jk...@apache.org on 2016/03/15 03:17:13 UTC, 0 replies.
- spark git commit: [SPARK-13664][SQL] Add a strategy for planning partitioned and bucketed scans of files - posted by ma...@apache.org on 2016/03/15 03:21:18 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-13882][SQL] Remove org.apache.spark.sql.execution.local - posted by rx...@apache.org on 2016/03/15 03:22:14 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-13882][SQL] Remove org.apache.spark.sql.execution.local - posted by rx...@apache.org on 2016/03/15 03:22:15 UTC, 0 replies.
- spark git commit: [SPARK-10380][SQL] Fix confusing documentation examples for astype/drop_duplicates. - posted by ma...@apache.org on 2016/03/15 03:25:53 UTC, 0 replies.
- spark git commit: [SPARK-13791][SQL] Add MetadataLog and HDFSMetadataLog - posted by ma...@apache.org on 2016/03/15 03:28:54 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-13880][SPARK-13881][SQL] Rename DataFrame.scala Dataset.scala, and remove LegacyFunctions - posted by we...@apache.org on 2016/03/15 03:39:13 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-13880][SPARK-13881][SQL] Rename DataFrame.scala Dataset.scala, and remove LegacyFunctions - posted by we...@apache.org on 2016/03/15 03:39:14 UTC, 0 replies.
- spark git commit: [SPARK-13661][SQL] avoid the copy in HashedRelation - posted by rx...@apache.org on 2016/03/15 06:26:00 UTC, 0 replies.
- spark git commit: [SPARK-13353][SQL] fast serialization for collecting DataFrame/Dataset - posted by rx...@apache.org on 2016/03/15 06:32:25 UTC, 0 replies.
- spark git commit: [SPARK-13884][SQL] Remove DescribeCommand's dependency on LogicalPlan - posted by rx...@apache.org on 2016/03/15 07:09:12 UTC, 0 replies.
- spark git commit: [SPARK-13888][DOC] Remove Akka Receiver doc and refer to the DStream Akka project - posted by rx...@apache.org on 2016/03/15 07:21:33 UTC, 0 replies.
- spark git commit: [SPARK-13870][SQL] Add scalastyle escaping correctly in CVSSuite.scala - posted by rx...@apache.org on 2016/03/15 07:23:08 UTC, 0 replies.
- spark git commit: [SPARK-13207][SQL][BRANCH-1.6] Make partitioning discovery ignore _SUCCESS files. - posted by rx...@apache.org on 2016/03/15 07:42:09 UTC, 0 replies.
- spark git commit: [SPARK-13890][SQL] Remove some internal classes' dependency on SQLContext - posted by rx...@apache.org on 2016/03/15 07:59:01 UTC, 0 replies.
- spark git commit: [SPARK-13840][SQL] Split Optimizer Rule ColumnPruning to ColumnPruning and EliminateOperator - posted by rx...@apache.org on 2016/03/15 08:30:17 UTC, 0 replies.
- spark git commit: [SPARK-13660][SQL][TESTS] ContinuousQuerySuite floods the logs with garbage - posted by rx...@apache.org on 2016/03/15 09:02:31 UTC, 0 replies.
- spark git commit: [SPARK-12379][ML][MLLIB] Copy GBT implementation to spark.ml - posted by ml...@apache.org on 2016/03/15 10:50:49 UTC, 0 replies.
- spark git commit: [SPARK-13803] restore the changes in SPARK-3411 - posted by sr...@apache.org on 2016/03/15 11:10:04 UTC, 3 replies.
- spark git commit: [SPARK-13576][BUILD] Don't create assembly for examples. - posted by va...@apache.org on 2016/03/15 17:45:20 UTC, 0 replies.
- spark git commit: [SPARK-13893][SQL] Remove SQLContext.catalog/analyzer (internal method) - posted by rx...@apache.org on 2016/03/15 18:12:37 UTC, 0 replies.
- spark git commit: [SPARK-13642][YARN] Changed the default application exit state to failed for yarn cluster mode - posted by va...@apache.org on 2016/03/15 18:20:55 UTC, 0 replies.
- spark git commit: [SPARK-13896][SQL][STRING] Dataset.toJSON should return Dataset - posted by rx...@apache.org on 2016/03/15 20:18:34 UTC, 0 replies.
- spark git commit: [MINOR] a minor fix for the comments of a method in RPC Dispatcher - posted by zs...@apache.org on 2016/03/15 22:46:31 UTC, 0 replies.
- spark git commit: [SPARK-13626][CORE] Revert change to SparkConf's constructor. - posted by va...@apache.org on 2016/03/15 22:51:34 UTC, 0 replies.
- spark git commit: [SPARK-13895][SQL] DataFrameReader.text should return Dataset[String] - posted by yh...@apache.org on 2016/03/15 22:58:00 UTC, 0 replies.
- spark git commit: [SPARK-13918][SQL] Merge SortMergeJoin and SortMergerOuterJoin - posted by rx...@apache.org on 2016/03/16 03:58:55 UTC, 0 replies.
- spark git commit: [MINOR][TEST][SQL] Remove wrong "expected" parameter in checkNaNWithoutCodegen - posted by rx...@apache.org on 2016/03/16 05:45:00 UTC, 0 replies.
- spark git commit: [SPARK-13917] [SQL] generate broadcast semi join - posted by da...@apache.org on 2016/03/16 06:17:09 UTC, 0 replies.
- spark git commit: [SPARK-9837][ML] R-like summary statistics for GLMs via iteratively reweighted least squares - posted by me...@apache.org on 2016/03/16 06:30:10 UTC, 0 replies.
- spark git commit: [SPARK-13920][BUILD] MIMA checks should apply to @Experimental and @DeveloperAPI APIs - posted by rx...@apache.org on 2016/03/16 07:25:35 UTC, 0 replies.
- spark git commit: [SPARK-13899][SQL] Produce InternalRow instead of external Row at CSV data source - posted by rx...@apache.org on 2016/03/16 07:31:49 UTC, 0 replies.
- spark git commit: [SPARK-12653][SQL] Re-enable test "SPARK-8489: MissingRequirementError during reflection" - posted by sr...@apache.org on 2016/03/16 10:05:31 UTC, 0 replies.
- spark git commit: [SPARK-13906] Ensure that there are at least 2 dispatcher threads. - posted by sr...@apache.org on 2016/03/16 10:33:42 UTC, 0 replies.
- spark git commit: [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset follow up - posted by sr...@apache.org on 2016/03/16 10:36:13 UTC, 0 replies.
- spark git commit: [SPARK-13396] Stop using our internal deprecated .metrics on Exceptio… - posted by sr...@apache.org on 2016/03/16 10:39:52 UTC, 0 replies.
- spark git commit: [SPARK-13793][CORE] PipedRDD doesn't propagate exceptions while reading parent RDD - posted by sr...@apache.org on 2016/03/16 10:58:34 UTC, 0 replies.
- spark git commit: [SPARK-13889][YARN] Fix integer overflow when calculating the max number of executor failure - posted by sr...@apache.org on 2016/03/16 11:55:39 UTC, 0 replies.
- spark git commit: [SPARK-13823][HOTFIX] Increase tryAcquire timeout and assert it succeeds to fix failure on slow machines - posted by sr...@apache.org on 2016/03/16 17:11:05 UTC, 0 replies.
- spark git commit: [SPARK-13281][CORE] Switch broadcast of RDD to exception from warning - posted by sr...@apache.org on 2016/03/16 17:11:53 UTC, 0 replies.
- spark git commit: [SPARK-13360][PYSPARK][YARN] PYSPARK_DRIVER_PYTHON and PYSPARK_PYTHON… - posted by va...@apache.org on 2016/03/16 18:21:14 UTC, 0 replies.
- spark git commit: [SPARK-13924][SQL] officially support multi-insert - posted by rx...@apache.org on 2016/03/16 18:52:40 UTC, 0 replies.
- spark git commit: [SPARK-13894][SQL] SqlContext.range return type from DataFrame to DataSet - posted by rx...@apache.org on 2016/03/16 19:20:19 UTC, 0 replies.
- spark git commit: [SPARK-13816][GRAPHX] Add parameter checks for algorithms in Graphx - posted by rx...@apache.org on 2016/03/16 19:52:32 UTC, 0 replies.
- spark git commit: [SPARK-13827][SQL] Can't add subquery to an operator with same-name outputs while generate SQL string - posted by yh...@apache.org on 2016/03/16 19:57:35 UTC, 0 replies.
- spark git commit: [SPARK-12721][SQL] SQL Generation for Script Transformation - posted by yh...@apache.org on 2016/03/16 21:11:29 UTC, 0 replies.
- spark git commit: [SPARK-13038][PYSPARK] Add load/save to pipeline - posted by jk...@apache.org on 2016/03/16 21:49:45 UTC, 0 replies.
- spark git commit: [SPARK-13613][ML] Provide ignored tests to export test dataset into CSV format - posted by me...@apache.org on 2016/03/16 22:14:18 UTC, 0 replies.
- spark git commit: [SPARK-11888][ML] Decision tree persistence in spark.ml - posted by jk...@apache.org on 2016/03/16 22:18:40 UTC, 0 replies.
- spark git commit: [SPARK-13927][MLLIB] add row/column iterator to local matrices - posted by db...@apache.org on 2016/03/16 22:19:58 UTC, 0 replies.
- spark git commit: [SPARK-13034] PySpark ml.classification support export/import - posted by jk...@apache.org on 2016/03/16 22:21:47 UTC, 0 replies.
- spark git commit: [SPARK-13942][CORE][DOCS] Remove Shark-related docs for 2.x - posted by rx...@apache.org on 2016/03/16 23:50:26 UTC, 0 replies.
- spark git commit: [SPARK-13922][SQL] Filter rows with null attributes in vectorized parquet reader - posted by yh...@apache.org on 2016/03/17 00:25:44 UTC, 0 replies.
- spark git commit: [SPARK-13871][SQL] Support for inferring filters from data constraints - posted by yh...@apache.org on 2016/03/17 00:26:54 UTC, 0 replies.
- spark git commit: [SPARK-13869][SQL] Remove redundant conditions while combining filters - posted by yh...@apache.org on 2016/03/17 00:28:19 UTC, 0 replies.
- spark git commit: [SPARK-11011][SQL] Narrow type of UDT serialization - posted by me...@apache.org on 2016/03/17 00:59:40 UTC, 0 replies.
- spark git commit: [SPARK-13761][ML] Deprecate validateParams - posted by jk...@apache.org on 2016/03/17 01:32:01 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-13923][SQL] Implement SessionCatalog - posted by yh...@apache.org on 2016/03/17 02:02:47 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-13923][SQL] Implement SessionCatalog - posted by yh...@apache.org on 2016/03/17 02:02:48 UTC, 0 replies.
- spark git commit: [SPARK-13719][SQL] Parse JSON rows having an array type and a struct type in the same fieild - posted by yh...@apache.org on 2016/03/17 02:20:34 UTC, 0 replies.
- spark git commit: [SPARK-13873] [SQL] Avoid copy of UnsafeRow when there is no join in whole stage codegen - posted by da...@apache.org on 2016/03/17 05:46:07 UTC, 0 replies.
- spark git commit: [SPARK-13118][SQL] Expression encoding for optional synthetic classes - posted by rx...@apache.org on 2016/03/17 05:53:19 UTC, 0 replies.
- spark git commit: [MINOR][SQL][BUILD] Remove duplicated lines - posted by rx...@apache.org on 2016/03/17 06:49:04 UTC, 0 replies.
- spark git commit: [SPARK-12855][MINOR][SQL][DOC][TEST] remove spark.sql.dialect from doc and test - posted by rx...@apache.org on 2016/03/17 06:52:16 UTC, 0 replies.
- spark git commit: [SPARK-13926] Automatically use Kryo serializer when shuffling RDDs with simple types - posted by rx...@apache.org on 2016/03/17 06:52:59 UTC, 0 replies.
- spark git commit: [SPARK-13403][SQL] Pass hadoopConfiguration to HiveConf constructors. - posted by rx...@apache.org on 2016/03/17 06:57:08 UTC, 0 replies.
- spark git commit: [SPARK-13948] MiMa check should catch if the visibility changes to private - posted by rx...@apache.org on 2016/03/17 07:02:28 UTC, 0 replies.
- spark git commit: Revert "[SPARK-13840][SQL] Split Optimizer Rule ColumnPruning to ColumnPruning and EliminateOperator" - posted by da...@apache.org on 2016/03/17 07:11:24 UTC, 0 replies.
- spark git commit: [MINOR][DOC] Add JavaStreamingTestExample - posted by ml...@apache.org on 2016/03/17 10:10:50 UTC, 0 replies.
- spark git commit: [SPARK-13629][ML] Add binary toggle Param to CountVectorizer - posted by ml...@apache.org on 2016/03/17 10:22:23 UTC, 1 replies.
- spark git commit: [SPARK-13901][CORE] correct the logDebug information when jump to the next locality level - posted by sr...@apache.org on 2016/03/17 10:44:39 UTC, 1 replies.
- [1/5] spark git commit: [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Logging - posted by we...@apache.org on 2016/03/17 12:23:57 UTC, 0 replies.
- [2/5] spark git commit: [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Logging - posted by we...@apache.org on 2016/03/17 12:23:58 UTC, 0 replies.
- [3/5] spark git commit: [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Logging - posted by we...@apache.org on 2016/03/17 12:23:59 UTC, 0 replies.
- [4/5] spark git commit: [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Logging - posted by we...@apache.org on 2016/03/17 12:24:00 UTC, 0 replies.
- [5/5] spark git commit: [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Logging - posted by we...@apache.org on 2016/03/17 12:24:01 UTC, 0 replies.
- spark git commit: [SPARK-12719][SQL] SQL generation support for Generate - posted by we...@apache.org on 2016/03/17 13:25:13 UTC, 0 replies.
- spark git commit: [SPARK-13776][WEBUI] Limit the max number of acceptors and selectors for Jetty - posted by sr...@apache.org on 2016/03/17 14:05:04 UTC, 0 replies.
- spark git commit: [SPARK-13427][SQL] Support USING clause in JOIN. - posted by ma...@apache.org on 2016/03/17 18:01:43 UTC, 0 replies.
- spark git commit: [SPARK-13838] [SQL] Clear variable code to prevent it to be re-evaluated in BoundAttribute - posted by da...@apache.org on 2016/03/17 18:09:02 UTC, 0 replies.
- spark git commit: [SPARK-12719][HOTFIX] Fix compilation against Scala 2.10 - posted by yh...@apache.org on 2016/03/17 18:09:40 UTC, 1 replies.
- spark git commit: [SPARK-13937][PYSPARK][ML] Change JavaWrapper _java_obj from static to member variable - posted by jk...@apache.org on 2016/03/17 18:16:57 UTC, 0 replies.
- spark git commit: [SPARK-11891] Model export/import for RFormula and RFormulaModel - posted by jk...@apache.org on 2016/03/17 18:19:14 UTC, 0 replies.
- spark git commit: Revert "[SPARK-12719][HOTFIX] Fix compilation against Scala 2.10" - posted by yh...@apache.org on 2016/03/17 19:16:37 UTC, 0 replies.
- spark git commit: [SPARK-13761][ML] Remove remaining uses of validateParams - posted by jk...@apache.org on 2016/03/17 21:23:12 UTC, 0 replies.
- spark git commit: [SPARK-10788][MLLIB][ML] Remove duplicate bins for decision trees - posted by jk...@apache.org on 2016/03/18 00:44:46 UTC, 0 replies.
- spark git commit: [SPARK-13974][SQL] sub-query names do not need to be globally unique while generate SQL - posted by we...@apache.org on 2016/03/18 02:30:44 UTC, 0 replies.
- spark git commit: [SPARK-13976][SQL] do not remove sub-queries added by user when generate SQL - posted by we...@apache.org on 2016/03/18 03:16:54 UTC, 0 replies.
- spark git commit: [SPARK-13921] Store serialized blocks as multiple chunks in MemoryStore - posted by jo...@apache.org on 2016/03/18 04:01:37 UTC, 0 replies.
- spark git commit: [SPARK-13826][SQL] Revises Dataset ScalaDoc - posted by rx...@apache.org on 2016/03/18 05:31:13 UTC, 0 replies.
- spark git commit: [SPARK-13930] [SQL] Apply fast serialization on collect limit operator - posted by da...@apache.org on 2016/03/18 07:24:52 UTC, 0 replies.
- spark git commit: [SPARK-13826][SQL] Addendum: update documentation for Datasets - posted by rx...@apache.org on 2016/03/18 08:57:26 UTC, 0 replies.
- spark git commit: [MINOR][ML] When trainingSummary is None, it should throw RuntimeException. - posted by sr...@apache.org on 2016/03/18 12:22:50 UTC, 0 replies.
- spark git commit: [SPARK-14001][SQL] support multi-children Union in SQLBuilder - posted by li...@apache.org on 2016/03/18 12:42:42 UTC, 0 replies.
- spark git commit: [MINOR][DOC] Fix nits in JavaStreamingTestExample - posted by sr...@apache.org on 2016/03/18 13:33:44 UTC, 0 replies.
- spark git commit: [SPARK-13972][SQ] hive tests should fail if SQL generation failed - posted by li...@apache.org on 2016/03/18 16:16:25 UTC, 0 replies.
- spark git commit: [SPARK-14004][SQL][MINOR] AttributeReference and Alias should only use the first qualifier to generate SQL strings - posted by li...@apache.org on 2016/03/18 17:22:26 UTC, 0 replies.
- spark git commit: [SPARK-13977] [SQL] Brings back Shuffled hash join - posted by da...@apache.org on 2016/03/18 18:39:08 UTC, 0 replies.
- spark git commit: [SPARK-13885][YARN] Fix attempt id regression for Spark running on Yarn - posted by va...@apache.org on 2016/03/18 20:40:04 UTC, 0 replies.
- spark git commit: [SPARK-13958] Executor OOM due to unbounded growth of pointer array in… - posted by da...@apache.org on 2016/03/18 20:56:08 UTC, 1 replies.
- spark git commit: [SPARK-13972][SQL][FOLLOW-UP] When creating the query execution for a converted SQL query, we eagerly trigger analysis - posted by yh...@apache.org on 2016/03/18 21:40:57 UTC, 0 replies.
- spark git commit: [SPARK-13989] [SQL] Remove non-vectorized/unsafe-row parquet record reader - posted by da...@apache.org on 2016/03/18 22:04:53 UTC, 0 replies.
- spark git commit: [MINOR][DOCS] Update build descriptions and commands - posted by rx...@apache.org on 2016/03/19 05:32:52 UTC, 0 replies.
- spark git commit: [SPARK-14012][SQL] Extract VectorizedColumnReader from VectorizedParquetRecordReader - posted by rx...@apache.org on 2016/03/19 06:33:46 UTC, 0 replies.
- spark git commit: [SPARK-14018][SQL] Use 64-bit num records in BenchmarkWholeStageCodegen - posted by rx...@apache.org on 2016/03/19 08:27:25 UTC, 0 replies.
- spark git commit: [MINOR][DOCS] Use `spark-submit` instead of `sparkR` to submit R script. - posted by sr...@apache.org on 2016/03/19 14:23:07 UTC, 0 replies.
- spark git commit: [SPARK-13897][SQL] RelationalGroupedDataset and KeyValueGroupedDataset - posted by rx...@apache.org on 2016/03/19 19:23:18 UTC, 0 replies.
- spark git commit: [SPARK-10680][TESTS] Increase 'connectionTimeout' to make RequestTimeoutIntegrationSuite more stable - posted by yh...@apache.org on 2016/03/19 20:35:40 UTC, 0 replies.
- spark git commit: [SPARK-12182][ML] Distributed binning for trees in spark.ml - posted by jk...@apache.org on 2016/03/20 20:31:34 UTC, 0 replies.
- spark git commit: [SPARK-13993][PYSPARK] Add pyspark Rformula/RforumlaModel save/load - posted by jk...@apache.org on 2016/03/20 23:34:39 UTC, 0 replies.
- spark git commit: [SPARK-14019][SQL] Remove noop SortOrder in Sort - posted by we...@apache.org on 2016/03/21 03:35:31 UTC, 0 replies.
- spark git commit: [SPARK-13764][SQL] Parse modes in JSON data source - posted by we...@apache.org on 2016/03/21 08:42:51 UTC, 0 replies.
- [1/3] spark git commit: [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle rule - posted by sr...@apache.org on 2016/03/21 08:58:19 UTC, 0 replies.
- [2/3] spark git commit: [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle rule - posted by sr...@apache.org on 2016/03/21 08:58:20 UTC, 0 replies.
- [3/3] spark git commit: [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle rule - posted by sr...@apache.org on 2016/03/21 08:58:21 UTC, 0 replies.
- spark git commit: [MINOR][DOCS] Add proper periods and spaces for CLI help messages and `config` doc. - posted by sr...@apache.org on 2016/03/21 08:59:29 UTC, 0 replies.
- spark git commit: [SPARK-14028][STREAMING][KINESIS][TESTS] Remove deprecated methods; fix two other warnings - posted by sr...@apache.org on 2016/03/21 09:01:28 UTC, 0 replies.
- spark git commit: [SPARK-12789][SQL] Support Order By Ordinal in SQL - posted by we...@apache.org on 2016/03/21 11:08:53 UTC, 0 replies.
- spark git commit: [SPARK-14000][SQL] case class with a tuple field can't work in Dataset - posted by li...@apache.org on 2016/03/21 15:22:24 UTC, 0 replies.
- spark git commit: [SPARK-13986][CORE][MLLIB] Remove `DeveloperApi`-annotations for non-publics - posted by sr...@apache.org on 2016/03/21 15:57:11 UTC, 0 replies.
- spark git commit: [SPARK-14039][SQL][MINOR] make SubqueryHolder an inner class - posted by rx...@apache.org on 2016/03/21 18:04:52 UTC, 0 replies.
- spark git commit: [SPARK-13826][SQL] Ad-hoc Dataset API ScalaDoc fixes - posted by rx...@apache.org on 2016/03/21 18:06:04 UTC, 0 replies.
- spark git commit: [SPARK-13456][SQL] fix creating encoders for case classes defined in Spark shell - posted by yh...@apache.org on 2016/03/21 18:37:29 UTC, 0 replies.
- spark git commit: [SPARK-14004][SQL] NamedExpressions should have at most one qualifier - posted by yh...@apache.org on 2016/03/21 19:00:13 UTC, 0 replies.
- spark git commit: [SPARK-14007] [SQL] Manage the memory used by hash map in shuffled hash join - posted by da...@apache.org on 2016/03/21 19:21:45 UTC, 0 replies.
- spark git commit: [SPARK-13805] [SQL] Generate code that get a value in each column from ColumnVector when ColumnarBatch is used - posted by da...@apache.org on 2016/03/21 22:36:59 UTC, 0 replies.
- spark git commit: [SPARK-14004][FOLLOW-UP] Implementations of NonSQLExpression should not override sql method - posted by rx...@apache.org on 2016/03/21 23:24:21 UTC, 0 replies.
- spark git commit: [SPARK-13019][DOCS] Replace example code in mllib-statistics.md using include_example - posted by me...@apache.org on 2016/03/22 00:09:38 UTC, 0 replies.
- spark git commit: [SPARK-13916][SQL] Add a metric to WholeStageCodegen to measure duration. - posted by rx...@apache.org on 2016/03/22 00:56:37 UTC, 0 replies.
- spark git commit: [SPARK-13898][SQL] Merge DatasetHolder and DataFrameHolder - posted by rx...@apache.org on 2016/03/22 01:17:30 UTC, 0 replies.
- spark git commit: [SPARK-13990] Automatically pick serializer when caching RDDs - posted by jo...@apache.org on 2016/03/22 01:20:01 UTC, 0 replies.
- spark git commit: [SPARK-13320][SQL] Support Star in CreateStruct/CreateArray and Error Handling when DataFrame/DataSet Functions using Star - posted by we...@apache.org on 2016/03/22 01:21:13 UTC, 0 replies.
- spark git commit: Revert "[SPARK-13019][DOCS] Replace example code in mllib-statistics.md using include_example" - posted by me...@apache.org on 2016/03/22 01:42:39 UTC, 0 replies.
- spark git commit: [SPARK-14016][SQL] Support high-precision decimals in vectorized parquet reader - posted by yh...@apache.org on 2016/03/22 02:19:58 UTC, 0 replies.
- spark git commit: [SPARK-13883][SQL] Parquet Implementation of FileFormat.buildReader - posted by ma...@apache.org on 2016/03/22 04:16:06 UTC, 0 replies.
- spark git commit: [SPARK-14058][PYTHON] Incorrect docstring in Window.order - posted by rx...@apache.org on 2016/03/22 07:52:36 UTC, 1 replies.
- spark git commit: [SPARK-14038][SQL] enable native view by default - posted by rx...@apache.org on 2016/03/22 08:08:00 UTC, 0 replies.
- spark git commit: [SPARK-13473][SQL] Simplifies PushPredicateThroughProject - posted by li...@apache.org on 2016/03/22 12:21:02 UTC, 0 replies.
- spark git commit: [SPARK-13953][SQL] Specifying the field name for corrupted record via option at JSON datasource - posted by we...@apache.org on 2016/03/22 13:30:58 UTC, 0 replies.
- spark git commit: [SPARK-13774][SQL] - Improve error message for non-existent paths and add tests - posted by li...@apache.org on 2016/03/22 13:48:12 UTC, 0 replies.
- spark git commit: [SPARK-13772][SQL] Fix data type mismatch for decimal - posted by li...@apache.org on 2016/03/22 13:53:46 UTC, 0 replies.
- spark git commit: [SPARK-14029][SQL] Improve BooleanSimplification optimization by implementing `Not` canonicalization. - posted by ma...@apache.org on 2016/03/22 18:17:14 UTC, 0 replies.
- spark git commit: [SPARK-13985][SQL] Deterministic batches with ids - posted by ma...@apache.org on 2016/03/22 18:18:44 UTC, 0 replies.
- spark git commit: [SPARK-14006][SPARKR] Fix SparkR lint-r test errors in branch-1.6. - posted by me...@apache.org on 2016/03/22 19:17:23 UTC, 0 replies.
- spark git commit: [SPARK-14063][SQL] SQLContext.range should return Dataset[java.lang.Long] - posted by rx...@apache.org on 2016/03/22 19:37:43 UTC, 0 replies.
- spark git commit: [SPARK-13951][ML][PYTHON] Nested Pipeline persistence - posted by me...@apache.org on 2016/03/22 20:11:55 UTC, 0 replies.
- spark git commit: [SPARK-14060][SQL] Move StringToColumn implicit class into SQLImplicits - posted by rx...@apache.org on 2016/03/22 21:48:08 UTC, 0 replies.
- spark git commit: [SPARK-13449] Naive Bayes wrapper in SparkR - posted by me...@apache.org on 2016/03/22 22:16:56 UTC, 0 replies.
- spark git commit: [HOTFIX][SQL] Add a timeout for 'cq.stop' - posted by zs...@apache.org on 2016/03/23 00:42:34 UTC, 0 replies.
- spark git commit: [SPARK-13806] [SQL] fix rounding mode of negative float/double - posted by da...@apache.org on 2016/03/23 00:45:28 UTC, 2 replies.
- spark git commit: [SPARK-14072][CORE] Show JVM/OS version information when we run a benchmark program - posted by rx...@apache.org on 2016/03/23 05:01:55 UTC, 0 replies.
- spark git commit: [SPARK-13401][SQL][TESTS] Fix SQL test warnings. - posted by rx...@apache.org on 2016/03/23 05:08:13 UTC, 0 replies.
- spark git commit: [MINOR][SQL][DOCS] Update `sql/README.md` and remove some unused imports in `sql` module. - posted by rx...@apache.org on 2016/03/23 07:07:54 UTC, 0 replies.
- spark git commit: [SPARK-14088][SQL] Some Dataset API touch-up - posted by rx...@apache.org on 2016/03/23 07:43:12 UTC, 0 replies.
- spark git commit: [HOTFIX][SQL] Don't stop ContinuousQuery in quietly - posted by td...@apache.org on 2016/03/23 08:00:39 UTC, 0 replies.
- spark git commit: [SPARK-14035][MLLIB] Make error message more verbose for mllib NaiveBayesSuite - posted by sr...@apache.org on 2016/03/23 11:51:12 UTC, 0 replies.
- spark git commit: [SPARK-13642][YARN][1.6-BACKPORT] Properly handle signal kill in ApplicationMaster - posted by tg...@apache.org on 2016/03/23 15:14:44 UTC, 0 replies.
- spark git commit: [SPARK-14074][SPARKR] Specify commit sha1 ID when using install_github to install intr package. - posted by me...@apache.org on 2016/03/23 15:57:06 UTC, 1 replies.
- spark git commit: [SPARK-13817][SQL][MINOR] Renames Dataset.newDataFrame to Dataset.ofRows - posted by li...@apache.org on 2016/03/23 17:42:22 UTC, 0 replies.
- spark git commit: [SPARK-13549][SQL] Refactor the Optimizer Rule CollapseProject - posted by li...@apache.org on 2016/03/23 17:51:46 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManager - posted by jo...@apache.org on 2016/03/23 18:15:50 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManager - posted by jo...@apache.org on 2016/03/23 18:15:51 UTC, 0 replies.
- spark git commit: [SPARK-14055] writeLocksByTask need to be update when removeBlock - posted by jo...@apache.org on 2016/03/23 18:29:45 UTC, 0 replies.
- spark git commit: [SPARK-13068][PYSPARK][ML] Type conversion for Pyspark params - posted by jk...@apache.org on 2016/03/23 19:20:49 UTC, 0 replies.
- spark git commit: [SPARK-14092] [SQL] move shouldStop() to end of while loop - posted by da...@apache.org on 2016/03/23 19:58:48 UTC, 0 replies.
- spark git commit: [SPARK-14015][SQL] Support TimestampType in vectorized parquet reader - posted by yh...@apache.org on 2016/03/23 20:13:41 UTC, 0 replies.
- spark git commit: [SPARK-13809][SQL] State store for streaming aggregations - posted by td...@apache.org on 2016/03/23 20:48:12 UTC, 0 replies.
- spark git commit: [SPARK-13325][SQL] Create a 64-bit hashcode expression - posted by hv...@apache.org on 2016/03/23 20:51:49 UTC, 0 replies.
- spark git commit: [SPARK-14078] Streaming Parquet Based FileSink - posted by ma...@apache.org on 2016/03/23 21:03:33 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-14014][SQL] Replace existing catalog with SessionCatalog - posted by rx...@apache.org on 2016/03/23 21:34:27 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-14014][SQL] Replace existing catalog with SessionCatalog - posted by rx...@apache.org on 2016/03/23 21:34:28 UTC, 0 replies.
- spark git commit: [SPARK-13952][ML] Add random seed to GBT - posted by jk...@apache.org on 2016/03/23 23:08:51 UTC, 0 replies.
- spark git commit: [SPARK-14025][STREAMING][WEBUI] Fix streaming job descriptions on the event timeline - posted by zs...@apache.org on 2016/03/23 23:16:30 UTC, 0 replies.
- spark git commit: [SPARK-14085][SQL] Star Expansion for Hash - posted by we...@apache.org on 2016/03/24 04:13:50 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-12183][ML][MLLIB] Remove mllib tree implementation, and wrap spark.ml one - posted by jk...@apache.org on 2016/03/24 05:16:07 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-12183][ML][MLLIB] Remove mllib tree implementation, and wrap spark.ml one - posted by jk...@apache.org on 2016/03/24 05:16:08 UTC, 0 replies.
- [1/2] spark git commit: Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog" - posted by an...@apache.org on 2016/03/24 06:21:43 UTC, 0 replies.
- [2/2] spark git commit: Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog" - posted by an...@apache.org on 2016/03/24 06:21:44 UTC, 0 replies.
- spark git commit: [SPARK-14110][CORE] PipedRDD to print the command ran on non zero exit - posted by rx...@apache.org on 2016/03/24 08:31:15 UTC, 0 replies.
- spark git commit: Fix typo in ALS.scala - posted by sr...@apache.org on 2016/03/24 10:23:12 UTC, 0 replies.
- spark git commit: [SPARK-14030][MLLIB] Add parameter check to MLLIB - posted by sr...@apache.org on 2016/03/24 10:24:11 UTC, 0 replies.
- spark git commit: [SPARK-13019][DOCS] fix for scala-2.10 build: Replace example code in mllib-statistics.md using include_example - posted by sr...@apache.org on 2016/03/24 10:34:06 UTC, 0 replies.
- spark git commit: [SPARK-2208] Fix for local metrics tests can fail on fast machines - posted by sr...@apache.org on 2016/03/24 10:47:03 UTC, 0 replies.
- spark git commit: Revert "[SPARK-2208] Fix for local metrics tests can fail on fast machines". The test appears to still be flaky after this change, or more flaky. - posted by sr...@apache.org on 2016/03/24 18:29:58 UTC, 0 replies.
- spark git commit: [SPARK-13017][DOCS] Replace example code in mllib-feature-extraction.md using include_example - posted by me...@apache.org on 2016/03/24 22:25:14 UTC, 0 replies.
- spark git commit: [SPARK-11871] Add save/load for MLPC - posted by me...@apache.org on 2016/03/24 23:29:22 UTC, 0 replies.
- spark git commit: [SPARK-13980] Incrementally serialize blocks while unrolling them in MemoryStore - posted by jo...@apache.org on 2016/03/25 01:33:54 UTC, 0 replies.
- spark git commit: [SPARK-14107][PYSPARK][ML] Add seed as named argument to GBTs in pyspark - posted by me...@apache.org on 2016/03/25 03:14:27 UTC, 1 replies.
- spark git commit: [SPARK-13949][ML][PYTHON] PySpark ml DecisionTreeClassifier, Regressor support export/import - posted by me...@apache.org on 2016/03/25 03:20:52 UTC, 0 replies.
- spark git commit: [SPARK-13957][SQL] Support Group By Ordinal in SQL - posted by we...@apache.org on 2016/03/25 05:56:15 UTC, 0 replies.
- spark git commit: [SPARK-13010][ML][SPARKR] Implement a simple wrapper of AFTSurvivalRegression in SparkR - posted by me...@apache.org on 2016/03/25 06:29:37 UTC, 0 replies.
- spark git commit: [SPARK-14142][SQL] Replace internal use of unionAll with union - posted by rx...@apache.org on 2016/03/25 06:34:59 UTC, 0 replies.
- spark git commit: [SPARK-14145][SQL] Remove the untyped version of Dataset.groupByKey - posted by rx...@apache.org on 2016/03/25 06:56:37 UTC, 0 replies.
- [1/3] spark git commit: [SPARK-14014][SQL] Integrate session catalog (attempt #2) - posted by an...@apache.org on 2016/03/25 06:59:45 UTC, 0 replies.
- [2/3] spark git commit: [SPARK-14014][SQL] Integrate session catalog (attempt #2) - posted by an...@apache.org on 2016/03/25 06:59:46 UTC, 0 replies.
- [3/3] spark git commit: [SPARK-14014][SQL] Integrate session catalog (attempt #2) - posted by an...@apache.org on 2016/03/25 06:59:47 UTC, 0 replies.
- spark git commit: [SPARK-14149] Log exceptions in tryOrIOException - posted by rx...@apache.org on 2016/03/25 09:17:26 UTC, 2 replies.
- spark git commit: [SPARK-13456][SQL][FOLLOW-UP] lazily generate the outer pointer for case class defined in REPL - posted by li...@apache.org on 2016/03/25 13:19:17 UTC, 0 replies.
- spark git commit: [SPARK-13887][PYTHON][TRIVIAL][BUILD] Make lint-python script fail fast - posted by sr...@apache.org on 2016/03/25 13:52:38 UTC, 0 replies.
- spark git commit: [SPARK-13919] [SQL] fix column pruning through filter - posted by da...@apache.org on 2016/03/25 17:05:31 UTC, 0 replies.
- spark git commit: [SPARK-14061][SQL] implement CreateMap - posted by yh...@apache.org on 2016/03/25 17:50:11 UTC, 0 replies.
- spark git commit: [SPARK-14144][SQL] Explicitly identify/catch UnsupportedOperationException during parquet reader initialization - posted by yh...@apache.org on 2016/03/25 19:48:09 UTC, 0 replies.
- spark git commit: [SQL][HOTFIX] Fix flakiness in StateStoreRDDSuite - posted by zs...@apache.org on 2016/03/25 20:04:53 UTC, 0 replies.
- spark git commit: [SPARK-12443][SQL] encoderFor should support Decimal - posted by ma...@apache.org on 2016/03/25 20:08:00 UTC, 0 replies.
- spark git commit: [SPARK-14137] [SPARK-14150] [SQL] Infer IsNotNull constraints from non-nullable attributes - posted by da...@apache.org on 2016/03/25 20:57:34 UTC, 0 replies.
- spark git commit: [SPARK-14131][SQL] Add a workaround for HADOOP-10622 to fix DataFrameReaderWriterSuite - posted by zs...@apache.org on 2016/03/25 21:28:36 UTC, 0 replies.
- spark git commit: [SPARK-14091][CORE] Improve performance of SparkContext.getCallSite() - posted by jo...@apache.org on 2016/03/25 23:10:45 UTC, 0 replies.
- spark git commit: [SPARK-14159][ML] Fixed bug in StringIndexer + related issue in RFormula - posted by me...@apache.org on 2016/03/26 00:00:12 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-14073][STREAMING][TEST-MAVEN] Move flume back to Spark - posted by rx...@apache.org on 2016/03/26 01:37:19 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-14073][STREAMING][TEST-MAVEN] Move flume back to Spark - posted by rx...@apache.org on 2016/03/26 01:37:20 UTC, 0 replies.
- spark git commit: [SPARK-14109][SQL] Fix HDFSMetadataLog to fallback from FileContext to FileSystem API - posted by td...@apache.org on 2016/03/26 04:07:59 UTC, 0 replies.
- spark git commit: [SPARK-13874][DOC] Remove docs of streaming-akka, streaming-zeromq, streaming-mqtt and streaming-twitter - posted by rx...@apache.org on 2016/03/26 09:47:30 UTC, 0 replies.
- spark git commit: [MINOR] Fix newly added java-lint errors - posted by sr...@apache.org on 2016/03/26 12:54:56 UTC, 0 replies.
- spark git commit: [SPARK-14089][CORE][MLLIB] Remove methods that has been deprecated since 1.1, 1.2, 1.3, 1.4, and 1.5 - posted by sr...@apache.org on 2016/03/26 13:40:35 UTC, 0 replies.
- spark git commit: [SPARK-13973][PYSPARK] ipython notebook` is going away - posted by sr...@apache.org on 2016/03/26 13:52:38 UTC, 0 replies.
- spark git commit: [SPARK-14175][SQL] whole stage codegen interface refactor - posted by rx...@apache.org on 2016/03/26 19:03:11 UTC, 0 replies.
- spark git commit: [SPARK-14135] Add off-heap storage memory bookkeeping support to MemoryManager - posted by rx...@apache.org on 2016/03/26 19:03:28 UTC, 0 replies.
- spark git commit: [SPARK-14161][SQL] Native Parsing for DDL Command Drop Database - posted by yh...@apache.org on 2016/03/26 22:11:16 UTC, 0 replies.
- spark git commit: [SPARK-14116][SQL] Implements buildReader() for ORC data source - posted by yh...@apache.org on 2016/03/27 00:10:38 UTC, 0 replies.
- spark git commit: [SPARK-14157][SQL] Parse Drop Function DDL command - posted by yh...@apache.org on 2016/03/27 05:09:06 UTC, 0 replies.
- spark git commit: [SPARK-14177][SQL] Native Parsing for DDL Command "Describe Database" and "Alter Database" - posted by yh...@apache.org on 2016/03/27 05:12:43 UTC, 0 replies.
- spark git commit: [MINOR][SQL] Fix substr/substring testcases. - posted by sr...@apache.org on 2016/03/27 21:05:04 UTC, 0 replies.
- spark git commit: [MINOR][MLLIB] Remove TODO comment DecisionTreeModel.scala - posted by sr...@apache.org on 2016/03/27 21:06:27 UTC, 0 replies.
- spark git commit: [SPARK-10691][ML] Make LogisticRegressionModel, LinearRegressionModel evaluate() public - posted by jk...@apache.org on 2016/03/28 04:04:22 UTC, 0 replies.
- spark git commit: [SPARK-14185][SQL][MINOR] Make indentation of debug log for generated code proper - posted by rx...@apache.org on 2016/03/28 08:50:26 UTC, 0 replies.
- spark git commit: [SPARK-12494][MLLIB] Array out of bound Exception in KMeans Yarn Mode - posted by sr...@apache.org on 2016/03/28 13:00:27 UTC, 0 replies.
- spark git commit: [SPARK-14102][CORE] Block `reset` command in SparkShell - posted by sr...@apache.org on 2016/03/28 13:03:14 UTC, 0 replies.
- spark git commit: [SPARK-14187][MLLIB] Fix incorrect use of binarySearch in SparseMatrix - posted by me...@apache.org on 2016/03/28 17:33:42 UTC, 2 replies.
- spark git commit: [SPARK-13742] [CORE] Add non-iterator interface to RandomSampler - posted by da...@apache.org on 2016/03/28 18:58:59 UTC, 0 replies.
- spark git commit: [SPARK-12792] [SPARKR] Refactor RRDD to support R UDF. - posted by da...@apache.org on 2016/03/28 19:14:34 UTC, 1 replies.
- spark git commit: Revert "[SPARK-12792] [SPARKR] Refactor RRDD to support R UDF." - posted by da...@apache.org on 2016/03/28 19:21:23 UTC, 0 replies.
- spark git commit: [SPARK-13844] [SQL] Generate better code for filters with a non-nullable column - posted by da...@apache.org on 2016/03/28 19:36:21 UTC, 0 replies.
- spark git commit: [SPARK-14156][SQL] Use executedPlan in HiveComparisonTest for the messages of computed tables - posted by yh...@apache.org on 2016/03/28 19:43:58 UTC, 0 replies.
- [1/3] spark git commit: [SPARK-13713][SQL] Migrate parser from ANTLR3 to ANTLR4 - posted by rx...@apache.org on 2016/03/28 21:31:16 UTC, 0 replies.
- [2/3] spark git commit: [SPARK-13713][SQL] Migrate parser from ANTLR3 to ANTLR4 - posted by rx...@apache.org on 2016/03/28 21:31:17 UTC, 0 replies.
- [3/3] spark git commit: [SPARK-13713][SQL] Migrate parser from ANTLR3 to ANTLR4 - posted by rx...@apache.org on 2016/03/28 21:31:18 UTC, 0 replies.
- spark git commit: [SPARK-14052] [SQL] build a BytesToBytesMap directly in HashedRelation - posted by da...@apache.org on 2016/03/28 22:07:47 UTC, 0 replies.
- spark git commit: [SPARK-13713][SQL][TEST-MAVEN] Add Antlr4 maven plugin. - posted by yh...@apache.org on 2016/03/28 22:50:46 UTC, 0 replies.
- spark git commit: [SPARK-13622][YARN] Issue creating level db for YARN shuffle service - posted by va...@apache.org on 2016/03/28 23:10:43 UTC, 1 replies.
- spark git commit: [SPARK-14202] [PYTHON] Use generator expression instead of list comp in python_full_outer_jo… - posted by da...@apache.org on 2016/03/28 23:51:39 UTC, 0 replies.
- spark git commit: [SPARK-11893] Model export/import for spark.ml: TrainValidationSplit - posted by jk...@apache.org on 2016/03/29 00:40:11 UTC, 0 replies.
- spark git commit: [SPARK-14086][SQL] Add DDL commands to ANTLR4 parser - posted by an...@apache.org on 2016/03/29 01:22:21 UTC, 0 replies.
- spark git commit: [SPARK-14180][CORE] Fix a deadlock in CoarseGrainedExecutorBackend Shutdown - posted by an...@apache.org on 2016/03/29 01:23:37 UTC, 0 replies.
- spark git commit: [SPARK-13923][SPARK-14014][SQL] Session catalog follow-ups - posted by an...@apache.org on 2016/03/29 01:25:22 UTC, 0 replies.
- spark git commit: [SPARK-14155][SQL] Hide UserDefinedType interface in Spark 2.0 - posted by rx...@apache.org on 2016/03/29 01:26:35 UTC, 0 replies.
- spark git commit: [SPARK-14169][CORE] Add UninterruptibleThread - posted by va...@apache.org on 2016/03/29 01:29:23 UTC, 0 replies.
- spark git commit: [SPARK-14013][SQL] Proper temp function support in catalog - posted by an...@apache.org on 2016/03/29 01:45:10 UTC, 0 replies.
- spark git commit: [SPARK-14119][SPARK-14120][SPARK-14122][SQL] Throw exception on unsupported DDL commands - posted by an...@apache.org on 2016/03/29 01:45:37 UTC, 0 replies.
- spark git commit: [SPARK-13845][CORE] Using onBlockUpdated to replace onTaskEnd avioding driver OOM - posted by an...@apache.org on 2016/03/29 01:56:32 UTC, 0 replies.
- spark git commit: [SPARK-13447][YARN][CORE] Clean the stale states for AM failure and restart situation - posted by an...@apache.org on 2016/03/29 02:03:27 UTC, 0 replies.
- spark git commit: [SPARK-14219][GRAPHX] Fix `pickRandomVertex` not to fall into infinite loops for graphs with one vertex - posted by rx...@apache.org on 2016/03/29 02:38:47 UTC, 0 replies.
- spark git commit: [SPARK-14205][SQL] remove trait Queryable - posted by rx...@apache.org on 2016/03/29 03:53:51 UTC, 0 replies.
- spark git commit: [SPARK-14213][SQL] Migrate HiveQl parsing to ANTLR4 parser - posted by rx...@apache.org on 2016/03/29 05:19:23 UTC, 0 replies.
- spark git commit: [SPARK-13981][SQL] Defer evaluating variables within Filter operator. - posted by rx...@apache.org on 2016/03/29 05:33:01 UTC, 0 replies.
- spark git commit: [SPARK-14219][GRAPHX] Fix `pickRandomVertex` not to fall into infinit… - posted by rx...@apache.org on 2016/03/29 06:00:02 UTC, 0 replies.
- spark git commit: [SPARK-14210] [SQL] Add a metric for time spent in scans. - posted by da...@apache.org on 2016/03/29 06:37:51 UTC, 0 replies.
- spark git commit: [SPARK-11730][ML] Add feature importances for GBTs. - posted by jk...@apache.org on 2016/03/29 07:27:57 UTC, 0 replies.
- spark git commit: [SPARK-14071][PYSPARK][ML] Change MLWritable.write to be a property - posted by jk...@apache.org on 2016/03/29 07:33:30 UTC, 0 replies.
- spark git commit: [SPARK-14158][SQL] implement buildReader for json data source - posted by we...@apache.org on 2016/03/29 08:34:28 UTC, 0 replies.
- spark git commit: [SPARK-13963][ML] Adding binary toggle param to HashingTF - posted by ml...@apache.org on 2016/03/29 12:30:51 UTC, 0 replies.
- spark git commit: [SPARK-14208][SQL] Renames spark.sql.parquet.fileScan - posted by li...@apache.org on 2016/03/29 14:56:14 UTC, 0 replies.
- spark git commit: [SPARK-14154][MLLIB] Simplify the implementation for Kolmogorov–Smirnov test - posted by sr...@apache.org on 2016/03/29 18:15:41 UTC, 0 replies.
- spark git commit: [SPARK-13845][CORE][BACKPORT-1.6] Using onBlockUpdated to replace onTaskEnd avioding driver OOM - posted by an...@apache.org on 2016/03/29 19:51:08 UTC, 0 replies.
- spark git commit: [SPARK-14232][WEBUI] Fix event timeline display issue when an executor is removed with a multiple line reason. - posted by an...@apache.org on 2016/03/29 20:08:05 UTC, 1 replies.
- spark git commit: [SPARK-10570][CORE] Add version info to json api - posted by an...@apache.org on 2016/03/29 20:10:22 UTC, 0 replies.
- spark git commit: [MINOR][SQL] Fix typos by replacing 'much' with 'match'. - posted by rx...@apache.org on 2016/03/29 21:45:47 UTC, 0 replies.
- spark git commit: [MINOR][SQL] Fix exception message to print string-array correctly. - posted by rx...@apache.org on 2016/03/29 21:47:33 UTC, 0 replies.
- spark git commit: [SPARK-14227][SQL] Add method for printing out generated code for debugging - posted by rx...@apache.org on 2016/03/29 22:32:00 UTC, 0 replies.
- spark git commit: [SPARK-14215] [SQL] [PYSPARK] Support chained Python UDFs - posted by da...@apache.org on 2016/03/30 00:06:34 UTC, 0 replies.
- spark git commit: [SPARK-14225][SQL] Cap the length of toCommentSafeString at 128 chars - posted by rx...@apache.org on 2016/03/30 01:46:49 UTC, 0 replies.
- spark git commit: [SPARK-12181] Check Cached unaligned-access capability before using Unsafe - posted by zs...@apache.org on 2016/03/30 02:16:57 UTC, 0 replies.
- spark git commit: [SPARK-14124][SQL] Implement Database-related DDL Commands - posted by an...@apache.org on 2016/03/30 02:40:03 UTC, 0 replies.
- spark git commit: [SPARK-14254][CORE] Add logs to help investigate the network performance - posted by zs...@apache.org on 2016/03/30 06:14:50 UTC, 0 replies.
- spark git commit: [SPARK-14114][SQL] implement buildReader for text data source - posted by li...@apache.org on 2016/03/30 11:33:32 UTC, 0 replies.
- spark git commit: [SPARK-14268][SQL] rename toRowExpressions and fromRowExpression to serializer and deserializer in ExpressionEncoder - posted by ma...@apache.org on 2016/03/30 20:03:37 UTC, 0 replies.
- spark git commit: [SPARK-13955][YARN] Also look for Spark jars in the build directory. - posted by va...@apache.org on 2016/03/30 22:59:16 UTC, 0 replies.
- spark git commit: [SPARK-14181] TrainValidationSplit should have HasSeed - posted by jk...@apache.org on 2016/03/30 23:32:33 UTC, 0 replies.
- spark git commit: [MINOR][ML] Fix the wrong param name of LDA topicDistributionCol - posted by jk...@apache.org on 2016/03/30 23:57:42 UTC, 0 replies.
- spark git commit: [SPARK-14152][ML][PYSPARK] MultilayerPerceptronClassifier supports save/load for Python API - posted by jk...@apache.org on 2016/03/31 00:47:05 UTC, 0 replies.
- spark git commit: [SPARK-11507][MLLIB] add compact in Matrices fromBreeze - posted by jk...@apache.org on 2016/03/31 00:58:22 UTC, 2 replies.
- spark git commit: [SPARK-14259][SQL] Add a FileSourceStrategy option for limiting #files in a partition - posted by yh...@apache.org on 2016/03/31 01:02:52 UTC, 0 replies.
- spark git commit: [SPARK-14282][SQL] CodeFormatter should handle oneline comment with /* */ properly - posted by rx...@apache.org on 2016/03/31 01:15:40 UTC, 0 replies.
- spark git commit: [SPARK-14081][SQL] - Preserve DataFrame column types when filling nulls. - posted by rx...@apache.org on 2016/03/31 01:59:55 UTC, 0 replies.
- spark git commit: [SPARK-14206][SQL] buildReader() implementation for CSV - posted by yh...@apache.org on 2016/03/31 03:21:11 UTC, 0 replies.
- [1/8] spark git commit: [SPARK-14211][SQL] Remove ANTLR3 based parser - posted by rx...@apache.org on 2016/03/31 18:25:16 UTC, 0 replies.
- [2/8] spark git commit: [SPARK-14211][SQL] Remove ANTLR3 based parser - posted by rx...@apache.org on 2016/03/31 18:25:17 UTC, 0 replies.
- [3/8] spark git commit: [SPARK-14211][SQL] Remove ANTLR3 based parser - posted by rx...@apache.org on 2016/03/31 18:25:18 UTC, 0 replies.
- [4/8] spark git commit: [SPARK-14211][SQL] Remove ANTLR3 based parser - posted by rx...@apache.org on 2016/03/31 18:25:19 UTC, 0 replies.
- [5/8] spark git commit: [SPARK-14211][SQL] Remove ANTLR3 based parser - posted by rx...@apache.org on 2016/03/31 18:25:20 UTC, 0 replies.
- [6/8] spark git commit: [SPARK-14211][SQL] Remove ANTLR3 based parser - posted by rx...@apache.org on 2016/03/31 18:25:21 UTC, 0 replies.
- [7/8] spark git commit: [SPARK-14211][SQL] Remove ANTLR3 based parser - posted by rx...@apache.org on 2016/03/31 18:25:22 UTC, 0 replies.
- [8/8] spark git commit: [SPARK-14211][SQL] Remove ANTLR3 based parser - posted by rx...@apache.org on 2016/03/31 18:25:23 UTC, 0 replies.
- spark git commit: [SPARK-14164][MLLIB] Improve input layer validation of MultilayerPerceptronClassifier - posted by me...@apache.org on 2016/03/31 18:39:18 UTC, 0 replies.
- spark git commit: [SPARK-14062][YARN] Fix log4j and upload metrics.properties automatically with distributed cache - posted by va...@apache.org on 2016/03/31 19:27:52 UTC, 0 replies.
- spark git commit: [SPARK-13782][ML] Model export/import for spark.ml: BisectingKMeans - posted by jk...@apache.org on 2016/03/31 20:12:52 UTC, 0 replies.
- spark git commit: [SPARK-11892][ML] Model export/import for spark.ml: OneVsRest - posted by jk...@apache.org on 2016/03/31 20:17:39 UTC, 0 replies.
- spark git commit: [SPARK-14263][SQL] Benchmark Vectorized HashMap for GroupBy Aggregates - posted by yh...@apache.org on 2016/03/31 20:53:18 UTC, 0 replies.
- spark git commit: [SPARK-14278][SQL] Initialize columnar batch with proper memory mode - posted by yh...@apache.org on 2016/03/31 20:56:33 UTC, 0 replies.
- spark git commit: [SPARK-13796] Redirect error message to logWarning - posted by an...@apache.org on 2016/03/31 21:03:15 UTC, 0 replies.
- spark git commit: [SPARK-14182][SQL] Parse DDL Command: Alter View - posted by an...@apache.org on 2016/03/31 21:04:14 UTC, 0 replies.
- spark git commit: [SPARK-14243][CORE] update task metrics when removing blocks - posted by an...@apache.org on 2016/03/31 21:04:50 UTC, 0 replies.
- spark git commit: [Docs] Update monitoring.md to accurately describe the history server - posted by an...@apache.org on 2016/03/31 21:06:32 UTC, 0 replies.
- spark git commit: [SPARK-14069][SQL] Improve SparkStatusTracker to also track executor information - posted by an...@apache.org on 2016/03/31 21:07:29 UTC, 0 replies.
- spark git commit: [SPARK-11327][MESOS] Dispatcher does not respect all args from the Submit request - posted by an...@apache.org on 2016/03/31 21:08:17 UTC, 0 replies.
- spark git commit: [SPARK-13710][SHELL][WINDOWS] Fix jline dependency on Windows - posted by sr...@apache.org on 2016/03/31 21:14:22 UTC, 0 replies.
- spark git commit: [SPARK-14304][SQL][TESTS] Fix tests that don't create temp files in the `java.io.tmpdir` folder - posted by an...@apache.org on 2016/03/31 21:17:38 UTC, 0 replies.
- spark git commit: [SPARK-14264][PYSPARK][ML] Add feature importance for GBTs in pyspark - posted by jk...@apache.org on 2016/03/31 22:00:16 UTC, 0 replies.
- spark git commit: [SPARK-14281][TESTS] Fix java8-tests and simplify their build - posted by jo...@apache.org on 2016/03/31 22:53:26 UTC, 0 replies.