[
https://issues.apache.org/jira/browse/KYLIN-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14592906#comment-14592906
]
Shaofeng SHI commented on KYLIN-841:
------------------------------------
Frank, we're almost at the same time identifing this problem; The patch has
been pushed to 0.7-staging and 0.8 branch, will be released in 0.7.2; Thanks
for reporting issue to Kylin!
> 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.3.4#6332)