[jira] [Commented] (SPARK-46762) Spark Connect 3.5 Classloading issue with external jar

2024-02-28 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-46762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17821918#comment-17821918 ] Zhen Li commented on SPARK-46762: - [~tenstriker] can you provide more info to reproduce your error? the

[jira] [Created] (SPARK-45679) Add clusterBy in DataFrame API

2023-10-26 Thread Zhen Li (Jira)
Zhen Li created SPARK-45679: --- Summary: Add clusterBy in DataFrame API Key: SPARK-45679 URL: https://issues.apache.org/jira/browse/SPARK-45679 Project: Spark Issue Type: Improvement

[jira] [Created] (SPARK-44615) Rename spark connect client suites to avoid conflict

2023-07-31 Thread Zhen Li (Jira)
Zhen Li created SPARK-44615: --- Summary: Rename spark connect client suites to avoid conflict Key: SPARK-44615 URL: https://issues.apache.org/jira/browse/SPARK-44615 Project: Spark Issue Type:

[jira] [Created] (SPARK-44576) Session Artifact update breaks XXWithState methods in KVGDS

2023-07-27 Thread Zhen Li (Jira)
Zhen Li created SPARK-44576: --- Summary: Session Artifact update breaks XXWithState methods in KVGDS Key: SPARK-44576 URL: https://issues.apache.org/jira/browse/SPARK-44576 Project: Spark Issue

[jira] [Commented] (SPARK-43416) Fix the bug where the ProduceEncoder#tuples fields names are different from server

2023-07-05 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-43416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17740312#comment-17740312 ] Zhen Li commented on SPARK-43416: - [~hvanhovell] Yes. Fixed by

[jira] [Created] (SPARK-44228) Handle Row Encoder in nested struct

2023-06-28 Thread Zhen Li (Jira)
Zhen Li created SPARK-44228: --- Summary: Handle Row Encoder in nested struct Key: SPARK-44228 URL: https://issues.apache.org/jira/browse/SPARK-44228 Project: Spark Issue Type: Story

[jira] [Updated] (SPARK-44225) Move resolveSelfJoinCondition to Analyzer

2023-06-28 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-44225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-44225: Description: Move the Joinwith object e.g. `ResolveSelfJoinCondition` into analyzer instead. See more

[jira] [Created] (SPARK-44225) Move resolveSelfJoinCondition to Analyzer

2023-06-28 Thread Zhen Li (Jira)
Zhen Li created SPARK-44225: --- Summary: Move resolveSelfJoinCondition to Analyzer Key: SPARK-44225 URL: https://issues.apache.org/jira/browse/SPARK-44225 Project: Spark Issue Type: Story

[jira] [Created] (SPARK-44161) Row as UDF inputs causes encoder errors

2023-06-23 Thread Zhen Li (Jira)
Zhen Li created SPARK-44161: --- Summary: Row as UDF inputs causes encoder errors Key: SPARK-44161 URL: https://issues.apache.org/jira/browse/SPARK-44161 Project: Spark Issue Type: Bug

[jira] [Created] (SPARK-43757) Change CheckConnectJvmClientCompatibility to deny list to increase the API check coverage

2023-05-23 Thread Zhen Li (Jira)
Zhen Li created SPARK-43757: --- Summary: Change CheckConnectJvmClientCompatibility to deny list to increase the API check coverage Key: SPARK-43757 URL: https://issues.apache.org/jira/browse/SPARK-43757

[jira] [Created] (SPARK-43717) Scala Client Dataset#reduce failed to handle null partitions for scala primitive types

2023-05-22 Thread Zhen Li (Jira)
Zhen Li created SPARK-43717: --- Summary: Scala Client Dataset#reduce failed to handle null partitions for scala primitive types Key: SPARK-43717 URL: https://issues.apache.org/jira/browse/SPARK-43717

[jira] [Created] (SPARK-43416) Fix the bug where the ProduceEncoder#tuples fields names are different from server

2023-05-08 Thread Zhen Li (Jira)
Zhen Li created SPARK-43416: --- Summary: Fix the bug where the ProduceEncoder#tuples fields names are different from server Key: SPARK-43416 URL: https://issues.apache.org/jira/browse/SPARK-43416 Project:

[jira] [Created] (SPARK-43415) Impl mapValues for KVGDS#mapValues

2023-05-08 Thread Zhen Li (Jira)
Zhen Li created SPARK-43415: --- Summary: Impl mapValues for KVGDS#mapValues Key: SPARK-43415 URL: https://issues.apache.org/jira/browse/SPARK-43415 Project: Spark Issue Type: Improvement

