Tang Yan created HIVE-22689:
-------------------------------
Summary: Hive on Spark- if selecting an empty table with
hive.input.format=org.apache.hadoop.hive.ql.io.HiveInputFormat, the hive on
spark job will keep running without any stages.
Key: HIVE-22689
URL: https://issues.apache.org/jira/browse/HIVE-22689
Project: Hive
Issue Type: Bug
Components: Hive, Spark
Affects Versions: 1.1.0
Reporter: Tang Yan
SQL:
sourcetable is an empty table.
set hive.execution.engine=spark;
SET hive.input.format=org.apache.hadoop.hive.ql.io.HiveInputFormat;
insert into table targettable
select
*
from sourcetable where day='${rundate}';
--
This message was sent by Atlassian Jira
(v8.3.4#803005)