You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2017/08/09 05:44:00 UTC

[jira] [Closed] (KYLIN-841) LZOSupportnessChecker class have exception about createTempFile

     [ https://issues.apache.org/jira/browse/KYLIN-841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaofeng SHI closed KYLIN-841.
------------------------------

> LZOSupportnessChecker class have exception about createTempFile
> ---------------------------------------------------------------
>
>                 Key: KYLIN-841
>                 URL: https://issues.apache.org/jira/browse/KYLIN-841
>             Project: Kylin
>          Issue Type: Bug
>          Components: Job Engine
>    Affects Versions: v0.7.1
>         Environment: Debian 7.0,Hadoop 2.5,Hbase 0.96.2,Hive 0.14
>            Reporter: Frank
>            Assignee: Shaofeng SHI
>            Priority: Blocker
>
> when I enable LZO compression, but after I create a cube, I find the HTable's compression is NON,I think the problem is LZOSupportnessChecker,so I print the exception log,like "[ERROR][org.apache.kylin.job.tools.LZOSupportnessChecker.getSupportness(LZOSupportnessChecker.java:37)] - Wrong FS: file://./../tomcat/temp/test4026005980997073882.tmp, expected: file:///", the file path should be AbsolutePath, so I think in LZOSupportnessChecker calss, "temp.toString" should be modified by "temp.getAbsolutePath()"



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