Enable Hive LLAP Via Knox What is Hive llap: Live Long And Process (LLAP) LLAP provides a hybrid execution model. It consists of a long-lived daemon which replaces direct interactions with the HDFS DataNode, and a tightly integrated DAG-based framework. For more details on hive llap follow below url: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=62689557 What is knox: The Apache Knox™ Gateway is an Application Gateway for interacting with the REST APIs and UIs of Apache Hadoop deployments. The Knox Gateway provides a single access point for all REST and HTTP interactions with Apache Hadoop clusters. For more details on knox please follow below url https://knox.apache.org/ Purpose: This page explains the process of enabling Hive LLAP Via Knox. Process: Step 1: Login to ambari and add the below properties in hive configs Hive.server2.thrift.http.path = cliservice Hive.server2.thrift.http.port = 10001 Hive.server2.transport.m...