FAILED: ParseException line 1:0 character '#' not supported here


くさび


hive .hiverc構成でエラーが発生しましたFAILED: ParseException line 1:0 character '#' not supported here

.hiverc

hive  ,  ,    `--`   `# `。  `;`
-- 
set hive.cli.print.current.db=true; 
-- 
set hive.cli.print.header=true;
-- 
set hive.enforce.bucketing=true;
-- hive 
set hive.exec.compress.intermediate=true;
-- map BZip2 / 
set mapred.map.output.compression.codec=org.apache.hadoop.io.compress.BZip2Codec;
-- hive 
set hive.exec.compress.output=true;
--  hive MR BZip2 / 
set mapred.output.compression.codec=org.apache.hadoop.io.compress.BZip2Codec;
--  hive local mapred 
set hive.exec.mode.local.auto=true;
 

ファイルの保存パス


1ユーザーディレクトリの下


2 /etc/hive/conf


このディレクトリに配置すると、すべてのユーザーが有効になります.