[jira] [Closed] (SPARK-34348) applyInPandas doesn't seem to work with StructType output schema

2021-02-03 Thread Raman Srinivasan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raman Srinivasan closed SPARK-34348. > applyInPandas doesn't seem to work with StructType output schema >

[jira] [Commented] (SPARK-34348) applyInPandas doesn't seem to work with StructType output schema

2021-02-03 Thread Raman Srinivasan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17278404#comment-17278404 ] Raman Srinivasan commented on SPARK-34348: -- My mistake to modify the schema of the original

[jira] [Resolved] (SPARK-34348) applyInPandas doesn't seem to work with StructType output schema

2021-02-03 Thread Raman Srinivasan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raman Srinivasan resolved SPARK-34348. -- Resolution: Not A Problem > applyInPandas doesn't seem to work with StructType output

[jira] [Updated] (SPARK-34348) applyInPandas doesn't seem to work with StructType output schema

2021-02-03 Thread Raman Srinivasan (Jira)
[ https://issues.apache.org/jira/browse/SPARK-34348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raman Srinivasan updated SPARK-34348: - Description:   {code:java} df = spark.createDataFrame( [(1, 1.0), (1, 2.0), (2,

[jira] [Created] (SPARK-34348) applyInPandas doesn't seem to work with StructType output schema

2021-02-03 Thread Raman Srinivasan (Jira)
Raman Srinivasan created SPARK-34348: Summary: applyInPandas doesn't seem to work with StructType output schema Key: SPARK-34348 URL: https://issues.apache.org/jira/browse/SPARK-34348 Project:

[jira] [Updated] (SPARK-24888) spark-submit --master spark://host:port --status driver-id does not work

2018-07-23 Thread srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] srinivasan updated SPARK-24888: --- Description: spark-submit --master spark://host:port --status driver-id does not return anything.

[jira] [Created] (SPARK-24888) spark-submit --master spark://host:port --status driver-id does not work

2018-07-23 Thread srinivasan (JIRA)
srinivasan created SPARK-24888: -- Summary: spark-submit --master spark://host:port --status driver-id does not work Key: SPARK-24888 URL: https://issues.apache.org/jira/browse/SPARK-24888 Project: Spark

[jira] [Updated] (SPARK-23969) Using FPGrowth with PipelinedRDD gives EOF Error

2018-04-12 Thread Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Srinivasan updated SPARK-23969: --- Attachment: EOFError.docx > Using FPGrowth with PipelinedRDD gives EOF Error >

[jira] [Created] (SPARK-23969) Using FPGrowth with PipelinedRDD gives EOF Error

2018-04-12 Thread Srinivasan (JIRA)
Srinivasan created SPARK-23969: -- Summary: Using FPGrowth with PipelinedRDD gives EOF Error Key: SPARK-23969 URL: https://issues.apache.org/jira/browse/SPARK-23969 Project: Spark Issue Type: Bug

[jira] [Commented] (SPARK-19372) Code generation for Filter predicate including many OR conditions exceeds JVM method size limit

2017-08-13 Thread srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16125144#comment-16125144 ] srinivasan commented on SPARK-19372: [~kiszk] I created a new ticket ,

[jira] [Updated] (SPARK-21720) Filter predicate with many conditions throw stackoverflow error

2017-08-13 Thread srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] srinivasan updated SPARK-21720: --- Summary: Filter predicate with many conditions throw stackoverflow error (was: FIlter predicate

[jira] [Created] (SPARK-21720) FIlter predicate with many conditions throw stackoverflow error

2017-08-13 Thread srinivasan (JIRA)
srinivasan created SPARK-21720: -- Summary: FIlter predicate with many conditions throw stackoverflow error Key: SPARK-21720 URL: https://issues.apache.org/jira/browse/SPARK-21720 Project: Spark

[jira] [Comment Edited] (SPARK-19372) Code generation for Filter predicate including many OR conditions exceeds JVM method size limit

2017-08-11 Thread srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16123029#comment-16123029 ] srinivasan edited comment on SPARK-19372 at 8/11/17 8:29 AM: - Hi [~kiszk],

[jira] [Comment Edited] (SPARK-19372) Code generation for Filter predicate including many OR conditions exceeds JVM method size limit

2017-08-11 Thread srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16123029#comment-16123029 ] srinivasan edited comment on SPARK-19372 at 8/11/17 8:28 AM: - Hi [~kiszk],

[jira] [Commented] (SPARK-19372) Code generation for Filter predicate including many OR conditions exceeds JVM method size limit

2017-08-11 Thread srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-19372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16123029#comment-16123029 ] srinivasan commented on SPARK-19372: Hi [~kiszk], the fix does not work for select * from temp where

[jira] [Updated] (SPARK-21586) Read CSV (SQL Context) Doesnt ignore delimiters within special types of quotes, other special characters

2017-07-31 Thread Balasubramaniam Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-21586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Balasubramaniam Srinivasan updated SPARK-21586: --- Summary: Read CSV (SQL Context) Doesnt ignore delimiters within

[jira] [Created] (SPARK-21586) Read CSV (SQL Context) Doesnt ignore delimiters within special types of quotes

2017-07-31 Thread Balasubramaniam Srinivasan (JIRA)
Balasubramaniam Srinivasan created SPARK-21586: -- Summary: Read CSV (SQL Context) Doesnt ignore delimiters within special types of quotes Key: SPARK-21586 URL:

[jira] [Closed] (SPARK-20206) spark.ui.killEnabled=false property doesn't reflect on task/stages

2017-04-04 Thread srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-20206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] srinivasan closed SPARK-20206. -- Resolution: Not A Bug > spark.ui.killEnabled=false property doesn't reflect on task/stages >

[jira] [Commented] (SPARK-20206) spark.ui.killEnabled=false property doesn't reflect on task/stages

2017-04-04 Thread srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-20206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15954956#comment-15954956 ] srinivasan commented on SPARK-20206: Hi , I would like to close this issue .I have wrongly configured

[jira] [Updated] (SPARK-20206) spark.ui.killEnabled=false property doesn't reflect on task/stages

2017-04-03 Thread srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-20206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] srinivasan updated SPARK-20206: --- Priority: Minor (was: Major) > spark.ui.killEnabled=false property doesn't reflect on task/stages >

[jira] [Created] (SPARK-20206) spark.ui.killEnabled=false property doesn't reflect on task/stages

2017-04-03 Thread srinivasan (JIRA)
srinivasan created SPARK-20206: -- Summary: spark.ui.killEnabled=false property doesn't reflect on task/stages Key: SPARK-20206 URL: https://issues.apache.org/jira/browse/SPARK-20206 Project: Spark

[jira] [Comment Edited] (SPARK-18200) GraphX Invalid initial capacity when running triangleCount

2016-11-02 Thread SathyaNarayanan Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15631204#comment-15631204 ] SathyaNarayanan Srinivasan edited comment on SPARK-18200 at 11/3/16 2:31 AM:

[jira] [Commented] (SPARK-18200) GraphX Invalid initial capacity when running triangleCount

2016-11-02 Thread SathyaNarayanan Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15631204#comment-15631204 ] SathyaNarayanan Srinivasan commented on SPARK-18200: Thank you Dongjoon Hyun and