[ https://issues.apache.org/jira/browse/OOZIE-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13951197#comment-13951197 ]
Rohini Palaniswamy commented on OOZIE-1757: ------------------------------------------- We should keep this backward compatible. Shwetha, is it possible to fix it to use pig as default if action type is not specified. i.e keep the old one and also the new one. Also found a error in documentation "in addition to dataoutPartitionsPig()" in Section 6.8.7 coord:dataOutPartitionValue(String name, String partition) EL function. Can you change that to dataoutPartitions() in this patch? I was wondering how it was tested if dataOutPartitions did not work for hive and then realized dataOutPartitionValue solves that problem. dataOutPartitionValue can be used instead to construct the string as desired currently for hive. But agree that fixing dataOutPartitions will make it more easy for users. > 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)