[jira] [Updated] (SPARK-25832) remove newly added map related functions from FunctionRegistry

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-25832: -- Priority: Blocker (was: Major) > remove newly added map related functions from

[jira] [Assigned] (SPARK-25832) remove newly added map related functions from FunctionRegistry

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-25832: Assignee: Apache Spark (was: Wenchen Fan) > remove newly added map related functions

[jira] [Assigned] (SPARK-25832) remove newly added map related functions from FunctionRegistry

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-25832: Assignee: Wenchen Fan (was: Apache Spark) > remove newly added map related functions

[jira] [Commented] (SPARK-25832) remove newly added map related functions from FunctionRegistry

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16663233#comment-16663233 ] Apache Spark commented on SPARK-25832: -- User 'cloud-fan' has created a pull request for this issue:

[jira] [Created] (SPARK-25832) remove newly added map related functions from FunctionRegistry

2018-10-24 Thread Wenchen Fan (JIRA)
Wenchen Fan created SPARK-25832: --- Summary: remove newly added map related functions from FunctionRegistry Key: SPARK-25832 URL: https://issues.apache.org/jira/browse/SPARK-25832 Project: Spark

[jira] [Commented] (SPARK-25829) Duplicated map keys are not handled consistently

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16663230#comment-16663230 ] Dongjoon Hyun commented on SPARK-25829: --- Thank you for further investigation! Both tasks look not

[jira] [Commented] (SPARK-25829) Duplicated map keys are not handled consistently

2018-10-24 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16663121#comment-16663121 ] Wenchen Fan commented on SPARK-25829: - If we decide to follow "later entry wins", the following

[jira] [Commented] (SPARK-25829) Duplicated map keys are not handled consistently

2018-10-24 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16663118#comment-16663118 ] Wenchen Fan commented on SPARK-25829: - More investigation on "later entry wins". If we still allow

[jira] [Comment Edited] (SPARK-25829) Duplicated map keys are not handled consistently

2018-10-24 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16663103#comment-16663103 ] Wenchen Fan edited comment on SPARK-25829 at 10/25/18 2:20 AM: --- After more

[jira] [Commented] (SPARK-25829) Duplicated map keys are not handled consistently

2018-10-24 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16663103#comment-16663103 ] Wenchen Fan commented on SPARK-25829: - After more thoughts, both the map lookup behavior and

[jira] [Resolved] (SPARK-24917) Sending a partition over netty results in 2x memory usage

2018-10-24 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen resolved SPARK-24917. --- Resolution: Won't Fix Evidently obsoleted by the update to Netty 4.1.30 > Sending a partition over

[jira] [Updated] (SPARK-25830) should apply "earlier entry wins" in Dataset.collect

2018-10-24 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan updated SPARK-25830: Description: {code} scala> sql("select map(1,2,1,3)").collect res14:

[jira] [Updated] (SPARK-25831) should apply "earlier entry wins" in hive map value converter

2018-10-24 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan updated SPARK-25831: Description: {code} scala> sql("CREATE TABLE t AS SELECT map(1,2,1,3) as map") res11:

[jira] [Created] (SPARK-25831) should apply "earlier entry wins" in hive map value converter

2018-10-24 Thread Wenchen Fan (JIRA)
Wenchen Fan created SPARK-25831: --- Summary: should apply "earlier entry wins" in hive map value converter Key: SPARK-25831 URL: https://issues.apache.org/jira/browse/SPARK-25831 Project: Spark

[jira] [Created] (SPARK-25830) should apply "earlier entry wins" in Dataset.collect

2018-10-24 Thread Wenchen Fan (JIRA)
Wenchen Fan created SPARK-25830: --- Summary: should apply "earlier entry wins" in Dataset.collect Key: SPARK-25830 URL: https://issues.apache.org/jira/browse/SPARK-25830 Project: Spark Issue

[jira] [Updated] (SPARK-25824) Remove duplicated map entries in `showString`

2018-10-24 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan updated SPARK-25824: Issue Type: Sub-task (was: Bug) Parent: SPARK-25829 > Remove duplicated map entries in

[jira] [Updated] (SPARK-25829) Duplicated map keys are not handled consistently

2018-10-24 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan updated SPARK-25829: Description: In Spark SQL, we apply "earlier entry wins" semantic to duplicated map keys. e.g.

[jira] [Updated] (SPARK-25829) Duplicated map keys are not handled consistently

2018-10-24 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenchen Fan updated SPARK-25829: Description: In Spark SQL, we apply "earlier entry wins" semantic to duplicated map keys. e.g.

