Hello As ShaoFeng Shi said, LoadIncrementalHFiles step, is only copy / move HFile to another path (under HBase Path)
I the past a had a lot of problems like this: The user which generates HFile can't write on HBase folder SOL1: Check the user who build HFile, is a Yarn user or is other (like root, for example). SOL2: Find HBase path, and change write permission Other Idea: build and cp HFile, is a M-R task, check YARN's Log if there is some like this: "Error in LoadIncrementalHFiles *Caused by: org.apache.hadoop.security.AccessControlException: Permission denied: user=hbase, access=WRITE, inode="/hbase/data/default/dataImport_05":hdfs:hbase:drwxr-xr-x* " 2016-11-03 6:51 GMT+01:00 ShaoFeng Shi <[email protected]>: > Is there any error/warning messages in kylin.log? > > 2016-11-03 11:24 GMT+08:00 mnagy <[email protected]>: > > > I already tried that and I got the same error at the same step. > > I already tried to build a new cube and I got the same error as well. > > > > -- > > View this message in context: http://apache-kylin.74782.x6. > > nabble.com/13-Step-Name-Load-HFile-to-HBase-Table-tp6144p6164.html > > Sent from the Apache Kylin mailing list archive at Nabble.com. > > > > > > -- > Best regards, > > Shaofeng Shi 史少锋 >
