REVERT 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/5e0010e2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5e0010e2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5e0010e2 Branch: refs/heads/branch-alerts-dev Commit: 5e0010e276999fcabbb6cbe1c12742a33d05607b Parents: 546f0ea Author: Alejandro Fernandez <[email protected]> Authored: Fri Oct 3 14:07:26 2014 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Fri Oct 3 14:07:26 2014 -0700 ---------------------------------------------------------------------- .../stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/5e0010e2/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 c1e8fa6..4deb489 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,10 +26,4 @@ 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>
