Hi Robert, Hive schema was not enabled on our cluster, we will try to get it enabled.
We have lots of hive actions defined in wf xml, and in most of the actions <param>s are same, is it possible to provide common params for hive actions(or all action) which hive action can pick up and provide as -hiveconf while running hive queries. <global> tag accepts only 4 options (job-tracker,name-node,job-xml and configuration), I don't see any proper place to provide param here and if we provide them in configuration, will they be picked by hive action as parameters to hive query. Thanks Abhishek On Fri, Oct 25, 2013 at 11:19 PM, Robert Kanter <[email protected]>wrote: > Hi Abhishek, > > Hive schemas < 0.3 had already been created when we added the global > section, so we couldn't change them. Is there a reason you can't use Hive > schema 0.4? IIRC, its almost identical to schema 0.3 except that it > doesn't require a Job Tracker or Name Node, which is what you want. > > > - Robert > > > On Fri, Oct 25, 2013 at 4:31 AM, Abhishek Gayakwad <[email protected] > >wrote: > > > Hi All, > > > > Referring to this link - > > > > > http://oozie.apache.org/docs/3.3.0/WorkflowFunctionalSpec.html#GlobalConfigurations > > > > As of schema 0.4 we can define some global parameters (e.g.job-tracker, > > name-node,job-xml & configuration) which will remove lots of repetitive > > params in workflow xml. > > > > for hive actions < schema 0.4 I can use only job-xml as global param, any > > specific reason for this ? > > > > > > > http://oozie.apache.org/docs/3.3.0/DG_HiveActionExtension.html#Hive_Action_Schema_Version_0.3 > > > > We have huge oozie hive workflows and most of the hive actions have > common > > params, is there any option available or future plan to provide ability > to > > define global hive parameters ?? This will make workflow xmls really > short. > > > > > > Thanks > > Abhishek > > >
