Skip to content
Snippets Groups Projects
  1. Jun 05, 2015
  2. Jun 04, 2015
    • Carson Wang's avatar
      [SPARK-8098] [WEBUI] Show correct length of bytes on log page · 3ba6fc51
      Carson Wang authored
      
      The log page should only show desired length of bytes. Currently it shows bytes from the startIndex to the end of the file. The "Next" button on the page is always disabled.
      
      Author: Carson Wang <carson.wang@intel.com>
      
      Closes #6640 from carsonwang/logpage and squashes the following commits:
      
      58cb3fd [Carson Wang] Show correct length of bytes on log page
      
      (cherry picked from commit 63bc0c44)
      Signed-off-by: default avatarTathagata Das <tathagata.das1565@gmail.com>
      3ba6fc51
    • Shivaram Venkataraman's avatar
      [SPARK-8027] [SPARKR] Move man pages creation to install-dev.sh · 0b71b851
      Shivaram Venkataraman authored
      
      This also helps us get rid of the sparkr-docs maven profile as docs are now built by just using -Psparkr when the roxygen2 package is available
      
      Related to discussion in #6567
      
      cc pwendell srowen -- Let me know if this looks better
      
      Author: Shivaram Venkataraman <shivaram@cs.berkeley.edu>
      
      Closes #6593 from shivaram/sparkr-pom-cleanup and squashes the following commits:
      
      b282241 [Shivaram Venkataraman] Remove sparkr-docs from release script as well
      8f100a5 [Shivaram Venkataraman] Move man pages creation to install-dev.sh This also helps us get rid of the sparkr-docs maven profile as docs are now built by just using -Psparkr when the roxygen2 package is available
      
      (cherry picked from commit 3dc00528)
      Signed-off-by: default avatarShivaram Venkataraman <shivaram@cs.berkeley.edu>
      0b71b851
    • Mike Dusenberry's avatar
      [SPARK-7969] [SQL] Added a DataFrame.drop function that accepts a Column reference. · 81ff7a90
      Mike Dusenberry authored
      
      Added a `DataFrame.drop` function that accepts a `Column` reference rather than a `String`, and added associated unit tests.  Basically iterates through the `DataFrame` to find a column with an expression that is equivalent to that of the `Column` argument supplied to the function.
      
      Author: Mike Dusenberry <dusenberrymw@gmail.com>
      
      Closes #6585 from dusenberrymw/SPARK-7969_Drop_method_on_Dataframes_should_handle_Column and squashes the following commits:
      
      514727a [Mike Dusenberry] Updating the @since tag of the drop(Column) function doc to reflect version 1.4.1 instead of 1.4.0.
      2f1bb4e [Mike Dusenberry] Adding an additional assert statement to the 'drop column after join' unit test in order to make sure the correct column was indeed left over.
      6bf7c0e [Mike Dusenberry] Minor code formatting change.
      e583888 [Mike Dusenberry] Adding more Python doctests for the df.drop with column reference function to test joined datasets that have columns with the same name.
      5f74401 [Mike Dusenberry] Updating DataFrame.drop with column reference function to use logicalPlan.output to prevent ambiguities resulting from columns with the same name. Also added associated unit tests for joined datasets with duplicate column names.
      4b8bbe8 [Mike Dusenberry] Adding Python support for Dataframe.drop with a Column reference.
      986129c [Mike Dusenberry] Added a DataFrame.drop function that accepts a Column reference rather than a String, and added associated unit tests.  Basically iterates through the DataFrame to find a column with an expression that is equivalent to one supplied to the function.
      
      (cherry picked from commit df7da07a)
      Signed-off-by: default avatarReynold Xin <rxin@databricks.com>
      81ff7a90
    • Daniel Darabos's avatar
      Fix maxTaskFailures comment · daf9451a
      Daniel Darabos authored
      
      If maxTaskFailures is 1, the task set is aborted after 1 task failure. Other documentation and the code supports this reading, I think it's just this comment that was off. It's easy to make this mistake — can you please double-check if I'm correct? Thanks!
      
      Author: Daniel Darabos <darabos.daniel@gmail.com>
      
      Closes #6621 from darabos/patch-2 and squashes the following commits:
      
      dfebdec [Daniel Darabos] Fix comment.
      
      (cherry picked from commit 10ba1880)
      Signed-off-by: default avatarSean Owen <sowen@cloudera.com>
      daf9451a
  3. Jun 03, 2015
  4. Jun 02, 2015
Loading