You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Ray Yang (JIRA)" <ji...@apache.org> on 2017/11/29 02:13:00 UTC

[jira] [Created] (GOBBLIN-324) Add a configuration to configure the cluster working directory

Ray Yang created GOBBLIN-324:
--------------------------------

             Summary: Add a configuration to configure the cluster working directory
                 Key: GOBBLIN-324
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-324
             Project: Apache Gobblin
          Issue Type: Bug
          Components: gobblin-cluster
            Reporter: Ray Yang
            Assignee: Hung Tran


Currently, the appWorkDir value is passed to the GobblinClusterManager constructor and the GobblinTaskRunner constructor. It's used to determine where the state files will be stored. 

The default launch scripts call the main methods which pass in a hardcoded "null" value and the code will take a default value like
file:/Users/username/standalone_cluster/1

It's useful to specify this value via a configuration. 




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