Skip to content
Snippets Groups Projects
  1. Jun 01, 2015
    • Reynold Xin's avatar
      Update README to include DataFrames and zinc. · 3c015689
      Reynold Xin authored
      Also cut trailing whitespaces.
      
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6548 from rxin/readme and squashes the following commits:
      
      630efc3 [Reynold Xin] Update README to include DataFrames and zinc.
      3c015689
  2. May 31, 2015
    • Wenchen Fan's avatar
      [SPARK-7952][SPARK-7984][SQL] equality check between boolean type and numeric type is broken. · a0e46a0d
      Wenchen Fan authored
      The origin code has several problems:
      * `true <=> 1` will return false as we didn't set a rule to handle it.
      * `true = a` where `a` is not `Literal` and its value is 1, will return false as we only handle literal values.
      
      Author: Wenchen Fan <cloud0fan@outlook.com>
      
      Closes #6505 from cloud-fan/tmp1 and squashes the following commits:
      
      77f0f39 [Wenchen Fan] minor fix
      b6401ba [Wenchen Fan] add type coercion for CaseKeyWhen and address comments
      ebc8c61 [Wenchen Fan] use SQLTestUtils and If
      625973c [Wenchen Fan] improve
      9ba2130 [Wenchen Fan] address comments
      fc0d741 [Wenchen Fan] fix style
      2846a04 [Wenchen Fan] fix 7952
      a0e46a0d
    • Davies Liu's avatar
      [SPARK-7978] [SQL] [PYSPARK] DecimalType should not be singleton · 91777a1c
      Davies Liu authored
      Author: Davies Liu <davies@databricks.com>
      
      Closes #6532 from davies/decimal and squashes the following commits:
      
      c7fcbce [Davies Liu] Update tests.py
      1425359 [Davies Liu] DecimalType should not be singleton
      91777a1c
    • Reynold Xin's avatar
      [SPARK-7986] Split scalastyle config into 3 sections. · 6f006b5f
      Reynold Xin authored
      (1) rules that we enforce.
      (2) rules that we would like to enforce, but haven't cleaned up the codebase to
          turn on yet (or we need to make the scalastyle rule more configurable).
      (3) rules that we don't want to enforce.
      
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6543 from rxin/scalastyle and squashes the following commits:
      
      beefaab [Reynold Xin] [SPARK-7986] Split scalastyle config into 3 sections.
      6f006b5f
    • Josh Rosen's avatar
      [MINOR] Enable PySpark SQL readerwriter and window tests · 9126ea4d
      Josh Rosen authored
      PySpark SQL's `readerwriter` and `window` doctests weren't being run by our test runner script; this patch re-enables them.
      
      Author: Josh Rosen <joshrosen@databricks.com>
      
      Closes #6542 from JoshRosen/enable-more-pyspark-sql-tests and squashes the following commits:
      
      9f46ce4 [Josh Rosen] Enable PySpark SQL readerwriter and window tests.
      9126ea4d
    • Sun Rui's avatar
      [SPARK-7227] [SPARKR] Support fillna / dropna in R DataFrame. · 46576ab3
      Sun Rui authored
      Author: Sun Rui <rui.sun@intel.com>
      
      Closes #6183 from sun-rui/SPARK-7227 and squashes the following commits:
      
      dd6f5b3 [Sun Rui] Rename readEnv() back to readMap(). Add alias na.omit() for dropna().
      41cf725 [Sun Rui] [SPARK-7227][SPARKR] Support fillna / dropna in R DataFrame.
      46576ab3
    • Reynold Xin's avatar
      [SPARK-3850] Turn style checker on for trailing whitespaces. · 866652c9
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6541 from rxin/trailing-whitespace-on and squashes the following commits:
      
      f72ebe4 [Reynold Xin] [SPARK-3850] Turn style checker on for trailing whitespaces.
      866652c9
    • Yuhao Yang's avatar
      [SPARK-7949] [MLLIB] [DOC] update document with some missing save/load · 06747003
      Yuhao Yang authored
      add save load for examples:
      KMeansModel
      PowerIterationClusteringModel
      Word2VecModel
      IsotonicRegressionModel
      
      Author: Yuhao Yang <hhbyyh@gmail.com>
      
      Closes #6498 from hhbyyh/docSaveLoad and squashes the following commits:
      
      7f9f06d [Yuhao Yang] add missing imports
      c604cad [Yuhao Yang] Merge remote-tracking branch 'upstream/master' into docSaveLoad
      1dd77cc [Yuhao Yang] update document with some missing save/load
      06747003
    • Reynold Xin's avatar
      [SPARK-3850] Trim trailing spaces for MLlib. · e1067d0a
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6534 from rxin/whitespace-mllib and squashes the following commits:
      
      38926e3 [Reynold Xin] [SPARK-3850] Trim trailing spaces for MLlib.
      e1067d0a
    • zsxwing's avatar
      [MINOR] Add license for dagre-d3 and graphlib-dot · d1d2def2
      zsxwing authored
      Add license for dagre-d3 and graphlib-dot
      
      Author: zsxwing <zsxwing@gmail.com>
      
      Closes #6539 from zsxwing/LICENSE and squashes the following commits:
      
      82b0475 [zsxwing] Add license for dagre-d3 and graphlib-dot
      d1d2def2
    • Reynold Xin's avatar
      [SPARK-7979] Enforce structural type checker. · 4b5f12ba
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6536 from rxin/structural-type-checker and squashes the following commits:
      
      f833151 [Reynold Xin] Fixed compilation.
      633f9a1 [Reynold Xin] Fixed typo.
      d1fa804 [Reynold Xin] [SPARK-7979] Enforce structural type checker.
      4b5f12ba
    • Reynold Xin's avatar
      [SPARK-3850] Trim trailing spaces for SQL. · 63a50be1
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6535 from rxin/whitespace-sql and squashes the following commits:
      
      de50316 [Reynold Xin] [SPARK-3850] Trim trailing spaces for SQL.
      63a50be1
    • Reynold Xin's avatar
      [SPARK-3850] Trim trailing spaces for examples/streaming/yarn. · 564bc11e
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6530 from rxin/trim-whitespace-1 and squashes the following commits:
      
      7b7b3a0 [Reynold Xin] Reset again.
      dc14597 [Reynold Xin] Reset scalastyle.
      cd556c4 [Reynold Xin] YARN, Kinesis, Flume.
      4223fe1 [Reynold Xin] [SPARK-3850] Trim trailing spaces for examples/streaming.
      564bc11e
    • Reynold Xin's avatar
      [SPARK-3850] Trim trailing spaces for core. · 74fdc97c
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6533 from rxin/whitespace-2 and squashes the following commits:
      
      038314c [Reynold Xin] [SPARK-3850] Trim trailing spaces for core.
      74fdc97c
    • Reynold Xin's avatar
      [SPARK-7975] Add style checker to disallow overriding equals covariantly. · 7896e99b
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      This patch had conflicts when merged, resolved by
      Committer: Reynold Xin <rxin@databricks.com>
      
      Closes #6527 from rxin/covariant-equals and squashes the following commits:
      
      e7d7784 [Reynold Xin] [SPARK-7975] Enforce CovariantEqualsChecker
      7896e99b
    • Cheng Lian's avatar
      [SQL] [MINOR] Adds @deprecated Scaladoc entry for SchemaRDD · 8764dcce
      Cheng Lian authored
      Author: Cheng Lian <lian@databricks.com>
      
      Closes #6529 from liancheng/schemardd-deprecation-fix and squashes the following commits:
      
      49765c2 [Cheng Lian] Adds @deprecated Scaladoc entry for SchemaRDD
      8764dcce
    • Reynold Xin's avatar
      [SPARK-7976] Add style checker to disallow overriding finalize. · 084fef76
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6528 from rxin/style-finalizer and squashes the following commits:
      
      a2211ca [Reynold Xin] [SPARK-7976] Enable NoFinalizeChecker.
      084fef76
  3. May 30, 2015
    • Cheng Lian's avatar
      [SQL] [MINOR] Fixes a minor comment mistake in IsolatedClientLoader · f7fe9e47
      Cheng Lian authored
      Author: Cheng Lian <lian@databricks.com>
      
      Closes #6521 from liancheng/classloader-comment-fix and squashes the following commits:
      
      fc09606 [Cheng Lian] Addresses @srowen's comment
      59945c5 [Cheng Lian] Fixes a minor comment mistake in IsolatedClientLoader
      f7fe9e47
    • Reynold Xin's avatar
      Update documentation for the new DataFrame reader/writer interface. · 00a71379
      Reynold Xin authored
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6522 from rxin/sql-doc-1.4 and squashes the following commits:
      
      c227be7 [Reynold Xin] Updated link.
      040b6d7 [Reynold Xin] Update documentation for the new DataFrame reader/writer interface.
      00a71379
    • Reynold Xin's avatar
      [SPARK-7971] Add JavaDoc style deprecation for deprecated DataFrame methods · c63e1a74
      Reynold Xin authored
      Scala deprecated annotation actually doesn't show up in JavaDoc.
      
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6523 from rxin/df-deprecated-javadoc and squashes the following commits:
      
      26da2b2 [Reynold Xin] [SPARK-7971] Add JavaDoc style deprecation for deprecated DataFrame methods.
      c63e1a74
    • Reynold Xin's avatar
      [SQL] Tighten up visibility for JavaDoc. · 14b314dc
      Reynold Xin authored
      I went through all the JavaDocs and tightened up visibility.
      
      Author: Reynold Xin <rxin@databricks.com>
      
      Closes #6526 from rxin/sql-1.4-visibility-for-docs and squashes the following commits:
      
      bc37d1e [Reynold Xin] Tighten up visibility for JavaDoc.
      14b314dc
    • Xiangrui Meng's avatar
      [SPARK-5610] [DOC] update genjavadocSettings to use the patched version of genjavadoc · 2b258e1c
      Xiangrui Meng authored
      This PR updates `genjavadocSettings` to use a patched version of `genjavadoc-plugin` that hides package private classes/methods/interfaces in the generated Java API doc. The patch can be found at: https://github.com/typesafehub/genjavadoc/compare/master...mengxr:spark-1.4.
      
      It wasn't merged into the main repo because there exist corner cases where a package private Scala class has to be a Java public class in order to compile. This doesn't seem to apply to the Spark codebase. So we release a patched version under `org.spark-project` and use it in the Spark build. brkyvz is publishing the artifacts to Maven Central.
      
      Need more people audit the generated APIs and make sure we don't have false negatives.
      
      Current listed classes under `org.apache.spark.rdd`:
      ![screen shot 2015-05-29 at 12 48 52 pm](https://cloud.githubusercontent.com/assets/829644/7891396/28fb9daa-0601-11e5-8ed8-4e9522d25a71.png)
      
      After this PR:
      ![screen shot 2015-05-29 at 12 48 23 pm](https://cloud.githubusercontent.com/assets/829644/7891408/408e210e-0601-11e5-975c-ff0a02eb5c91.png)
      
      cc: pwendell rxin srowen
      
      Author: Xiangrui Meng <meng@databricks.com>
      
      Closes #6506 from mengxr/SPARK-5610 and squashes the following commits:
      
      489c785 [Xiangrui Meng] update genjavadocSettings to use the patched version of genjavadoc
      2b258e1c
    • Josh Rosen's avatar
      [HOTFIX] Replace FunSuite with SparkFunSuite. · 66a53a69
      Josh Rosen authored
      This fixes a build break introduced by merging a6430028,
      which fails the new style checks that ensure that we use SparkFunSuite instead
      of FunSuite.
      66a53a69
    • Mike Dusenberry's avatar
      [SPARK-7920] [MLLIB] Make MLlib ChiSqSelector Serializable (& Fix Related Documentation Example). · 1281a351
      Mike Dusenberry authored
      The MLlib ChiSqSelector class is not serializable, and so the example in the ChiSqSelector documentation fails. Also, that example is missing the import of ChiSqSelector.
      
      This PR makes ChiSqSelector extend Serializable in MLlib, and adds the ChiSqSelector import statement to the associated example in the documentation.
      
      Author: Mike Dusenberry <dusenberrymw@gmail.com>
      
      Closes #6462 from dusenberrymw/Make_ChiSqSelector_Serializable_and_Fix_Related_Docs_Example and squashes the following commits:
      
      9cb2f94 [Mike Dusenberry] Make MLlib ChiSqSelector Serializable.
      d9003bf [Mike Dusenberry] Add missing import in MLlib ChiSqSelector Docs Scala example.
      1281a351
    • Yanbo Liang's avatar
      [SPARK-7918] [MLLIB] MLlib Python doc parity check for evaluation and feature · 1617363f
      Yanbo Liang authored
      Check then make the MLlib Python evaluation and feature doc to be as complete as the Scala doc.
      
      Author: Yanbo Liang <ybliang8@gmail.com>
      
      Closes #6461 from yanboliang/spark-7918 and squashes the following commits:
      
      940e3f1 [Yanbo Liang] truncate too long line and remove extra sparse
      a80ae58 [Yanbo Liang] MLlib Python doc parity check for evaluation and feature
      1617363f
    • Josh Rosen's avatar
      [SPARK-7855] Move bypassMergeSort-handling from ExternalSorter to own component · a6430028
      Josh Rosen authored
      Spark's `ExternalSorter` writes shuffle output files during sort-based shuffle. Sort-shuffle contains a configuration, `spark.shuffle.sort.bypassMergeThreshold`, which causes ExternalSorter to skip sorting and merging and simply write separate files per partition, which are then concatenated together to form the final map output file.
      
      The code paths used during this bypass are almost completely separate from ExternalSorter's other code paths, so refactoring them into a separate file can significantly simplify the code.
      
      In addition to re-arranging code, this patch deletes a bunch of dead code.  The main entry point into ExternalSorter is `insertAll()` and in SPARK-4479 / #3422 this method was modified to completely bypass in-memory buffering of records when `bypassMergeSort` takes effect. As a result, some of the spilling and merging code paths will no longer be called when `bypassMergeSort` is used, so we should be able to safely remove that code.
      
      There's an open JIRA ([SPARK-6026](https://issues.apache.org/jira/browse/SPARK-6026)) for removing the `bypassMergeThreshold` parameter and code paths; I have not done that here, but the changes in this patch will make removing that parameter significantly easier if we ever decide to do that.
      
      This patch also makes several improvements to shuffle-related tests and adds more defensive checks to certain shuffle classes:
      
      - DiskBlockObjectWriter now throws an exception if `fileSegment()` is called before `commitAndClose()` has been called.
      - DiskBlockObjectWriter's close methods are now idempotent, so calling any of the close methods twice in a row will no longer result in incorrect shuffle write metrics changes.  Calling `revertPartialWritesAndClose()` on a closed DiskBlockObjectWriter now has no effect (before, it might mess up the metrics).
      - The end-to-end shuffle record count metrics tests have been moved from InputOutputMetricsSuite to ShuffleSuite.  This means that these tests will now be run against all shuffle implementations rather than just the default shuffle configuration.
      - The end-to-end metrics tests now include a test of a job which performs aggregation in the shuffle.
      - Our tests now check that `shuffleBytesWritten == totalShuffleBytesRead`.
      - FileSegment now throws IllegalArgumentException if it is constructed with a negative length or offset.
      
      Author: Josh Rosen <joshrosen@databricks.com>
      
      Closes #6397 from JoshRosen/external-sorter-bypass-cleanup and squashes the following commits:
      
      bf3f3f6 [Josh Rosen] Merge remote-tracking branch 'origin/master' into external-sorter-bypass-cleanup
      8b216c4 [Josh Rosen] Guard against negative offsets and lengths in FileSegment
      03f35a4 [Josh Rosen] Minor fix to cleanup logic.
      b5cc35b [Josh Rosen] Move shuffle metrics tests to ShuffleSuite.
      8b8fb9e [Josh Rosen] Add more tests + defensive programming to DiskBlockObjectWriter.
      16564eb [Josh Rosen] Guard against calling fileSegment() before commitAndClose() has been called.
      96811b4 [Josh Rosen] Remove confusing taskMetrics.shuffleWriteMetrics() optional call
      8522b6a [Josh Rosen] Do not perform a map-side sort unless we're also doing map-side aggregation
      08e40f3 [Josh Rosen] Remove excessively clever (and wrong) implementation of newBuffer()
      d7f9938 [Josh Rosen] Add missing overrides; fix compilation
      71d76ff [Josh Rosen] Update Javadoc
      bf0d98f [Josh Rosen] Add comment to clarify confusing factory code
      5197f73 [Josh Rosen] Add missing private[this]
      30ef2c8 [Josh Rosen] Convert BypassMergeSortShuffleWriter to Java
      bc1a820 [Josh Rosen] Fix bug when aggregator is used but map-side combine is disabled
      0d3dcc0 [Josh Rosen] Remove unnecessary overloaded methods
      25b964f [Josh Rosen] Rename SortShuffleSorter to SortShuffleFileWriter
      0d9848c [Josh Rosen] Make it more clear that curWriteMetrics is now only used for spill metrics
      7af7aea [Josh Rosen] Combine spill() and spillToMergeableFile()
      6320112 [Josh Rosen] Add missing negation in deletion success check.
      d267e0d [Josh Rosen] Fix style issue
      7f15f7b [Josh Rosen] Back out extra cleanup-handling code, since this is already covered in stop()
      25aa3bd [Josh Rosen] Make sure to delete outputFile after errors.
      931ca68 [Josh Rosen] Refactor tests.
      6a35716 [Josh Rosen] Refactor logic for deciding when to bypass
      4b03539 [Josh Rosen] Move conf prior to first use
      1265b25 [Josh Rosen] Fix some style errors and comments.
      02355ef [Josh Rosen] More simplification
      d4cb536 [Josh Rosen] Delete more unused code
      bb96678 [Josh Rosen] Add missing interface file
      b6cc1eb [Josh Rosen] Realize that bypass never buffers; proceed to delete tons of code
      6185ee2 [Josh Rosen] WIP towards moving bypass code into own file.
      8d0678c [Josh Rosen] Move diskBytesSpilled getter next to variable
      19bccd6 [Josh Rosen] Remove duplicated buffer creation code.
      18959bb [Josh Rosen] Move comparator methods closer together.
      a6430028
    • Reynold Xin's avatar
    • Cheng Lian's avatar
      [SPARK-7849] [SQL] [Docs] Updates SQL programming guide for 1.4 · 6e3f0c78
      Cheng Lian authored
      Author: Cheng Lian <lian@databricks.com>
      
      Closes #6520 from liancheng/spark-7849 and squashes the following commits:
      
      705264b [Cheng Lian] Updates SQL programming guide for 1.4
      6e3f0c78
    • Reynold Xin's avatar
      Closes #4685 · d34b43bd
      Reynold Xin authored
      d34b43bd
    • Taka Shinagawa's avatar
      [DOCS] [MINOR] Update for the Hadoop versions table with hadoop-2.6 · 3ab71eb9
      Taka Shinagawa authored
      Updated the doc for the hadoop-2.6 profile, which is new to Spark 1.4
      
      Author: Taka Shinagawa <taka.epsilon@gmail.com>
      
      Closes #6450 from mrt/docfix2 and squashes the following commits:
      
      db1c43b [Taka Shinagawa] Updated the hadoop versions for hadoop-2.6 profile
      323710e [Taka Shinagawa] The hadoop-2.6 profile is added to the Hadoop versions table
      3ab71eb9
    • zhichao.li's avatar
      [SPARK-7717] [WEBUI] Only showing total memory and cores for alive workers · 2b35c99c
      zhichao.li authored
      Author: zhichao.li <zhichao.li@intel.com>
      
      Closes #6317 from zhichao-li/workers and squashes the following commits:
      
      d68bf11 [zhichao.li] change prefix
      99b6768 [zhichao.li] remove extra space and add 'Alive' prefix
      1e8eb06 [zhichao.li] only showing alive workers
      2b35c99c
    • WangTaoTheTonic's avatar
      [SPARK-7945] [CORE] Do trim to values in properties file · 9d8aadb7
      WangTaoTheTonic authored
      https://issues.apache.org/jira/browse/SPARK-7945
      
      Now applications submited by org.apache.spark.launcher.Main read properties file without doing trim to values in it.
      If user left a space after a value(say spark.driver.extraClassPath) then it probably affect global functions(like some jar could not be included in the classpath), so we should do it like Utils.getPropertiesFromFile.
      
      Author: WangTaoTheTonic <wangtao111@huawei.com>
      Author: Tao Wang <wangtao111@huawei.com>
      
      Closes #6496 from WangTaoTheTonic/SPARK-7945 and squashes the following commits:
      
      bb41b4b [Tao Wang] indent 4 to 2
      6dd1cf2 [WangTaoTheTonic] use a simpler way
      2c053a1 [WangTaoTheTonic] Do trim to values in properties file
      9d8aadb7
    • Sean Owen's avatar
      [SPARK-7890] [DOCS] Document that Spark 2.11 now supports Kafka · 8c8de3ed
      Sean Owen authored
      Remove caveat about Kafka / JDBC not being supported for Scala 2.11
      
      Author: Sean Owen <sowen@cloudera.com>
      
      Closes #6470 from srowen/SPARK-7890 and squashes the following commits:
      
      4652634 [Sean Owen] One more rewording
      7b7f3c8 [Sean Owen] Restore note about JDBC component
      126744d [Sean Owen] Remove caveat about Kafka / JDBC not being supported for Scala 2.11
      8c8de3ed
    • Wenchen Fan's avatar
      [SPARK-7964][SQL] remove unnecessary type coercion rule · 0978aec9
      Wenchen Fan authored
      We have defined these logics in `Cast` already, I think we should remove this rule.
      
      Author: Wenchen Fan <cloud0fan@outlook.com>
      
      Closes #6516 from cloud-fan/tmp2 and squashes the following commits:
      
      d5035a4 [Wenchen Fan] remove useless rule
      0978aec9
    • Octavian Geagla's avatar
      [SPARK-7459] [MLLIB] ElementwiseProduct Java example · e3a43748
      Octavian Geagla authored
      Author: Octavian Geagla <ogeagla@gmail.com>
      
      Closes #6008 from ogeagla/elementwise-prod-doc and squashes the following commits:
      
      72e6dc0 [Octavian Geagla] [SPARK-7459] [MLLIB] Java example import.
      cf2afbd [Octavian Geagla] [SPARK-7459] [MLLIB] Update description of example.
      b66431b [Octavian Geagla] [SPARK-7459] [MLLIB] Add override annotation to java example, make scala example use same data as java.
      6b26b03 [Octavian Geagla] [SPARK-7459] [MLLIB] Fix line which is too long.
      79af020 [Octavian Geagla] [SPARK-7459] [MLLIB] Actually don't use Java 8.
      9d5b31a [Octavian Geagla] [SPARK-7459] [MLLIB] Don't use Java 8
      4f0c92f [Octavian Geagla] [SPARK-7459] [MLLIB] ElementwiseProduct Java example.
      e3a43748
    • Timothy Chen's avatar
      [SPARK-7962] [MESOS] Fix master url parsing in rest submission client. · 78657d53
      Timothy Chen authored
      Only parse standalone master url when master url starts with spark://
      
      Author: Timothy Chen <tnachen@gmail.com>
      
      Closes #6517 from tnachen/fix_mesos_client and squashes the following commits:
      
      61a1198 [Timothy Chen] Fix master url parsing in rest submission client.
      78657d53
    • Octavian Geagla's avatar
      [SPARK-7576] [MLLIB] Add spark.ml user guide doc/example for ElementwiseProduct · da2112ae
      Octavian Geagla authored
      Author: Octavian Geagla <ogeagla@gmail.com>
      
      Closes #6501 from ogeagla/ml-guide-elemwiseprod and squashes the following commits:
      
      4ad93d5 [Octavian Geagla] [SPARK-7576] [MLLIB] Incorporate code review feedback.
      f7be7ad [Octavian Geagla] [SPARK-7576] [MLLIB] Add spark.ml user guide doc/example for ElementwiseProduct.
      da2112ae
    • Andrew Or's avatar
      [TRIVIAL] Typo fix for last commit · 193dba01
      Andrew Or authored
      193dba01
    • Andrew Or's avatar
      [SPARK-7558] Guard against direct uses of FunSuite / FunSuiteLike · 609c4923
      Andrew Or authored
      This is a follow-up patch to #6441.
      
      Author: Andrew Or <andrew@databricks.com>
      
      Closes #6510 from andrewor14/extends-funsuite-check and squashes the following commits:
      
      6618b46 [Andrew Or] Exempt SparkSinkSuite from the FunSuite check
      99d02ac [Andrew Or] Merge branch 'master' of github.com:apache/spark into extends-funsuite-check
      48874dd [Andrew Or] Guard against direct uses of FunSuite / FunSuiteLike
      609c4923
    • Burak Yavuz's avatar
      [SPARK-7957] Preserve partitioning when using randomSplit · 7ed06c39
      Burak Yavuz authored
      cc JoshRosen
      Thanks for noticing this!
      
      Author: Burak Yavuz <brkyvz@gmail.com>
      
      Closes #6509 from brkyvz/sample-perf-reg and squashes the following commits:
      
      497465d [Burak Yavuz] addressed code review
      293f95f [Burak Yavuz] [SPARK-7957] Preserve partitioning when using randomSplit
      7ed06c39
Loading