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

2019-05-20 Thread Hyukjin Kwon (JIRA)


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

Hyukjin Kwon updated SPARK-14003:
-
Labels: bulk-closed  (was: )

> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



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

2016-11-16 Thread Herman van Hovell (JIRA)

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

Herman van Hovell updated SPARK-14003:
--
Priority: Major  (was: Critical)

> 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
>
> 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
(v6.3.4#6332)

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



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

2016-03-19 Thread Weizhong (JIRA)

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

Weizhong updated SPARK-14003:
-
Summary: Multi-session can not work when one session is moving files for 
"INSERT ... SELECT" clause  (was: Multi-session can not work when run one 
session is running "INSERT ... SELECT" move files step)

> 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: Critical
>
> 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
(v6.3.4#6332)

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