[
https://issues.apache.org/jira/browse/FALCON-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15339169#comment-15339169
]
ASF GitHub Bot commented on FALCON-2038:
----------------------------------------
GitHub user pallavi-rao opened a pull request:
https://github.com/apache/falcon/pull/191
FALCON-2038 When all Optional input instances are missing, partition should
not be suffixed.
Updated code and UT.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pallavi-rao/falcon 2038
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/191.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #191
----
commit 430eb6fd94c6a1a9ba71aafd58e2a626788e8495
Author: Pallavi Rao <[email protected]>
Date: 2016-06-20T08:47:24Z
FALCON-2038 When all Optional input instances are missing, we should not
suffix partition
----
> When all Optional input instances are missing, we should not suffix partition
> -----------------------------------------------------------------------------
>
> Key: FALCON-2038
> URL: https://issues.apache.org/jira/browse/FALCON-2038
> Project: Falcon
> Issue Type: Bug
> Reporter: Pallavi Rao
> Assignee: Pallavi Rao
>
> Bug in FALCON-1852
> Currently, when none of the instances of optional input is available and user
> has partition, lets say, '*', specified, the path resolves to:
> "hdfs://localhost:8020/projects/falcon/staging/EMPTY_DIR_DONT_DELETE/*"
> Since EMPTY_DIR_DONT_DELETE doesn't have any sub-directory, PIG scripts fails
> with Input Path does not exist.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)