[ https://issues.apache.org/jira/browse/OOZIE-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13963411#comment-13963411 ]
Shwetha G S commented on OOZIE-1757: ------------------------------------ {quote} I tried with 2 arguments - (String name, String... types) and it doesn't work. Just (String... args) should work. Will check {quote} Even (String... args) will not work as commons-el has a check on number of arguments in EL and the actual function. We can't make this backward compatible, and adding another EL function is not good either. For now, I will use dataOutPartitionValue. If commons-el supports variable args later, probably this can be fixed > coord:dataOutPartitions doesn't work with hive action > ----------------------------------------------------- > > Key: OOZIE-1757 > URL: https://issues.apache.org/jira/browse/OOZIE-1757 > Project: Oozie > Issue Type: Bug > Reporter: Shwetha G S > Assignee: Shwetha G S > Labels: incompatible > Fix For: trunk > > Attachments: OOZIE-1757-v2.patch, OOZIE-1757.patch > > > Currently, coord:dataOutPartitions() generates string 'ds=2013-11-15-00-05'. > But this doesn't work with hive actions as hive expects quotes around > partition value i.e., ds='2013-11-15-00-05' -- This message was sent by Atlassian JIRA (v6.2#6252)