I am getting error which i am trying to check if the hdfs directory or not and i am trying check it through oozie fs action and below is the code, however, i am getting error. Appreciate any help on this.
</action> <decision name="deleteFrompraveenPostCondition">
<switch>
<case to="Export">
${fs:exists(/dev/praveen/test/*)}
</case>
<default to="statusLog"/>
</switch>
</decision>
--------------------------------- ERROR ----------------------------------------------------------
Encountered "/", expected one of [<INTEGER_LITERAL>, <FLOATING_POINT_LITERAL>, <STRING_LITERAL>, "true", "false", "null", "(", ")", "-", "not", "!", "empty", <IDENTIFIER>]
Appreciate any help on this ......