blob: a1939b6ccb0f3f8e73e14b704404cd4e84b0e2c3 [file] [log] [blame]
--! qt:dataset:src
set hive.llap.execution.mode=auto;
set hive.exec.failure.hooks=org.apache.hadoop.hive.ql.hooks.VerifyCachingPrintStreamHook;
set hive.exec.post.hooks=org.apache.hadoop.hive.ql.hooks.VerifyCachingPrintStreamHook;
SELECT count(*) FROM src;
FROM src SELECT TRANSFORM (key, value) USING 'FAKE_SCRIPT_SHOULD_NOT_EXIST' AS key, value;
set hive.exec.failure.hooks=;
set hive.exec.post.hooks=;