๐ปTech/๐HIVE
[Hive] beeline ๊ณ์ ,ํจ์ค์๋ ์์ด ์๋ ๋ก๊ทธ์ธ ์ค์
_viper_
2019. 9. 23. 17:44
๋ฐ์ํ
hive 3.0 ๊ฐ์ ๊ฒฝ์ฐ ๋ชจ๋ hive ์ ์์ beeline์ผ๋ก ์ํํด์ผํ๋๋ฐ ๋งค๋ฒ ๊ณ์ ,ํจ์ค์๋ ์ ๋ ฅํ๋ ๋ถํธํจ๊ณผ ์ ์์ฑํ ๊ฒฝ์ฐ ๋ณด์๋ฌธ์ ๊ฐ ์๋๋ฐ ์๋ xml ํ์ผ์ ~/.beeline/ ๋ฐ์ ์์ฑํด์ฃผ๋ฉด ์๋ ๋ก๊ทธ์ธ์ด ๊ฐ๋ฅํฉ๋๋ค.
๐ก LDAP ์๋ ์ธ์ฆ ๋ฐฉ๋ฒ
vi /home/admin/.beeline/beeline-hs2-connection.xml
---------------------------------------------------------------
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>beeline.hs2.connection.user</name>
<value>hive</value>
</property>
<property>
<name>beeline.hs2.connection.password</name>
<value>hive_password</value>
</property>
</configuration>
---------------------------------------------------------------
## ๋ณธ์ธ๋ง ์ฝ์ ์ ์๋๋ก ์ ์ฉ
chmod 600 /home/admin/.beeline/beeline-hs2-connection.xml
์ฐธ์กฐ ๐: https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients
๐ ์ปค๋ฒ๋ก์ค ์๋ ์ธ์ฆ ๋ฐฉ๋ฒ
vi /home/admin/.beeline/beeline-hs2-connection.xml
------------------------------------------------------------
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>beeline.hs2.connection.principal</name>
<value>hive/local.example.com@DOMAIN.COM</value>
</property>
</configuration>
------------------------------------------------------------
## ๋ณธ์ธ๋ง ์ฝ์ ์ ์๋๋ก ์ ์ฉ
chmod 600 /home/admin/.beeline/beeline-hs2-connection.xml