[
https://issues.apache.org/jira/browse/SPARK-27854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
kai zhao updated SPARK-27854:
-----------------------------
Description:
I am using Spark 1.6.2 which is from hdp package.
Reproduce Steps:
1.Start Spark thrift server Or write DataFrame Code
2.Execute SQL like:select * from table_a left join table_b on table_a.fieldA
<= table_b.fieldB
3.Wait until the job is finished
Actual Result:
SQL won't execute failed With multipule task error:
Expect:
SQL runs Successfully
I have tried every method on the Internet . But it still won't work
was:
I am using Spark 1.6.2 which is from hdp package.
Reproduce Steps:
1.Start Spark thrift server Or write DataFrame Code
2.Execute SQL like:select * from table_a left join table_b on table_a.fieldA
<= table_b.fieldB
3.Wait until the job is finished
Actual Result:
SQL won't execute failed With Error:
Expect:
SQL runs Successfully
I have tried every method on the Internet . But it still won't work
> [Spark-SQL] OOM when using unequal join sql
> --------------------------------------------
>
> Key: SPARK-27854
> URL: https://issues.apache.org/jira/browse/SPARK-27854
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 1.6.2
> Reporter: kai zhao
> Priority: Major
>
> I am using Spark 1.6.2 which is from hdp package.
> Reproduce Steps:
> 1.Start Spark thrift server Or write DataFrame Code
> 2.Execute SQL like:select * from table_a left join table_b on table_a.fieldA
> <= table_b.fieldB
> 3.Wait until the job is finished
>
> Actual Result:
> SQL won't execute failed With multipule task error:
>
> Expect:
> SQL runs Successfully
> I have tried every method on the Internet . But it still won't work
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]