You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:37:39 UTC

[jira] [Resolved] (SPARK-14003) Multi-session can not work when one session is moving files for "INSERT ... SELECT" clause

     [ https://issues.apache.org/jira/browse/SPARK-14003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-14003.
----------------------------------
    Resolution: Incomplete

> Multi-session can not work when one session is moving files for "INSERT ... SELECT" clause
> ------------------------------------------------------------------------------------------
>
>                 Key: SPARK-14003
>                 URL: https://issues.apache.org/jira/browse/SPARK-14003
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.6.1
>            Reporter: Weizhong
>            Priority: Major
>              Labels: bulk-closed
>
> 1. Start ThriftServer
> 2. beeline A connect to ThriftServer, run "INSERT INTO ... SELECT"
> 3. when beeline A job is finished and start moving files, beeline B connect to ThriftServer, then it will pending
> This is because we run client.loadDynamicPatitions in withHiveState, so it will locked, then beeline B can't get the lock until beeline A finished moving files.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org