You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "hellojinjie (JIRA)" <ji...@apache.org> on 2013/11/09 15:38:17 UTC

[jira] [Created] (HIVE-5791) TestUseDatabase in hcategory failed to pass when illegal filename in /tmp

hellojinjie created HIVE-5791:
---------------------------------

             Summary: TestUseDatabase in hcategory failed to pass when illegal filename in /tmp
                 Key: HIVE-5791
                 URL: https://issues.apache.org/jira/browse/HIVE-5791
             Project: Hive
          Issue Type: Bug
          Components: HCatalog
    Affects Versions: 0.13.0
            Reporter: hellojinjie
            Priority: Minor
             Fix For: 0.13.0


The test code is trying to read /tmp directory. But, if in /tmp directory, there is a file name "fcitx-socket-:0".
Accroding to this issue https://issues.apache.org/jira/browse/HADOOP-7945 hadoop did not allow ":" in filename. 
The code print following message:

FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: fcitx-socket-:0)



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