You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2013/10/01 17:02:25 UTC

[jira] [Created] (HIVE-5410) Hive command line option --auxpath still does not work post HIVE-5363

Brock Noland created HIVE-5410:
----------------------------------

             Summary: Hive command line option --auxpath still does not work post HIVE-5363
                 Key: HIVE-5410
                 URL: https://issues.apache.org/jira/browse/HIVE-5410
             Project: Hive
          Issue Type: Bug
    Affects Versions: 0.12.0
            Reporter: Brock Noland
            Assignee: Brock Noland
            Priority: Blocker
             Fix For: 0.12.0


In short, AUX_PARAM is set to:

{noformat}
$ echo "file:///etc/passwd" | sed 's/:/,file:\/\//g'
file,file://///etc/passwd
{noformat}

which is invalid because "file" is not a real file.



--
This message was sent by Atlassian JIRA
(v6.1#6144)