Hi, I have installed Hortonworks Sandbox 2.2. Then on this sandbox i tomcat, maven, npm. Then i downloaded Kylin. There was no deploy.sh exist. so i directly run following command. bin/kylin.sh start.
KYLIN_HOME is set to /root/Kylin/ 15/04/01 06:33:12 WARN conf.HiveConf: HiveConf of name hive.optimize.mapjoin.mapreduce does not exist 15/04/01 06:33:12 WARN conf.HiveConf: HiveConf of name hive.heapsize does not exist 15/04/01 06:33:12 WARN conf.HiveConf: HiveConf of name hive.server2.enable.impersonation does not exist 15/04/01 06:33:12 WARN conf.HiveConf: HiveConf of name hive.auto.convert.sortmerge.join.noconditionaltask does not exist Logging initialized using configuration in file:/etc/hive/conf/hive-log4j.properties SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/hdp/2.2.0.0-2041/hadoop/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/hdp/2.2.0.0-2041/hive/lib/hive-jdbc-0.14.0.2.2.0.0-2041-standalone.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] hive dependency: /etc/hive/conf:/usr/hdp/2.2.0.0-2041/hive/lib/*:/usr/hdp/2.2.0.0-2041/falcon/webapp/falcon/WEB-INF/lib/hive-hcatalog-core-0.14.0.2.2.0.0-2041.jar KYLIN_JVM_SETTINGS is not set, using default jvm settings KYLIN_DEBUG_SETTINGS is not set, will not enable remote debuging KYLIN_LD_LIBRARY_SETTINGS is not set, lzo compression at MR and hbase might not work A new Kylin instance is started by root, stop it using "kylin.sh stop" Please visit http://<your_sandbox_ip>:7070/kylin to play with the cubes! (Useranme: ADMIN, Password: KYLIN) You can check the log at bin/../tomcat/logs/kylin.log [root@sandbox Kylin]# bin/kylin.sh: line 39: bin/../tomcat/logs/kylin.log: No such file or directory output looks like this. My sandbox is running on NAT mode. I can open sandbox UI on 127.0.0.1:8080. Now after starting Kylin, i am trying 127.0.0.1:7070/kylin but it is not working. Please suggest me. If am i doing something wrong. I tried bridge mode as well but does not work for me. If i am able to open sandbox at 127.0.0.1:8080 that means IP address of sandbox will be this only. then why i am not able to open Kylin web interface. Thanks Priyanka
