You are viewing a plain text version of this content. The canonical link for it is here.
- spark git commit: [SPARK-11975][ML] Remove duplicate mllib example (DT/RF/GBT in Java/Python) - posted by me...@apache.org on 2015/12/01 00:01:11 UTC, 1 replies.
- spark git commit: [SPARK-11960][MLLIB][DOC] User guide for streaming tests - posted by me...@apache.org on 2015/12/01 00:38:47 UTC, 1 replies.
- spark git commit: fix Maven build - posted by da...@apache.org on 2015/12/01 00:42:21 UTC, 1 replies.
- spark git commit: [SPARK-12058][HOTFIX] Disable KinesisStreamTests - posted by zs...@apache.org on 2015/12/01 01:32:01 UTC, 0 replies.
- spark git commit: [SPARK-12000] Fix API doc generation issues - posted by jo...@apache.org on 2015/12/01 01:37:47 UTC, 1 replies.
- spark git commit: [SPARK-12035] Add more debug information in include_example tag of Jekyll - posted by an...@apache.org on 2015/12/01 02:18:47 UTC, 0 replies.
- spark git commit: [SPARK-12037][CORE] initialize heartbeatReceiverRef before calling startDriverHeartbeat - posted by an...@apache.org on 2015/12/01 02:19:30 UTC, 1 replies.
- [1/2] spark git commit: [SPARK-12007][NETWORK] Avoid copies in the network lib's RPC layer. - posted by an...@apache.org on 2015/12/01 02:22:08 UTC, 1 replies.
- [2/2] spark git commit: [SPARK-12007][NETWORK] Avoid copies in the network lib's RPC layer. - posted by an...@apache.org on 2015/12/01 02:22:09 UTC, 1 replies.
- spark git commit: [SPARK-12049][CORE] User JVM shutdown hook can cause deadlock at shutdown - posted by va...@apache.org on 2015/12/01 02:33:16 UTC, 2 replies.
- spark git commit: [HOTFIX][SPARK-12000] Add missing quotes in Jekyll API docs plugin. - posted by jo...@apache.org on 2015/12/01 03:26:14 UTC, 1 replies.
- spark git commit: [SPARK-12018][SQL] Refactor common subexpression elimination code - posted by ma...@apache.org on 2015/12/01 05:56:47 UTC, 1 replies.
- spark git commit: Set SPARK_EC2_VERSION to 1.5.2 - posted by sh...@apache.org on 2015/12/01 10:17:59 UTC, 0 replies.
- spark git commit: [SPARK-11898][MLLIB] Use broadcast for the global tables in Word2Vec - posted by sr...@apache.org on 2015/12/01 10:27:03 UTC, 0 replies.
- spark git commit: [SPARK-11949][SQL] Set field nullable property for GroupingSets to get correct results for null values - posted by yh...@apache.org on 2015/12/01 16:44:32 UTC, 1 replies.
- spark git commit: [SPARK-12060][CORE] Avoid memory copy in JavaSerializerInstance.serialize - posted by zs...@apache.org on 2015/12/01 18:46:04 UTC, 2 replies.
- spark git commit: [SPARK-12046][DOC] Fixes various ScalaDoc/JavaDoc issues - posted by ma...@apache.org on 2015/12/01 19:21:36 UTC, 1 replies.
- spark git commit: [SPARK-12068][SQL] use a single column in Dataset.groupBy and count will fail - posted by ma...@apache.org on 2015/12/01 19:23:01 UTC, 1 replies.
- spark git commit: [SPARK-11856][SQL] add type cast if the real type is different but compatible with encoder schema - posted by ma...@apache.org on 2015/12/01 19:24:56 UTC, 1 replies.
- spark git commit: [SPARK-11954][SQL] Encoder for JavaBeans - posted by ma...@apache.org on 2015/12/01 19:35:17 UTC, 1 replies.
- spark git commit: [SPARK-11905][SQL] Support Persist/Cache and Unpersist in Dataset APIs - posted by ma...@apache.org on 2015/12/01 19:39:03 UTC, 1 replies.
- spark git commit: [SPARK-11821] Propagate Kerberos keytab for all environments - posted by va...@apache.org on 2015/12/01 20:06:04 UTC, 1 replies.
- spark git commit: [SPARK-12065] Upgrade Tachyon from 0.8.1 to 0.8.2 - posted by jo...@apache.org on 2015/12/01 20:49:49 UTC, 1 replies.
- spark git commit: [SPARK-12030] Fix Platform.copyMemory to handle overlapping regions. - posted by yh...@apache.org on 2015/12/01 21:59:59 UTC, 2 replies.
- spark git commit: [SPARK-12004] Preserve the RDD partitioner through RDD checkpointing - posted by an...@apache.org on 2015/12/01 23:08:40 UTC, 1 replies.
- spark git commit: Revert "[SPARK-12060][CORE] Avoid memory copy in JavaSerializerInstance.serialize" - posted by zs...@apache.org on 2015/12/02 00:15:13 UTC, 1 replies.
- spark git commit: [SPARK-11961][DOC] Add docs of ChiSqSelector - posted by jk...@apache.org on 2015/12/02 00:21:57 UTC, 1 replies.
- spark git commit: [SPARK-12002][STREAMING][PYSPARK] Fix python direct stream checkpoint recovery issue - posted by zs...@apache.org on 2015/12/02 00:26:15 UTC, 1 replies.
- spark git commit: [SPARK-12075][SQL] Speed up HiveComparisionTest by avoiding / speeding up TestHive.reset() - posted by rx...@apache.org on 2015/12/02 00:29:48 UTC, 1 replies.
- spark git commit: [SPARK-11328][SQL] Improve error message when hitting this issue - posted by yh...@apache.org on 2015/12/02 00:30:25 UTC, 2 replies.
- spark git commit: [SPARK-11788][SQL] surround timestamp/date value with quotes in JDBC data source - posted by yh...@apache.org on 2015/12/02 00:33:12 UTC, 2 replies.
- spark git commit: [SPARK-11352][SQL] Escape */ in the generated comments. - posted by yh...@apache.org on 2015/12/02 01:24:08 UTC, 1 replies.
- spark git commit: [SPARK-11596][SQL] In TreeNode's argString, if a TreeNode is not a child of the current TreeNode, we should only return the simpleString. - posted by ma...@apache.org on 2015/12/02 02:18:48 UTC, 1 replies.
- spark git commit: [SPARK-8414] Ensure context cleaner periodic cleanups - posted by jo...@apache.org on 2015/12/02 04:36:40 UTC, 1 replies.
- spark git commit: [SPARK-12081] Make unified memory manager work with small heaps - posted by an...@apache.org on 2015/12/02 04:51:15 UTC, 1 replies.
- spark git commit: [SPARK-12077][SQL] change the default plan for single distinct - posted by yh...@apache.org on 2015/12/02 05:17:17 UTC, 1 replies.
- spark git commit: [SPARK-11352][SQL][BRANCH-1.5] Escape */ in the generated comments. - posted by yh...@apache.org on 2015/12/02 05:33:56 UTC, 0 replies.
- spark git commit: [SPARK-12087][STREAMING] Create new JobConf for every batch in saveAsHadoopFiles - posted by zs...@apache.org on 2015/12/02 06:04:57 UTC, 3 replies.
- spark git commit: [SPARK-11949][SQL] Check bitmasks to set nullable property - posted by yh...@apache.org on 2015/12/02 06:51:38 UTC, 1 replies.
- spark git commit: [SPARK-12090] [PYSPARK] consider shuffle in coalesce() - posted by da...@apache.org on 2015/12/02 07:41:56 UTC, 2 replies.
- spark git commit: [SPARK-3580][CORE] Add Consistent Method To Get Number of RDD Partitions Across Different Languages - posted by sr...@apache.org on 2015/12/02 10:40:14 UTC, 1 replies.
- spark git commit: [SPARK-12094][SQL] Prettier tree string for TreeNode - posted by yh...@apache.org on 2015/12/02 18:36:16 UTC, 1 replies.
- Git Push Summary - posted by pw...@apache.org on 2015/12/02 18:54:24 UTC, 0 replies.
- [1/2] spark git commit: Preparing Spark release v1.6.0-rc1 - posted by pw...@apache.org on 2015/12/02 18:54:28 UTC, 0 replies.
- [2/2] spark git commit: Preparing development version 1.6.0-SNAPSHOT - posted by pw...@apache.org on 2015/12/02 18:54:29 UTC, 5 replies.
- spark git commit: [SPARK-12001] Allow partially-stopped StreamingContext to be completely stopped - posted by jo...@apache.org on 2015/12/02 22:44:09 UTC, 0 replies.
- spark git commit: [SPARK-10266][DOCUMENTATION, ML] Fixed @Since annotation for ml.tunning - posted by me...@apache.org on 2015/12/02 23:15:58 UTC, 1 replies.
- spark git commit: [SPARK-12093][SQL] Fix the error of comment in DDLParser - posted by rx...@apache.org on 2015/12/03 01:48:56 UTC, 1 replies.
- spark git commit: [SPARK-12000] do not specify arg types when reference a method in ScalaDoc - posted by me...@apache.org on 2015/12/03 02:19:38 UTC, 1 replies.
- spark git commit: [SPARK-12082][FLAKY-TEST] Increase timeouts in NettyBlockTransferSecuritySuite - posted by rx...@apache.org on 2015/12/03 04:12:11 UTC, 1 replies.
- spark git commit: [SPARK-12109][SQL] Expressions's simpleString should delegate to its toString. - posted by rx...@apache.org on 2015/12/03 04:21:33 UTC, 1 replies.
- spark git commit: [SPARK-12088][SQL] check connection.isClosed before calling connection… - posted by sr...@apache.org on 2015/12/03 09:42:28 UTC, 1 replies.
- spark git commit: [DOCUMENTATION][MLLIB] typo in mllib doc - posted by sr...@apache.org on 2015/12/03 16:36:34 UTC, 1 replies.
- spark git commit: [DOCUMENTATION][KAFKA] fix typo in kafka/OffsetRange.scala - posted by sr...@apache.org on 2015/12/03 17:09:10 UTC, 1 replies.
- spark git commit: [SPARK-12116][SPARKR][DOCS] document how to workaround function name conflicts with dplyr - posted by sh...@apache.org on 2015/12/03 18:22:26 UTC, 1 replies.
- spark git commit: [SPARK-11314][YARN] add service API and test service for Yarn Cluster schedulers - posted by va...@apache.org on 2015/12/03 19:33:19 UTC, 0 replies.
- spark git commit: [SPARK-12059][CORE] Avoid assertion error when unexpected state transition met in Master - posted by an...@apache.org on 2015/12/03 20:05:15 UTC, 1 replies.
- spark git commit: [SPARK-12101][CORE] Fix thread pools that cannot cache tasks in Worker and AppClient - posted by zs...@apache.org on 2015/12/03 20:06:31 UTC, 1 replies.
- spark git commit: [SPARK-12108] Make event logs smaller - posted by an...@apache.org on 2015/12/03 20:09:33 UTC, 1 replies.
- spark git commit: [MINOR][ML] Use coefficients replace weights - posted by me...@apache.org on 2015/12/03 20:37:37 UTC, 1 replies.
- spark git commit: [SPARK-12107][EC2] Update spark-ec2 versions - posted by sh...@apache.org on 2015/12/03 20:59:14 UTC, 1 replies.
- spark git commit: [FLAKY-TEST-FIX][STREAMING][TEST] Make sure StreamingContexts are shutdown after test - posted by td...@apache.org on 2015/12/03 21:00:13 UTC, 1 replies.
- spark git commit: [SPARK-12019][SPARKR] Support character vector for sparkR.init(), check param and fix doc - posted by sh...@apache.org on 2015/12/03 22:25:32 UTC, 1 replies.
- spark git commit: [SPARK-12056][CORE] Create a TaskAttemptContext only after calling setConf. - posted by va...@apache.org on 2015/12/04 01:37:07 UTC, 1 replies.
- spark git commit: [SPARK-11206] Support SQL UI on the history server (resubmit) - posted by va...@apache.org on 2015/12/04 01:39:24 UTC, 0 replies.
- spark git commit: [SPARK-12104][SPARKR] collect() does not handle multiple columns with same name. - posted by sh...@apache.org on 2015/12/04 06:11:15 UTC, 1 replies.
- spark git commit: [SPARK-12122][STREAMING] Prevent batches from being submitted twice after recovering StreamingContext from checkpoint - posted by td...@apache.org on 2015/12/04 10:42:35 UTC, 1 replies.
- spark git commit: Add links howto to setup IDEs for developing spark - posted by sr...@apache.org on 2015/12/04 15:43:22 UTC, 0 replies.
- spark git commit: [SPARK-12089] [SQL] Fix memory corrupt due to freeing a page being referenced - posted by da...@apache.org on 2015/12/04 19:01:24 UTC, 1 replies.
- spark git commit: [SPARK-6990][BUILD] Add Java linting script; fix minor warnings - posted by jo...@apache.org on 2015/12/04 21:03:53 UTC, 0 replies.
- spark git commit: [SPARK-12058][STREAMING][KINESIS][TESTS] fix Kinesis python tests - posted by td...@apache.org on 2015/12/04 21:08:51 UTC, 1 replies.
- spark git commit: [SPARK-11314][BUILD][HOTFIX] Add exclusion for moved YARN classes. - posted by jo...@apache.org on 2015/12/04 22:05:12 UTC, 0 replies.
- spark git commit: [SPARK-12112][BUILD] Upgrade to SBT 0.13.9 - posted by rx...@apache.org on 2015/12/05 01:15:38 UTC, 0 replies.
- spark git commit: [SPARK-12142][CORE]Reply false when container allocator is not ready and reset target - posted by va...@apache.org on 2015/12/05 01:51:08 UTC, 0 replies.
- spark git commit: [SPARK-12080][CORE] Kryo - Support multiple user registrators - posted by va...@apache.org on 2015/12/05 01:58:55 UTC, 0 replies.
- spark git commit: [SPARK-12084][CORE] Fix codes that uses ByteBuffer.array incorrectly - posted by va...@apache.org on 2015/12/05 02:02:14 UTC, 0 replies.
- spark git commit: [SPARK-12096][MLLIB] remove the old constraint in word2vec - posted by sr...@apache.org on 2015/12/05 16:27:38 UTC, 0 replies.
- spark git commit: [SPARK-11994][MLLIB] Word2VecModel load and save cause SparkException when model is bigger than spark.kryoserializer.buffer.max - posted by sr...@apache.org on 2015/12/05 16:42:08 UTC, 0 replies.
- spark git commit: [SPARK-11988][ML][MLLIB] Update JPMML to 1.2.7 - posted by sr...@apache.org on 2015/12/05 16:52:58 UTC, 0 replies.
- spark git commit: [SPARK-11774][SPARKR] Implement struct(), encode(), decode() functions in SparkR. - posted by sh...@apache.org on 2015/12/06 00:49:56 UTC, 1 replies.
- spark git commit: [SPARK-11715][SPARKR] Add R support corr for Column Aggregration - posted by sh...@apache.org on 2015/12/06 01:00:16 UTC, 1 replies.
- spark git commit: [SPARK-12115][SPARKR] Change numPartitions() to getNumPartitions() to be consistent with Scala/Python - posted by sh...@apache.org on 2015/12/06 01:39:05 UTC, 1 replies.
- spark git commit: [SPARK-12044][SPARKR] Fix usage of isnan, isNaN - posted by sh...@apache.org on 2015/12/06 07:51:09 UTC, 1 replies.
- spark git commit: [SPARK-12048][SQL] Prevent to close JDBC resources twice - posted by sr...@apache.org on 2015/12/06 17:27:46 UTC, 2 replies.
- spark git commit: [SPARK-12138][SQL] Escape \u in the generated comments of codegen - posted by yh...@apache.org on 2015/12/06 20:15:06 UTC, 2 replies.
- spark git commit: [SPARK-12152][PROJECT-INFRA] Speed up Scalastyle checks by only invoking SBT once - posted by jo...@apache.org on 2015/12/07 02:36:40 UTC, 0 replies.
- spark git commit: [SPARK-12106][STREAMING][FLAKY-TEST] BatchedWAL test transiently flaky when Jenkins load is high - posted by td...@apache.org on 2015/12/07 09:22:00 UTC, 1 replies.
- spark git commit: [SPARK-12032] [SQL] Re-order inner joins to do join with conditions first - posted by da...@apache.org on 2015/12/07 19:34:23 UTC, 0 replies.
- [1/4] spark git commit: [SPARK-12034][SPARKR] Eliminate warnings in SparkR test cases. - posted by sh...@apache.org on 2015/12/07 19:38:22 UTC, 1 replies.
- [2/4] spark git commit: [SPARK-12034][SPARKR] Eliminate warnings in SparkR test cases. - posted by sh...@apache.org on 2015/12/07 19:38:23 UTC, 1 replies.
- [3/4] spark git commit: [SPARK-12034][SPARKR] Eliminate warnings in SparkR test cases. - posted by sh...@apache.org on 2015/12/07 19:38:24 UTC, 1 replies.
- [4/4] spark git commit: [SPARK-12034][SPARKR] Eliminate warnings in SparkR test cases. - posted by sh...@apache.org on 2015/12/07 19:38:25 UTC, 1 replies.
- spark git commit: [SPARK-12132] [PYSPARK] raise KeyboardInterrupt inside SIGINT handler - posted by da...@apache.org on 2015/12/07 20:00:30 UTC, 1 replies.
- spark git commit: [SPARK-11932][STREAMING] Partition previous TrackStateRDD if partitioner not present - posted by td...@apache.org on 2015/12/07 20:04:00 UTC, 1 replies.
- spark git commit: [SPARK-12101][CORE] Fix thread pools that cannot cache tasks in Worker and AppClient (backport 1.5) - posted by zs...@apache.org on 2015/12/07 21:04:26 UTC, 0 replies.
- spark git commit: [SPARK-11963][DOC] Add docs for QuantileDiscretizer - posted by jk...@apache.org on 2015/12/07 22:16:55 UTC, 1 replies.
- spark git commit: [SPARK-11884] Drop multiple columns in the DataFrame API - posted by ma...@apache.org on 2015/12/07 23:58:17 UTC, 0 replies.
- spark git commit: [SPARK-12184][PYTHON] Make python api doc for pivot consistant with scala doc - posted by yh...@apache.org on 2015/12/08 00:01:05 UTC, 1 replies.
- spark git commit: [SPARK-12160][MLLIB] Use SQLContext.getOrCreate in MLlib - posted by me...@apache.org on 2015/12/08 01:37:12 UTC, 1 replies.
- [1/3] spark git commit: [SPARK-11551][DOC][EXAMPLE] Replace example code in ml-features.md using include_example - posted by me...@apache.org on 2015/12/08 08:26:52 UTC, 1 replies.
- [2/3] spark git commit: [SPARK-11551][DOC][EXAMPLE] Replace example code in ml-features.md using include_example - posted by me...@apache.org on 2015/12/08 08:26:53 UTC, 1 replies.
- [3/3] spark git commit: [SPARK-11551][DOC][EXAMPLE] Replace example code in ml-features.md using include_example - posted by me...@apache.org on 2015/12/08 08:26:54 UTC, 1 replies.
- spark git commit: Closes #10098 - posted by me...@apache.org on 2015/12/08 08:34:30 UTC, 0 replies.
- spark git commit: [SPARK-12160][MLLIB] Use SQLContext.getOrCreate in MLlib - 1.5 backport - posted by me...@apache.org on 2015/12/08 08:37:27 UTC, 0 replies.
- spark git commit: [SPARK-10259][ML] Add @since annotation to ml.classification - posted by me...@apache.org on 2015/12/08 08:46:58 UTC, 1 replies.
- spark git commit: [SPARK-11958][SPARK-11957][ML][DOC] SQLTransformer user guide and example code - posted by me...@apache.org on 2015/12/08 08:51:00 UTC, 1 replies.
- spark git commit: [SPARK-12103][STREAMING][KAFKA][DOC] document that K means Key and V … - posted by sr...@apache.org on 2015/12/08 12:02:38 UTC, 1 replies.
- spark git commit: [SPARK-12166][TEST] Unset hadoop related environment in testing - posted by sr...@apache.org on 2015/12/08 12:05:09 UTC, 1 replies.
- spark git commit: [SPARK-11439][ML] Optimization of creating sparse feature without dense one - posted by sr...@apache.org on 2015/12/08 12:08:30 UTC, 0 replies.
- [1/3] spark git commit: [SPARK-11551][DOC][EXAMPLE] Revert PR #10002 - posted by li...@apache.org on 2015/12/08 12:19:05 UTC, 1 replies.
- [2/3] spark git commit: [SPARK-11551][DOC][EXAMPLE] Revert PR #10002 - posted by li...@apache.org on 2015/12/08 12:19:06 UTC, 1 replies.
- [3/3] spark git commit: [SPARK-11551][DOC][EXAMPLE] Revert PR #10002 - posted by li...@apache.org on 2015/12/08 12:19:07 UTC, 1 replies.
- spark git commit: [SPARK-11652][CORE] Remote code execution with InvokerTransformer - posted by sr...@apache.org on 2015/12/08 15:34:54 UTC, 3 replies.
- spark git commit: [SPARK-11155][WEB UI] Stage summary json should include stage duration - posted by ir...@apache.org on 2015/12/08 18:47:16 UTC, 0 replies.
- spark git commit: [SPARK-12074] Avoid memory copy involving ByteBuffer.wrap(ByteArrayOutputStream.toByteArray) - posted by zs...@apache.org on 2015/12/08 19:01:49 UTC, 0 replies.
- spark git commit: [SPARK-12201][SQL] add type coercion rule for greatest/least - posted by ma...@apache.org on 2015/12/08 19:13:49 UTC, 1 replies.
- spark git commit: [SPARK-12195][SQL] Adding BigDecimal, Date and Timestamp into Encoder - posted by ma...@apache.org on 2015/12/08 19:16:02 UTC, 1 replies.
- spark git commit: [SPARK-12188][SQL] Code refactoring and comment correction in Dataset APIs - posted by ma...@apache.org on 2015/12/08 19:26:02 UTC, 1 replies.
- spark git commit: [SPARK-10393] use ML pipeline in LDA example - posted by jk...@apache.org on 2015/12/08 19:29:55 UTC, 1 replies.
- spark git commit: [SPARK-12205][SQL] Pivot fails Analysis when aggregate is UnresolvedFunction - posted by yh...@apache.org on 2015/12/08 19:52:23 UTC, 1 replies.
- spark git commit: [SPARK-11605][MLLIB] ML 1.6 QA: API: Java compatibility, docs - posted by jk...@apache.org on 2015/12/08 20:46:31 UTC, 1 replies.
- spark git commit: [SPARK-12159][ML] Add user guide section for IndexToString transformer - posted by jk...@apache.org on 2015/12/08 21:45:47 UTC, 1 replies.
- spark git commit: [SPARK-3873][BUILD] Add style checker to enforce import ordering. - posted by va...@apache.org on 2015/12/08 22:14:03 UTC, 0 replies.
- spark git commit: [SPARK-12187] *MemoryPool classes should not be fully public - posted by jo...@apache.org on 2015/12/08 23:34:20 UTC, 1 replies.
- spark git commit: [SPARK-12069][SQL] Update documentation with Datasets - posted by ma...@apache.org on 2015/12/09 00:58:41 UTC, 1 replies.
- spark git commit: [SPARK-8517][ML][DOC] Reorganizes the spark.ml user guide - posted by jk...@apache.org on 2015/12/09 03:40:26 UTC, 1 replies.
- spark git commit: [SPARK-11343][ML] Documentation of float and double prediction/label columns in RegressionEvaluator - posted by jk...@apache.org on 2015/12/09 03:54:16 UTC, 1 replies.
- spark git commit: [SPARK-12222] [CORE] Deserialize RoaringBitmap using Kryo serializer throw Buffer underflow exception - posted by da...@apache.org on 2015/12/09 06:32:36 UTC, 1 replies.
- spark git commit: [SPARK-11676][SQL] Parquet filter tests all pass if filters are not really pushed down - posted by li...@apache.org on 2015/12/09 08:15:42 UTC, 0 replies.
- spark git commit: [SPARK-12031][CORE][BUG] Integer overflow when do sampling - posted by sr...@apache.org on 2015/12/09 16:09:47 UTC, 1 replies.
- spark git commit: [SPARK-12012][SQL] Show more comprehensive PhysicalRDD metadata when visualizing SQL query plan - posted by rx...@apache.org on 2015/12/09 16:30:56 UTC, 0 replies.
- spark git commit: [SPARK-10299][ML] word2vec should allow users to specify the window size - posted by sr...@apache.org on 2015/12/09 17:45:20 UTC, 1 replies.
- spark git commit: [SPARK-10582][YARN][CORE] Fix AM failure situation for dynamic allocation - posted by va...@apache.org on 2015/12/09 18:52:30 UTC, 0 replies.
- spark git commit: [SPARK-12241][YARN] Improve failure reporting in Yarn client obtainTokenForHBase() - posted by va...@apache.org on 2015/12/09 19:25:45 UTC, 0 replies.
- spark git commit: [SPARK-12165][SPARK-12189] Fix bugs in eviction of storage memory by execution - posted by an...@apache.org on 2015/12/09 20:40:03 UTC, 1 replies.
- spark git commit: [SPARK-11824][WEBUI] WebUI does not render descriptions with 'bad' HTML, throws console error - posted by sr...@apache.org on 2015/12/09 20:47:44 UTC, 1 replies.
- [1/3] spark git commit: [SPARK-11551][DOC] Replace example code in ml-features.md using include_example - posted by me...@apache.org on 2015/12/09 21:00:54 UTC, 1 replies.
- [2/3] spark git commit: [SPARK-11551][DOC] Replace example code in ml-features.md using include_example - posted by me...@apache.org on 2015/12/09 21:00:55 UTC, 1 replies.
- [3/3] spark git commit: [SPARK-11551][DOC] Replace example code in ml-features.md using include_example - posted by me...@apache.org on 2015/12/09 21:00:56 UTC, 1 replies.
- spark git commit: [SPARK-12211][DOC][GRAPHX] Fix version number in graphx doc for migration from 1.1 - posted by jk...@apache.org on 2015/12/10 02:16:06 UTC, 1 replies.
- spark git commit: [SPARK-12165][ADDENDUM] Fix outdated comments on unroll test - posted by jo...@apache.org on 2015/12/10 02:24:12 UTC, 1 replies.
- spark git commit: [SPARK-11678][SQL][DOCS] Document basePath in the programming guide. - posted by yh...@apache.org on 2015/12/10 03:09:42 UTC, 1 replies.
- spark git commit: [SPARK-11796] Fix httpclient and httpcore depedency issues related to docker-client - posted by jo...@apache.org on 2015/12/10 03:39:53 UTC, 1 replies.
- [1/2] spark git commit: [SPARK-12244][SPARK-12245][STREAMING] Rename trackStateByKey to mapWithState and change tracking function signature - posted by zs...@apache.org on 2015/12/10 05:47:20 UTC, 1 replies.
- [2/2] spark git commit: [SPARK-12244][SPARK-12245][STREAMING] Rename trackStateByKey to mapWithState and change tracking function signature - posted by zs...@apache.org on 2015/12/10 05:47:21 UTC, 1 replies.
- spark git commit: [SPARK-12252][SPARK-12131][SQL] refactor MapObjects to make it less hacky - posted by li...@apache.org on 2015/12/10 08:11:21 UTC, 0 replies.
- spark git commit: [SPARK-12136][STREAMING] rddToFileName does not properly handle prefix and suffix parameters - posted by sr...@apache.org on 2015/12/10 13:54:02 UTC, 1 replies.
- spark git commit: [SPARK-11530][MLLIB] Return eigenvalues with PCA model - posted by sr...@apache.org on 2015/12/10 15:05:52 UTC, 0 replies.
- spark git commit: [SPARK-12242][SQL] Add DataFrame.transform method - posted by rx...@apache.org on 2015/12/10 15:23:17 UTC, 1 replies.
- spark git commit: [SPARK-11832][CORE] Process arguments in spark-shell for Scala 2.11 - posted by va...@apache.org on 2015/12/10 17:36:00 UTC, 0 replies.
- spark git commit: [SPARK-12198][SPARKR] SparkR support read.parquet and deprecate parquetFile - posted by sh...@apache.org on 2015/12/10 18:44:56 UTC, 1 replies.
- spark git commit: [SPARK-11602][MLLIB] Refine visibility for 1.6 scala API audit - posted by jk...@apache.org on 2015/12/10 19:15:57 UTC, 1 replies.
- spark git commit: [SPARK-12234][SPARKR] Fix ```subset``` function error when only set ```select``` argument - posted by sh...@apache.org on 2015/12/10 19:19:02 UTC, 1 replies.
- spark git commit: [SPARK-12012][SQL][BRANCH-1.6] Show more comprehensive PhysicalRDD metadata when visualizing SQL query plan - posted by yh...@apache.org on 2015/12/10 19:20:51 UTC, 0 replies.
- spark git commit: [SPARK-12250][SQL] Allow users to define a UDAF without providing details of its inputSchema - posted by yh...@apache.org on 2015/12/10 21:03:34 UTC, 1 replies.
- spark git commit: [SPARK-12228][SQL] Try to run execution hive's derby in memory. - posted by yh...@apache.org on 2015/12/10 21:04:27 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-12212][ML][DOC] Clarifies the difference between spark.ml, spark.mllib and mllib in the documentation. - posted by jk...@apache.org on 2015/12/10 21:50:52 UTC, 1 replies.
- [2/2] spark git commit: [SPARK-12212][ML][DOC] Clarifies the difference between spark.ml, spark.mllib and mllib in the documentation. - posted by jk...@apache.org on 2015/12/10 21:50:53 UTC, 1 replies.
- spark git commit: [SPARK-11563][CORE][REPL] Use RpcEnv to transfer REPL-generated classes. - posted by va...@apache.org on 2015/12/10 22:26:37 UTC, 0 replies.
- spark git commit: [SPARK-11713] [PYSPARK] [STREAMING] Initial RDD updateStateByKey for PySpark - posted by da...@apache.org on 2015/12/10 23:21:30 UTC, 0 replies.
- spark git commit: [SPARK-12251] Document and improve off-heap memory configurations - posted by an...@apache.org on 2015/12/11 00:29:09 UTC, 1 replies.
- spark git commit: [SPARK-12155][SPARK-12253] Fix executor OOM in unified memory management - posted by an...@apache.org on 2015/12/11 00:30:11 UTC, 1 replies.
- spark git commit: [STREAMING][DOC][MINOR] Update the description of direct Kafka stream doc - posted by zs...@apache.org on 2015/12/11 00:31:48 UTC, 3 replies.
- spark git commit: [SPARK-12258][SQL] passing null into ScalaUDF - posted by yh...@apache.org on 2015/12/11 02:22:46 UTC, 1 replies.
- [spark] Git Push Summary - posted by pw...@apache.org on 2015/12/11 03:45:56 UTC, 8 replies.
- [1/2] spark git commit: Preparing Spark release v1.6.0-rc2 - posted by pw...@apache.org on 2015/12/11 03:46:03 UTC, 1 replies.
- spark git commit: [SPARK-10991][ML] logistic regression training summary handle empty prediction col - posted by db...@apache.org on 2015/12/11 08:36:00 UTC, 0 replies.
- spark git commit: [SPARK-12258] [SQL] passing null into ScalaUDF (follow-up) - posted by da...@apache.org on 2015/12/11 20:15:56 UTC, 1 replies.
- spark git commit: [SPARK-12146][SPARKR] SparkR jsonFile should support multiple input files - posted by sh...@apache.org on 2015/12/11 20:47:38 UTC, 1 replies.
- spark git commit: [SPARK-11080] [SQL] Incorporate per-JVM id into ExprId to prevent unsafe cross-JVM comparisions - posted by da...@apache.org on 2015/12/11 21:38:00 UTC, 0 replies.
- spark git commit: [SPARK-11964][DOCS][ML] Add in Pipeline Import/Export Documentation - posted by jk...@apache.org on 2015/12/11 21:56:03 UTC, 1 replies.
- spark git commit: [SPARK-12273][STREAMING] Make Spark Streaming web UI list Receivers in order - posted by zs...@apache.org on 2015/12/11 22:50:40 UTC, 0 replies.
- spark git commit: [SPARK-11497][MLLIB][PYTHON] PySpark RowMatrix Constructor Has Type Erasure Issue - posted by jk...@apache.org on 2015/12/11 23:21:39 UTC, 2 replies.
- spark git commit: [SPARK-12217][ML] Document invalid handling for StringIndexer - posted by jk...@apache.org on 2015/12/12 00:43:05 UTC, 1 replies.
- spark git commit: [SPARK-11978][ML] Move dataset_example.py to examples/ml and rename to dataframe_example.py - posted by jk...@apache.org on 2015/12/12 03:02:28 UTC, 1 replies.
- spark git commit: [SPARK-12298][SQL] Fix infinite loop in DataFrame.sortWithinPartitions - posted by yh...@apache.org on 2015/12/12 04:07:52 UTC, 1 replies.
- spark git commit: [SPARK-12158][SPARKR][SQL] Fix 'sample' functions that break R unit test cases - posted by sh...@apache.org on 2015/12/12 05:55:19 UTC, 1 replies.
- spark git commit: [SPARK-11193] Use Java ConcurrentHashMap instead of SynchronizedMap trait in order to avoid ClassCastException due to KryoSerializer in KinesisReceiver - posted by sr...@apache.org on 2015/12/12 09:51:57 UTC, 1 replies.
- spark git commit: [SPARK-12199][DOC] Follow-up: Refine example code in ml-features.md - posted by jk...@apache.org on 2015/12/13 02:47:06 UTC, 1 replies.
- spark git commit: [SPARK-12267][CORE] Store the remote RpcEnv address to send the correct disconnetion message - posted by zs...@apache.org on 2015/12/13 06:58:57 UTC, 1 replies.
- spark git commit: [SPARK-12281][CORE] Fix a race condition when reporting ExecutorState in the shutdown hook - posted by zs...@apache.org on 2015/12/14 07:06:44 UTC, 1 replies.
- [1/2] spark git commit: [SPARK-12213][SQL] use multiple partitions for single distinct query - posted by yh...@apache.org on 2015/12/14 07:57:08 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-12213][SQL] use multiple partitions for single distinct query - posted by yh...@apache.org on 2015/12/14 07:57:09 UTC, 0 replies.
- spark git commit: [SPARK-12275][SQL] No plan for BroadcastHint in some condition - posted by yh...@apache.org on 2015/12/14 08:08:26 UTC, 1 replies.
- spark git commit: [MINOR][DOC] Fix broken word2vec link - posted by sr...@apache.org on 2015/12/14 14:50:36 UTC, 1 replies.
- spark git commit: [SPARK-12016] [MLLIB] [PYSPARK] Wrap Word2VecModel when loading it in pyspark - posted by da...@apache.org on 2015/12/14 18:59:47 UTC, 0 replies.
- spark git commit: [SPARK-12275] [SQL] No plan for BroadcastHint in some condition - 1.5 backport - posted by an...@apache.org on 2015/12/14 22:05:54 UTC, 0 replies.
- spark git commit: [SPARK-12327] Disable commented code lintr temporarily - posted by sh...@apache.org on 2015/12/15 01:13:58 UTC, 1 replies.
- spark git commit: [SPARK-12274][SQL] WrapOption should not have type constraint for child - posted by ma...@apache.org on 2015/12/15 01:48:16 UTC, 0 replies.
- spark git commit: [SPARK-12188][SQL][FOLLOW-UP] Code refactoring and comment correction in Dataset APIs - posted by ma...@apache.org on 2015/12/15 03:33:50 UTC, 0 replies.
- spark git commit: [SPARK-12288] [SQL] Support UnsafeRow in Coalesce/Except/Intersect. - posted by da...@apache.org on 2015/12/15 04:44:29 UTC, 0 replies.
- spark git commit: [SPARK-12332][TRIVIAL][TEST] Fix minor typo in ResetSystemProperties - posted by sr...@apache.org on 2015/12/15 12:39:03 UTC, 0 replies.
- spark git commit: [STREAMING][MINOR] Fix typo in function name of StateImpl - posted by zs...@apache.org on 2015/12/15 18:41:46 UTC, 1 replies.
- [1/3] spark git commit: Update branch-1.6 for 1.6.0 release - posted by ma...@apache.org on 2015/12/16 00:03:46 UTC, 0 replies.
- [2/3] spark git commit: Update branch-1.6 for 1.6.0 release - posted by ma...@apache.org on 2015/12/16 00:03:47 UTC, 0 replies.
- [3/3] spark git commit: Update branch-1.6 for 1.6.0 release - posted by ma...@apache.org on 2015/12/16 00:03:48 UTC, 0 replies.
- [1/2] spark git commit: Preparing Spark release v1.6.0-rc3 - posted by pw...@apache.org on 2015/12/16 00:10:36 UTC, 1 replies.
- spark git commit: [MINOR][ML] Rename weights to coefficients for examples/DeveloperApiExample - posted by jk...@apache.org on 2015/12/16 01:29:44 UTC, 0 replies.
- spark git commit: [SPARK-12271][SQL] Improve error message when Dataset.as[ ] has incompatible schemas. - posted by ma...@apache.org on 2015/12/16 01:56:03 UTC, 0 replies.
- spark git commit: [SPARK-12236][SQL] JDBC filter tests all pass if filters are not really pushed down - posted by ma...@apache.org on 2015/12/16 02:02:17 UTC, 0 replies.
- spark git commit: [SPARK-12105] [SQL] add convenient show functions - posted by an...@apache.org on 2015/12/16 03:08:29 UTC, 0 replies.
- spark git commit: [HOTFIX] Compile error from commit 31b3910 - posted by an...@apache.org on 2015/12/16 03:12:25 UTC, 0 replies.
- spark git commit: [SPARK-12056][CORE] Part 2 Create a TaskAttemptContext only after calling setConf - posted by an...@apache.org on 2015/12/16 03:15:15 UTC, 1 replies.
- spark git commit: [SPARK-12130] Replace shuffleManagerClass with shortShuffleMgrNames in ExternalShuffleBlockResolver - posted by an...@apache.org on 2015/12/16 03:17:54 UTC, 0 replies.
- spark git commit: [SPARK-12351][MESOS] Add documentation about submitting Spark with mesos cluster mode. - posted by an...@apache.org on 2015/12/16 03:20:04 UTC, 1 replies.
- spark git commit: [SPARK-9516][UI] Improvement of Thread Dump Page - posted by an...@apache.org on 2015/12/16 03:21:04 UTC, 0 replies.
- spark git commit: [SPARK-9026][SPARK-4514] Modifications to JobWaiter, FutureAction, and AsyncRDDActions to support non-blocking operation - posted by an...@apache.org on 2015/12/16 03:23:02 UTC, 0 replies.
- spark git commit: [SPARK-10123][DEPLOY] Support specifying deploy mode from configuration - posted by an...@apache.org on 2015/12/16 03:24:26 UTC, 0 replies.
- spark git commit: [SPARK-9886][CORE] Fix to use ShutdownHookManager in - posted by an...@apache.org on 2015/12/16 03:25:25 UTC, 1 replies.
- spark git commit: [SPARK-12062][CORE] Change Master to asyc rebuild UI when application completes - posted by an...@apache.org on 2015/12/16 03:28:19 UTC, 1 replies.
- spark git commit: [SPARK-10477][SQL] using DSL in ColumnPruningSuite to improve readability - posted by an...@apache.org on 2015/12/16 03:29:22 UTC, 1 replies.
- spark git commit: [SPARK-4117][YARN] Spark on Yarn handle AM being told command from RM - posted by an...@apache.org on 2015/12/16 03:31:04 UTC, 0 replies.
- spark git commit: [SPARK-12304][STREAMING] Make Spark Streaming web UI display more fri… - posted by zs...@apache.org on 2015/12/16 05:22:59 UTC, 0 replies.
- spark git commit: [SPARK-12249][SQL] JDBC non-equality comparison operator not pushed down. - posted by rx...@apache.org on 2015/12/16 07:22:53 UTC, 0 replies.
- spark git commit: [SPARK-12314][SQL] isnull operator not pushed down for JDBC datasource. - posted by rx...@apache.org on 2015/12/16 07:25:11 UTC, 0 replies.
- spark git commit: [SPARK-12315][SQL] isnotnull operator not pushed down for JDBC datasource. - posted by rx...@apache.org on 2015/12/16 07:30:39 UTC, 0 replies.
- spark git commit: Style fix for the previous 3 JDBC filter push down commits. - posted by rx...@apache.org on 2015/12/16 07:33:07 UTC, 0 replies.
- [1/2] spark git commit: Revert "[HOTFIX] Compile error from commit 31b3910" - posted by rx...@apache.org on 2015/12/16 09:58:00 UTC, 0 replies.
- [2/2] spark git commit: Revert "[SPARK-12105] [SQL] add convenient show functions" - posted by rx...@apache.org on 2015/12/16 09:58:01 UTC, 0 replies.
- spark git commit: [SPARK-12324][MLLIB][DOC] Fixes the sidebar in the ML documentation - posted by jk...@apache.org on 2015/12/16 19:12:40 UTC, 1 replies.
- spark git commit: [SPARK-8745] [SQL] remove GenerateProjection - posted by da...@apache.org on 2015/12/16 19:22:56 UTC, 0 replies.
- spark git commit: [SPARK-12318][SPARKR] Save mode in SparkR should be error by default - posted by sh...@apache.org on 2015/12/16 19:32:35 UTC, 1 replies.
- spark git commit: [SPARK-12310][SPARKR] Add write.json and write.parquet for SparkR - posted by sh...@apache.org on 2015/12/16 19:34:33 UTC, 1 replies.
- spark git commit: [SPARK-12215][ML][DOC] User guide section for KMeans in spark.ml - posted by jk...@apache.org on 2015/12/16 19:43:50 UTC, 1 replies.
- spark git commit: [SPARK-12345][MESOS] Filter SPARK_HOME when submitting Spark jobs with Mesos cluster mode. - posted by an...@apache.org on 2015/12/16 19:54:21 UTC, 1 replies.
- spark git commit: [SPARK-6518][MLLIB][EXAMPLE][DOC] Add example code and user guide for bisecting k-means - posted by jk...@apache.org on 2015/12/16 19:55:46 UTC, 1 replies.
- spark git commit: [SPARK-9694][ML] Add random seed Param to Scala CrossValidator - posted by jk...@apache.org on 2015/12/16 20:05:41 UTC, 0 replies.
- spark git commit: [SPARK-12309][ML] Use sqlContext from MLlibTestSparkContext for spark.ml test suites - posted by jk...@apache.org on 2015/12/16 20:07:58 UTC, 0 replies.
- spark git commit: [SPARK-12361][PYSPARK][TESTS] Should set PYSPARK_DRIVER_PYTHON before Python tests - posted by jo...@apache.org on 2015/12/16 20:31:15 UTC, 0 replies.
- spark git commit: [SPARK-11608][MLLIB][DOC] Added migration guide for MLlib 1.6 - posted by jk...@apache.org on 2015/12/16 20:53:08 UTC, 1 replies.
- spark git commit: [SPARK-12364][ML][SPARKR] Add ML example for SparkR - posted by jk...@apache.org on 2015/12/16 21:59:29 UTC, 1 replies.
- spark git commit: [SPARK-12320][SQL] throw exception if the number of fields does not line up for Tuple encoder - posted by ma...@apache.org on 2015/12/16 22:20:27 UTC, 0 replies.
- spark git commit: [SPARK-12164][SQL] Decode the encoded values and then display - posted by ma...@apache.org on 2015/12/16 22:22:41 UTC, 0 replies.
- spark git commit: [SPARK-11677][SQL] ORC filter tests all pass if filters are actually not pushed down. - posted by ma...@apache.org on 2015/12/16 22:24:53 UTC, 0 replies.
- spark git commit: [SPARK-9690][ML][PYTHON] pyspark CrossValidator random seed - posted by jk...@apache.org on 2015/12/16 23:05:43 UTC, 0 replies.
- spark git commit: [SPARK-12380] [PYSPARK] use SQLContext.getOrCreate in mllib - posted by da...@apache.org on 2015/12/17 00:48:15 UTC, 1 replies.
- spark git commit: [MINOR] Add missing interpolation in NettyRPCEnv - posted by zs...@apache.org on 2015/12/17 01:13:50 UTC, 1 replies.
- spark git commit: MAINTENANCE: Automated closing of pull requests. - posted by an...@apache.org on 2015/12/17 02:06:48 UTC, 0 replies.
- spark git commit: [SPARK-10248][CORE] track exceptions in dagscheduler event loop in tests - posted by an...@apache.org on 2015/12/17 04:01:09 UTC, 1 replies.
- spark git commit: [SPARK-12365][CORE] Use ShutdownHookManager where Runtime.getRuntime.addShutdownHook() is called - posted by an...@apache.org on 2015/12/17 04:02:15 UTC, 1 replies.
- spark git commit: [SPARK-12186][WEB UI] Send the complete request URI including the query string when redirecting. - posted by an...@apache.org on 2015/12/17 04:04:36 UTC, 1 replies.
- spark git commit: [SPARK-12386][CORE] Fix NPE when spark.executor.port is set. - posted by an...@apache.org on 2015/12/17 04:47:52 UTC, 1 replies.
- spark git commit: [SPARK-12390] Clean up unused serializer parameter in BlockManager - posted by an...@apache.org on 2015/12/17 05:01:50 UTC, 1 replies.
- spark git commit: [SPARK-11904][PYSPARK] reduceByKeyAndWindow does not require checkpointing when invFunc is None - posted by zs...@apache.org on 2015/12/17 07:10:31 UTC, 0 replies.
- spark git commit: [SPARK-12057][SQL] Prevent failure on corrupt JSON records - posted by rx...@apache.org on 2015/12/17 08:19:00 UTC, 1 replies.
- spark git commit: Once driver register successfully, stop it to connect to master. - posted by da...@apache.org on 2015/12/17 16:59:22 UTC, 1 replies.
- spark git commit: Revert "Once driver register successfully, stop it to connect to master." - posted by da...@apache.org on 2015/12/17 17:01:40 UTC, 1 replies.
- spark git commit: [SPARK-12395] [SQL] fix resulting columns of outer join - posted by da...@apache.org on 2015/12/17 17:04:18 UTC, 1 replies.
- spark git commit: [SQL] Update SQLContext.read.text doc - posted by rx...@apache.org on 2015/12/17 18:19:55 UTC, 1 replies.
- spark git commit: [SPARK-12220][CORE] Make Utils.fetchFile support files that contain special characters - posted by zs...@apache.org on 2015/12/17 18:55:42 UTC, 1 replies.
- spark git commit: [SPARK-12345][MESOS] Properly filter out SPARK_HOME in the Mesos REST server - posted by sa...@apache.org on 2015/12/17 19:19:38 UTC, 1 replies.
- spark git commit: [SPARK-12410][STREAMING] Fix places that use '.' and '|' directly in split - posted by zs...@apache.org on 2015/12/17 22:23:55 UTC, 3 replies.
- spark git commit: [SPARK-12397][SQL] Improve error messages for data sources when they are not found - posted by ma...@apache.org on 2015/12/17 23:16:53 UTC, 1 replies.
- spark git commit: [SPARK-12376][TESTS] Spark Streaming Java8APISuite fails in assertOrderInvariantEquals method - posted by zs...@apache.org on 2015/12/17 23:22:33 UTC, 1 replies.
- [1/2] spark git commit: [SPARK-8641][SQL] Native Spark Window functions - posted by yh...@apache.org on 2015/12/18 00:16:40 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-8641][SQL] Native Spark Window functions - posted by yh...@apache.org on 2015/12/18 00:16:41 UTC, 0 replies.
- spark git commit: [SPARK-11749][STREAMING] Duplicate creating the RDD in file stream when recovering from checkpoint data - posted by zs...@apache.org on 2015/12/18 02:53:19 UTC, 1 replies.
- spark git commit: [MINOR] Hide the error logs for 'SQLListenerMemoryLeakSuite' - posted by zs...@apache.org on 2015/12/18 03:18:22 UTC, 0 replies.
- spark git commit: [CORE][TESTS] minor fix of JavaSerializerSuite - posted by rx...@apache.org on 2015/12/18 09:50:00 UTC, 0 replies.
- spark git commit: [SPARK-12413] Fix Mesos ZK persistence - posted by sa...@apache.org on 2015/12/18 12:18:08 UTC, 1 replies.
- spark git commit: [SPARK-9057][STREAMING] Twitter example joining to static RDD of word sentiment values - posted by sr...@apache.org on 2015/12/18 16:06:56 UTC, 0 replies.
- spark git commit: [SPARK-10500][SPARKR] sparkr.zip cannot be created if /R/lib is unwritable - posted by sh...@apache.org on 2015/12/18 16:14:46 UTC, 0 replies.
- spark git commit: [SPARK-12350][CORE] Don't log errors when requested stream is not found. - posted by va...@apache.org on 2015/12/18 18:49:14 UTC, 0 replies.
- spark git commit: [SPARK-11619][SQL] cannot use UDTF in DataFrame.selectExpr - posted by yh...@apache.org on 2015/12/18 18:54:38 UTC, 0 replies.
- spark git commit: [SPARK-12054] [SQL] Consider nullability of expression in codegen - posted by da...@apache.org on 2015/12/18 19:09:23 UTC, 0 replies.
- spark git commit: [SPARK-12218][SQL] Invalid splitting of nested AND expressions in Data Source filter API - posted by yh...@apache.org on 2015/12/18 19:53:24 UTC, 2 replies.
- spark git commit: Revert "[SPARK-12365][CORE] Use ShutdownHookManager where Runtime.getRuntime.addShutdownHook() is called" - posted by an...@apache.org on 2015/12/18 21:56:12 UTC, 0 replies.
- spark git commit: [SPARK-12404][SQL] Ensure objects passed to StaticInvoke is Serializable - posted by ma...@apache.org on 2015/12/18 23:05:09 UTC, 1 replies.
- spark git commit: [SPARK-11985][STREAMING][KINESIS][DOCS] Update Kinesis docs - posted by zs...@apache.org on 2015/12/19 00:24:45 UTC, 1 replies.
- spark git commit: [SPARK-9552] Return "false" while nothing to kill in killExecutors - posted by an...@apache.org on 2015/12/19 01:04:45 UTC, 0 replies.
- spark git commit: [SPARK-12411][CORE] Decrease executor heartbeat timeout to match heartbeat interval - posted by an...@apache.org on 2015/12/19 01:05:21 UTC, 1 replies.
- spark git commit: [SPARK-11097][CORE] Add channelActive callback to RpcHandler to monitor the new connections - posted by an...@apache.org on 2015/12/19 01:06:40 UTC, 0 replies.
- spark git commit: [SPARK-12345][CORE] Do not send SPARK_HOME through Spark submit REST interface - posted by an...@apache.org on 2015/12/19 01:21:03 UTC, 0 replies.
- [1/3] spark git commit: Revert "[SPARK-12413] Fix Mesos ZK persistence" - posted by an...@apache.org on 2015/12/19 01:23:00 UTC, 0 replies.
- [2/3] spark git commit: Revert "[SPARK-12345][MESOS] Properly filter out SPARK_HOME in the Mesos REST server" - posted by an...@apache.org on 2015/12/19 01:23:01 UTC, 0 replies.
- [3/3] spark git commit: Revert "[SPARK-12345][MESOS] Filter SPARK_HOME when submitting Spark jobs with Mesos cluster mode." - posted by an...@apache.org on 2015/12/19 01:23:02 UTC, 0 replies.
- spark git commit: [SPARK-12091] [PYSPARK] Deprecate the JAVA-specific deserialized storage levels - posted by da...@apache.org on 2015/12/19 05:06:11 UTC, 0 replies.
- spark git commit: [SQL] Fix mistake doc of join type for dataframe.join - posted by rx...@apache.org on 2015/12/19 09:34:34 UTC, 2 replies.
- spark git commit: Bump master version to 2.0.0-SNAPSHOT. - posted by rx...@apache.org on 2015/12/20 00:13:15 UTC, 0 replies.
- spark git commit: HOTFIX: Disable Java style test. - posted by rx...@apache.org on 2015/12/20 00:30:45 UTC, 0 replies.
- spark git commit: HOTFIX for the previous hot fix. - posted by rx...@apache.org on 2015/12/20 01:55:40 UTC, 0 replies.
- spark git commit: [SPARK-11808] Remove Bagel. - posted by rx...@apache.org on 2015/12/20 07:40:39 UTC, 0 replies.
- spark git commit: [SPARK-10158][PYSPARK][MLLIB] ALS better error message when using Long IDs - posted by sr...@apache.org on 2015/12/20 10:08:23 UTC, 0 replies.
- spark git commit: [SPARK-12349][ML] Make spark.ml PCAModel load backwards compatible - posted by sr...@apache.org on 2015/12/21 11:21:15 UTC, 0 replies.
- spark git commit: [PYSPARK] Pyspark typo & Add missing abstractmethod annotation - posted by da...@apache.org on 2015/12/21 18:40:34 UTC, 0 replies.
- spark git commit: [SPARK-12398] Smart truncation of DataFrame / Dataset toString - posted by ma...@apache.org on 2015/12/21 21:46:11 UTC, 0 replies.
- spark git commit: [SPARK-12321][SQL] JSON format for TreeNode (use reflection) - posted by ma...@apache.org on 2015/12/21 21:47:12 UTC, 0 replies.
- spark git commit: [SPARK-12374][SPARK-12150][SQL] Adding logical/physical operators for Range - posted by ma...@apache.org on 2015/12/21 22:47:04 UTC, 0 replies.
- spark git commit: [SPARK-12392][CORE] Optimize a location order of broadcast blocks by considering preferred local hosts - posted by an...@apache.org on 2015/12/21 23:03:31 UTC, 0 replies.
- spark git commit: [SPARK-5882][GRAPHX] Add a test for GraphLoader.edgeListFile - posted by an...@apache.org on 2015/12/21 23:04:26 UTC, 0 replies.
- spark git commit: Doc typo: ltrim = trim from left end, not right - posted by an...@apache.org on 2015/12/21 23:05:02 UTC, 2 replies.
- spark git commit: [SPARK-12339][SPARK-11206][WEBUI] Added a null check that was removed in - posted by an...@apache.org on 2015/12/21 23:06:40 UTC, 0 replies.
- spark git commit: [SPARK-2331] SparkContext.emptyRDD should return RDD[T] not EmptyRDD[T] - posted by an...@apache.org on 2015/12/21 23:07:52 UTC, 0 replies.
- spark git commit: [SPARK-12466] Fix harmless NPE in tests - posted by an...@apache.org on 2015/12/21 23:09:07 UTC, 1 replies.
- spark git commit: [SPARK-12388] change default compression to lz4 - posted by da...@apache.org on 2015/12/21 23:21:51 UTC, 0 replies.
- [1/2] spark git commit: Preparing Spark release v1.6.0-rc4 - posted by pw...@apache.org on 2015/12/22 02:50:58 UTC, 0 replies.
- spark git commit: [SPARK-11807] Remove support for Hadoop < 2.2 - posted by rx...@apache.org on 2015/12/22 07:15:55 UTC, 0 replies.
- spark git commit: [MINOR] Fix typos in JavaStreamingContext - posted by rx...@apache.org on 2015/12/22 07:28:21 UTC, 1 replies.
- spark git commit: [SPARK-11823][SQL] Fix flaky JDBC cancellation test in HiveThriftBinaryServerSuite - posted by jo...@apache.org on 2015/12/22 08:12:37 UTC, 1 replies.
- spark git commit: [SPARK-12296][PYSPARK][MLLIB] Feature parity for pyspark mllib standard scaler model - posted by ml...@apache.org on 2015/12/22 08:21:32 UTC, 0 replies.
- spark git commit: [SPARK-12446][SQL] Add unit tests for JDBCRDD internal functions - posted by rx...@apache.org on 2015/12/22 09:50:09 UTC, 0 replies.
- spark git commit: [SPARK-12371][SQL] Runtime nullability check for NewInstance - posted by li...@apache.org on 2015/12/22 12:41:54 UTC, 0 replies.
- spark git commit: [SPARK-11677][SQL][FOLLOW-UP] Add tests for checking the ORC filter creation against pushed down filters. - posted by li...@apache.org on 2015/12/22 17:40:17 UTC, 0 replies.
- spark git commit: [SPARK-12475][BUILD] Upgrade Zinc from 0.3.5.3 to 0.3.9 - posted by jo...@apache.org on 2015/12/22 19:23:59 UTC, 0 replies.
- spark git commit: [SPARK-12456][SQL] Add ExpressionDescription to misc functions - posted by rx...@apache.org on 2015/12/22 19:44:04 UTC, 0 replies.
- spark git commit: Minor corrections, i.e. typo fixes and follow deprecated - posted by rx...@apache.org on 2015/12/22 19:47:14 UTC, 0 replies.
- spark git commit: [SPARK-12471][CORE] Spark daemons will log their pid on start up. - posted by rx...@apache.org on 2015/12/22 22:27:32 UTC, 0 replies.
- spark git commit: [SPARK-12102][SQL] Cast a non-nullable struct field to a nullable field during analysis - posted by yh...@apache.org on 2015/12/23 00:21:54 UTC, 0 replies.
- spark git commit: [SPARK-12487][STREAMING][DOCUMENT] Add docs for Kafka message handler - posted by td...@apache.org on 2015/12/23 00:33:39 UTC, 1 replies.
- spark git commit: [SPARK-12429][STREAMING][DOC] Add Accumulator and Broadcast example for Streaming - posted by td...@apache.org on 2015/12/23 01:39:14 UTC, 1 replies.
- spark git commit: [SPARK-12478][SQL] Bugfix: Dataset fields of product types can't be null - posted by li...@apache.org on 2015/12/23 03:21:10 UTC, 0 replies.
- spark git commit: [SPARK-11164][SQL] Add InSet pushdown filter back for Parquet - posted by li...@apache.org on 2015/12/23 07:08:42 UTC, 0 replies.
- spark git commit: [SPARK-12477][SQL] - Tungsten projection fails for null values in array fields - posted by rx...@apache.org on 2015/12/23 08:00:46 UTC, 2 replies.
- spark git commit: [SPARK-12500][CORE] Fix Tachyon deprecations; pull Tachyon dependency into one class - posted by rx...@apache.org on 2015/12/23 22:24:11 UTC, 0 replies.
- spark git commit: [SPARK-12499][BUILD] don't force MAVEN_OPTS - posted by jo...@apache.org on 2015/12/24 01:01:11 UTC, 1 replies.
- spark git commit: [SPARK-12502][BUILD][PYTHON] Script /dev/run-tests fails when IBM Java is used - posted by sa...@apache.org on 2015/12/24 13:28:11 UTC, 1 replies.
- spark git commit: [SPARK-12311][CORE] Restore previous value of "os.arch" property in test suites after forcing to set specific value to "os.arch" property - posted by sr...@apache.org on 2015/12/24 14:37:19 UTC, 0 replies.
- spark git commit: [SPARK-12010][SQL] Spark JDBC requires support for column-name-free INSERT syntax - posted by sr...@apache.org on 2015/12/24 14:38:51 UTC, 1 replies.
- spark git commit: [SPARK-12440][CORE] Avoid setCheckpoint warning when directory is not local - posted by sr...@apache.org on 2015/12/24 14:47:57 UTC, 0 replies.
- spark git commit: [SPARK-12396][CORE] Modify the function scheduleAtFixedRate to schedule. - posted by zs...@apache.org on 2015/12/26 02:42:24 UTC, 0 replies.
- spark git commit: [SPARK-12477][HOTIFX] Fix test compilation in branch-1.5 - posted by jo...@apache.org on 2015/12/26 02:42:31 UTC, 0 replies.
- spark git commit: [SPARK-12520] [PYSPARK] Correct Descriptions and Add Use Cases in Equi-Join - posted by da...@apache.org on 2015/12/28 08:18:54 UTC, 1 replies.
- spark git commit: [SPARK-12520] [PYSPARK] [1.5] Ensure the join type is `inner` for equi-Join. - posted by da...@apache.org on 2015/12/28 08:24:02 UTC, 0 replies.
- spark git commit: [SPARK-12515][SQL][DOC] minor doc update for read.jdbc - posted by sr...@apache.org on 2015/12/28 11:22:09 UTC, 0 replies.
- spark git commit: [SPARK-12353][STREAMING][PYSPARK] Fix countByValue inconsistent output in Python API - posted by sr...@apache.org on 2015/12/28 11:42:44 UTC, 0 replies.
- spark git commit: [SPARK-12218] Fixes ORC conjunction predicate push down - posted by yh...@apache.org on 2015/12/28 17:48:48 UTC, 0 replies.
- spark git commit: [SPARK-12508][PROJECT-INFRA] Fix minor bugs in dev/tests/pr_public_classes.sh script - posted by jo...@apache.org on 2015/12/28 19:40:25 UTC, 0 replies.
- spark git commit: [HOT-FIX] bypass hive test when parse logical plan to json - posted by ma...@apache.org on 2015/12/28 20:45:59 UTC, 0 replies.
- spark git commit: [SPARK-12231][SQL] create a combineFilters' projection when we call buildPartitionedTableScan - posted by ma...@apache.org on 2015/12/28 20:58:36 UTC, 0 replies.
- spark git commit: [SPARK-12517] add default RDD name for one created via sc.textFile - posted by sa...@apache.org on 2015/12/28 21:19:21 UTC, 1 replies.
- spark git commit: [SPARK-12287][SQL] Support UnsafeRow in MapPartitions/MapGroups/CoGroup - posted by ma...@apache.org on 2015/12/28 21:23:31 UTC, 0 replies.
- spark git commit: [SPARK-12424][ML] The implementation of ParamMap#filter is wrong. - posted by sa...@apache.org on 2015/12/28 21:33:27 UTC, 1 replies.
- spark git commit: [SPARK-7727][SQL] Avoid inner classes in RuleExecutor - posted by ma...@apache.org on 2015/12/28 21:46:24 UTC, 0 replies.
- spark git commit: [SPARK-12441][SQL] Fixing missingInput in Generate/MapPartitions/AppendColumns/MapGroups/CoGroup - posted by ma...@apache.org on 2015/12/28 21:48:34 UTC, 0 replies.
- spark git commit: [SPARK-12222][CORE] Deserialize RoaringBitmap using Kryo serializer throw Buffer underflow exception - posted by sa...@apache.org on 2015/12/28 23:02:43 UTC, 1 replies.
- spark git commit: [SPARK-12525] Fix fatal compiler warnings in Kinesis ASL due to @transient annotations - posted by jo...@apache.org on 2015/12/28 23:51:28 UTC, 0 replies.
- spark git commit: [SPARK-12489][CORE][SQL][MLIB] Fix minor issues found by FindBugs - posted by zs...@apache.org on 2015/12/29 00:01:55 UTC, 1 replies.
- svn commit: r11761 - /dev/spark/spark-1.6.0-rc4/ - posted by ma...@apache.org on 2015/12/29 00:21:49 UTC, 0 replies.
- spark git commit: [SPARK-12490] Don't use Javascript for web UI's paginated table controls - posted by jo...@apache.org on 2015/12/29 01:42:31 UTC, 0 replies.
- spark git commit: [SPARK-12522][SQL][MINOR] Add the missing document strings for the SQL configuration - posted by rx...@apache.org on 2015/12/29 02:22:20 UTC, 0 replies.
- spark git commit: [SPARK-12547][SQL] Tighten scala style checker enforcement for UDF registration - posted by rx...@apache.org on 2015/12/29 05:43:11 UTC, 0 replies.
- spark git commit: [SPARK-11394][SQL] Throw IllegalArgumentException for unsupported types in postgresql - posted by yh...@apache.org on 2015/12/29 06:28:36 UTC, 1 replies.
- spark git commit: [SPARK-12526][SPARKR] ifelse`, `when`, `otherwise` unable to take Column as value - posted by sh...@apache.org on 2015/12/29 08:15:35 UTC, 1 replies.
- spark git commit: [SPARK-12530][BUILD] Fix build break at Spark-Master-Maven-Snapshots from #1293 - posted by yh...@apache.org on 2015/12/29 19:35:27 UTC, 0 replies.
- spark git commit: [SPARK-11199][SPARKR] Improve R context management story and add getOrCreate - posted by yh...@apache.org on 2015/12/29 20:44:24 UTC, 0 replies.
- spark git commit: [SPARK-12349][SPARK-12349][ML] Fix typo in Spark version regex introduced in / PR 10327 - posted by jk...@apache.org on 2015/12/30 01:32:31 UTC, 0 replies.
- spark git commit: [SPARK-12549][SQL] Take Option[Seq[DataType]] in UDF input type specification. - posted by rx...@apache.org on 2015/12/30 01:58:27 UTC, 0 replies.
- [1/3] spark git commit: [SPARK-12362][SQL][WIP] Inline Hive Parser - posted by rx...@apache.org on 2015/12/30 03:47:57 UTC, 0 replies.
- [2/3] spark git commit: [SPARK-12362][SQL][WIP] Inline Hive Parser - posted by rx...@apache.org on 2015/12/30 03:47:58 UTC, 0 replies.
- [3/3] spark git commit: [SPARK-12362][SQL][WIP] Inline Hive Parser - posted by rx...@apache.org on 2015/12/30 03:47:59 UTC, 0 replies.
- spark git commit: [SPARK-12490][CORE] Limit the css style scope to fix the Streaming UI - posted by zs...@apache.org on 2015/12/30 04:54:16 UTC, 0 replies.
- spark git commit: [SPARK-12564][SQL] Improve missing column AnalysisException - posted by rx...@apache.org on 2015/12/30 07:29:04 UTC, 0 replies.
- [1/3] spark git commit: Revert "[SPARK-12362][SQL][WIP] Inline Hive Parser" - posted by rx...@apache.org on 2015/12/30 09:09:01 UTC, 0 replies.
- [2/3] spark git commit: Revert "[SPARK-12362][SQL][WIP] Inline Hive Parser" - posted by rx...@apache.org on 2015/12/30 09:09:02 UTC, 0 replies.
- [3/3] spark git commit: Revert "[SPARK-12362][SQL][WIP] Inline Hive Parser" - posted by rx...@apache.org on 2015/12/30 09:09:03 UTC, 0 replies.
- spark git commit: [SPARK-12263][DOCS] IllegalStateException: Memory can't be 0 for SPARK_WORKER_MEMORY without unit - posted by sr...@apache.org on 2015/12/30 12:13:26 UTC, 0 replies.
- spark git commit: [SPARK-12495][SQL] use true as default value for propagateNull in NewInstance - posted by ma...@apache.org on 2015/12/30 19:56:12 UTC, 0 replies.
- spark git commit: [SPARK-12300] [SQL] [PYSPARK] fix schema inferance on local collections - posted by da...@apache.org on 2015/12/30 20:14:52 UTC, 1 replies.
- spark git commit: [SPARK-10359] Enumerate dependencies in a file and diff against it for new pull requests - posted by jo...@apache.org on 2015/12/30 21:48:01 UTC, 0 replies.
- spark git commit: [SPARK-12409][SPARK-12387][SPARK-12391][SQL] Support AND/OR/IN/LIKE push-down filters for JDBC - posted by rx...@apache.org on 2015/12/30 22:34:40 UTC, 0 replies.
- spark git commit: [SPARK-12399] Display correct error message when accessing REST API with an unknown app Id - posted by va...@apache.org on 2015/12/30 22:49:21 UTC, 1 replies.
- spark git commit: [SPARK-8641][SPARK-12455][SQL] Native Spark Window functions - Follow-up (docs & tests) - posted by yh...@apache.org on 2015/12/31 01:51:11 UTC, 0 replies.
- spark git commit: [SPARK-12588] Remove HttpBroadcast in Spark 2.0. - posted by rx...@apache.org on 2015/12/31 03:07:11 UTC, 0 replies.
- spark git commit: [SPARK-3873][YARN] Fix import ordering. - posted by rx...@apache.org on 2015/12/31 03:20:30 UTC, 0 replies.
- spark git commit: [SPARK-3873][GRAPHX] Import order fixes. - posted by rx...@apache.org on 2015/12/31 03:26:11 UTC, 0 replies.
- spark git commit: [SPARK-12561] Remove JobLogger in Spark 2.0. - posted by rx...@apache.org on 2015/12/31 03:28:11 UTC, 0 replies.
- spark git commit: House cleaning: close open pull requests created before June 1st, 2015 - posted by rx...@apache.org on 2015/12/31 03:49:26 UTC, 0 replies.
- spark git commit: Closes #10386 since it was superseded by #10468. - posted by rx...@apache.org on 2015/12/31 03:50:59 UTC, 0 replies.
- spark git commit: House cleaning: close old pull requests. - posted by rx...@apache.org on 2015/12/31 03:57:37 UTC, 0 replies.
- spark git commit: [SPARK-12585] [SQL] move numFields to constructor of UnsafeRow - posted by da...@apache.org on 2015/12/31 07:16:42 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-7995][SPARK-6280][CORE] Remove AkkaRpcEnv and remove systemName from setupEndpointRef - posted by rx...@apache.org on 2015/12/31 09:15:58 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-7995][SPARK-6280][CORE] Remove AkkaRpcEnv and remove systemName from setupEndpointRef - posted by rx...@apache.org on 2015/12/31 09:15:59 UTC, 0 replies.
- spark git commit: [SPARK-12039][SQL] Re-enable HiveSparkSubmitSuite's SPARK-9757 Persist Parquet relation with decimal column - posted by rx...@apache.org on 2015/12/31 10:33:24 UTC, 0 replies.
- spark git commit: [SPARK-3873][STREAMING] Import order fixes for streaming. - posted by rx...@apache.org on 2015/12/31 10:34:16 UTC, 0 replies.