Граф коммитов

  • 6902fae894 Merge a6babca1bf into a60aea86b4 Kaarthik Sivashanmugam 2016-06-14 00:09:18 +0000
  • a6babca1bf [SPARK-15929] Fix portability of DataFrameSuite path globbing tests Josh Rosen 2016-06-13 17:06:22 -0700
  • ced8d669b3 [SPARK-15925][SQL][SPARKR] Replaces registerTempTable with createOrReplaceTempView Cheng Lian 2016-06-13 15:46:50 -0700
  • c4b1ad0209 [SPARK-15887][SQL] Bring back the hive-site.xml support for Spark 2.0 Wenchen Fan 2016-06-13 14:57:35 -0700
  • c654ae2140 [SPARK-15889][SQL][STREAMING] Add a unique id to ContinuousQuery Tathagata Das 2016-06-13 13:44:46 -0700
  • 5ad4e32d46 [SPARK-15530][SQL] Set #parallelism for file listing in listLeafFilesInParallel Takeshi YAMAMURO 2016-06-13 13:41:26 -0700
  • 3b7fb84cf8 [SPARK-15676][SQL] Disallow Column Names as Partition Columns For Hive Tables gatorsmile 2016-06-13 13:22:46 -0700
  • a6a18a4573 [HOTFIX][MINOR][SQL] Revert " Standardize 'continuous queries' to 'streaming D… Tathagata Das 2016-06-13 12:47:47 -0700
  • d32e227787 [MINOR][SQL] Standardize 'continuous queries' to 'streaming Datasets/DataFrames' Liwei Lin 2016-06-13 11:49:15 -0700
  • 4134653e53 [SPARK-15697][REPL] Unblock some of the useful repl commands. Prashant Sharma 2016-06-13 11:13:09 -0700
  • 938434dc78 [SPARK-15913][CORE] Dispatcher.stopped should be enclosed by synchronized block. Dongjoon Hyun 2016-06-13 10:30:17 -0700
  • cd47e23374 [SPARK-15814][SQL] Aggregator can return null result Wenchen Fan 2016-06-13 09:58:48 -0700
  • d681742b2d [SPARK-15813] Improve Canceling log message to make it less ambiguous Peter Ableda 2016-06-13 09:40:17 +0100
  • e2ab79d5ea [SPARK-15898][SQL] DataFrameReader.text should return DataFrame Wenchen Fan 2016-06-12 21:36:41 -0700
  • 1f8f2b5c2a [SPARK-15370][SQL] Fix count bug Herman van Hövell tot Westerflier 2016-06-12 21:30:32 -0700
  • f5d38c3925 Revert "[SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriter" Wenchen Fan 2016-06-12 16:52:15 -0700
  • caebd7f262 [SPARK-15870][SQL] DataFrame can't execute after uncacheTable. Takuya UESHIN 2016-06-12 16:37:44 -0700
  • 20b8f2c32a [SPARK-15370][SQL] Revert PR "Update RewriteCorrelatedSuquery rule" Herman van Hovell 2016-06-12 15:06:37 -0700
  • e3554605b3 [SPARK-15892][ML] Incorrectly merged AFTAggregator with zero total count hyukjinkwon 2016-06-12 14:26:53 -0700
  • 0ff8a68b9f [SPARK-15832][SQL] Embedded IN/EXISTS predicate subquery throws TreeNodeException Ioana Delaney 2016-06-12 14:26:29 -0700
  • 9770f6ee60 [SPARK-15370][SQL] Update RewriteCorrelatedScalarSubquery rule to fix COUNT bug frreiss 2016-06-12 14:21:10 -0700
  • 0a6f090837 [SPARK-15876][CORE] Remove support for "zk://" master URL Sean Owen 2016-06-12 11:46:33 -0700
  • f51dfe616b [SPARK-15086][CORE][STREAMING] Deprecate old Java accumulator API Sean Owen 2016-06-12 11:44:33 -0700
  • 50248dcfff [SPARK-15806][DOCUMENTATION] update doc for SPARK_MASTER_IP bomeng 2016-06-12 14:25:48 +0100
  • 3fd3ee038b [SPARK-15781][DOCUMENTATION] remove deprecated environment variable doc bomeng 2016-06-12 12:58:34 +0100
  • 8cc22b0085 [SPARK-15878][CORE][TEST] fix cleanup in EventLoggingListenerSuite and ReplayListenerSuite Imran Rashid 2016-06-12 12:54:57 +0100
  • 9e204c62c6 [SPARK-15840][SQL] Add two missing options in documentation and some option related changes hyukjinkwon 2016-06-11 23:20:40 -0700
  • e1f986c7a3 [SPARK-15860] Metrics for codegen size and perf Eric Liang 2016-06-11 23:16:21 -0700
  • 3fd2ff4dd8 [SPARK-15807][SQL] Support varargs for dropDuplicates in Dataset/DataFrame Dongjoon Hyun 2016-06-11 15:47:51 -0700
  • c06c58bbbb [SPARK-14851][CORE] Support radix sort with nullable longs Eric Liang 2016-06-11 15:42:58 -0700
  • 75705e8dbb [SPARK-15856][SQL] Revert API breaking changes made in SQLContext.range Wenchen Fan 2016-06-11 15:28:40 -0700
  • 5bb4564cd4 [SPARK-15881] Update microbenchmark results for WideSchemaBenchmark Eric Liang 2016-06-11 15:26:08 -0700
  • cb5d933d86 [SPARK-15585][SQL] Add doc for turning off quotations Takeshi YAMAMURO 2016-06-11 15:12:21 -0700
  • ad102af169 [SPARK-15883][MLLIB][DOCS] Fix broken links in mllib documents Dongjoon Hyun 2016-06-11 12:55:38 +0100
  • 3761330dd0 [SPARK-15879][DOCS][UI] Update logo in UI and docs to add "Apache" Sean Owen 2016-06-11 12:46:07 +0100
  • 7504bc73f2 [SPARK-15759] [SQL] Fallback to non-codegen when fail to compile generated code Davies Liu 2016-06-10 21:12:06 -0700
  • 468da03e23 [SPARK-15678] Add support to REFRESH data source paths Sameer Agarwal 2016-06-10 20:43:18 -0700
  • 8e7b56f3d4 Revert "[SPARK-15639][SQL] Try to push down filter at RowGroups level for parquet reader" Cheng Lian 2016-06-10 20:41:48 -0700
  • 99f3c82776 [SPARK-14615][ML][FOLLOWUP] Fix Python examples to use the new ML Vector and Matrix APIs in the ML pipeline based algorithms hyukjinkwon 2016-06-10 18:29:26 -0700
  • bba5d7999f [SPARK-15639][SQL] Try to push down filter at RowGroups level for parquet reader Liang-Chi Hsieh 2016-06-10 18:23:59 -0700
  • 54f758b5fc [SPARK-15884][SPARKR][SQL] Overriding stringArgs in MapPartitionsInR Narine Kokhlikyan 2016-06-10 17:17:47 -0700
  • 2022afe57d [SPARK-15773][CORE][EXAMPLE] Avoid creating local variable `sc` in examples if possible Dongjoon Hyun 2016-06-10 15:40:29 -0700
  • 127a6678d7 [SPARK-15489][SQL] Dataset kryo encoder won't load custom user settings Sela 2016-06-10 14:36:51 -0700
  • aec502d911 [SPARK-15654] [SQL] fix non-splitable files for text based file formats Davies Liu 2016-06-10 14:32:43 -0700
  • e05a2feebe [SPARK-15825] [SQL] Fix SMJ invalid results Herman van Hovell 2016-06-10 14:29:05 -0700
  • 026eb90644 [SPARK-15875] Try to use Seq.isEmpty and Seq.nonEmpty instead of Seq.length == 0 and Seq.length > 0 wangyang 2016-06-10 13:10:03 -0700
  • 865ec32dd9 [MINOR][X][X] Replace all occurrences of None: Option with Option.empty Sandeep Singh 2016-06-10 13:06:51 -0700
  • 667d4ea7b3 [SPARK-6320][SQL] Move planLater method into GenericStrategy. Takuya UESHIN 2016-06-10 13:06:18 -0700
  • fb219029dd [SPARK-15871][SQL] Add `assertNotPartitioned` check in `DataFrameWriter` Liwei Lin 2016-06-10 13:01:29 -0700
  • 5c16ad0d52 Revert [SPARK-14485][CORE] ignore task finished for executor lost Kay Ousterhout 2016-06-10 12:50:27 -0700
  • 2c8f40cea1 [SPARK-15766][SPARKR] R should export is.nan wm624@hotmail.com 2016-06-10 12:46:22 -0700
  • 2413fce9d6 [SPARK-15743][SQL] Prevent saving with all-column partitioning Dongjoon Hyun 2016-06-10 12:43:27 -0700
  • 7d7a0a5e07 [SPARK-15738][PYSPARK][ML] Adding Pyspark ml RFormula __str__ method similar to Scala API Bryan Cutler 2016-06-10 11:27:30 -0700
  • 254bc8c34e [SPARK-15866] Rename listAccumulator collectionAccumulator Reynold Xin 2016-06-10 11:08:39 -0700
  • 0ec279ffdf [SPARK-15753][SQL] Move Analyzer stuff to Analyzer from DataFrameWriter Liang-Chi Hsieh 2016-06-10 11:05:04 -0700
  • abdb5d42c5 [SPARK-15812][SQ][STREAMING] Added support for sorting after streaming aggregation with complete mode Tathagata Das 2016-06-10 10:48:28 -0700
  • cdd7f5a57a [SPARK-15837][ML][PYSPARK] Word2vec python add maxsentence parameter WeichenXu 2016-06-10 12:26:53 +0100
  • 16ca32eace [SPARK-15823][PYSPARK][ML] Add @property for 'accuracy' in MulticlassMetrics Zheng RuiFeng 2016-06-10 10:09:19 +0100
  • 675a73715d [DOCUMENTATION] fixed groupby aggregation example for pyspark Mortada Mehyar 2016-06-10 00:23:34 -0700
  • 00c310133d [SPARK-15593][SQL] Add DataFrameWriter.foreach to allow the user consuming data in ContinuousQuery Shixiong Zhu 2016-06-10 00:11:46 -0700
  • 5a3533e779 [SPARK-15696][SQL] Improve `crosstab` to have a consistent column order Dongjoon Hyun 2016-06-09 22:46:51 -0700
  • 6c5fd977fb [SPARK-15791] Fix NPE in ScalarSubquery Eric Liang 2016-06-09 22:28:31 -0700
  • 16df133d7f [SPARK-15850][SQL] Remove function grouping in SparkSession Reynold Xin 2016-06-09 18:58:24 -0700
  • 4d9d9cc585 [SPARK-15853][SQL] HDFSMetadataLog.get should close the input stream Shixiong Zhu 2016-06-09 18:45:19 -0700
  • b914e1930f [SPARK-15794] Should truncate toString() of very wide plans Eric Liang 2016-06-09 18:05:16 -0700
  • 83070cd1d4 [SPARK-15841][Tests] REPLSuite has incorrect env set for a couple of tests. Prashant Sharma 2016-06-09 17:45:37 -0700
  • aa03645107 [SPARK-12447][YARN] Only update the states when executor is successfully launched jerryshao 2016-06-09 17:31:19 -0700
  • b0768538e5 [SPARK-14321][SQL] Reduce date format cost and string-to-date cost in date functions Herman van Hovell 2016-06-09 16:37:18 -0700
  • 6cb71f4733 [SPARK-15839] Fix Maven doc-jar generation when JAVA_7_HOME is set Josh Rosen 2016-06-09 12:32:29 -0700
  • f74b77713e [SPARK-15827][BUILD] Publish Spark's forked sbt-pom-reader to Maven Central Josh Rosen 2016-06-09 11:04:08 -0700
  • e594b49283 [SPARK-15788][PYSPARK][ML] PySpark IDFModel missing "idf" property Jeff Zhang 2016-06-09 09:54:38 -0700
  • 99386fe398 [SPARK-15804][SQL] Include metadata in the toStructType Kevin Yu 2016-06-09 09:50:09 -0700
  • 147c020823 [SPARK-15818][BUILD] Upgrade to Hadoop 2.7.2 Adam Roberts 2016-06-09 10:34:01 +0100
  • 921fa40b14 [SPARK-12712] Fix failure in ./dev/test-dependencies when run against empty .m2 cache Josh Rosen 2016-06-09 00:51:24 -0700
  • d5807def10 [MINOR][DOC] In Dataset docs, remove self link to Dataset and add link to Column Sandeep Singh 2016-06-08 23:41:29 -0700
  • afbe35cf5b [SPARK-14670] [SQL] allow updating driver side sql metrics Wenchen Fan 2016-06-08 22:47:29 -0700
  • 4e8ac6edd5 [SPARK-15735] Allow specifying min time to run in microbenchmarks Eric Liang 2016-06-08 16:21:41 -0700
  • ca70ab27cc [DOCUMENTATION] Fixed target JAR path prabs 2016-06-08 17:22:55 +0100
  • f958c1c3e2 [MINOR] Fix Java Lint errors introduced by #13286 and #13280 Sandeep Singh 2016-06-08 14:51:00 +0100
  • 87706eb66c [SPARK-15793][ML] Add maxSentenceLength for ml.Word2Vec yinxusen 2016-06-08 09:18:04 +0100
  • 91fbc880b6 [SPARK-15789][SQL] Allow reserved keywords in most places Herman van Hovell 2016-06-07 17:01:11 -0700
  • 0cfd6192f3 [SPARK-15580][SQL] Add ContinuousQueryInfo to make ContinuousQueryListener events serializable Shixiong Zhu 2016-06-07 16:40:03 -0700
  • 695dbc816a [SPARK-14485][CORE] ignore task finished for executor lost and removed by driver zhonghaihua 2016-06-07 16:30:58 -0700
  • 6ecedf39b4 [SPARK-13590][ML][DOC] Document spark.ml LiR, LoR and AFTSurvivalRegression behavior difference Yanbo Liang 2016-06-07 15:25:36 -0700
  • 890baaca50 [SPARK-15674][SQL] Deprecates "CREATE TEMPORARY TABLE USING...", uses "CREAT TEMPORARY VIEW USING..." instead Sean Zhong 2016-06-07 15:21:55 -0700
  • 200f01c8fb [SPARK-15760][DOCS] Add documentation for package-related configs. Marcelo Vanzin 2016-06-07 09:28:39 -0700
  • 3ec4461c46 [SPARK-15684][SPARKR] Not mask startsWith and endsWith in R wm624@hotmail.com 2016-06-07 09:13:18 -0700
  • 1e2c931187 [MINOR] fix typo in documents WeichenXu 2016-06-07 13:29:27 +0100
  • 5f731d6859 [SPARK-15792][SQL] Allows operator to change the verbosity in explain output Sean Zhong 2016-06-06 22:59:25 -0700
  • 0e0904a2fc [SPARK-15632][SQL] Typed Filter should NOT change the Dataset schema Sean Zhong 2016-06-06 22:40:21 -0700
  • c409e23abd [SPARK-15652][LAUNCHER] Added a new State (LOST) for the listeners of SparkLauncher Subroto Sanyal 2016-06-06 16:05:40 -0700
  • 36d3dfa59a [SPARK-15783][CORE] still some flakiness in these blacklist tests so ignore for now Imran Rashid 2016-06-06 12:53:11 -0700
  • 0b8d694999 [SPARK-15764][SQL] Replace N^2 loop in BindReferences Josh Rosen 2016-06-06 11:44:51 -0700
  • 4c74ee8d8e [SPARK-15721][ML] Make DefaultParamsReadable, DefaultParamsWritable public Joseph K. Bradley 2016-06-06 09:49:45 -0700
  • fa4bc8ea8b [SPARK-14279][BUILD] Pick the spark version from pom Dhruve Ashar 2016-06-06 09:42:50 -0700
  • 00ad4f054c [SPARK-14900][ML][PYSPARK] Add accuracy and deprecate precison,recall,f1 Zheng RuiFeng 2016-06-06 15:19:22 +0100
  • a95252823e [SPARK-15771][ML][EXAMPLES] Use 'accuracy' rather than 'precision' in many ML examples Yanbo Liang 2016-06-06 09:36:34 +0100
  • fd8af39713 [MINOR] Fix Typos 'an -> a' Zheng RuiFeng 2016-06-06 09:35:47 +0100
  • 32f2f95dbd Revert "[SPARK-15585][SQL] Fix NULL handling along with a spark-csv behaivour" Reynold Xin 2016-06-05 23:40:13 -0700
  • b7e8d1cb3c [SPARK-15585][SQL] Fix NULL handling along with a spark-csv behaivour Takeshi YAMAMURO 2016-06-05 23:35:04 -0700