Quellcode durchsuchen

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

Alejandro Fernandez vor 10 Jahren
Ursprung
Commit
d6024ce70f

+ 6 - 0
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>