[jira] [Commented] (SPARK-29367) pandas udf not working with latest pyarrow release (0.15.0)

2020-03-06 Thread Alexander Tronchin-James (Jira)
[ https://issues.apache.org/jira/browse/SPARK-29367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17053715#comment-17053715 ] Alexander Tronchin-James commented on SPARK-29367: -- The fix suggested above to add 

[jira] [Created] (SPARK-29577) Implement p-value simulation and unit tests for chi2 test

2019-10-23 Thread Alexander Tronchin-James (Jira)
Alexander Tronchin-James created SPARK-29577: Summary: Implement p-value simulation and unit tests for chi2 test Key: SPARK-29577 URL: https://issues.apache.org/jira/browse/SPARK-29577

[jira] [Commented] (SPARK-14543) SQL/Hive insertInto has unexpected results

2019-07-18 Thread Alexander Tronchin-James (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16888246#comment-16888246 ] Alexander Tronchin-James commented on SPARK-14543: -- OK, thanks! > SQL/Hive insertInto

[jira] [Commented] (SPARK-14543) SQL/Hive insertInto has unexpected results

2019-07-17 Thread Alexander Tronchin-James (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16887508#comment-16887508 ] Alexander Tronchin-James commented on SPARK-14543: -- Did the calling syntax change for

[jira] [Commented] (SPARK-18829) Printing to logger

2019-07-17 Thread Alexander Tronchin-James (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16887450#comment-16887450 ] Alexander Tronchin-James commented on SPARK-18829: -- FWIW, the showString method on

[jira] [Commented] (SPARK-21097) Dynamic allocation will preserve cached data

2018-07-23 Thread James (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16553768#comment-16553768 ] James commented on SPARK-21097: --- Hi [~bradkaiser] whats the progress of this project or problem now? i'd

[jira] [Commented] (SPARK-23206) Additional Memory Tuning Metrics

2018-07-22 Thread James (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16552087#comment-16552087 ] James commented on SPARK-23206: --- Hi  [~elu] If I want to know the CPU metrics of executor level, what

[jira] [Commented] (SPARK-21097) Dynamic allocation will preserve cached data

2018-07-21 Thread James (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16551572#comment-16551572 ] James commented on SPARK-21097: --- Hi [~bradkaiser]   I find that you consider the memory space when

[jira] [Commented] (SPARK-21097) Dynamic allocation will preserve cached data

2018-07-15 Thread James (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16544820#comment-16544820 ] James commented on SPARK-21097: --- Hi, [~bradkaiser]   Could you please let me know what is the meaning of

[jira] [Issue Comment Deleted] (SPARK-21097) Dynamic allocation will preserve cached data

2018-07-15 Thread James (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James updated SPARK-21097: -- Comment: was deleted (was: Hi, [~bradkaiser]   Could you please let me know what is the meaning of row

[jira] [Commented] (SPARK-21097) Dynamic allocation will preserve cached data

2018-07-15 Thread James (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16544816#comment-16544816 ] James commented on SPARK-21097: --- Hi, [~bradkaiser]   Could you please let me know what is the meaning of

[jira] [Commented] (SPARK-12394) Support writing out pre-hash-partitioned data and exploit that in join optimizations to avoid shuffle (i.e. bucketing in Hive)

2016-08-25 Thread Alexander Tronchin-James (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15438461#comment-15438461 ] Alexander Tronchin-James commented on SPARK-12394: -- Awesome news Tejas! The filter

[jira] [Commented] (SPARK-12394) Support writing out pre-hash-partitioned data and exploit that in join optimizations to avoid shuffle (i.e. bucketing in Hive)

2016-08-22 Thread Alexander Tronchin-James (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-12394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431322#comment-15431322 ] Alexander Tronchin-James commented on SPARK-12394: -- Where can we read about/contribute