You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Eric Ogren (JIRA)" <ji...@apache.org> on 2017/08/08 19:12:00 UTC

[jira] [Created] (GOBBLIN-194) NPE in BaseDataPublisher if writer partitions are enabled and metadata filename is not set

Eric Ogren created GOBBLIN-194:
----------------------------------

             Summary: NPE in BaseDataPublisher if writer partitions are enabled and metadata filename is not set
                 Key: GOBBLIN-194
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-194
             Project: Apache Gobblin
          Issue Type: Bug
            Reporter: Eric Ogren


If writer partitions are enabled and metadata filename is not set, there will be a NullPointerException on BaseDataPublisher:471. The code is trying to call new Path(directory, null) which blows up.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)