[jira] [Created] (SPARK-25829) Duplicated map keys are not handled consistently

2018-10-24 Thread Wenchen Fan (JIRA)
Wenchen Fan created SPARK-25829: --- Summary: Duplicated map keys are not handled consistently Key: SPARK-25829 URL: https://issues.apache.org/jira/browse/SPARK-25829 Project: Spark Issue Type:

[jira] [Commented] (SPARK-25824) Remove duplicated map entries in `showString`

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16663060#comment-16663060 ] Dongjoon Hyun commented on SPARK-25824: --- According to [~cloud_fan]'s analysis, this one is

[jira] [Updated] (SPARK-25824) Remove duplicated map entries in `showString`

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-25824: -- Issue Type: Bug (was: Improvement) > Remove duplicated map entries in `showString` >

[jira] [Commented] (SPARK-25828) Bumping Version of kubernetes.client to latest version

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16663045#comment-16663045 ] Apache Spark commented on SPARK-25828: -- User 'ifilonenko' has created a pull request for this

[jira] [Commented] (SPARK-25828) Bumping Version of kubernetes.client to latest version

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16663043#comment-16663043 ] Apache Spark commented on SPARK-25828: -- User 'ifilonenko' has created a pull request for this

[jira] [Assigned] (SPARK-25828) Bumping Version of kubernetes.client to latest version

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-25828: Assignee: Apache Spark > Bumping Version of kubernetes.client to latest version >

[jira] [Assigned] (SPARK-25828) Bumping Version of kubernetes.client to latest version

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-25828: Assignee: (was: Apache Spark) > Bumping Version of kubernetes.client to latest

[jira] [Commented] (SPARK-25828) Bumping Version of kubernetes.client to latest version

