You are viewing a plain text version of this content. The canonical link for it is here.
- spark git commit: SPARK-5020 [MLlib] GaussianMixtureModel.predictMembership() should take an RDD only - posted by me...@apache.org on 2015/01/01 00:40:07 UTC, 0 replies.
- spark git commit: [SPARK-5035] [Streaming] ReceiverMessage trait should extend Serializable - posted by td...@apache.org on 2015/01/01 01:02:52 UTC, 3 replies.
- spark git commit: SPARK-2757 [BUILD] [STREAMING] Add Mima test for Spark Sink after 1.10 is released - posted by td...@apache.org on 2015/01/01 01:59:21 UTC, 0 replies.
- spark git commit: [SPARK-5038] Add explicit return type for implicit functions. - posted by rx...@apache.org on 2015/01/01 02:07:52 UTC, 0 replies.
- spark git commit: [HOTFIX] Bind web UI to ephemeral port in DriverSuite - posted by jo...@apache.org on 2015/01/02 00:04:02 UTC, 3 replies.
- spark git commit: [SPARK-3325][Streaming] Add a parameter to the method print in class DStream - posted by td...@apache.org on 2015/01/03 00:09:54 UTC, 0 replies.
- spark git commit: Fixed typos in streaming-kafka-integration.md - posted by td...@apache.org on 2015/01/03 00:12:37 UTC, 1 replies.
- spark git commit: [SPARK-5058] Updated broken links - posted by td...@apache.org on 2015/01/04 04:46:34 UTC, 1 replies.
- spark git commit: [SPARK-794][Core] Remove sleep() in ClusterScheduler.stop - posted by jo...@apache.org on 2015/01/04 21:40:47 UTC, 0 replies.
- spark git commit: [SPARK-4787] Stop SparkContext if a DAGScheduler init error occurs - posted by jo...@apache.org on 2015/01/04 22:29:41 UTC, 3 replies.
- spark git commit: [SPARK-4631] unit test for MQTT - posted by td...@apache.org on 2015/01/05 04:38:03 UTC, 1 replies.
- spark git commit: [SPARK-4835] Disable validateOutputSpecs for Spark Streaming jobs - posted by td...@apache.org on 2015/01/05 05:26:33 UTC, 1 replies.
- spark git commit: [SPARK-5067][Core] Use '===' to compare well-defined case class - posted by rx...@apache.org on 2015/01/05 06:03:25 UTC, 0 replies.
- spark git commit: [SPARK-5069][Core] Fix the race condition of TaskSchedulerImpl.dagScheduler - posted by rx...@apache.org on 2015/01/05 06:06:10 UTC, 0 replies.
- spark git commit: [SPARK-5083][Core] Fix a flaky test in TaskResultGetterSuite - posted by rx...@apache.org on 2015/01/05 06:09:24 UTC, 0 replies.
- spark git commit: [SPARK-5074][Core] Fix a non-deterministic test failure - posted by rx...@apache.org on 2015/01/05 06:18:36 UTC, 0 replies.
- spark git commit: [SPARK-4688] Have a single shared network timeout in Spark - posted by rx...@apache.org on 2015/01/05 19:32:47 UTC, 0 replies.
- spark git commit: [SPARK-5057] Log message in failed askWithReply attempts - posted by jo...@apache.org on 2015/01/05 21:01:52 UTC, 0 replies.
- spark git commit: [SPARK-4465] runAsSparkUser doesn't affect TaskRunner in Mesos environme... - posted by jo...@apache.org on 2015/01/05 21:05:39 UTC, 1 replies.
- spark git commit: [SPARK-5089][PYSPARK][MLLIB] Fix vector convert - posted by me...@apache.org on 2015/01/05 22:11:40 UTC, 1 replies.
- spark git commit: [SPARK-5093] Set spark.network.timeout to 120s consistently. - posted by rx...@apache.org on 2015/01/06 00:19:57 UTC, 0 replies.
- spark git commit: [SPARK-5040][SQL] Support expressing unresolved attributes using $"attribute name" notation in SQL DSL. - posted by ma...@apache.org on 2015/01/06 00:34:44 UTC, 0 replies.
- spark git commit: [HOTFIX] Add missing SparkContext._ import to fix 1.2 build. - posted by jo...@apache.org on 2015/01/06 02:02:37 UTC, 0 replies.
- spark git commit: SPARK-4843 [YARN] Squash ExecutorRunnableUtil and ExecutorRunnable - posted by jo...@apache.org on 2015/01/06 08:26:48 UTC, 0 replies.
- spark git commit: [SPARK-1600] Refactor FileInputStream tests to remove Thread.sleep() calls and SystemClock usage - posted by td...@apache.org on 2015/01/06 09:34:24 UTC, 0 replies.
- spark git commit: [Minor] Fix comments for GraphX 2D partitioning strategy - posted by an...@apache.org on 2015/01/06 18:49:58 UTC, 0 replies.
- spark git commit: SPARK-4159 [CORE] Maven build doesn't run JUnit test suites - posted by jo...@apache.org on 2015/01/06 21:02:21 UTC, 0 replies.
- spark git commit: SPARK-5017 [MLlib] - Use SVD to compute determinant and inverse of covariance matrix - posted by me...@apache.org on 2015/01/06 22:58:01 UTC, 0 replies.
- spark git commit: [SPARK-5050][Mllib] Add unit test for sqdist - posted by me...@apache.org on 2015/01/06 23:00:49 UTC, 0 replies.
- spark git commit: [SPARK-5099][Mllib] Simplify logistic loss function - posted by me...@apache.org on 2015/01/07 06:23:36 UTC, 0 replies.
- svn commit: r1649995 - in /spark: js/downloads.js site/js/downloads.js - posted by pw...@apache.org on 2015/01/07 06:53:25 UTC, 0 replies.
- spark git commit: [YARN][SPARK-4929] Bug fix: fix the yarn-client code to support HA - posted by tg...@apache.org on 2015/01/07 15:11:00 UTC, 1 replies.
- spark git commit: [SPARK-2165][YARN]add support for setting maxAppAttempts in the ApplicationSubmissionContext - posted by tg...@apache.org on 2015/01/07 15:14:42 UTC, 0 replies.
- spark git commit: [SPARK-2458] Make failed application log visible on History Server - posted by an...@apache.org on 2015/01/07 16:33:01 UTC, 0 replies.
- spark git commit: [SPARK-5128][MLLib] Add common used log1pExp API in MLUtils - posted by me...@apache.org on 2015/01/07 19:13:45 UTC, 0 replies.
- spark git commit: SPARK-5039 [BUILD] Spark 1.0 2.0.0-mr1-cdh4.1.2 Maven build fails due to "javax.servlet.FilterRegistration's signer information" errors - posted by jo...@apache.org on 2015/01/07 20:56:04 UTC, 0 replies.
- spark git commit: [SPARK-5132][Core]Correct stage Attempt Id key in stageInfofromJson - posted by jo...@apache.org on 2015/01/07 21:09:28 UTC, 2 replies.
- svn commit: r1650203 - /spark/site/docs/1.2.0/job-scheduling.html - posted by an...@apache.org on 2015/01/08 03:33:12 UTC, 0 replies.
- spark git commit: [SPARK-5126][Core] Verify Spark urls before creating Actors so that invalid urls can crash the process. - posted by rx...@apache.org on 2015/01/08 08:01:45 UTC, 0 replies.
- spark git commit: [SPARK-5116][MLlib] Add extractor for SparseVector and DenseVector - posted by me...@apache.org on 2015/01/08 08:23:21 UTC, 0 replies.
- spark git commit: MAINTENANCE: Automated closing of pull requests. - posted by pw...@apache.org on 2015/01/08 08:26:07 UTC, 3 replies.
- [1/2] spark git commit: SPARK-5087. [YARN] Merge yarn.Client and yarn.ClientBase - posted by an...@apache.org on 2015/01/08 18:26:02 UTC, 0 replies.
- [2/2] spark git commit: SPARK-5087. [YARN] Merge yarn.Client and yarn.ClientBase - posted by an...@apache.org on 2015/01/08 18:26:03 UTC, 0 replies.
- spark git commit: [SPARK-4917] Add a function to convert into a graph with canonical edges in GraphOps - posted by an...@apache.org on 2015/01/08 18:55:26 UTC, 0 replies.
- spark git commit: [SPARK-4989][CORE] avoid wrong eventlog conf cause cluster down in standalone mode - posted by an...@apache.org on 2015/01/08 19:40:32 UTC, 0 replies.
- spark git commit: [Minor] Fix the value represented by spark.executor.id for consistency. - posted by an...@apache.org on 2015/01/08 20:35:58 UTC, 0 replies.
- spark git commit: [SPARK-5130][Deploy]Take yarn-cluster as cluster mode in spark-submit - posted by an...@apache.org on 2015/01/08 20:46:23 UTC, 1 replies.
- spark git commit: Document that groupByKey will OOM for large keys - posted by an...@apache.org on 2015/01/08 20:55:26 UTC, 0 replies.
- spark git commit: SPARK-5148 [MLlib] Make usersOut/productsOut storagelevel in ALS configurable - posted by me...@apache.org on 2015/01/08 21:42:57 UTC, 0 replies.
- spark git commit: [SPARK-4973][CORE] Local directory in the driver of client-mode continues remaining even if application finished when external shuffle is enabled - posted by an...@apache.org on 2015/01/08 22:43:14 UTC, 1 replies.
- spark git commit: [SPARK-4891][PySpark][MLlib] Add gamma/log normal/exp dist sampling to P... - posted by me...@apache.org on 2015/01/09 00:03:47 UTC, 0 replies.
- spark git commit: [SPARK-4048] Enhance and extend hadoop-provided profile. - posted by pw...@apache.org on 2015/01/09 02:15:21 UTC, 0 replies.
- spark git commit: [SPARK-5122] Remove Shark from spark-ec2 - posted by an...@apache.org on 2015/01/09 02:42:08 UTC, 0 replies.
- svn commit: r1650452 - in /spark: downloads.md site/downloads.html - posted by pw...@apache.org on 2015/01/09 08:12:14 UTC, 0 replies.
- spark git commit: [SPARK-5169][YARN]fetch the correct max attempts - posted by tg...@apache.org on 2015/01/09 15:10:12 UTC, 0 replies.
- spark git commit: [Minor] Fix test RetryingBlockFetcherSuite after changed config name - posted by ad...@apache.org on 2015/01/09 18:20:41 UTC, 0 replies.
- spark git commit: SPARK-5136 [DOCS] Improve documentation around setting up Spark IntelliJ project - posted by pw...@apache.org on 2015/01/09 18:35:51 UTC, 1 replies.
- spark git commit: HOTFIX: Minor improvements to make-distribution.sh - posted by pw...@apache.org on 2015/01/09 18:40:22 UTC, 0 replies.
- spark git commit: [SPARK-1143] Separate pool tests into their own suite. - posted by pw...@apache.org on 2015/01/09 18:47:11 UTC, 0 replies.
- spark git commit: [PySpark] Fix tests with Python 2.6 in 0.9 branch - posted by an...@apache.org on 2015/01/09 18:49:17 UTC, 0 replies.
- spark git commit: [Spark-3490] Disable SparkUI for tests (backport into 0.9) - posted by an...@apache.org on 2015/01/09 19:23:21 UTC, 0 replies.
- spark git commit: [SPARK-5145][Mllib] Add BLAS.dsyr and use it in GaussianMixtureEM - posted by me...@apache.org on 2015/01/09 19:27:37 UTC, 0 replies.
- spark git commit: [SPARK-3619] Upgrade to Mesos 0.21 to work around MESOS-1688 - posted by ma...@apache.org on 2015/01/09 19:47:12 UTC, 0 replies.
- spark git commit: [SPARK-4006] Block Manager - Double Register Crash - posted by an...@apache.org on 2015/01/09 21:06:51 UTC, 0 replies.
- spark git commit: [SPARK-5015] [mllib] Random seed for GMM + make test suite deterministic - posted by me...@apache.org on 2015/01/09 22:00:21 UTC, 0 replies.
- spark git commit: [SPARK-1953][YARN]yarn client mode Application Master memory size is same as driver memory... - posted by an...@apache.org on 2015/01/09 22:23:22 UTC, 0 replies.
- spark git commit: [SPARK-4737] Task set manager properly handles serialization errors - posted by an...@apache.org on 2015/01/09 23:16:24 UTC, 0 replies.
- spark git commit: [DOC] Fixed Mesos version in doc from 0.18.1 to 0.21.0 - posted by an...@apache.org on 2015/01/09 23:40:47 UTC, 0 replies.
- spark git commit: [Minor] Fix import order and other coding style - posted by an...@apache.org on 2015/01/09 23:45:31 UTC, 0 replies.
- [1/2] spark git commit: [HOTFIX] Disable Spark UI in SparkSubmitSuite tests - posted by an...@apache.org on 2015/01/09 23:55:09 UTC, 0 replies.
- [2/2] spark git commit: [HOTFIX] Bind web UI to ephemeral port in DriverSuite - posted by an...@apache.org on 2015/01/09 23:55:10 UTC, 0 replies.
- spark git commit: [SPARK-4990][Deploy]to find default properties file, search SPARK_CONF_DIR first - posted by an...@apache.org on 2015/01/10 02:10:08 UTC, 0 replies.
- spark git commit: [SPARK-4406] [MLib] FIX: Validate k in SVD - posted by me...@apache.org on 2015/01/10 02:45:24 UTC, 0 replies.
- spark git commit: [SPARK-5141][SQL]CaseInsensitiveMap throws java.io.NotSerializableException - posted by rx...@apache.org on 2015/01/10 05:38:55 UTC, 0 replies.
- spark git commit: [SPARK-4925][SQL] Publish Spark SQL hive-thriftserver maven artifact - posted by ma...@apache.org on 2015/01/10 22:19:22 UTC, 1 replies.
- spark git commit: [SPARK-4943][SQL] Allow table name having dot for db/catalog - posted by ma...@apache.org on 2015/01/10 22:23:20 UTC, 1 replies.
- spark git commit: [SPARK-4574][SQL] Adding support for defining schema in foreign DDL commands. - posted by ma...@apache.org on 2015/01/10 22:54:03 UTC, 0 replies.
- spark git commit: [SPARK-4861][SQL] Refactory command in spark sql - posted by ma...@apache.org on 2015/01/10 23:08:09 UTC, 0 replies.
- spark git commit: SPARK-4963 [SQL] Add copy to SQL's Sample operator - posted by ma...@apache.org on 2015/01/10 23:19:40 UTC, 0 replies.
- spark git commit: [SPARK-5187][SQL] Fix caching of tables with HiveUDFs in the WHERE clause - posted by ma...@apache.org on 2015/01/10 23:25:51 UTC, 1 replies.
- spark git commit: [SPARK-4692] [SQL] Support ! boolean logic operator like NOT - posted by ma...@apache.org on 2015/01/11 00:05:30 UTC, 0 replies.
- spark git commit: [SPARK-5181] do not print writing WAL log when WAL is disabled - posted by td...@apache.org on 2015/01/11 00:35:48 UTC, 1 replies.
- spark git commit: [Minor]Resolve sbt warnings during build (MQTTStreamSuite.scala). - posted by td...@apache.org on 2015/01/11 00:39:41 UTC, 0 replies.
- spark git commit: [SPARK-4871][SQL] Show sql statement in spark ui when run sql with spark-sql - posted by ma...@apache.org on 2015/01/11 02:05:00 UTC, 0 replies.
- spark git commit: [SPARK-5029][SQL] Enable from follow multiple brackets - posted by ma...@apache.org on 2015/01/11 02:07:49 UTC, 0 replies.
- spark git commit: [SPARK-5032] [graphx] Remove GraphX MIMA exclude for 1.3 - posted by pw...@apache.org on 2015/01/11 02:25:52 UTC, 0 replies.
- spark git commit: [SPARK-5073] spark.storage.memoryMapThreshold have two default value - posted by ad...@apache.org on 2015/01/11 22:50:58 UTC, 0 replies.
- spark git commit: [SPARK-4951][Core] Fix the issue that a busy executor may be killed - posted by an...@apache.org on 2015/01/12 01:23:35 UTC, 1 replies.
- spark git commit: [SPARK-4033][Examples]Input of the SparkPi too big causes the emption exception - posted by an...@apache.org on 2015/01/12 01:32:59 UTC, 0 replies.
- spark git commit: SPARK-5018 [MLlib] [WIP] Make MultivariateGaussian public - posted by me...@apache.org on 2015/01/12 06:31:33 UTC, 0 replies.
- spark git commit: [SPARK-5200] Disable web UI in Hive ThriftServer tests - posted by jo...@apache.org on 2015/01/12 19:47:24 UTC, 2 replies.
- spark git commit: [SPARK-5102][Core]subclass of MapStatus needs to be registered with Kryo - posted by pw...@apache.org on 2015/01/12 19:57:15 UTC, 1 replies.
- spark git commit: SPARK-4159 [BUILD] Addendum: improve running of single test after enabling Java tests - posted by jo...@apache.org on 2015/01/12 20:01:24 UTC, 0 replies.
- spark git commit: [SPARK-5078] Optionally read from SPARK_LOCAL_HOSTNAME - posted by pw...@apache.org on 2015/01/12 20:58:09 UTC, 1 replies.
- spark git commit: SPARK-5172 [BUILD] spark-examples-***.jar shades a wrong Hadoop distribution - posted by pw...@apache.org on 2015/01/12 21:25:29 UTC, 0 replies.
- spark git commit: [SPARK-4999][Streaming] Change storeInBlockManager to false by default - posted by td...@apache.org on 2015/01/12 22:16:09 UTC, 0 replies.
- spark git commit: [SPARK-5049][SQL] Fix ordering of partition columns in ParquetTableScan - posted by ma...@apache.org on 2015/01/13 00:19:20 UTC, 1 replies.
- spark git commit: [HOTFIX] use --driver-java-options instead of --conf for branch-1.0 - posted by jo...@apache.org on 2015/01/13 01:05:46 UTC, 0 replies.
- spark git commit: [SPARK-4348] [SPARK-4821] Backport PySpark random.py -> rand.py fix to branch-1.1 - posted by jo...@apache.org on 2015/01/13 01:16:47 UTC, 0 replies.
- spark git commit: [SPARK-3433][BUILD] Fix for Mima false-positives with @DeveloperAPI and @Experimental annotations. - posted by jo...@apache.org on 2015/01/13 01:43:36 UTC, 0 replies.
- spark git commit: [SPARK-5138][SQL] Ensure schema can be inferred from a namedtuple - posted by ma...@apache.org on 2015/01/13 06:44:52 UTC, 0 replies.
- spark git commit: [SPARK-5006][Deploy]spark.port.maxRetries doesn't work - posted by an...@apache.org on 2015/01/13 18:29:31 UTC, 1 replies.
- spark git commit: [SPARK-4697][YARN]System properties should override environment variables - posted by an...@apache.org on 2015/01/13 18:50:21 UTC, 0 replies.
- spark git commit: [SPARK-5131][Streaming][DOC]: There is a discrepancy in WAL implementation and configuration doc. - posted by an...@apache.org on 2015/01/13 19:07:23 UTC, 1 replies.
- spark git commit: [SPARK-5223] [MLlib] [PySpark] fix MapConverter and ListConverter in MLlib - posted by me...@apache.org on 2015/01/13 21:50:36 UTC, 1 replies.
- spark git commit: [SPARK-4912][SQL] Persistent tables for the Spark SQL data sources api - posted by ma...@apache.org on 2015/01/13 22:01:33 UTC, 0 replies.
- spark git commit: [SPARK-5168] Make SQLConf a field rather than mixin in SQLContext - posted by ma...@apache.org on 2015/01/13 22:31:58 UTC, 0 replies.
- [1/5] spark git commit: [SPARK-5123][SQL] Reconcile Java/Scala API for data types. - posted by rx...@apache.org on 2015/01/14 02:16:49 UTC, 0 replies.
- [2/5] spark git commit: [SPARK-5123][SQL] Reconcile Java/Scala API for data types. - posted by rx...@apache.org on 2015/01/14 02:16:50 UTC, 0 replies.
- [3/5] spark git commit: [SPARK-5123][SQL] Reconcile Java/Scala API for data types. - posted by rx...@apache.org on 2015/01/14 02:16:51 UTC, 0 replies.
- [4/5] spark git commit: [SPARK-5123][SQL] Reconcile Java/Scala API for data types. - posted by rx...@apache.org on 2015/01/14 02:16:52 UTC, 0 replies.
- [5/5] spark git commit: [SPARK-5123][SQL] Reconcile Java/Scala API for data types. - posted by rx...@apache.org on 2015/01/14 02:16:53 UTC, 0 replies.
- spark git commit: [SPARK-5167][SQL] Move Row into sql package and make it usable for Java. - posted by rx...@apache.org on 2015/01/14 09:39:02 UTC, 0 replies.
- spark git commit: [SPARK-5248] [SQL] move sql.types.decimal.Decimal to sql.types.Decimal - posted by rx...@apache.org on 2015/01/14 18:37:03 UTC, 0 replies.
- spark git commit: [SPARK-5211][SQL]Restore HiveMetastoreTypes.toDataType - posted by rx...@apache.org on 2015/01/14 18:47:34 UTC, 0 replies.
- spark git commit: [SQL] some comments fix for GROUPING SETS - posted by rx...@apache.org on 2015/01/14 18:50:12 UTC, 0 replies.
- spark git commit: [SPARK-2909] [MLlib] [PySpark] SparseVector in pyspark now supports indexing - posted by me...@apache.org on 2015/01/14 20:03:13 UTC, 0 replies.
- spark git commit: [SPARK-5228][WebUI] Hide tables for "Active Jobs/Completed Jobs/Failed Jobs" when they are empty - posted by jo...@apache.org on 2015/01/14 20:10:50 UTC, 0 replies.
- spark git commit: [SPARK-4014] Add TaskContext.attemptNumber and deprecate TaskContext.attemptId - posted by jo...@apache.org on 2015/01/14 20:45:49 UTC, 0 replies.
- spark git commit: [SPARK-5235] Make SQLConf Serializable - posted by rx...@apache.org on 2015/01/14 20:51:58 UTC, 0 replies.
- spark git commit: [SPARK-5234][ml]examples for ml don't have sparkContext.stop - posted by me...@apache.org on 2015/01/14 20:53:48 UTC, 1 replies.
- spark git commit: [SPARK-5254][MLLIB] Update the user guide to position spark.ml better - posted by me...@apache.org on 2015/01/15 02:50:37 UTC, 1 replies.
- svn commit: r1651935 - in /spark/site/docs/1.2.0: ml-guide.html mllib-guide.html - posted by me...@apache.org on 2015/01/15 03:38:53 UTC, 0 replies.
- spark git commit: [SPARK-5193][SQL] Tighten up SQLContext API - posted by ma...@apache.org on 2015/01/15 03:45:00 UTC, 0 replies.
- spark git commit: [SPARK-5254][MLLIB] remove developers section from spark.ml guide - posted by me...@apache.org on 2015/01/15 03:54:25 UTC, 1 replies.
- svn commit: r1651941 - /spark/site/docs/1.2.0/ml-guide.html - posted by me...@apache.org on 2015/01/15 04:08:02 UTC, 0 replies.
- svn commit: r1651942 - /spark/site/mllib/index.html - posted by me...@apache.org on 2015/01/15 04:12:58 UTC, 0 replies.
- spark git commit: [SPARK-5193][SQL] Tighten up HiveContext API - posted by rx...@apache.org on 2015/01/15 05:31:04 UTC, 0 replies.
- spark git commit: [SPARK-5224] [PySpark] improve performance of parallelize list/ndarray - posted by jo...@apache.org on 2015/01/15 20:41:00 UTC, 1 replies.
- spark git commit: [SPARK-5274][SQL] Reconcile Java and Scala UDFRegistration. - posted by rx...@apache.org on 2015/01/16 01:15:17 UTC, 0 replies.
- spark git commit: [Minor] Fix tiny typo in BlockManager - posted by pw...@apache.org on 2015/01/16 02:07:53 UTC, 0 replies.
- spark git commit: [SPARK-4857] [CORE] Adds Executor membership events to SparkListener - posted by pw...@apache.org on 2015/01/16 02:54:09 UTC, 0 replies.
- spark git commit: [SPARK-4092] [CORE] Fix InputMetrics for coalesce'd Rdds - posted by pw...@apache.org on 2015/01/16 03:48:41 UTC, 0 replies.
- spark git commit: [SPARK-1507][YARN]specify # cores for ApplicationMaster - posted by an...@apache.org on 2015/01/16 18:17:13 UTC, 0 replies.
- spark git commit: [SPARK-5201][CORE] deal with int overflow in the ParallelCollectionRDD.slice method - posted by an...@apache.org on 2015/01/16 18:21:37 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-4033][Examples]Input of the SparkPi too big causes the emption exception - posted by an...@apache.org on 2015/01/16 18:24:49 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-5201][CORE] deal with int overflow in the ParallelCollectionRDD.slice method - posted by an...@apache.org on 2015/01/16 18:24:50 UTC, 0 replies.
- spark git commit: [DOCS] Fix typo in return type of cogroup - posted by an...@apache.org on 2015/01/16 18:28:46 UTC, 3 replies.
- spark git commit: [SPARK-5231][WebUI] History Server shows wrong job submission time. - posted by an...@apache.org on 2015/01/16 19:06:07 UTC, 0 replies.
- spark git commit: [WebUI] Fix collapse of WebUI layout - posted by an...@apache.org on 2015/01/16 21:19:10 UTC, 0 replies.
- spark git commit: [SPARK-4923][REPL] Add Developer API to REPL to allow re-publishing the REPL jar - posted by pw...@apache.org on 2015/01/16 21:56:46 UTC, 0 replies.
- spark git commit: [SPARK-733] Add documentation on use of accumulators in lazy transformation - posted by ir...@apache.org on 2015/01/16 22:25:33 UTC, 1 replies.
- spark git commit: [SPARK-4937][SQL] Adding optimization to simplify the And, Or condition in spark sql - posted by ma...@apache.org on 2015/01/16 23:01:28 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-5193][SQL] Remove Spark SQL Java-specific API. - posted by rx...@apache.org on 2015/01/17 06:09:08 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-5193][SQL] Remove Spark SQL Java-specific API. - posted by rx...@apache.org on 2015/01/17 06:09:09 UTC, 0 replies.
- spark git commit: [SQL][minor] Improved Row documentation. - posted by rx...@apache.org on 2015/01/17 09:11:13 UTC, 0 replies.
- spark git commit: [SPARK-4937][SQL] Comment for the newly optimization rules in `BooleanSimplification` - posted by rx...@apache.org on 2015/01/18 00:51:27 UTC, 0 replies.
- spark git commit: [SPARK-5096] Use sbt tasks instead of vals to get hadoop version - posted by pw...@apache.org on 2015/01/18 02:03:23 UTC, 0 replies.
- spark git commit: [SPARK-5289]: Backport publishing of repl, yarn into branch-1.2. - posted by pw...@apache.org on 2015/01/18 02:05:06 UTC, 0 replies.
- spark git commit: [SPARK-4920][UI]: back port the PR-3763 to branch 1.1 - posted by jo...@apache.org on 2015/01/18 02:26:29 UTC, 0 replies.
- spark git commit: [SQL][Minor] Added comments and examples to explain BooleanSimplification - posted by rx...@apache.org on 2015/01/18 02:36:10 UTC, 0 replies.
- spark git commit: [HOTFIX]: Minor clean up regarding skipped artifacts in build files. - posted by pw...@apache.org on 2015/01/18 08:15:16 UTC, 0 replies.
- spark git commit: [SPARK-5279][SQL] Use java.math.BigDecimal as the exposed Decimal type. - posted by rx...@apache.org on 2015/01/18 20:01:45 UTC, 0 replies.
- spark git commit: [SQL][Minor] Update sql doc according to data type APIs changes - posted by rx...@apache.org on 2015/01/18 20:03:15 UTC, 0 replies.
- spark git commit: [SQL][minor] Put DataTypes.java in java dir. - posted by rx...@apache.org on 2015/01/19 01:35:42 UTC, 0 replies.
- spark git commit: [SQL] fix typo in class description - posted by rx...@apache.org on 2015/01/19 08:59:12 UTC, 0 replies.
- spark git commit: SPARK-5217 Spark UI should report pending stages during job execution on AllStagesPage. - posted by pw...@apache.org on 2015/01/19 10:28:41 UTC, 0 replies.
- spark git commit: [SPARK-3288] All fields in TaskMetrics should be private and use getters/setters - posted by pw...@apache.org on 2015/01/19 10:32:37 UTC, 0 replies.
- spark git commit: [SPARK-5088] Use spark-class for running executors directly - posted by pw...@apache.org on 2015/01/19 11:02:01 UTC, 0 replies.
- spark git commit: [SPARK-5282][mllib]: RowMatrix easily gets int overflow in the memory size warning - posted by me...@apache.org on 2015/01/19 19:10:18 UTC, 1 replies.
- spark git commit: [SPARK-5284][SQL] Insert into Hive throws NPE when a inner complex type field has a null value - posted by ma...@apache.org on 2015/01/19 19:44:19 UTC, 0 replies.
- spark git commit: [SPARK-5286][SQL] Fail to drop an invalid table when using the data source API - posted by ma...@apache.org on 2015/01/19 19:45:38 UTC, 0 replies.
- spark git commit: [SPARK-4504][Examples] fix run-example failure if multiple assembly jars exist - posted by jo...@apache.org on 2015/01/19 21:01:57 UTC, 2 replies.
- spark git commit: [SPARK-5214][Core] Add EventLoop and change DAGScheduler to an EventLoop - posted by rx...@apache.org on 2015/01/20 03:15:54 UTC, 0 replies.
- spark git commit: SPARK-5270 [CORE] Provide isEmpty() function in RDD API - posted by pw...@apache.org on 2015/01/20 07:51:00 UTC, 0 replies.
- spark git commit: [SQL][minor] Add a log4j file for catalyst test. - posted by rx...@apache.org on 2015/01/20 09:55:28 UTC, 0 replies.
- spark git commit: [SPARK-4803] [streaming] Remove duplicate RegisterReceiver message - posted by td...@apache.org on 2015/01/20 10:41:22 UTC, 1 replies.
- spark git commit: [SPARK-5333][Mesos] MesosTaskLaunchData occurs BufferUnderflowException - posted by jo...@apache.org on 2015/01/20 19:20:45 UTC, 0 replies.
- spark git commit: [SQL][Minor] Refactors deeply nested FP style code in BooleanSimplification - posted by rx...@apache.org on 2015/01/20 20:20:18 UTC, 0 replies.
- spark git commit: SPARK-4660: Use correct class loader in JavaSerializer (copy of PR #3840... - posted by pw...@apache.org on 2015/01/20 21:38:04 UTC, 2 replies.
- spark git commit: [SPARK-5329][WebUI] UIWorkloadGenerator should stop SparkContext. - posted by pw...@apache.org on 2015/01/20 21:41:01 UTC, 0 replies.
- spark git commit: SPARK-5019 [MLlib] - GaussianMixtureModel exposes instances of MultivariateGauss... - posted by me...@apache.org on 2015/01/20 21:58:11 UTC, 0 replies.
- spark git commit: [SPARK-5287][SQL] Add defaultSizeOf to every data type. - posted by rx...@apache.org on 2015/01/20 22:26:39 UTC, 0 replies.
- [1/3] spark git commit: [SPARK-5323][SQL] Remove Row's Seq inheritance. - posted by ma...@apache.org on 2015/01/21 00:16:25 UTC, 0 replies.
- [2/3] spark git commit: [SPARK-5323][SQL] Remove Row's Seq inheritance. - posted by ma...@apache.org on 2015/01/21 00:16:26 UTC, 0 replies.
- [3/3] spark git commit: [SPARK-5323][SQL] Remove Row's Seq inheritance. - posted by ma...@apache.org on 2015/01/21 00:16:27 UTC, 0 replies.
- spark git commit: [SPARK-5186] [MLLIB] Vector.equals and Vector.hashCode are very inefficient - posted by me...@apache.org on 2015/01/21 00:20:19 UTC, 0 replies.
- spark git commit: [SPARK-5294][WebUI] Hide tables in AllStagePages for "Active Stages, Completed Stages and Failed Stages" when they are empty - posted by jo...@apache.org on 2015/01/21 01:40:55 UTC, 0 replies.
- spark git commit: [SPARK-4959][SQL] Attributes are case sensitive when using a select query from a projection(Backport to Spark-1.2) - posted by rx...@apache.org on 2015/01/21 07:41:42 UTC, 0 replies.
- spark git commit: [SPARK-5275] [Streaming] include python source code - posted by pw...@apache.org on 2015/01/21 07:45:22 UTC, 1 replies.
- spark git commit: [HOTFIX] Update pom.xml to pull MapR's Hadoop version 2.4.1. - posted by pw...@apache.org on 2015/01/21 08:34:30 UTC, 1 replies.
- spark git commit: [SPARK-5297][Streaming] Fix Java file stream type erasure problem - posted by pw...@apache.org on 2015/01/21 08:37:51 UTC, 0 replies.
- spark git commit: [SPARK-5336][YARN]spark.executor.cores must not be less than spark.task.cpus - posted by tg...@apache.org on 2015/01/21 16:42:35 UTC, 0 replies.
- spark git commit: SPARK-1714. Take advantage of AMRMClient APIs to simplify logic in YarnA... - posted by tg...@apache.org on 2015/01/21 17:31:59 UTC, 0 replies.
- spark git commit: [MLlib] [SPARK-5301] Missing conversions and operations on IndexedRowMatrix and CoordinateMatrix - posted by me...@apache.org on 2015/01/21 18:48:45 UTC, 0 replies.
- spark git commit: [SPARK-4749] [mllib]: Allow initializing KMeans clusters using a seed - posted by me...@apache.org on 2015/01/21 19:32:14 UTC, 0 replies.
- spark git commit: [SPARK-4759] Fix driver hanging from coalescing partitions - posted by an...@apache.org on 2015/01/21 19:42:43 UTC, 0 replies.
- spark git commit: [SPARK-4569] Rename 'externalSorting' in Aggregator - posted by an...@apache.org on 2015/01/21 19:50:32 UTC, 1 replies.
- spark git commit: [SPARK-4161]Spark shell class path is not correctly set if "spark.driver.extraClassPath" is set in defaults.conf - posted by an...@apache.org on 2015/01/21 19:57:20 UTC, 1 replies.
- spark git commit: [SPARK-5064][GraphX] Add numEdges upperbound validation for R-MAT graph generator to prevent infinite loop - posted by an...@apache.org on 2015/01/21 21:37:56 UTC, 1 replies.
- spark git commit: [SPARK-5244] [SQL] add coalesce() in sql parser - posted by ma...@apache.org on 2015/01/21 21:59:50 UTC, 0 replies.
- spark git commit: [SPARK-5009] [SQL] Long keyword support in SQL Parsers - posted by ma...@apache.org on 2015/01/21 22:06:02 UTC, 0 replies.
- spark git commit: Revert "[SPARK-5244] [SQL] add coalesce() in sql parser" - posted by jo...@apache.org on 2015/01/21 23:27:54 UTC, 0 replies.
- spark git commit: [SQL] [Minor] Remove deprecated parquet tests - posted by rx...@apache.org on 2015/01/21 23:38:12 UTC, 0 replies.
- spark git commit: Make sure only owner can read / write to directories created for the job. - posted by jo...@apache.org on 2015/01/21 23:42:47 UTC, 0 replies.
- spark git commit: [SPARK-4984][CORE][WEBUI] Adding a pop-up containing the full job description when it is very long - posted by jo...@apache.org on 2015/01/22 00:28:02 UTC, 0 replies.
- svn commit: r1653723 [1/2] - in /spark: news/_posts/ site/ site/graphx/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/sql/ site/streaming/ - posted by ma...@apache.org on 2015/01/22 01:27:23 UTC, 0 replies.
- svn commit: r1653723 [2/2] - in /spark: news/_posts/ site/ site/graphx/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/sql/ site/streaming/ - posted by ma...@apache.org on 2015/01/22 01:27:23 UTC, 0 replies.
- spark git commit: [SPARK-5355] make SparkConf thread-safe - posted by jo...@apache.org on 2015/01/22 01:52:37 UTC, 1 replies.
- spark git commit: [SPARK-5202] [SQL] Add hql variable substitution support - posted by rx...@apache.org on 2015/01/22 02:34:20 UTC, 0 replies.
- spark git commit: [SPARK-3424][MLLIB] cache point distances during k-means|| init - posted by me...@apache.org on 2015/01/22 06:22:27 UTC, 0 replies.
- spark git commit: [SPARK-5317]Set BoostingStrategy.defaultParams With Enumeration Algo.Classification or Algo.Regression - posted by me...@apache.org on 2015/01/22 08:06:52 UTC, 0 replies.
- spark git commit: [SPARK-5147][Streaming] Delete the received data WAL log periodically - posted by td...@apache.org on 2015/01/22 08:41:51 UTC, 1 replies.
- spark git commit: [HOTFIX] Fixed compilation error due to missing SparkContext._ implicit conversions. - posted by td...@apache.org on 2015/01/22 10:38:49 UTC, 0 replies.
- spark git commit: [SPARK-5365][MLlib] Refactor KMeans to reduce redundant data - posted by me...@apache.org on 2015/01/22 17:17:25 UTC, 0 replies.
- spark git commit: SPARK-5370. [YARN] Remove some unnecessary synchronization in YarnAlloca... - posted by tg...@apache.org on 2015/01/22 20:49:39 UTC, 0 replies.
- spark git commit: [SPARK-5233][Streaming] Fix error replaying of WAL introduced bug - posted by td...@apache.org on 2015/01/23 06:59:05 UTC, 1 replies.
- spark git commit: [SPARK-5315][Streaming] Fix reduceByWindow Java API not work bug - posted by td...@apache.org on 2015/01/23 07:05:20 UTC, 0 replies.
- spark git commit: [SPARK-3541][MLLIB] New ALS implementation with improved storage - posted by me...@apache.org on 2015/01/23 07:09:29 UTC, 0 replies.
- spark git commit: [SPARK-5063] More helpful error messages for several invalid operations - posted by jo...@apache.org on 2015/01/24 02:53:42 UTC, 1 replies.
- spark git commit: [SPARK-5351][GraphX] Do not use Partitioner.defaultPartitioner as a partitioner of EdgeRDDImp... - posted by an...@apache.org on 2015/01/24 04:28:03 UTC, 1 replies.
- spark git commit: [SPARK-5058] Part 2. Typos and broken URL - posted by rx...@apache.org on 2015/01/24 08:34:13 UTC, 1 replies.
- spark git commit: [SPARK-5214][Test] Add a test to demonstrate EventLoop can be stopped in the event thread - posted by rx...@apache.org on 2015/01/24 20:00:37 UTC, 0 replies.
- spark git commit: Closes #4157 - posted by rx...@apache.org on 2015/01/25 09:25:57 UTC, 0 replies.
- spark git commit: Add comment about defaultMinPartitions - posted by jo...@apache.org on 2015/01/25 20:29:41 UTC, 0 replies.
- spark git commit: [SPARK-5401] set executor ID before creating MetricsSystem - posted by an...@apache.org on 2015/01/25 23:18:02 UTC, 1 replies.
- spark git commit: [SPARK-5402] log executor ID at executor-construction time - posted by an...@apache.org on 2015/01/25 23:20:06 UTC, 1 replies.
- spark git commit: SPARK-3852 [DOCS] Document spark.driver.extra* configs - posted by an...@apache.org on 2015/01/26 00:08:40 UTC, 1 replies.
- spark git commit: SPARK-3782 [CORE] Direct use of log4j in AkkaUtils interferes with certain logging configurations - posted by an...@apache.org on 2015/01/26 00:12:05 UTC, 0 replies.
- spark git commit: SPARK-5382: Use SPARK_CONF_DIR in spark-class if it is defined - posted by an...@apache.org on 2015/01/26 00:15:41 UTC, 1 replies.
- spark git commit: SPARK-5382: Use SPARK_CONF_DIR in spark-class and spark-submit, spark-su... - posted by an...@apache.org on 2015/01/26 00:20:53 UTC, 0 replies.
- spark git commit: SPARK-4506 [DOCS] Addendum: Update more docs to reflect that standalone works in cluster mode - posted by an...@apache.org on 2015/01/26 00:25:12 UTC, 2 replies.
- spark git commit: [SPARK-5344][WebUI] HistoryServer cannot recognize that inprogress file was renamed to completed file - posted by an...@apache.org on 2015/01/26 00:34:24 UTC, 1 replies.
- spark git commit: Revert "[SPARK-5344][WebUI] HistoryServer cannot recognize that inprogress file was renamed to completed file" - posted by an...@apache.org on 2015/01/26 00:39:24 UTC, 0 replies.
- spark git commit: [SPARK-5326] Show fetch wait time as optional metric in the UI - posted by an...@apache.org on 2015/01/26 01:49:35 UTC, 0 replies.
- spark git commit: SPARK-4430 [STREAMING] [TEST] Apache RAT Checks fail spuriously on test files - posted by an...@apache.org on 2015/01/26 04:16:47 UTC, 2 replies.
- spark git commit: [SPARK-5268] don't stop CoarseGrainedExecutorBackend for irrelevant DisassociatedEvent - posted by an...@apache.org on 2015/01/26 04:28:56 UTC, 0 replies.
- spark git commit: [SPARK-5384][mllib] Vectors.sqdist returns inconsistent results for sparse/dense vectors when the vectors have different lengths - posted by me...@apache.org on 2015/01/26 07:18:25 UTC, 0 replies.
- spark git commit: [SPARK-5355] use j.u.c.ConcurrentHashMap instead of TrieMap - posted by rx...@apache.org on 2015/01/26 21:51:35 UTC, 1 replies.
- spark git commit: [SPARK-5339][BUILD] build/mvn doesn't work because of invalid URL for maven's tgz. - posted by pw...@apache.org on 2015/01/26 22:07:53 UTC, 0 replies.
- spark git commit: SPARK-4147 [CORE] Reduce log4j dependency - posted by pw...@apache.org on 2015/01/26 23:23:50 UTC, 1 replies.
- spark git commit: Fix command spaces issue in make-distribution.sh - posted by pw...@apache.org on 2015/01/26 23:26:11 UTC, 0 replies.
- spark git commit: SPARK-960 [CORE] [TEST] JobCancellationSuite "two jobs sharing the same stage" is broken - posted by jo...@apache.org on 2015/01/26 23:32:33 UTC, 0 replies.
- spark git commit: Updating versions for Spark 1.2.1 - posted by pw...@apache.org on 2015/01/27 01:10:40 UTC, 0 replies.
- Git Push Summary - posted by pw...@apache.org on 2015/01/27 01:12:12 UTC, 3 replies.
- [1/2] spark git commit: Preparing development version 1.2.2-SNAPSHOT - posted by pw...@apache.org on 2015/01/27 01:12:14 UTC, 2 replies.
- [2/2] spark git commit: Preparing Spark release v1.2.1-rc1 - posted by pw...@apache.org on 2015/01/27 01:12:15 UTC, 1 replies.
- [1/2] spark git commit: Revert "Preparing development version 1.2.2-SNAPSHOT" - posted by pw...@apache.org on 2015/01/27 02:06:41 UTC, 1 replies.
- [2/2] spark git commit: Revert "Preparing Spark release v1.2.1-rc1" - posted by pw...@apache.org on 2015/01/27 02:06:42 UTC, 1 replies.
- spark git commit: [SPARK-5052] Add common/base classes to fix guava methods signatures. - posted by pw...@apache.org on 2015/01/27 02:40:50 UTC, 0 replies.
- spark git commit: [SPARK-5119] java.lang.ArrayIndexOutOfBoundsException on trying to train... - posted by me...@apache.org on 2015/01/27 03:03:25 UTC, 0 replies.
- spark git commit: [SPARK-3726] [MLlib] Allow sampling_rate not equal to 1.0 in RandomForests - posted by me...@apache.org on 2015/01/27 04:46:19 UTC, 0 replies.
- spark git commit: [SPARK-5419][Mllib] Fix the logic in Vectors.sqdist - posted by me...@apache.org on 2015/01/27 10:29:22 UTC, 0 replies.
- spark git commit: [SPARK-5321] Support for transposing local matrices - posted by me...@apache.org on 2015/01/27 10:46:26 UTC, 0 replies.
- spark git commit: SPARK-5308 [BUILD] MD5 / SHA1 hash format doesn't match standard Maven output - posted by pw...@apache.org on 2015/01/27 19:22:53 UTC, 1 replies.
- spark git commit: [MLlib] fix python example of ALS in guide - posted by me...@apache.org on 2015/01/28 00:33:06 UTC, 1 replies.
- spark git commit: SPARK-5199. FS read metrics should support CombineFileSplits and track bytes from all FSs - posted by pw...@apache.org on 2015/01/28 00:42:57 UTC, 0 replies.
- [1/5] spark git commit: [SPARK-5097][SQL] DataFrame - posted by rx...@apache.org on 2015/01/28 01:08:42 UTC, 0 replies.
- [2/5] spark git commit: [SPARK-5097][SQL] DataFrame - posted by rx...@apache.org on 2015/01/28 01:08:43 UTC, 0 replies.
- [3/5] spark git commit: [SPARK-5097][SQL] DataFrame - posted by rx...@apache.org on 2015/01/28 01:08:44 UTC, 0 replies.
- [4/5] spark git commit: [SPARK-5097][SQL] DataFrame - posted by rx...@apache.org on 2015/01/28 01:08:45 UTC, 0 replies.
- [5/5] spark git commit: [SPARK-5097][SQL] DataFrame - posted by rx...@apache.org on 2015/01/28 01:08:46 UTC, 0 replies.
- spark git commit: [SPARK-5097][SQL] Test cases for DataFrame expressions. - posted by rx...@apache.org on 2015/01/28 03:10:51 UTC, 0 replies.
- [2/2] spark git commit: Preparing Spark release v1.2.1-rc2 - posted by pw...@apache.org on 2015/01/28 08:49:00 UTC, 0 replies.
- spark git commit: [SPARK-4809] Rework Guava library shading. - posted by pw...@apache.org on 2015/01/28 09:29:32 UTC, 0 replies.
- spark git commit: [SPARK-5415] bump sbt to version to 0.13.7 - posted by pw...@apache.org on 2015/01/28 11:13:08 UTC, 0 replies.
- spark git commit: [SPARK-3974][MLlib] Distributed Block Matrix Abstractions - posted by me...@apache.org on 2015/01/28 19:06:45 UTC, 0 replies.
- spark git commit: [SPARK-5291][CORE] Add timestamp and reason why an executor is removed to SparkListenerExecutorAdded and SparkListenerExecutorRemoved - posted by jo...@apache.org on 2015/01/28 20:03:03 UTC, 0 replies.
- spark git commit: [SPARK-5361]Multiple Java RDD <-> Python RDD conversions not working correctly - posted by jo...@apache.org on 2015/01/28 20:08:50 UTC, 0 replies.
- spark git commit: [SPARK-5447][SQL] Replaced reference to SchemaRDD with DataFrame. - posted by rx...@apache.org on 2015/01/28 21:10:04 UTC, 0 replies.
- spark git commit: SPARK-5458. Refer to aggregateByKey instead of combineByKey in docs - posted by pw...@apache.org on 2015/01/28 21:41:24 UTC, 0 replies.
- spark git commit: [SPARK-5188][BUILD] make-distribution.sh should support curl, not only wget to get Tachyon - posted by pw...@apache.org on 2015/01/28 21:43:23 UTC, 0 replies.
- spark git commit: SPARK-1934 [CORE] "this" reference escape to "selectorThread" during construction in ConnectionManager - posted by pw...@apache.org on 2015/01/28 21:44:39 UTC, 0 replies.
- spark git commit: [SPARK-5440][pyspark] Add toLocalIterator to pyspark rdd - posted by jo...@apache.org on 2015/01/28 21:47:36 UTC, 0 replies.
- spark git commit: [SPARK-4955]With executor dynamic scaling enabled, executor shoude be added or killed in yarn-cluster mode. - posted by an...@apache.org on 2015/01/28 21:51:18 UTC, 0 replies.
- spark git commit: [SPARK-5437] Fix DriverSuite and SparkSubmitSuite timeout issues - posted by an...@apache.org on 2015/01/28 21:53:25 UTC, 0 replies.
- spark git commit: [SPARK-5434] [EC2] Preserve spaces in EC2 path - posted by an...@apache.org on 2015/01/28 21:56:25 UTC, 0 replies.
- spark git commit: [SPARK-5417] Remove redundant executor-id set() call - posted by an...@apache.org on 2015/01/28 22:05:00 UTC, 0 replies.
- spark git commit: [SPARK-4989][CORE] backport for branch-1.1 catch eventlog exception for wrong eventlog conf - posted by an...@apache.org on 2015/01/28 22:09:35 UTC, 0 replies.
- spark git commit: [SPARK-4387][PySpark] Refactoring python profiling code to make it extensible - posted by jo...@apache.org on 2015/01/28 22:48:21 UTC, 0 replies.
- spark git commit: [SPARK-5441][pyspark] Make SerDeUtil PairRDD to Python conversions more robust - posted by jo...@apache.org on 2015/01/28 23:01:42 UTC, 0 replies.
- spark git commit: [SPARK-4586][MLLIB] Python API for ML pipeline and parameters - posted by me...@apache.org on 2015/01/29 02:14:26 UTC, 0 replies.
- spark git commit: [SPARK-5430] move treeReduce and treeAggregate from mllib to core - posted by me...@apache.org on 2015/01/29 02:26:06 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-5445][SQL] Made DataFrame dsl usable in Java - posted by rx...@apache.org on 2015/01/29 04:10:36 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-5445][SQL] Made DataFrame dsl usable in Java - posted by rx...@apache.org on 2015/01/29 04:10:37 UTC, 0 replies.
- spark git commit: [SPARK-3977] Conversion methods for BlockMatrix to other Distributed Matrices - posted by me...@apache.org on 2015/01/29 08:42:11 UTC, 0 replies.
- spark git commit: [SQL] Various DataFrame DSL update. - posted by rx...@apache.org on 2015/01/29 09:01:12 UTC, 0 replies.
- spark git commit: [SPARK-5477] refactor stat.py - posted by me...@apache.org on 2015/01/29 19:11:47 UTC, 0 replies.
- spark git commit: [SPARK-5466] Add explicit guava dependencies where needed. - posted by pw...@apache.org on 2015/01/29 22:00:53 UTC, 0 replies.
- [1/2] spark git commit: [SPARK-5445][SQL] Consolidate Java and Scala DSL static methods. - posted by rx...@apache.org on 2015/01/30 00:13:18 UTC, 0 replies.
- [2/2] spark git commit: [SPARK-5445][SQL] Consolidate Java and Scala DSL static methods. - posted by rx...@apache.org on 2015/01/30 00:13:19 UTC, 0 replies.
- spark git commit: [SPARK-5429][SQL] Use javaXML plan serialization for Hive golden answers on Hive 0.13.1 - posted by ma...@apache.org on 2015/01/30 00:28:26 UTC, 0 replies.
- spark git commit: [SPARK-5309][SQL] Add support for dictionaries in PrimitiveConverter for Strin... - posted by ma...@apache.org on 2015/01/30 00:41:20 UTC, 0 replies.
- spark git commit: [SPARK-4786][SQL]: Parquet filter pushdown for castable types - posted by ma...@apache.org on 2015/01/30 00:42:31 UTC, 0 replies.
- spark git commit: [SPARK-5367][SQL] Support star expression in udf - posted by ma...@apache.org on 2015/01/30 00:45:03 UTC, 0 replies.
- spark git commit: [SPARK-5373][SQL] Literal in agg grouping expressions leads to incorrect result - posted by ma...@apache.org on 2015/01/30 00:47:31 UTC, 0 replies.
- spark git commit: [SPARK-4296][SQL] Trims aliases when resolving and checking aggregate expressions - posted by ma...@apache.org on 2015/01/30 00:49:38 UTC, 0 replies.
- spark git commit: [SPARK-5464] Fix help() for Python DataFrame instances - posted by rx...@apache.org on 2015/01/30 01:23:24 UTC, 0 replies.
- spark git commit: [WIP] [SPARK-3996]: Shade Jetty in Spark deliverables - posted by pw...@apache.org on 2015/01/30 01:31:22 UTC, 0 replies.
- spark git commit: remove 'return' - posted by me...@apache.org on 2015/01/30 01:55:06 UTC, 0 replies.
- spark git commit: Revert "[WIP] [SPARK-3996]: Shade Jetty in Spark deliverables" - posted by pw...@apache.org on 2015/01/30 02:14:33 UTC, 0 replies.
- spark git commit: [SQL] DataFrame API improvements - posted by rx...@apache.org on 2015/01/30 02:24:02 UTC, 0 replies.
- spark git commit: [SPARK-5395] [PySpark] fix python process leak while coalesce() - posted by jo...@apache.org on 2015/01/30 02:28:54 UTC, 0 replies.
- spark git commit: [SPARK-5462] [SQL] Use analyzed query plan in DataFrame.apply() - posted by rx...@apache.org on 2015/01/30 03:23:12 UTC, 0 replies.
- spark git commit: [SQL] Support df("*") to select all columns in a data frame. - posted by rx...@apache.org on 2015/01/30 04:09:10 UTC, 0 replies.
- spark git commit: [SPARK-5322] Added transpose functionality to BlockMatrix - posted by me...@apache.org on 2015/01/30 06:26:33 UTC, 0 replies.
- spark git commit: [SPARK-5094][MLlib] Add Python API for Gradient Boosted Trees - posted by me...@apache.org on 2015/01/30 09:39:48 UTC, 0 replies.
- spark git commit: [SPARK-5457][SQL] Add missing DSL for ApproxCountDistinct. - posted by rx...@apache.org on 2015/01/30 10:21:39 UTC, 0 replies.
- spark git commit: SPARK-5393. Flood of util.RackResolver log messages after SPARK-1714 - posted by tg...@apache.org on 2015/01/30 18:32:08 UTC, 0 replies.
- spark git commit: [MLLIB] SPARK-4846: throw a RuntimeException and give users hints to increase the minCount - posted by me...@apache.org on 2015/01/30 19:07:29 UTC, 0 replies.
- spark git commit: [SPARK-5496][MLLIB] Allow both classification and Classification in Algo for trees. - posted by me...@apache.org on 2015/01/30 19:08:11 UTC, 0 replies.
- spark git commit: [SPARK-5486] Added validate method to BlockMatrix - posted by me...@apache.org on 2015/01/30 22:59:13 UTC, 0 replies.
- spark git commit: [SPARK-4259][MLlib]: Add Power Iteration Clustering Algorithm with Gaussian Similarity Function - posted by me...@apache.org on 2015/01/30 23:10:09 UTC, 0 replies.
- spark git commit: SPARK-5400 [MLlib] Changed name of GaussianMixtureEM to GaussianMixture - posted by me...@apache.org on 2015/01/31 00:32:29 UTC, 0 replies.
- spark git commit: [SPARK-5504] [sql] convertToCatalyst should support nested arrays - posted by ma...@apache.org on 2015/01/31 00:40:31 UTC, 0 replies.
- spark git commit: [SPARK-5307] SerializationDebugger - posted by rx...@apache.org on 2015/01/31 07:34:12 UTC, 0 replies.
- spark git commit: [SQL] remove redundant field "childOutput" from execution.Aggregate, use child.output instead - posted by rx...@apache.org on 2015/01/31 08:19:12 UTC, 0 replies.
- spark git commit: [SPARK-5307] Add a config option for SerializationDebugger. - posted by rx...@apache.org on 2015/01/31 09:06:38 UTC, 0 replies.
- spark git commit: [MLLIB][SPARK-3278] Monotone (Isotonic) regression using parallel pool adjacent violators algorithm - posted by me...@apache.org on 2015/01/31 09:46:06 UTC, 0 replies.
- spark git commit: [SPARK-3975] Added support for BlockMatrix addition and multiplication - posted by me...@apache.org on 2015/01/31 09:47:36 UTC, 0 replies.
- spark git commit: SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` doesn't work with Java 8 - posted by me...@apache.org on 2015/01/31 19:40:47 UTC, 0 replies.