You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Ferenc Szabo (JIRA)" <ji...@apache.org> on 2017/07/31 14:39:00 UTC

[jira] [Created] (FLUME-3139) Resolve tilde (~) character in file channel config as the users home directory

Ferenc Szabo created FLUME-3139:
-----------------------------------

             Summary: Resolve tilde (~) character in file channel config as the users home directory
                 Key: FLUME-3139
                 URL: https://issues.apache.org/jira/browse/FLUME-3139
             Project: Flume
          Issue Type: Bug
          Components: File Channel
    Affects Versions: 1.7.0
            Reporter: Ferenc Szabo
             Fix For: 1.8.0


Paths in the following config properties are not resolved properly
checkpointDir
backupCheckpointDir
dataDir

expected behaviour:
 ~/myDataDir should be resolved as /home/<current_user>/myDataDir

actual behaviour:
 ~/myDataDir is resolved as <current_working_directory>/myDataDir



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