Weizhong created SPARK-14003:
--------------------------------
Summary: Multi-session can not work when run one session is
running "INSERT ... SELECT" move files step
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: [email protected]
For additional commands, e-mail: [email protected]