You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "FunkyYang (JIRA)" <ji...@apache.org> on 2017/01/04 04:04:58 UTC

[jira] [Created] (KYLIN-2352) more than one same object in cache when build cube

FunkyYang created KYLIN-2352:
--------------------------------

             Summary: more than one same object in cache when  build cube
                 Key: KYLIN-2352
                 URL: https://issues.apache.org/jira/browse/KYLIN-2352
             Project: Kylin
          Issue Type: Bug
          Components: Tools, Build and Test
            Reporter: FunkyYang
            Assignee: hongbin ma
            Priority: Minor


When I build a cube today.I meet a problem 
more than one same object in cache at Global dictionary when build a cube
I don't kown how this happend . and I found the code that it read data from HDFS . 
this is mine Global dict in HDFS . 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 /kylin/kylin_metadata/resources/GlobalDict/dict/XXX/ROWKEY/.index
/kylin/kylin_metadata/resources/GlobalDict/dict/XXX/ROWKEY/cached_000000017DD03
/kylin/kylin_metadata/resources/GlobalDict/dict/XXX/ROWKEY/cached_000000017DD036D05070400014B4050F
/kylin/kylin_metadata/resources/GlobalDict/dict/XXX/ROWKEY/cached_580a02758a9ae
/kylin/kylin_metadata/resources/GlobalDict/dict/XXX/ROWKEY/cached_58605953e7290
 /kylin/kylin_metadata/resources/GlobalDict/dict/XXX/ROWKEY/cached_58655d0a78681

I get a file in local file system and read it.It is Serializable  so I can't find any infomation .
How can I fix this problem 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)