91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

hive怎么顯示當前數據庫名

發布時間:2021-12-02 09:35:18 來源:億速云 閱讀:681 作者:柒染 欄目:大數據

hive怎么顯示當前數據庫名,很多新手對此不是很清楚,為了幫助大家解決這個難題,下面小編將為大家詳細講解,有這方面需求的人可以來學習下,希望你能有所收獲。

當hive CLI啟動時,在hive > 提示符出現之前會優先執行文件.hiverc,Hive會自動在${HIVE_HOME}/bin目錄下尋找名為.hiverc文件,由此可以在這個文件中設置配置一些常用的參數。由于它是隱藏文件,我們可以用Linux的ls -a命令查看。

編寫 .hiverc,參考鏈接, 有說放在   $HOME/.hiverc  或者 $HIVE_HOME/bin/.hiverc

Putting the global hiverc in $HIVE_HOME/bin/.hiverc is deprecated. Please use $HIVE_CONF_DIR/.hiverc instead

   #在命令行中顯示當前數據庫名
    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;
Wednesday, August 28, 2013
Apache Hive: The .hiverc file
What is .hiverc file?
It is a file that is executed when you launch the hive shell - making it an ideal place for adding any hive configuration/customization you want set, on start of the hive shell. This could be:
- Setting column headers to be visible in query results
- Making the current database name part of the hive prompt
- Adding any jars or files
- Registering UDFs

.hiverc file location
The file is loaded from the hive conf directory.
I have the CDH4.2 distribution and the location is: /etc/hive/conf.cloudera.hive1
If the file does not exist, you can create it.
It needs to be deployed to every node from where you might launch the Hive shell.
[Note: I had to create the file;  The distribution did not come with it.]

Sample .hiverc
add jar /home/airawat/hadoop-lib/hive-contrib-0.10.0-cdh5.2.0.jar;
set hive.exec.mode.local.auto=true;
set hive.cli.print.header=true;
set hive.cli.print.current.db=true;
set hive.auto.convert.join=true;
set hive.mapjoin.smalltable.filesize=30000000;

查詢后信息顯示配置

1)在 hive-site.xml文件中添加如下配置信息,就可以實現顯示當前數據庫,以及查詢表的頭信息配置。

<property>

    <name>hive.cli.print.header</name>

    <value>true</value>

</property>


<property>

    <name>hive.cli.print.current.db</name>

    <value>true</value>

</property>

2)重新啟動hive,對比配置前后差異。

配置前:

hive怎么顯示當前數據庫名

配置后:

hive怎么顯示當前數據庫名

看完上述內容是否對您有幫助呢?如果還想對相關知識有進一步的了解或閱讀更多相關文章,請關注億速云行業資訊頻道,感謝您對億速云的支持。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

新郑市| 牙克石市| 岱山县| 丹阳市| 三门峡市| 金阳县| 武邑县| 泉州市| 南陵县| 吴忠市| 宝兴县| 安义县| 溧水县| 武山县| 正定县| 上思县| 五原县| 罗定市| 乌鲁木齐市| 黔东| 石泉县| 菏泽市| 凤庆县| 徐水县| 九台市| 蓝山县| 拉萨市| 阜康市| 土默特右旗| 南川市| 正宁县| 静海县| 汉阴县| 吉木乃县| 若羌县| 黄山市| 呼玛县| 杭锦旗| 礼泉县| 巴南区| 娱乐|