[jira] [Created] (SPARK-43321) Impl Dataset#JoinWith

2023-04-28 Thread Zhen Li (Jira)
Zhen Li created SPARK-43321: --- Summary: Impl Dataset#JoinWith Key: SPARK-43321 URL: https://issues.apache.org/jira/browse/SPARK-43321 Project: Spark Issue Type: Improvement Components:

[jira] [Created] (SPARK-43223) KeyValueGroupedDataset#agg

2023-04-20 Thread Zhen Li (Jira)
Zhen Li created SPARK-43223: --- Summary: KeyValueGroupedDataset#agg Key: SPARK-43223 URL: https://issues.apache.org/jira/browse/SPARK-43223 Project: Spark Issue Type: Improvement

[jira] [Created] (SPARK-43136) Scala mapGroup, coGroup

2023-04-13 Thread Zhen Li (Jira)
Zhen Li created SPARK-43136: --- Summary: Scala mapGroup, coGroup Key: SPARK-43136 URL: https://issues.apache.org/jira/browse/SPARK-43136 Project: Spark Issue Type: Improvement Components:

[jira] [Created] (SPARK-42999) Impl Dataset#foreach, foreachPartitions

2023-03-31 Thread Zhen Li (Jira)
Zhen Li created SPARK-42999: --- Summary: Impl Dataset#foreach, foreachPartitions Key: SPARK-42999 URL: https://issues.apache.org/jira/browse/SPARK-42999 Project: Spark Issue Type: Improvement

[jira] [Created] (SPARK-42953) Impl typed map, flatMap, mapPartitions in Dataset

2023-03-28 Thread Zhen Li (Jira)
Zhen Li created SPARK-42953: --- Summary: Impl typed map, flatMap, mapPartitions in Dataset Key: SPARK-42953 URL: https://issues.apache.org/jira/browse/SPARK-42953 Project: Spark Issue Type:

[jira] [Commented] (SPARK-42519) Add more WriteTo tests after Scala Client session config is supported

2023-03-24 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17704655#comment-17704655 ] Zhen Li commented on SPARK-42519: - Hi [~fanjia] We need to figure out a way to pass the class files to

[jira] [Created] (SPARK-42786) Impl typed select in Dataset

2023-03-14 Thread Zhen Li (Jira)
Zhen Li created SPARK-42786: --- Summary: Impl typed select in Dataset Key: SPARK-42786 URL: https://issues.apache.org/jira/browse/SPARK-42786 Project: Spark Issue Type: Improvement

[jira] [Resolved] (SPARK-42175) Implement more methods in the Scala Client Dataset API

2023-03-03 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li resolved SPARK-42175. - Resolution: Duplicate > Implement more methods in the Scala Client Dataset API >

[jira] [Created] (SPARK-42656) Spark Connect Scala Client Shell Script

2023-03-02 Thread Zhen Li (Jira)
Zhen Li created SPARK-42656: --- Summary: Spark Connect Scala Client Shell Script Key: SPARK-42656 URL: https://issues.apache.org/jira/browse/SPARK-42656 Project: Spark Issue Type: Improvement

[jira] [Created] (SPARK-42575) Replace `AnyFunSuite` with `ConnectFunSuite` for scala client tests

2023-02-24 Thread Zhen Li (Jira)
Zhen Li created SPARK-42575: --- Summary: Replace `AnyFunSuite` with `ConnectFunSuite` for scala client tests Key: SPARK-42575 URL: https://issues.apache.org/jira/browse/SPARK-42575 Project: Spark

[jira] [Created] (SPARK-42573) Enable binary compatibility tests for SparkSession/Dataset/Column/functions

2023-02-24 Thread Zhen Li (Jira)
Zhen Li created SPARK-42573: --- Summary: Enable binary compatibility tests for SparkSession/Dataset/Column/functions Key: SPARK-42573 URL: https://issues.apache.org/jira/browse/SPARK-42573 Project: Spark

[jira] [Created] (SPARK-42533) SSL support for Scala Client

2023-02-22 Thread Zhen Li (Jira)
Zhen Li created SPARK-42533: --- Summary: SSL support for Scala Client Key: SPARK-42533 URL: https://issues.apache.org/jira/browse/SPARK-42533 Project: Spark Issue Type: Improvement

[jira] [Closed] (SPARK-42518) Scala client Write API V2

2023-02-22 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li closed SPARK-42518. --- > Scala client Write API V2 > - > > Key: SPARK-42518 >

[jira] [Updated] (SPARK-42519) Add more WriteTo tests after Scala Client session config is supported

