-
Notifications
You must be signed in to change notification settings - Fork 2
Hive
Youngwoo Kim edited this page Feb 1, 2018
·
10 revisions
Hive & Tez, http://pivotalhd.docs.pivotal.io/docs/performance-tuning-guide.html https://developer.ibm.com/hadoop/2015/12/14/install-tez-iop-4-1/
Hive 2.1.1 & MSSQL
Hive LLAP:
- https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_command-line-installation/content/llap_install_unsecure.html
- http://eastcirclek.blogspot.kr/2016/10/how-to-start-hive-llap-functionality.html
- http://hostname:10002
- https://issues.apache.org/jira/browse/HIVE-12338
- http://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_hive_webui.html
- Hive CLI / beeline:
set hive.execution.engine=tez;
set tez.queue.name=root.default;
SELECT ...
- Hive JDBC:
jdbc:hive2://ichbig-01-002:10000?hive.execution.engine=tez;tez.queue.name=root.default
https://streever.atlassian.net/wiki/display/HADOOP/Hive+Performance+Tips