You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Srimanth Gunturi (JIRA)" <ji...@apache.org> on 2014/05/23 21:38:03 UTC

[jira] [Created] (AMBARI-5883) Ambari needs to add additional jars in oozie.war for HDP 1 releases to support oozie-hive workflows

Srimanth Gunturi created AMBARI-5883:
----------------------------------------

             Summary: Ambari needs to add additional jars in oozie.war for HDP 1 releases to support oozie-hive workflows
                 Key: AMBARI-5883
                 URL: https://issues.apache.org/jira/browse/AMBARI-5883
             Project: Ambari
          Issue Type: Bug
          Components: controller
    Affects Versions: 1.6.0
            Reporter: Srimanth Gunturi
             Fix For: 1.6.1


In oozie-site.xml add-
{noformat}
<property>
<name>oozie.credentials.credentialclasses</name>
<value>hcat=org.apache.oozie.action.hadoop.HCatCredentials</value>
</property>

{noformat}
Oozie war preparation changed to include following jars-
{noformat}
hive-common
hive-exec
hcatalog-core
hcatalog-server-extensions
hive-metastore
hive-serde
webhcat-java-client
jackson-core-asl
jackson-mapper-asl
libfb303
{noformat}

oozie-hive tests were not tested before during HDP1 releases but this was added as part of patch release in gsInstaller



--
This message was sent by Atlassian JIRA
(v6.2#6252)