2023-02-21 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-42519: Description: Add more test cases following the examples in "SparkConnectProtoSuite("WriteTo")" tests and

[jira] [Updated] (SPARK-42519) Add more WriteTo tests after Scala Client session config is supported

2023-02-21 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-42519: Summary: Add more WriteTo tests after Scala Client session config is supported (was: Scala Client

[jira] [Created] (SPARK-42519) Scala Client session config

2023-02-21 Thread Zhen Li (Jira)
Zhen Li created SPARK-42519: --- Summary: Scala Client session config Key: SPARK-42519 URL: https://issues.apache.org/jira/browse/SPARK-42519 Project: Spark Issue Type: Improvement

[jira] [Created] (SPARK-42518) Scala client Write API V2

2023-02-21 Thread Zhen Li (Jira)
Zhen Li created SPARK-42518: --- Summary: Scala client Write API V2 Key: SPARK-42518 URL: https://issues.apache.org/jira/browse/SPARK-42518 Project: Spark Issue Type: Improvement

[jira] [Closed] (SPARK-42482) Scala client Write API V1

2023-02-21 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li closed SPARK-42482. --- > Scala client Write API V1 > - > > Key: SPARK-42482 >

[jira] [Closed] (SPARK-42457) Scala Client Session Read API

2023-02-21 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li closed SPARK-42457. --- > Scala Client Session Read API > - > > Key: SPARK-42457 >

[jira] [Closed] (SPARK-42202) Scala Client E2E test stop the server gracefully

2023-02-21 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li closed SPARK-42202. --- > Scala Client E2E test stop the server gracefully > > >

[jira] [Closed] (SPARK-42429) IntelliJ Build issue: value getArgument is not a member of org.mockito.invocation.InvocationOnMock

2023-02-21 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li closed SPARK-42429. --- > IntelliJ Build issue: value getArgument is not a member of > org.mockito.invocation.InvocationOnMock >

[jira] [Closed] (SPARK-42172) Compatibility check for Scala Client

2023-02-21 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li closed SPARK-42172. --- > Compatibility check for Scala Client > > > Key:

[jira] [Closed] (SPARK-42043) Basic Scala Client Result Implementation

2023-02-21 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li closed SPARK-42043. --- > Basic Scala Client Result Implementation > - > >

[jira] [Updated] (SPARK-42482) Scala client Write API V1

2023-02-17 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-42482: Description: Add basic Dataset#write API for Scala client. (was: Add basic SparkSession#write API for

[jira] [Created] (SPARK-42482) Scala client Write API V1

2023-02-17 Thread Zhen Li (Jira)
Zhen Li created SPARK-42482: --- Summary: Scala client Write API V1 Key: SPARK-42482 URL: https://issues.apache.org/jira/browse/SPARK-42482 Project: Spark Issue Type: Improvement

[jira] [Created] (SPARK-42457) Scala Client Session Read API

2023-02-15 Thread Zhen Li (Jira)
Zhen Li created SPARK-42457: --- Summary: Scala Client Session Read API Key: SPARK-42457 URL: https://issues.apache.org/jira/browse/SPARK-42457 Project: Spark Issue Type: Improvement

[jira] [Updated] (SPARK-42449) Fix `native-image.propertie` in Scala Client

2023-02-15 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-42449: Description: The content of `native-image.propertie` file is not correct. This file is used to create a

[jira] [Updated] (SPARK-42449) Fix `native-image.propertie` in Scala Client

2023-02-15 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-42449: Description: The content of `native-image.propertie` file is not correct. This file is used by GraalVM

[jira] [Created] (SPARK-42449) Fix `native-image.propertie` in Scala Client

2023-02-15 Thread Zhen Li (Jira)
Zhen Li created SPARK-42449: --- Summary: Fix `native-image.propertie` in Scala Client Key: SPARK-42449 URL: https://issues.apache.org/jira/browse/SPARK-42449 Project: Spark Issue Type: Improvement

[jira] [Updated] (SPARK-42429) IntelliJ Build issue: value getArgument is not a member of org.mockito.invocation.InvocationOnMock

2023-02-13 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-42429: Description: When running the tests with IntelliJ, sometime the error pops out:  

[jira] [Updated] (SPARK-42429) IntelliJ Build issue: value getArgument is not a member of org.mockito.invocation.InvocationOnMock

2023-02-13 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-42429: Description: When running the tests with IntelliJ, sometime the error pops out:   {{

[jira] [Updated] (SPARK-42429) IntelliJ Build issue: value getArgument is not a member of org.mockito.invocation.InvocationOnMock

2023-02-13 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-42429: Description: When running the tests with IntelliJ, sometime the error pops out:    

[jira] [Created] (SPARK-42429) IntelliJ Build issue: value getArgument is not a member of org.mockito.invocation.InvocationOnMock

2023-02-13 Thread Zhen Li (Jira)
Zhen Li created SPARK-42429: --- Summary: IntelliJ Build issue: value getArgument is not a member of org.mockito.invocation.InvocationOnMock Key: SPARK-42429 URL: https://issues.apache.org/jira/browse/SPARK-42429

[jira] [Commented] (SPARK-42215) Better Scala Client Integration test

2023-01-27 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17681401#comment-17681401 ] Zhen Li commented on SPARK-42215: - Marking the tests as ITs in maven may cause the tests not found by

[jira] [Updated] (SPARK-42215) Better Scala Client Integration test

2023-01-27 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-42215: Description: The current Scala client has a few integration tests that requires a build first before

[jira] [Created] (SPARK-42215) Better Scala Client Integration test

2023-01-27 Thread Zhen Li (Jira)
Zhen Li created SPARK-42215: --- Summary: Better Scala Client Integration test Key: SPARK-42215 URL: https://issues.apache.org/jira/browse/SPARK-42215 Project: Spark Issue Type: Improvement

[jira] [Created] (SPARK-42202) Scala Client E2E test stop the server gracefully

2023-01-26 Thread Zhen Li (Jira)
Zhen Li created SPARK-42202: --- Summary: Scala Client E2E test stop the server gracefully Key: SPARK-42202 URL: https://issues.apache.org/jira/browse/SPARK-42202 Project: Spark Issue Type:

[jira] [Closed] (SPARK-38378) ANTLR grammar definition in separate Parser and Lexer files

2023-01-26 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-38378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li closed SPARK-38378. --- > ANTLR grammar definition in separate Parser and Lexer files >

[jira] [Closed] (SPARK-38646) Pull a trait out for Python functions

2023-01-26 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-38646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li closed SPARK-38646. --- > Pull a trait out for Python functions > - > > Key:

[jira] [Updated] (SPARK-42175) Implement more methods in the Scala Client Dataset API

2023-01-24 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-42175: Description: Also fix the TODOs in the MiMa compatibility test.

[jira] [Created] (SPARK-42175) Implement more methods in the Scala Client Dataset API

2023-01-24 Thread Zhen Li (Jira)
Zhen Li created SPARK-42175: --- Summary: Implement more methods in the Scala Client Dataset API Key: SPARK-42175 URL: https://issues.apache.org/jira/browse/SPARK-42175 Project: Spark Issue Type:

[jira] [Created] (SPARK-42172) Compatibility check for Scala Client

2023-01-24 Thread Zhen Li (Jira)
Zhen Li created SPARK-42172: --- Summary: Compatibility check for Scala Client Key: SPARK-42172 URL: https://issues.apache.org/jira/browse/SPARK-42172 Project: Spark Issue Type: Improvement

[jira] [Created] (SPARK-42135) Scala Client Proper logging for the client

2023-01-20 Thread Zhen Li (Jira)
Zhen Li created SPARK-42135: --- Summary: Scala Client Proper logging for the client Key: SPARK-42135 URL: https://issues.apache.org/jira/browse/SPARK-42135 Project: Spark Issue Type: Improvement

[jira] [Updated] (SPARK-42043) Basic Scala Client Result Implementation

2023-01-12 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-42043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-42043: Description: Adding the basic scala client Result implementation. Add some tests to verify the result can

[jira] [Created] (SPARK-42043) Basic Scala Client

2023-01-12 Thread Zhen Li (Jira)
Zhen Li created SPARK-42043: --- Summary: Basic Scala Client Key: SPARK-42043 URL: https://issues.apache.org/jira/browse/SPARK-42043 Project: Spark Issue Type: Improvement Components:

[jira] [Created] (SPARK-38646) Pull a trait out for Python functions

2022-03-24 Thread Zhen Li (Jira)
Zhen Li created SPARK-38646: --- Summary: Pull a trait out for Python functions Key: SPARK-38646 URL: https://issues.apache.org/jira/browse/SPARK-38646 Project: Spark Issue Type: Improvement

[jira] [Updated] (SPARK-38378) ANTLR grammar definition in separate Parser and Lexer files

2022-03-01 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-38378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-38378: Affects Version/s: (was: 3.2.2) > ANTLR grammar definition in separate Parser and Lexer files >

[jira] [Created] (SPARK-38378) ANTLR grammar definition in separate Parser and Lexer files

2022-03-01 Thread Zhen Li (Jira)
Zhen Li created SPARK-38378: --- Summary: ANTLR grammar definition in separate Parser and Lexer files Key: SPARK-38378 URL: https://issues.apache.org/jira/browse/SPARK-38378 Project: Spark Issue

[jira] [Created] (SPARK-33033) Display time series view for task metrics in history server

2020-09-30 Thread Zhen Li (Jira)
Zhen Li created SPARK-33033: --- Summary: Display time series view for task metrics in history server Key: SPARK-33033 URL: https://issues.apache.org/jira/browse/SPARK-33033 Project: Spark Issue

[jira] [Updated] (SPARK-31882) DAG-viz is not rendered correctly with pagination.

2020-09-21 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-31882: Affects Version/s: 2.4.4 > DAG-viz is not rendered correctly with pagination. >

[jira] [Updated] (SPARK-32886) '.../jobs/undefined' link from "Event Timeline" in jobs page

2020-09-17 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-32886: Affects Version/s: 2.4.4 > '.../jobs/undefined' link from "Event Timeline" in jobs page >

[jira] [Updated] (SPARK-32886) '.../jobs/undefined' link from EvenTimeline view

2020-09-15 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-32886: Attachment: undefinedlink.JPG > '.../jobs/undefined' link from EvenTimeline view >

[jira] [Updated] (SPARK-32886) '.../jobs/undefined' link from "Event Timeline" in jobs page

2020-09-15 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-32886: Summary: '.../jobs/undefined' link from "Event Timeline" in jobs page (was: '.../jobs/undefined' link

[jira] [Created] (SPARK-32886) '.../jobs/undefined' link from EvenTimeline view

2020-09-15 Thread Zhen Li (Jira)
Zhen Li created SPARK-32886: --- Summary: '.../jobs/undefined' link from EvenTimeline view Key: SPARK-32886 URL: https://issues.apache.org/jira/browse/SPARK-32886 Project: Spark Issue Type: Bug

[jira] [Updated] (SPARK-32581) update duration property for live ui application list and application apis

2020-08-10 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-32581: Attachment: updatedapiJPG.JPG oldapi.JPG > update duration property for live ui

[jira] [Created] (SPARK-32581) update duration property for live ui application list and application apis

2020-08-10 Thread Zhen Li (Jira)
Zhen Li created SPARK-32581: --- Summary: update duration property for live ui application list and application apis Key: SPARK-32581 URL: https://issues.apache.org/jira/browse/SPARK-32581 Project: Spark

[jira] [Updated] (SPARK-32028) App id link in history summary page point to wrong application attempt

2020-06-18 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-32028: Description: App id link in history summary page url is wrong, for multi attempts case. for details,

[jira] [Updated] (SPARK-32028) App id link in history summary page point to wrong application attempt

2020-06-18 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-32028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-32028: Attachment: wrong_attemptJPG.JPG multi_same.JPG > App id link in history summary page

[jira] [Created] (SPARK-32028) App id link in history summary page point to wrong application attempt

2020-06-18 Thread Zhen Li (Jira)
Zhen Li created SPARK-32028: --- Summary: App id link in history summary page point to wrong application attempt Key: SPARK-32028 URL: https://issues.apache.org/jira/browse/SPARK-32028 Project: Spark

[jira] [Created] (SPARK-32024) Disk usage tracker went negative in HistoryServerDiskManager

2020-06-18 Thread Zhen Li (Jira)
Zhen Li created SPARK-32024: --- Summary: Disk usage tracker went negative in HistoryServerDiskManager Key: SPARK-32024 URL: https://issues.apache.org/jira/browse/SPARK-32024 Project: Spark Issue

[jira] [Updated] (SPARK-31929) Too many event files triggered "java.io.IOException" in history server on Windows

2020-06-08 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-31929: Environment: System: Windows Config:  spark.history.retainedApplications 200

[jira] [Updated] (SPARK-31929) Too many event files triggered "java.io.IOException" in history server on Windows

2020-06-08 Thread Zhen Li (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhen Li updated SPARK-31929: Environment: System: Windows Config:  spark.history.retainedApplications 200

[jira] [Created] (SPARK-31929) Too many event files triggered "java.io.IOException" in history server on Windows

2020-06-08 Thread Zhen Li (Jira)
Zhen Li created SPARK-31929: --- Summary: Too many event files triggered "java.io.IOException" in history server on Windows Key: SPARK-31929 URL: https://issues.apache.org/jira/browse/SPARK-31929 Project: