You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/01 13:59:59 UTC

[jira] [Commented] (FALCON-2007) Hive DR Replication failing with "Can not create a Path from a null string"

    [ https://issues.apache.org/jira/browse/FALCON-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15310348#comment-15310348 ] 

ASF GitHub Bot commented on FALCON-2007:
----------------------------------------

GitHub user peeyushb opened a pull request:

    https://github.com/apache/falcon/pull/167

    FALCON-2007 : Hive DR Replication failing with - Can not create a Path from a null string

    Following is the pull request that will check the existence of the file oozie.action.conf.xml. If file is not there, then it will not get into the code block that adds it to the configuration object, thus to avoid the exception.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/peeyushb/falcon FALCON-2007

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/falcon/pull/167.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 #167
    
----
commit fd2e4e088c3b65d233c498460daa7c008c18c37f
Author: peeyush b <pb...@hortonworks.com>
Date:   2016-06-01T13:53:29Z

    FALCON-2007 : Hive DR Replication failing with - Can not create a Path from a null string

----


> Hive DR Replication failing with "Can not create a Path from a null string"
> ---------------------------------------------------------------------------
>
>                 Key: FALCON-2007
>                 URL: https://issues.apache.org/jira/browse/FALCON-2007
>             Project: Falcon
>          Issue Type: Bug
>    Affects Versions: 0.9
>            Reporter: Peeyush Bishnoi
>            Assignee: Peeyush Bishnoi
>            Priority: Critical
>             Fix For: 0.10
>
>
> Hive DR Replication failing with "Can not create a Path from a null string" when I am trying to run in HA and secure enabled environment. 
> Following is the exception:
> {code}
> Error: java.lang.IllegalArgumentException: Can not create a Path from a null string
> 	at org.apache.hadoop.fs.Path.checkPathArg(Path.java:122)
> 	at org.apache.hadoop.fs.Path.<init>(Path.java:134)
> 	at org.apache.hadoop.fs.Path.<init>(Path.java:88)
> 	at org.apache.falcon.hive.util.HiveDRUtils.getDefaultConf(HiveDRUtils.java:68)
> 	at org.apache.falcon.hive.util.FileUtils.getConfiguration(FileUtils.java:44)
> 	at org.apache.falcon.hive.util.EventUtils.initializeFS(EventUtils.java:137)
> 	at org.apache.falcon.hive.mapreduce.CopyMapper.setup(CopyMapper.java:46)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)