AMBARI-7618. Hive load local command fails due to not finding hcatalog-core.jar 
(alejandro)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/546f0ead
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/546f0ead
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/546f0ead

Branch: refs/heads/branch-alerts-dev
Commit: 546f0eadebe9afbee9dc449db6cea04d6a7c1a24
Parents: ddabf12
Author: Alejandro Fernandez <[email protected]>
Authored: Thu Oct 2 14:53:17 2014 -0700
Committer: Alejandro Fernandez <[email protected]>
Committed: Fri Oct 3 14:04:23 2014 -0700

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml   | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/546f0ead/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
index 4deb489..c1e8fa6 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml
@@ -26,4 +26,10 @@ limitations under the License.
     The user defined authorization class should implement interface 
org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProvider.  
</description>
   </property>
 
+  <property>
+    <name>hive.aux.jars.path</name>
+    <value>file:///usr/hdp/current/hive-hcatalog/share/hcatalog</value>
+    <description>Comma-separated list of the location of the plugin jars that 
contain implementations of user defined functions and SerDes.</description>
+  </property>
+
 </configuration>

Reply via email to