30X Performance Improvement 🚀 Hive on Tez + LLAP Optimization Practices

Reference: guava source code : https://github.com/google/guava guava package conflict : https://superuser.com/questions/1492421/i-cant-run-hive-in-command-line guava update: https://issues.apache.org/jira/browse/HADOOP-15960 hive version: https://hive.apache.org/general/downloads/ tez official website: https://tez.apache.org/ tez-0.10.1 installation documentation: https://github.com/apache/tez/blob/branch-0.10.1/docs/src/site/markdown/install.md tez-timeline: https://github.com/apache/tez/blob/branch-0.10.1/docs/src/site/markdown/tez_yarn_timeline.md hive on Tez : https://hive.apache.org/docs/latest/hive-on-tez_33296197/ llap documentation: https://hive.apache.org/docs/latest/llap_62689557/ llap design documentation: https://issues.apache.org/jira/secure/attachment/12665704/LLAPdesigndocument.pdf https://www.cnblogs.com/boanxin/p/13336930.html https://hive.apache.org/docs/latest/llap_62689557/ https://www.cnblogs.com/lanston/p/13868096.html https://www.cnblogs.com/muzhongjiang/p/13181917.html Tez Tez is Apache’s newest open source computing framework for DAG jobs […]