[jira] [Updated] (SPARK-30477) More KeyValueGroupedDataset methods should be composable

2020-01-09 Thread Paul Jones (Jira)
[ https://issues.apache.org/jira/browse/SPARK-30477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Jones updated SPARK-30477: --- Description: Right now many `KeyValueGroupedDataset` do not return a  `KeyValueGroupedDataset`. In s

[jira] [Created] (SPARK-30477) More KeyValueGroupedDataset methods should be composable

2020-01-09 Thread Paul Jones (Jira)
Paul Jones created SPARK-30477: -- Summary: More KeyValueGroupedDataset methods should be composable Key: SPARK-30477 URL: https://issues.apache.org/jira/browse/SPARK-30477 Project: Spark Issue Ty

[jira] [Commented] (SPARK-20658) spark.yarn.am.attemptFailuresValidityInterval doesn't seem to have an effect

2017-05-08 Thread Paul Jones (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-20658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16001803#comment-16001803 ] Paul Jones commented on SPARK-20658: The jars are versioned 2.7.3. Finally finished

[jira] [Commented] (SPARK-20658) spark.yarn.am.attemptFailuresValidityInterval doesn't seem to have an effect

2017-05-08 Thread Paul Jones (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-20658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16001628#comment-16001628 ] Paul Jones commented on SPARK-20658: Ah... This is using Amazons version of Hadoop 2

[jira] [Commented] (SPARK-20658) spark.yarn.am.attemptFailuresValidityInterval doesn't seem to have an effect

2017-05-08 Thread Paul Jones (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-20658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16001612#comment-16001612 ] Paul Jones commented on SPARK-20658: {noformat} $ spark-submit --version version 2.1

[jira] [Commented] (SPARK-20658) spark.yarn.am.attemptFailuresValidityInterval doesn't seem to have an effect

2017-05-08 Thread Paul Jones (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-20658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16001439#comment-16001439 ] Paul Jones commented on SPARK-20658: I know this likely isn't enough information to d

[jira] [Created] (SPARK-20658) spark.yarn.am.attemptFailuresValidityInterval doesn't seem to have an effect

2017-05-08 Thread Paul Jones (JIRA)
Paul Jones created SPARK-20658: -- Summary: spark.yarn.am.attemptFailuresValidityInterval doesn't seem to have an effect Key: SPARK-20658 URL: https://issues.apache.org/jira/browse/SPARK-20658 Project: Spa

[jira] [Updated] (SPARK-18067) Adding filter after SortMergeJoin creates unnecessary shuffle

2016-10-23 Thread Paul Jones (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Jones updated SPARK-18067: --- Description: Basic setup {code} scala> case class Data1(key: String, value1: Int) scala> case class

[jira] [Created] (SPARK-18067) Adding filter after SortMergeJoin creates unnecessary shuffle

2016-10-23 Thread Paul Jones (JIRA)
Paul Jones created SPARK-18067: -- Summary: Adding filter after SortMergeJoin creates unnecessary shuffle Key: SPARK-18067 URL: https://issues.apache.org/jira/browse/SPARK-18067 Project: Spark Is