hello,

   I'm trying to setup kylin(v1.2.0) on two different clusters, 
   but got error when I build a test cube: 


 Wrong FS: 
hdfs://hmaster-addr:8020/data/kylin/kylin_metadata/kylin-bf5dace3-e885-4e47-9824-8fb9f778b590/test_cube/hfile/F1/ba97a8bdfda444ff8a00ac77ff6cda14,
 expected: hdfs://hbasefs
at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:643)       at 
org.apache.hadoop.hdfs.DistributedFileSystem.getPathName(DistributedFileSystem.java:191)
     at 
org.apache.hadoop.hdfs.DistributedFileSystem.access$000(DistributedFileSystem.java:102)
      at 
org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1124)
      at 
org.apache.hadoop.hdfs.DistributedFileSystem$17.doCall(DistributedFileSystem.java:1120)
      at 
org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
  at 
org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1120)
  at 
org.apache.hadoop.fs.FilterFileSystem.getFileStatus(FilterFileSystem.java:397)  
     at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1398)         at 
org.apache.hadoop.hbase.regionserver.HRegionFileSystem.commitStoreFile(HRegionFileSystem.java:347)
   at 
org.apache.hadoop.hbase.regionserver.HRegionFileSystem.bulkLoadStoreFile(HRegionFileSystem.java:426)
         at 
org.apache.hadoop.hbase.regionserver.HStore.bulkLoadHFile(HStore.java:666)   at 
org.apache.hadoop.hbase.regionserver.HRegion.bulkLoadHFiles(HRegion.java:3621)  
     at 
org.apache.hadoop.hbase.regionserver.HRegion.bulkLoadHFiles(HRegion.java:3527)  
     at 
org.apache.hadoop.hbase.regionserver.HRegionServer.bulkLoadHFile(HRegionServer.java:3262)
    at 
org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:29499)
  at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2012)      ... 5 
more# HBase Cluster FileSystem, which serving hbase, format as 
hdfs://hbase-cluster:8020 # leave empty if hbase running on same cluster with 
hive and mapreduce # kylin.hbase.cluster.fs= 
kylin.hbase.cluster.fs=hdfs://hmaster-addr:8020 # 
kylin.hbase.cluster.fs=hdfs://hbasefs:8020 # 
kylin.hbase.cluster.fs=hdfs://hbasefs/hbase # 
kylin.hbase.cluster.fs=hdfs://hbasefs 


tks!


bin.li

Reply via email to