Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Driver executes sql statements which use "hiveconf" settings;
but the Driver itself may not change the configuration...
I've found an example; which shows how hazardous this is...
set hive.mapred.mode=strict; select "${hiveconf:hive.mapred.mode}"; create table t (a int); analyze table t compute statistics; select "${hiveconf:hive.mapred.mode}";
currently; the last select returns nonstrict because of this
Attachments
Attachments
Issue Links
- is blocked by
-
HIVE-18243 Cartesian error for joins defined in where clause
- Resolved
-
HIVE-18224 Introduce interface above driver
- Closed
- links to