2018-10-24 Thread Stavros Kontopoulos (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16663033#comment-16663033 ] Stavros Kontopoulos commented on SPARK-25828: - Cool [~eje] [~ifilonenko] are you working on

[jira] [Resolved] (SPARK-23229) Dataset.hint should use planWithBarrier logical plan

2018-10-24 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen resolved SPARK-23229. --- Resolution: Won't Fix > Dataset.hint should use planWithBarrier logical plan >

[jira] [Commented] (SPARK-25828) Bumping Version of kubernetes.client to latest version

2018-10-24 Thread Erik Erlandson (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662978#comment-16662978 ] Erik Erlandson commented on SPARK-25828: cc [~skonto] > Bumping Version of kubernetes.client to

[jira] [Updated] (SPARK-25828) Bumping Version of kubernetes.client to latest version

2018-10-24 Thread Ilan Filonenko (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilan Filonenko updated SPARK-25828: --- Description: Upgrade the Kubernetes client version to at least

[jira] [Created] (SPARK-25828) Bumping Version of kubernetes.client to latest version

2018-10-24 Thread Ilan Filonenko (JIRA)
Ilan Filonenko created SPARK-25828: -- Summary: Bumping Version of kubernetes.client to latest version Key: SPARK-25828 URL: https://issues.apache.org/jira/browse/SPARK-25828 Project: Spark

[jira] [Resolved] (SPARK-24899) Add example of monotonically_increasing_id standard function to scaladoc

2018-10-24 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen resolved SPARK-24899. --- Resolution: Won't Fix > Add example of monotonically_increasing_id standard function to scaladoc >

[jira] [Assigned] (SPARK-25490) Refactor KryoBenchmark

2018-10-24 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen reassigned SPARK-25490: - Assignee: Gengliang Wang > Refactor KryoBenchmark > -- > >

[jira] [Resolved] (SPARK-25490) Refactor KryoBenchmark

2018-10-24 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen resolved SPARK-25490. --- Resolution: Fixed Fix Version/s: 3.0.0 Issue resolved by pull request 22663

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662899#comment-16662899 ] Dongjoon Hyun commented on SPARK-25823: --- Right. That one is cosmetic. I send my opinion on dev

[jira] [Comment Edited] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662899#comment-16662899 ] Dongjoon Hyun edited comment on SPARK-25823 at 10/24/18 9:42 PM: - Right.

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662891#comment-16662891 ] Sean Owen commented on SPARK-25823: --- I was referring to your comment at

[jira] [Commented] (SPARK-25807) Mitigate 1-based substr() confusion

2018-10-24 Thread kevin yu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662830#comment-16662830 ] kevin yu commented on SPARK-25807: -- Thanks Sean, ok, I will leave as it is.  > Mitigate 1-based

[jira] [Comment Edited] (SPARK-23015) spark-submit fails when submitting several jobs in parallel

2018-10-24 Thread Kevin Grealish (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662750#comment-16662750 ] Kevin Grealish edited comment on SPARK-23015 at 10/24/18 8:51 PM: -- One

[jira] [Assigned] (SPARK-25827) Replicating a block > 2gb with encryption fails

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-25827: Assignee: Apache Spark > Replicating a block > 2gb with encryption fails >

[jira] [Assigned] (SPARK-25827) Replicating a block > 2gb with encryption fails

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-25827: Assignee: (was: Apache Spark) > Replicating a block > 2gb with encryption fails >

[jira] [Commented] (SPARK-25827) Replicating a block > 2gb with encryption fails

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662825#comment-16662825 ] Apache Spark commented on SPARK-25827: -- User 'squito' has created a pull request for this issue:

[jira] [Updated] (SPARK-25807) Mitigate 1-based substr() confusion

2018-10-24 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen updated SPARK-25807: -- Target Version/s: (was: 2.4.0, 2.4.1, 2.5.0, 3.0.0) > Mitigate 1-based substr() confusion >

[jira] [Commented] (SPARK-25807) Mitigate 1-based substr() confusion

2018-10-24 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662817#comment-16662817 ] Sean Owen commented on SPARK-25807: --- They are meant to match Hive, SQL. They should not match Java,

[jira] [Created] (SPARK-25827) Replicating a block > 2gb with encryption fails

2018-10-24 Thread Imran Rashid (JIRA)
Imran Rashid created SPARK-25827: Summary: Replicating a block > 2gb with encryption fails Key: SPARK-25827 URL: https://issues.apache.org/jira/browse/SPARK-25827 Project: Spark Issue Type:

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662760#comment-16662760 ] Dongjoon Hyun commented on SPARK-25823: --- For me, this is a `data correctness` issue at

[jira] [Commented] (SPARK-25815) Kerberos Support in Kubernetes resource manager (Client Mode)

2018-10-24 Thread Marcelo Vanzin (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662761#comment-16662761 ] Marcelo Vanzin commented on SPARK-25815: I actually have this working (and also I'm adding

[jira] [Comment Edited] (SPARK-23015) spark-submit fails when submitting several jobs in parallel

2018-10-24 Thread Kevin Grealish (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662750#comment-16662750 ] Kevin Grealish edited comment on SPARK-23015 at 10/24/18 7:47 PM: -- One

[jira] [Updated] (SPARK-25737) Remove JavaSparkContextVarargsWorkaround and standardize union() methods

2018-10-24 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen updated SPARK-25737: -- Description: In ancient times in 2013, JavaSparkContext got a superclass

[jira] [Comment Edited] (SPARK-23015) spark-submit fails when submitting several jobs in parallel

2018-10-24 Thread Kevin Grealish (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662750#comment-16662750 ] Kevin Grealish edited comment on SPARK-23015 at 10/24/18 7:45 PM: -- One

[jira] [Updated] (SPARK-25737) Remove JavaSparkContextVarargsWorkaround and standardize union() methods

2018-10-24 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen updated SPARK-25737: -- Labels: release-notes (was: ) > Remove JavaSparkContextVarargsWorkaround and standardize union()

[jira] [Commented] (SPARK-23015) spark-submit fails when submitting several jobs in parallel

2018-10-24 Thread Kevin Grealish (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662750#comment-16662750 ] Kevin Grealish commented on SPARK-23015: One workaround is to create a temp directory in temp

[jira] [Resolved] (SPARK-25737) Remove JavaSparkContextVarargsWorkaround and standardize union() methods

2018-10-24 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen resolved SPARK-25737. --- Resolution: Fixed Fix Version/s: 3.0.0 Issue resolved by pull request 22729

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662743#comment-16662743 ] Dongjoon Hyun commented on SPARK-25823: --- Sorry, but who says this issue is cosmetic? I think you

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662737#comment-16662737 ] Sean Owen commented on SPARK-25823: --- Got it, you're saying that's cosmetic. But I understood from here

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662735#comment-16662735 ] Dongjoon Hyun commented on SPARK-25823: --- [~srowen] and [~cloud_fan]. To be clear, - This issue

[jira] [Comment Edited] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662726#comment-16662726 ] Dongjoon Hyun edited comment on SPARK-25823 at 10/24/18 7:31 PM: -

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662726#comment-16662726 ] Dongjoon Hyun commented on SPARK-25823: --- [~srowen]. I commend on SPARK-25824. Please see there. >

[jira] [Commented] (SPARK-25824) Remove duplicated map entries in `showString`

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662725#comment-16662725 ] Dongjoon Hyun commented on SPARK-25824: --- [~srowen]. Please see the description. The string

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662717#comment-16662717 ] Sean Owen commented on SPARK-25823: --- Hm, another tough one. It's not so much about what these new

[jira] [Updated] (SPARK-25826) Kerberos Support in Kubernetes resource manager

2018-10-24 Thread Ilan Filonenko (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilan Filonenko updated SPARK-25826: --- Description: This is the umbrella issue for all Kerberos related tasks with relation to

[jira] [Created] (SPARK-25826) Kerberos Support in Kubernetes

2018-10-24 Thread Ilan Filonenko (JIRA)
Ilan Filonenko created SPARK-25826: -- Summary: Kerberos Support in Kubernetes Key: SPARK-25826 URL: https://issues.apache.org/jira/browse/SPARK-25826 Project: Spark Issue Type: Umbrella

[jira] [Created] (SPARK-25825) Kerberos Support for Long Running Jobs in Kubernetes

2018-10-24 Thread Ilan Filonenko (JIRA)
Ilan Filonenko created SPARK-25825: -- Summary: Kerberos Support for Long Running Jobs in Kubernetes Key: SPARK-25825 URL: https://issues.apache.org/jira/browse/SPARK-25825 Project: Spark

[jira] [Assigned] (SPARK-25816) Functions does not resolve Columns correctly

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-25816: Assignee: Apache Spark > Functions does not resolve Columns correctly >

[jira] [Commented] (SPARK-25816) Functions does not resolve Columns correctly

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662688#comment-16662688 ] Apache Spark commented on SPARK-25816: -- User 'peter-toth' has created a pull request for this

[jira] [Assigned] (SPARK-25816) Functions does not resolve Columns correctly

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-25816: Assignee: (was: Apache Spark) > Functions does not resolve Columns correctly >

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662673#comment-16662673 ] Dongjoon Hyun commented on SPARK-25823: --- Ah, got it. I thought a different one. For mine, I

[jira] [Commented] (SPARK-25824) Remove duplicated map entries in `showString`

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662670#comment-16662670 ] Dongjoon Hyun commented on SPARK-25824: --- cc [~maropu] > Remove duplicated map entries in

[jira] [Commented] (SPARK-14989) Upgrade to Jackson 2.7.3

2018-10-24 Thread nirav patel (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662668#comment-16662668 ] nirav patel commented on SPARK-14989: - Any updates on this? Spark 2.2 still uses Jackson 1.9.13!

[jira] [Created] (SPARK-25824) Remove duplicated map entries in `showString`

2018-10-24 Thread Dongjoon Hyun (JIRA)
Dongjoon Hyun created SPARK-25824: - Summary: Remove duplicated map entries in `showString` Key: SPARK-25824 URL: https://issues.apache.org/jira/browse/SPARK-25824 Project: Spark Issue Type:

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662666#comment-16662666 ] Wenchen Fan commented on SPARK-25823: - Anyway we should make map lookup and toString/collect

[jira] [Comment Edited] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662660#comment-16662660 ] Dongjoon Hyun edited comment on SPARK-25823 at 10/24/18 6:38 PM: - Ur, I

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662660#comment-16662660 ] Dongjoon Hyun commented on SPARK-25823: --- BTW, [~cloud_fan]. I'm looking around this issue. I'll

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662646#comment-16662646 ] Wenchen Fan commented on SPARK-25823: - [~dongjoon] good catch! I think we should update collect to

[jira] [Updated] (SPARK-25812) Flaky test: PagedTableSuite.pageNavigation

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-25812: -- Component/s: Tests > Flaky test: PagedTableSuite.pageNavigation >

[jira] [Updated] (SPARK-23415) BufferHolderSparkSubmitSuite is flaky

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-23415: -- Component/s: Tests > BufferHolderSparkSubmitSuite is flaky >

[jira] [Updated] (SPARK-25542) Flaky test: OpenHashMapSuite

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-25542: -- Component/s: Tests > Flaky test: OpenHashMapSuite > > >

[jira] [Updated] (SPARK-23622) Flaky Test: HiveClientSuites

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-23622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-23622: -- Component/s: Tests > Flaky Test: HiveClientSuites > > >

[jira] [Updated] (SPARK-25792) Flaky test: BarrierStageOnSubmittedSuite."submit a barrier ResultStage that requires more slots than current total under local-cluster mode"

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-25792: -- Component/s: Tests > Flaky test: BarrierStageOnSubmittedSuite."submit a barrier ResultStage

[jira] [Updated] (SPARK-24318) Flaky test: SortShuffleSuite

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-24318: -- Component/s: Tests > Flaky test: SortShuffleSuite > > >

[jira] [Updated] (SPARK-24285) Flaky test: ContinuousSuite.query without test harness

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-24285: -- Component/s: Tests > Flaky test: ContinuousSuite.query without test harness >

[jira] [Updated] (SPARK-24153) Flaky Test: DirectKafkaStreamSuite

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-24153: -- Component/s: Tests > Flaky Test: DirectKafkaStreamSuite > --

[jira] [Updated] (SPARK-24239) Flaky test: KafkaContinuousSourceSuite.subscribing topic by name from earliest offsets

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-24239: -- Component/s: Tests > Flaky test: KafkaContinuousSourceSuite.subscribing topic by name from >

[jira] [Updated] (SPARK-24211) Flaky test: StreamingOuterJoinSuite

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-24211: -- Component/s: Tests > Flaky test: StreamingOuterJoinSuite >

[jira] [Updated] (SPARK-24173) Flaky Test: VersionsSuite

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-24173: -- Component/s: Tests > Flaky Test: VersionsSuite > - > >

[jira] [Commented] (SPARK-24140) Flaky test: KMeansClusterSuite.task size should be small in both training and prediction

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662637#comment-16662637 ] Dongjoon Hyun commented on SPARK-24140: --- Sorry, I don't have new links. You may take a look at the

[jira] [Updated] (SPARK-24140) Flaky test: KMeansClusterSuite.task size should be small in both training and prediction

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-24140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-24140: -- Component/s: Tests > Flaky test: KMeansClusterSuite.task size should be small in both

[jira] [Comment Edited] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662618#comment-16662618 ] Dongjoon Hyun edited comment on SPARK-25823 at 10/24/18 5:59 PM: - Right.

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662618#comment-16662618 ] Dongjoon Hyun commented on SPARK-25823: --- Right. This is a long lasting issue when CreateMap added.

[jira] [Updated] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-25823: -- Labels: correctness (was: ) > map_filter can generate incorrect data >

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662616#comment-16662616 ] Wenchen Fan commented on SPARK-25823: - BTW one improvement we can do is to remove duplicated map

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Wenchen Fan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662613#comment-16662613 ] Wenchen Fan commented on SPARK-25823: - I did a few experiments {code} scala> sql("SELECT

[jira] [Updated] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongjoon Hyun updated SPARK-25823: -- Description: This is not a regression because this occurs in new high-order functions like

[jira] [Commented] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662583#comment-16662583 ] Dongjoon Hyun commented on SPARK-25823: --- cc [~cloud_fan], [~srowen], [~smilegator],

[jira] [Commented] (SPARK-25822) Fix a race condition when releasing a Python worker

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662582#comment-16662582 ] Apache Spark commented on SPARK-25822: -- User 'zsxwing' has created a pull request for this issue:

[jira] [Assigned] (SPARK-25822) Fix a race condition when releasing a Python worker

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-25822: Assignee: Shixiong Zhu (was: Apache Spark) > Fix a race condition when releasing a

[jira] [Assigned] (SPARK-25822) Fix a race condition when releasing a Python worker

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-25822: Assignee: Apache Spark (was: Shixiong Zhu) > Fix a race condition when releasing a

[jira] [Commented] (SPARK-25822) Fix a race condition when releasing a Python worker

2018-10-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16662580#comment-16662580 ] Apache Spark commented on SPARK-25822: -- User 'zsxwing' has created a pull request for this issue:

[jira] [Created] (SPARK-25823) map_filter can generate incorrect data

2018-10-24 Thread Dongjoon Hyun (JIRA)
Dongjoon Hyun created SPARK-25823: - Summary: map_filter can generate incorrect data Key: SPARK-25823 URL: https://issues.apache.org/jira/browse/SPARK-25823 Project: Spark Issue Type: Bug

[jira] [Created] (SPARK-25822) Fix a race condition when releasing a Python worker

2018-10-24 Thread Shixiong Zhu (JIRA)
Shixiong Zhu created SPARK-25822: Summary: Fix a race condition when releasing a Python worker Key: SPARK-25822 URL: https://issues.apache.org/jira/browse/SPARK-25822 Project: Spark Issue

[jira] [Resolved] (SPARK-25798) Internally document type conversion between Pandas data and SQL types in Pandas UDFs

2018-10-24 Thread Bryan Cutler (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-25798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Cutler resolved SPARK-25798. -- Resolution: Fixed Fix Version/s: 3.0.0 Issue resolved by pull request 22795

  1   2   >