[ https://issues.apache.org/jira/browse/FALCON-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15849717#comment-15849717 ]
ASF GitHub Bot commented on FALCON-2267: ---------------------------------------- Github user sandeepSamudrala closed the pull request at: https://github.com/apache/falcon/pull/354 > Definition api fails if resources are empty > ------------------------------------------- > > Key: FALCON-2267 > URL: https://issues.apache.org/jira/browse/FALCON-2267 > Project: Falcon > Issue Type: Bug > Components: extensions > Affects Versions: trunk > Reporter: Pragya Mittal > > {noformat} > pragya.mittal@falcon1001:~$ falcon extension -definition -extensionName > extension-example > ERROR: Bad Request;Resource path cannot be null or empty > {noformat} > Hadoop path is : > {noformat} > pragya.mittal@falcon1001:~$ hl -R /tmp/extensions/extension-example > /tmp/extensions/extension-example/META > /tmp/extensions/extension-example/META/config > /tmp/extensions/extension-example/README > /tmp/extensions/extension-example/libs > /tmp/extensions/extension-example/libs/build > /tmp/extensions/extension-example/libs/build/falcon-extensions-0.11-SNAPSHOT-tests.jar > /tmp/extensions/extension-example/libs/runtime > /tmp/extensions/extension-example/resources > /tmp/extensions/extension-example/resources/build > /tmp/extensions/extension-example/resources/runtime > {noformat} > Extension is : > {noformat} > { > "name": "extension-example", > "type": "Custom extension", > "location": "hdfs://192.168.138.236:8020/tmp/extensions/extension-example" > } > {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)