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

[jira] [Resolved] (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:all-tabpanel ]

Peeyush Bishnoi resolved FALCON-2007.
-------------------------------------
    Resolution: Fixed

Patch from the pull request has been committed to master and 0.10 branch. Thanks [~venkatnrangan] for the review.

> 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)