Frank created KYLIN-841:
---------------------------
Summary: 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: ZhouQianhao
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)