hi.all I use kylin1.5.1 \ hbase 0.98.16 \ hadoop2.7.1 \ HIVE2.0 on tez . When I try to build the sample cube ,it alway runing on step 5 :#5 Step Name: Create HTable .
### log like below: 2016-05-03 18:10:36,994 INFO [http-bio-7070-exec-8] service.CubeService:614 : checking keepCubeRetention 2016-05-03 18:10:37,226 INFO [pool-5-thread-5] steps.CubeHTableUtil:92 : hbase will use snappy to compress data 2016-05-03 18:10:37,227 INFO [pool-5-thread-5] steps.CubeHTableUtil:92 : hbase will use snappy to compress data 2016-05-03 18:10:37,279 INFO [pool-5-thread-5] util.DeployCoprocessorCLI:184 : Add coprocessor on KYLIN_3C817FOOJV 2016-05-03 18:10:37,279 INFO [pool-5-thread-5] util.DeployCoprocessorCLI:164 : hbase table [B@6639756 deployed with coprocessor. 2016-05-03 18:11:00,358 INFO [pool-4-thread-1] threadpool.DefaultScheduler:106 : Job Fetcher: 1 running, 1 actual running, 0 ready, 1 others 2016-05-03 18:12:00,361 INFO [pool-4-thread-1] threadpool.DefaultScheduler:106 : Job Fetcher: 1 running, 1 actual running, 0 ready, 1 others 2016-05-03 18:13:00,356 INFO [pool-4-thread-1] threadpool.DefaultScheduler:106 : Job Fetcher: 1 running, 1 actual running, 0 ready, 1 others ..... #### I check my hadoop native lib: Native library checking: hadoop: true /home/dcos/hadoop-2.7.1/lib/native/libhadoop.so.1.0.0 zlib: true /lib64/libz.so.1 snappy: true /lib64/libsnappy.so.1 lz4: true revision:99 bzip2: false openssl: false Cannot load libcrypto.so ### and hbase log has no error msg. *Is anyone who knows what's wrong? thanks.*
